Skip to content
Failed

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/145939
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘tracecompass-build-b3gv3-j944f’
Agent tracecompass-build-p7c6h-zwknn is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.tracecompass.svc.cluster.local/tracecompass/job/tracecompass-gerrit_webmaster-test/6/"
  labels:
    jenkins: "slave"
    jenkins/tracecompass-build: "true"
  name: "tracecompass-build-p7c6h-zwknn"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "437c035affe76b7e8aea792924611ac715b71a41335b6fadff57a8fd4f68b128"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tracecompass.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "tracecompass-build-p7c6h-zwknn"
    - name: "JENKINS_NAME"
      value: "tracecompass-build-p7c6h-zwknn"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.tracecompass.svc.cluster.local/tracecompass/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbi/jenkins-jnlp-agent"
    name: "jnlp"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
  - args:
    - "-c"
    - "/home/tracecompass/.vnc/xstartup.sh && cat"
    command:
    - "/bin/sh"
    image: "delislesim/eclipse-tracecompass-build-env:16.04"
    imagePullPolicy: "Always"
    name: "environment"
    resources:
      limits:
        memory: "2.6Gi"
        cpu: "1.3"
      requests:
        memory: "2.6Gi"
        cpu: "1.3"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/opt/tools"
      name: "tools"
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "m2-repo"
  - configMap:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      name: "m2-dir"
    name: "settings-xml"
  - emptyDir: {}
    name: "workspace-volume"
  - name: "tools"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-tracecompass"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on tracecompass-build-p7c6h-zwknn in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
01:08:17 [2019-07-31T05:08:17.870Z] 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] { (Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] checkout
01:08:59 [2019-07-31T05:08:59.725Z] No credentials specified
01:08:59 [2019-07-31T05:08:59.823Z] Cloning the remote Git repository
01:09:00 [2019-07-31T05:09:00.128Z] Cloning repository git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass
01:09:00 [2019-07-31T05:09:00.534Z]  > /usr/bin/git init /home/jenkins/workspace/tracecompass-gerrit_webmaster-test # timeout=10
01:09:01 [2019-07-31T05:09:01.323Z] Fetching upstream changes from git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass
01:09:01 [2019-07-31T05:09:01.325Z]  > /usr/bin/git --version # timeout=10
01:09:01 [2019-07-31T05:09:01.524Z]  > /usr/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass +refs/heads/*:refs/remotes/origin/*
01:10:19 [2019-07-31T05:10:19.140Z]  > /usr/bin/git config remote.origin.url git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass # timeout=10
01:10:19 [2019-07-31T05:10:19.225Z]  > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
01:10:19 [2019-07-31T05:10:19.324Z]  > /usr/bin/git config remote.origin.url git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass # timeout=10
01:10:19 [2019-07-31T05:10:19.522Z] Fetching upstream changes from git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass
01:10:19 [2019-07-31T05:10:19.523Z]  > /usr/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass refs/changes/39/145939/3
01:10:32 [2019-07-31T05:10:32.824Z] Checking out Revision 865c9cf7be68e3b1fff1e51e69eeac413991833e (refs/changes/39/145939/3)
01:10:32 [2019-07-31T05:10:32.637Z]  > /usr/bin/git rev-parse 865c9cf7be68e3b1fff1e51e69eeac413991833e^{commit} # timeout=10
01:10:32 [2019-07-31T05:10:32.923Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:10:32 [2019-07-31T05:10:32.931Z]  > /usr/bin/git checkout -f 865c9cf7be68e3b1fff1e51e69eeac413991833e
01:10:50 [2019-07-31T05:10:50.429Z] Commit message: "[dataprovider] Changes ITimeGraphState and ITimeGraphEntryModel metadata"
01:10:50 [2019-07-31T05:10:50.528Z]  > /usr/bin/git rev-parse FETCH_HEAD^{commit} # timeout=10
01:10:51 [2019-07-31T05:10:51.822Z]  > /usr/bin/git rev-list --no-walk c2dfcae21b4fd9fed8023c50195d188c2ea48abb # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Legacy)
Stage "Legacy" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
01:10:55 [2019-07-31T05:10:55.624Z] + mvn clean install -Pctf-grammar -Pbuild-rcp -Dmaven.repo.local=/home/jenkins/.m2/repository --settings /home/jenkins/.m2/settings.xml
01:10:55 [2019-07-31T05:10:55.625Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:10:58 [2019-07-31T05:10:58.164Z] 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
01:10:58 [2019-07-31T05:10:58.423Z] 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 6.0 kB/s)
01:10:58 [2019-07-31T05:10:58.423Z] 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
01:10:58 [2019-07-31T05:10:58.423Z] 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 349 kB/s)
01:10:58 [2019-07-31T05:10:58.681Z] 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
01:10:58 [2019-07-31T05:10:58.681Z] 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 40 kB/s)
01:10:58 [2019-07-31T05:10:58.681Z] 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
01:10:58 [2019-07-31T05:10:58.681Z] 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 271 kB/s)
01:10:58 [2019-07-31T05:10:58.941Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom
01:10:58 [2019-07-31T05:10:58.941Z] 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 635 kB/s)
01:10:58 [2019-07-31T05:10:58.941Z] 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
01:10:58 [2019-07-31T05:10:58.941Z] 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 1.0 MB/s)
01:10:58 [2019-07-31T05:10:58.941Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
01:10:58 [2019-07-31T05:10:58.941Z] 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): 33/40 kB
Progress (1): 37/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.6 MB/s)
01:10:58 [2019-07-31T05:10:58.941Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
01:10:58 [2019-07-31T05:10:58.941Z] 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 733 kB/s)
01:10:58 [2019-07-31T05:10:58.941Z] 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
01:10:59 [2019-07-31T05:10:59.200Z] 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
01:10:59 [2019-07-31T05:10:59.200Z] 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
Progress (2): 9.3 kB | 12/27 kB 
Progress (2): 9.3 kB | 16/27 kB
Progress (2): 9.3 kB | 20/27 kB
Progress (2): 9.3 kB | 24/27 kB
Progress (2): 9.3 kB | 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 129 kB/s)
01:10:59 [2019-07-31T05:10:59.200Z] 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 333 kB/s)
01:10:59 [2019-07-31T05:10:59.768Z] [INFO] Scanning for projects...
01:10:59 [2019-07-31T05:10:59.768Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.036Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.036Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.036Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.036Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.036Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.036Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.036Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.036Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.036Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.036Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.381Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.643Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.643Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.643Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.643Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.643Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.643Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.643Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.643Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.643Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties
01:11:00 [2019-07-31T05:11:00.901Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.160Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.424Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.684Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.684Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.684Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.684Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.684Z] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties
01:11:01 [2019-07-31T05:11:01.684Z] 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
01:11:01 [2019-07-31T05:11:01.684Z] 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
01:11:01 [2019-07-31T05:11:01.684Z] 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
01:11:01 [2019-07-31T05:11:01.943Z] 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
01:11:01 [2019-07-31T05:11:01.943Z] 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
01:11:01 [2019-07-31T05:11:01.943Z] 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
01:11:01 [2019-07-31T05:11:01.943Z] 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 37 kB/s)
01:11:01 [2019-07-31T05:11:01.943Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
01:11:01 [2019-07-31T05:11:01.943Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
01:11:01 [2019-07-31T05:11:01.943Z] 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
01:11:02 [2019-07-31T05:11:02.202Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
01:11:02 [2019-07-31T05:11:02.202Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
01:11:02 [2019-07-31T05:11:02.202Z] 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
01:11:02 [2019-07-31T05:11:02.202Z] 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 539 kB/s)
01:11:02 [2019-07-31T05:11:02.202Z] 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
01:11:02 [2019-07-31T05:11:02.202Z] 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
01:11:02 [2019-07-31T05:11:02.460Z] 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
01:11:02 [2019-07-31T05:11:02.460Z] 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
01:11:02 [2019-07-31T05:11:02.460Z] 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
01:11:02 [2019-07-31T05:11:02.460Z] 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
01:11:02 [2019-07-31T05:11:02.718Z] 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 133 kB/s)
01:11:02 [2019-07-31T05:11:02.719Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
01:11:02 [2019-07-31T05:11:02.719Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
01:11:02 [2019-07-31T05:11:02.719Z] 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
01:11:02 [2019-07-31T05:11:02.719Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
01:11:02 [2019-07-31T05:11:02.977Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
01:11:02 [2019-07-31T05:11:02.977Z] 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
01:11:02 [2019-07-31T05:11:02.977Z] 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 195 kB/s)
01:11:02 [2019-07-31T05:11:02.977Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0/maven-3.0.pom
01:11:02 [2019-07-31T05:11:02.977Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
01:11:02 [2019-07-31T05:11:02.977Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
01:11:03 [2019-07-31T05:11:03.236Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
01:11:03 [2019-07-31T05:11:03.236Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/3.0/maven-3.0.pom
01:11:03 [2019-07-31T05:11:03.236Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
01:11:03 [2019-07-31T05:11:03.236Z] 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 608 kB/s)
01:11:03 [2019-07-31T05:11:03.236Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
01:11:03 [2019-07-31T05:11:03.236Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
01:11:03 [2019-07-31T05:11:03.236Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom
01:11:03 [2019-07-31T05:11:03.495Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
01:11:03 [2019-07-31T05:11:03.495Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
01:11:03 [2019-07-31T05:11:03.495Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
01:11:03 [2019-07-31T05:11:03.495Z] 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 615 kB/s)
01:11:03 [2019-07-31T05:11:03.495Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/6/apache-6.pom
01:11:03 [2019-07-31T05:11:03.495Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom
01:11:03 [2019-07-31T05:11:03.495Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/6/apache-6.pom
01:11:03 [2019-07-31T05:11:03.754Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/6/apache-6.pom
01:11:03 [2019-07-31T05:11:03.754Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/6/apache-6.pom
01:11:03 [2019-07-31T05:11:03.754Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
01:11:03 [2019-07-31T05:11:03.754Z] 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 291 kB/s)
01:11:03 [2019-07-31T05:11:03.754Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
01:11:03 [2019-07-31T05:11:03.754Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
01:11:03 [2019-07-31T05:11:03.754Z] 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
01:11:04 [2019-07-31T05:11:04.322Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
01:11:04 [2019-07-31T05:11:04.322Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
01:11:04 [2019-07-31T05:11:04.322Z] 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
01:11:04 [2019-07-31T05:11:04.322Z] 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 102 kB/s)
01:11:04 [2019-07-31T05:11:04.322Z] 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
01:11:04 [2019-07-31T05:11:04.322Z] 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
01:11:04 [2019-07-31T05:11:04.582Z] 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
01:11:04 [2019-07-31T05:11:04.582Z] 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
01:11:04 [2019-07-31T05:11:04.582Z] 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
01:11:04 [2019-07-31T05:11:04.582Z] 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
01:11:04 [2019-07-31T05:11:04.582Z] 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 118 kB/s)
01:11:04 [2019-07-31T05:11:04.582Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
01:11:04 [2019-07-31T05:11:04.582Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
01:11:04 [2019-07-31T05:11:04.841Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
01:11:04 [2019-07-31T05:11:04.841Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
01:11:04 [2019-07-31T05:11:04.841Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
01:11:05 [2019-07-31T05:11:05.099Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
01:11:05 [2019-07-31T05:11:05.099Z] 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 597 kB/s)
01:11:05 [2019-07-31T05:11:05.099Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
01:11:05 [2019-07-31T05:11:05.099Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
01:11:05 [2019-07-31T05:11:05.361Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
01:11:05 [2019-07-31T05:11:05.361Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
01:11:05 [2019-07-31T05:11:05.361Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
01:11:05 [2019-07-31T05:11:05.361Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
01:11:05 [2019-07-31T05:11:05.726Z] 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 348 kB/s)
01:11:05 [2019-07-31T05:11:05.726Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
01:11:05 [2019-07-31T05:11:05.726Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
01:11:05 [2019-07-31T05:11:05.726Z] 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
01:11:05 [2019-07-31T05:11:05.726Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
01:11:05 [2019-07-31T05:11:05.726Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
01:11:05 [2019-07-31T05:11:05.985Z] 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
01:11:05 [2019-07-31T05:11:05.985Z] 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 55 kB/s)
01:11:05 [2019-07-31T05:11:05.985Z] 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
01:11:05 [2019-07-31T05:11:05.985Z] 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
01:11:05 [2019-07-31T05:11:05.985Z] 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
01:11:05 [2019-07-31T05:11:05.985Z] 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
01:11:05 [2019-07-31T05:11:05.985Z] 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
01:11:05 [2019-07-31T05:11:05.985Z] 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
01:11:05 [2019-07-31T05:11:05.985Z] 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 63 kB/s)
01:11:05 [2019-07-31T05:11:05.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
01:11:05 [2019-07-31T05:11:05.985Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
01:11:06 [2019-07-31T05:11:06.244Z] 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
01:11:06 [2019-07-31T05:11:06.244Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
01:11:06 [2019-07-31T05:11:06.244Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
01:11:06 [2019-07-31T05:11:06.244Z] 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
01:11:06 [2019-07-31T05:11:06.244Z] 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 28 kB/s)
01:11:06 [2019-07-31T05:11:06.244Z] 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
01:11:06 [2019-07-31T05:11:06.502Z] 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
01:11:06 [2019-07-31T05:11:06.502Z] 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
01:11:06 [2019-07-31T05:11:06.502Z] 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
01:11:06 [2019-07-31T05:11:06.502Z] 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
01:11:06 [2019-07-31T05:11:06.502Z] 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
01:11:06 [2019-07-31T05:11:06.761Z] 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 158 kB/s)
01:11:06 [2019-07-31T05:11:06.761Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
01:11:06 [2019-07-31T05:11:06.761Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
01:11:06 [2019-07-31T05:11:06.761Z] 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
01:11:06 [2019-07-31T05:11:06.761Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
01:11:06 [2019-07-31T05:11:06.761Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
01:11:07 [2019-07-31T05:11:07.020Z] 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
01:11:07 [2019-07-31T05:11:07.020Z] 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 494 kB/s)
01:11:07 [2019-07-31T05:11:07.020Z] 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
01:11:07 [2019-07-31T05:11:07.020Z] 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
01:11:07 [2019-07-31T05:11:07.020Z] 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
01:11:07 [2019-07-31T05:11:07.020Z] 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
01:11:07 [2019-07-31T05:11:07.280Z] 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
01:11:07 [2019-07-31T05:11:07.280Z] 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
01:11:07 [2019-07-31T05:11:07.280Z] 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 17 kB/s)
01:11:07 [2019-07-31T05:11:07.280Z] 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
01:11:07 [2019-07-31T05:11:07.280Z] 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
01:11:07 [2019-07-31T05:11:07.280Z] 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
01:11:07 [2019-07-31T05:11:07.539Z] 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
01:11:07 [2019-07-31T05:11:07.539Z] 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
01:11:07 [2019-07-31T05:11:07.539Z] 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
01:11:07 [2019-07-31T05:11:07.539Z] 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 129 kB/s)
01:11:07 [2019-07-31T05:11:07.539Z] 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
01:11:07 [2019-07-31T05:11:07.539Z] 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
01:11:07 [2019-07-31T05:11:07.539Z] 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
01:11:07 [2019-07-31T05:11:07.798Z] 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
01:11:07 [2019-07-31T05:11:07.798Z] 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
01:11:07 [2019-07-31T05:11:07.798Z] 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
01:11:07 [2019-07-31T05:11:07.798Z] 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 74 kB/s)
01:11:07 [2019-07-31T05:11:07.798Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
01:11:07 [2019-07-31T05:11:07.798Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
01:11:07 [2019-07-31T05:11:07.798Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
01:11:08 [2019-07-31T05:11:08.057Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
01:11:08 [2019-07-31T05:11:08.057Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
01:11:08 [2019-07-31T05:11:08.057Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
01:11:08 [2019-07-31T05:11:08.057Z] 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 133 kB/s)
01:11:08 [2019-07-31T05:11:08.057Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
01:11:08 [2019-07-31T05:11:08.057Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
01:11:08 [2019-07-31T05:11:08.316Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
01:11:08 [2019-07-31T05:11:08.316Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
01:11:08 [2019-07-31T05:11:08.316Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
01:11:08 [2019-07-31T05:11:08.316Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
01:11:08 [2019-07-31T05:11:08.316Z] 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 271 kB/s)
01:11:08 [2019-07-31T05:11:08.316Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
01:11:08 [2019-07-31T05:11:08.574Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
01:11:08 [2019-07-31T05:11:08.574Z] 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
01:11:08 [2019-07-31T05:11:08.574Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
01:11:08 [2019-07-31T05:11:08.574Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
01:11:08 [2019-07-31T05:11:08.574Z] 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
01:11:08 [2019-07-31T05:11:08.833Z] 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 110 kB/s)
01:11:08 [2019-07-31T05:11:08.833Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
01:11:08 [2019-07-31T05:11:08.833Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
01:11:08 [2019-07-31T05:11:08.833Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
01:11:08 [2019-07-31T05:11:08.833Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
01:11:08 [2019-07-31T05:11:08.833Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
01:11:09 [2019-07-31T05:11:09.092Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
01:11:09 [2019-07-31T05:11:09.092Z] 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 270 kB/s)
01:11:09 [2019-07-31T05:11:09.092Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
01:11:09 [2019-07-31T05:11:09.092Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
01:11:09 [2019-07-31T05:11:09.092Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
01:11:09 [2019-07-31T05:11:09.092Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
01:11:09 [2019-07-31T05:11:09.350Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
01:11:09 [2019-07-31T05:11:09.350Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
01:11:09 [2019-07-31T05:11:09.350Z] 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 129 kB/s)
01:11:09 [2019-07-31T05:11:09.350Z] 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
01:11:09 [2019-07-31T05:11:09.350Z] 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
01:11:09 [2019-07-31T05:11:09.350Z] 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
01:11:09 [2019-07-31T05:11:09.609Z] 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
01:11:09 [2019-07-31T05:11:09.609Z] 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
01:11:09 [2019-07-31T05:11:09.609Z] 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
01:11:09 [2019-07-31T05:11:09.609Z] 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 39 kB/s)
01:11:09 [2019-07-31T05:11:09.609Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
01:11:09 [2019-07-31T05:11:09.609Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
01:11:09 [2019-07-31T05:11:09.609Z] 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
01:11:09 [2019-07-31T05:11:09.867Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
01:11:09 [2019-07-31T05:11:09.867Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
01:11:09 [2019-07-31T05:11:09.867Z] 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
01:11:09 [2019-07-31T05:11:09.867Z] 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 40 kB/s)
01:11:09 [2019-07-31T05:11:09.867Z] 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
01:11:09 [2019-07-31T05:11:09.867Z] 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
01:11:09 [2019-07-31T05:11:09.867Z] 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
01:11:10 [2019-07-31T05:11:10.126Z] 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
01:11:10 [2019-07-31T05:11:10.126Z] 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
01:11:10 [2019-07-31T05:11:10.126Z] 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
01:11:10 [2019-07-31T05:11:10.126Z] 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)
01:11:10 [2019-07-31T05:11:10.126Z] 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
01:11:10 [2019-07-31T05:11:10.126Z] 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
01:11:10 [2019-07-31T05:11:10.126Z] 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
01:11:10 [2019-07-31T05:11:10.384Z] 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
01:11:10 [2019-07-31T05:11:10.384Z] 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
01:11:10 [2019-07-31T05:11:10.384Z] 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
01:11:10 [2019-07-31T05:11:10.384Z] 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)
01:11:10 [2019-07-31T05:11:10.384Z] 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
01:11:10 [2019-07-31T05:11:10.384Z] 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
01:11:10 [2019-07-31T05:11:10.643Z] 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
01:11:10 [2019-07-31T05:11:10.643Z] 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
01:11:10 [2019-07-31T05:11:10.643Z] 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
01:11:10 [2019-07-31T05:11:10.901Z] 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
01:11:10 [2019-07-31T05:11:10.901Z] 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 92 kB/s)
01:11:10 [2019-07-31T05:11:10.901Z] 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
01:11:10 [2019-07-31T05:11:10.901Z] 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
01:11:10 [2019-07-31T05:11:10.901Z] 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
01:11:10 [2019-07-31T05:11:10.901Z] 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
01:11:11 [2019-07-31T05:11:11.159Z] 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
01:11:11 [2019-07-31T05:11:11.159Z] 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
01:11:11 [2019-07-31T05:11:11.159Z] 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 81 kB/s)
01:11:11 [2019-07-31T05:11:11.159Z] 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
01:11:11 [2019-07-31T05:11:11.159Z] 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
01:11:11 [2019-07-31T05:11:11.159Z] 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
01:11:11 [2019-07-31T05:11:11.421Z] 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
01:11:11 [2019-07-31T05:11:11.421Z] 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
01:11:11 [2019-07-31T05:11:11.421Z] 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
01:11:11 [2019-07-31T05:11:11.421Z] 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 40 kB/s)
01:11:11 [2019-07-31T05:11:11.421Z] 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
01:11:11 [2019-07-31T05:11:11.421Z] 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
01:11:11 [2019-07-31T05:11:11.421Z] 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
01:11:11 [2019-07-31T05:11:11.725Z] 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
01:11:11 [2019-07-31T05:11:11.725Z] 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
01:11:11 [2019-07-31T05:11:11.725Z] 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
01:11:11 [2019-07-31T05:11:11.725Z] 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 236 kB/s)
01:11:11 [2019-07-31T05:11:11.725Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
01:11:11 [2019-07-31T05:11:11.725Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
01:11:11 [2019-07-31T05:11:11.725Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
01:11:11 [2019-07-31T05:11:11.725Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
01:11:11 [2019-07-31T05:11:11.984Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
01:11:11 [2019-07-31T05:11:11.984Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
01:11:11 [2019-07-31T05:11:11.984Z] 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 256 kB/s)
01:11:11 [2019-07-31T05:11:11.984Z] 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
01:11:11 [2019-07-31T05:11:11.984Z] 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
01:11:11 [2019-07-31T05:11:11.984Z] 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
01:11:12 [2019-07-31T05:11:12.241Z] 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
01:11:12 [2019-07-31T05:11:12.241Z] 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
01:11:12 [2019-07-31T05:11:12.241Z] 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
01:11:12 [2019-07-31T05:11:12.241Z] 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 129 kB/s)
01:11:12 [2019-07-31T05:11:12.241Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
01:11:12 [2019-07-31T05:11:12.241Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
01:11:12 [2019-07-31T05:11:12.241Z] 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
01:11:12 [2019-07-31T05:11:12.500Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
01:11:12 [2019-07-31T05:11:12.500Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
01:11:12 [2019-07-31T05:11:12.500Z] 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
01:11:12 [2019-07-31T05:11:12.500Z] 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 541 kB/s)
01:11:12 [2019-07-31T05:11:12.500Z] 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
01:11:12 [2019-07-31T05:11:12.500Z] 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
01:11:12 [2019-07-31T05:11:12.500Z] 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
01:11:12 [2019-07-31T05:11:12.759Z] 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
01:11:12 [2019-07-31T05:11:12.759Z] 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
01:11:12 [2019-07-31T05:11:12.759Z] 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
01:11:12 [2019-07-31T05:11:12.759Z] 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 171 kB/s)
01:11:12 [2019-07-31T05:11:12.759Z] 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
01:11:12 [2019-07-31T05:11:12.759Z] 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
01:11:12 [2019-07-31T05:11:12.759Z] 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
01:11:13 [2019-07-31T05:11:13.019Z] 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
01:11:13 [2019-07-31T05:11:13.019Z] 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
01:11:13 [2019-07-31T05:11:13.019Z] 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
01:11:13 [2019-07-31T05:11:13.019Z] 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 346 kB/s)
01:11:13 [2019-07-31T05:11:13.019Z] 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
01:11:13 [2019-07-31T05:11:13.019Z] 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
01:11:13 [2019-07-31T05:11:13.019Z] 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
01:11:13 [2019-07-31T05:11:13.278Z] 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
01:11:13 [2019-07-31T05:11:13.278Z] 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
01:11:13 [2019-07-31T05:11:13.278Z] 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
01:11:13 [2019-07-31T05:11:13.278Z] 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)
01:11:13 [2019-07-31T05:11:13.278Z] 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
01:11:13 [2019-07-31T05:11:13.537Z] 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
01:11:13 [2019-07-31T05:11:13.537Z] 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
01:11:13 [2019-07-31T05:11:13.537Z] 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
01:11:13 [2019-07-31T05:11:13.537Z] 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
01:11:13 [2019-07-31T05:11:13.537Z] 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
01:11:13 [2019-07-31T05:11:13.799Z] 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 69 kB/s)
01:11:13 [2019-07-31T05:11:13.799Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
01:11:13 [2019-07-31T05:11:13.799Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
01:11:13 [2019-07-31T05:11:13.799Z] 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
01:11:13 [2019-07-31T05:11:13.799Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
01:11:13 [2019-07-31T05:11:13.799Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
01:11:14 [2019-07-31T05:11:14.058Z] 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
01:11:14 [2019-07-31T05:11:14.058Z] 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 52 kB/s)
01:11:14 [2019-07-31T05:11:14.058Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
01:11:14 [2019-07-31T05:11:14.058Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
01:11:14 [2019-07-31T05:11:14.058Z] 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
01:11:14 [2019-07-31T05:11:14.318Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
01:11:14 [2019-07-31T05:11:14.318Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
01:11:14 [2019-07-31T05:11:14.318Z] 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
01:11:14 [2019-07-31T05:11:14.318Z] 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 249 kB/s)
01:11:14 [2019-07-31T05:11:14.318Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
01:11:14 [2019-07-31T05:11:14.318Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
01:11:14 [2019-07-31T05:11:14.318Z] 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
01:11:14 [2019-07-31T05:11:14.577Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
01:11:14 [2019-07-31T05:11:14.577Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
01:11:14 [2019-07-31T05:11:14.577Z] 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
01:11:15 [2019-07-31T05:11:15.511Z] 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 2.8 kB/s)
01:11:15 [2019-07-31T05:11:15.770Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
01:11:15 [2019-07-31T05:11:15.770Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
01:11:15 [2019-07-31T05:11:15.770Z] 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
01:11:15 [2019-07-31T05:11:15.770Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
01:11:15 [2019-07-31T05:11:15.770Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
01:11:16 [2019-07-31T05:11:16.029Z] 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
01:11:16 [2019-07-31T05:11:16.029Z] 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 86 kB/s)
01:11:16 [2019-07-31T05:11:16.029Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
01:11:16 [2019-07-31T05:11:16.029Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
01:11:16 [2019-07-31T05:11:16.029Z] 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
01:11:16 [2019-07-31T05:11:16.287Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
01:11:16 [2019-07-31T05:11:16.287Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
01:11:16 [2019-07-31T05:11:16.287Z] 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
01:11:16 [2019-07-31T05:11:16.287Z] 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 44 kB/s)
01:11:16 [2019-07-31T05:11:16.287Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
01:11:16 [2019-07-31T05:11:16.287Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
01:11:16 [2019-07-31T05:11:16.287Z] 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
01:11:16 [2019-07-31T05:11:16.546Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
01:11:16 [2019-07-31T05:11:16.546Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
01:11:16 [2019-07-31T05:11:16.805Z] 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
01:11:16 [2019-07-31T05:11:16.805Z] 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 166 kB/s)
01:11:16 [2019-07-31T05:11:16.805Z] 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
01:11:16 [2019-07-31T05:11:16.805Z] 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
01:11:16 [2019-07-31T05:11:16.805Z] 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
01:11:16 [2019-07-31T05:11:16.805Z] 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
01:11:17 [2019-07-31T05:11:17.063Z] 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
01:11:17 [2019-07-31T05:11:17.064Z] 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
01:11:17 [2019-07-31T05:11:17.064Z] 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 164 kB/s)
01:11:17 [2019-07-31T05:11:17.064Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:11:17 [2019-07-31T05:11:17.064Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:11:17 [2019-07-31T05:11:17.064Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:11:17 [2019-07-31T05:11:17.322Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:11:17 [2019-07-31T05:11:17.322Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:11:17 [2019-07-31T05:11:17.322Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:11:17 [2019-07-31T05:11:17.322Z] 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 646 kB/s)
01:11:17 [2019-07-31T05:11:17.322Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
01:11:17 [2019-07-31T05:11:17.322Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
01:11:17 [2019-07-31T05:11:17.322Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
01:11:17 [2019-07-31T05:11:17.580Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
01:11:17 [2019-07-31T05:11:17.580Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
01:11:17 [2019-07-31T05:11:17.580Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
01:11:17 [2019-07-31T05:11:17.580Z] 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 250 kB/s)
01:11:17 [2019-07-31T05:11:17.580Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.2/commons-io-2.2.pom
01:11:17 [2019-07-31T05:11:17.580Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
01:11:17 [2019-07-31T05:11:17.580Z] 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
01:11:17 [2019-07-31T05:11:17.841Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
01:11:17 [2019-07-31T05:11:17.841Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
01:11:18 [2019-07-31T05:11:18.903Z] 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
01:11:18 [2019-07-31T05:11:18.903Z] 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 334 kB/s)
01:11:18 [2019-07-31T05:11:18.903Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:11:18 [2019-07-31T05:11:18.903Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:11:18 [2019-07-31T05:11:18.903Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:11:19 [2019-07-31T05:11:19.161Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:11:19 [2019-07-31T05:11:19.161Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:11:19 [2019-07-31T05:11:19.161Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:11:19 [2019-07-31T05:11:19.161Z] 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.1 MB/s)
01:11:19 [2019-07-31T05:11:19.161Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/9/apache-9.pom
01:11:19 [2019-07-31T05:11:19.161Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/9/apache-9.pom
01:11:19 [2019-07-31T05:11:19.161Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/9/apache-9.pom
01:11:19 [2019-07-31T05:11:19.419Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/9/apache-9.pom
01:11:19 [2019-07-31T05:11:19.419Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/9/apache-9.pom
01:11:20 [2019-07-31T05:11:20.355Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
01:11:20 [2019-07-31T05:11:20.613Z] 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 459 kB/s)
01:11:20 [2019-07-31T05:11:20.613Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.pom
01:11:20 [2019-07-31T05:11:20.613Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
01:11:20 [2019-07-31T05:11:20.613Z] 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
01:11:20 [2019-07-31T05:11:20.613Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
01:11:20 [2019-07-31T05:11:20.613Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
01:11:20 [2019-07-31T05:11:20.872Z] 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
01:11:20 [2019-07-31T05:11:20.872Z] 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 391 kB/s)
01:11:20 [2019-07-31T05:11:20.872Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
01:11:20 [2019-07-31T05:11:20.872Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
01:11:20 [2019-07-31T05:11:20.872Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom
01:11:20 [2019-07-31T05:11:20.872Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
01:11:21 [2019-07-31T05:11:21.130Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
01:11:21 [2019-07-31T05:11:21.130Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
01:11:21 [2019-07-31T05:11:21.131Z] 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)
01:11:21 [2019-07-31T05:11:21.131Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
01:11:21 [2019-07-31T05:11:21.131Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
01:11:21 [2019-07-31T05:11:21.131Z] 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
01:11:21 [2019-07-31T05:11:21.388Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
01:11:21 [2019-07-31T05:11:21.647Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
01:11:21 [2019-07-31T05:11:21.647Z] 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
01:11:21 [2019-07-31T05:11:21.647Z] 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 447 kB/s)
01:11:21 [2019-07-31T05:11:21.647Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
01:11:21 [2019-07-31T05:11:21.647Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
01:11:21 [2019-07-31T05:11:21.647Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom
01:11:21 [2019-07-31T05:11:21.906Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
01:11:21 [2019-07-31T05:11:21.906Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
01:11:21 [2019-07-31T05:11:21.906Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
01:11:21 [2019-07-31T05:11:21.906Z] 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.4 MB/s)
01:11:21 [2019-07-31T05:11:21.906Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/18/apache-18.pom
01:11:21 [2019-07-31T05:11:21.906Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom
01:11:21 [2019-07-31T05:11:21.906Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/18/apache-18.pom
01:11:22 [2019-07-31T05:11:22.163Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/18/apache-18.pom
01:11:22 [2019-07-31T05:11:22.163Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/18/apache-18.pom
01:11:22 [2019-07-31T05:11:22.163Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
01:11:22 [2019-07-31T05:11:22.163Z] 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 364 kB/s)
01:11:22 [2019-07-31T05:11:22.163Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
01:11:22 [2019-07-31T05:11:22.163Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom
01:11:22 [2019-07-31T05:11:22.163Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.pom
01:11:22 [2019-07-31T05:11:22.421Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom
01:11:22 [2019-07-31T05:11:22.421Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
01:11:22 [2019-07-31T05:11:22.421Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
01:11:22 [2019-07-31T05:11:22.421Z] 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 87 kB/s)
01:11:22 [2019-07-31T05:11:22.421Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
01:11:22 [2019-07-31T05:11:22.421Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
01:11:22 [2019-07-31T05:11:22.421Z] 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
01:11:22 [2019-07-31T05:11:22.679Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
01:11:22 [2019-07-31T05:11:22.679Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
01:11:22 [2019-07-31T05:11:22.679Z] 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
01:11:22 [2019-07-31T05:11:22.679Z] 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 570 kB/s)
01:11:22 [2019-07-31T05:11:22.679Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
01:11:22 [2019-07-31T05:11:22.679Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
01:11:22 [2019-07-31T05:11:22.679Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
01:11:22 [2019-07-31T05:11:22.938Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
01:11:22 [2019-07-31T05:11:22.938Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
01:11:22 [2019-07-31T05:11:22.938Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
01:11:22 [2019-07-31T05:11:22.938Z] 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 441 kB/s)
01:11:22 [2019-07-31T05:11:22.938Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.pom
01:11:22 [2019-07-31T05:11:22.938Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.pom
01:11:22 [2019-07-31T05:11:22.938Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/tukaani/xz/1.5/xz-1.5.pom
01:11:23 [2019-07-31T05:11:23.196Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.pom
01:11:23 [2019-07-31T05:11:23.196Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.pom
01:11:23 [2019-07-31T05:11:23.196Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
01:11:23 [2019-07-31T05:11:23.196Z] 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 53 kB/s)
01:11:23 [2019-07-31T05:11:23.196Z] 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
01:11:23 [2019-07-31T05:11:23.196Z] 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
01:11:23 [2019-07-31T05:11:23.196Z] 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
01:11:24 [2019-07-31T05:11:24.131Z] 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
01:11:24 [2019-07-31T05:11:24.131Z] 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
01:11:24 [2019-07-31T05:11:24.389Z] 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
01:11:24 [2019-07-31T05:11:24.389Z] 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 32 kB/s)
01:11:24 [2019-07-31T05:11:24.389Z] 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
01:11:24 [2019-07-31T05:11:24.389Z] 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
01:11:24 [2019-07-31T05:11:24.389Z] 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
01:11:24 [2019-07-31T05:11:24.389Z] 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
01:11:24 [2019-07-31T05:11:24.647Z] 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
01:11:24 [2019-07-31T05:11:24.647Z] 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
01:11:24 [2019-07-31T05:11:24.647Z] 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 51 kB/s)
01:11:24 [2019-07-31T05:11:24.647Z] 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
01:11:24 [2019-07-31T05:11:24.647Z] 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
01:11:24 [2019-07-31T05:11:24.647Z] 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
01:11:24 [2019-07-31T05:11:24.908Z] 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
01:11:24 [2019-07-31T05:11:24.908Z] 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
01:11:24 [2019-07-31T05:11:24.908Z] 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
01:11:24 [2019-07-31T05:11:24.908Z] 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 29 kB/s)
01:11:24 [2019-07-31T05:11:24.908Z] 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
01:11:24 [2019-07-31T05:11:24.908Z] 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
01:11:24 [2019-07-31T05:11:24.908Z] 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
01:11:25 [2019-07-31T05:11:25.228Z] 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
01:11:25 [2019-07-31T05:11:25.228Z] 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
01:11:25 [2019-07-31T05:11:25.228Z] 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
01:11:25 [2019-07-31T05:11:25.228Z] 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 16 kB/s)
01:11:25 [2019-07-31T05:11:25.228Z] 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
01:11:25 [2019-07-31T05:11:25.228Z] 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
01:11:25 [2019-07-31T05:11:25.487Z] 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
01:11:25 [2019-07-31T05:11:25.487Z] 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
01:11:25 [2019-07-31T05:11:25.487Z] 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
01:11:25 [2019-07-31T05:11:25.487Z] 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
01:11:25 [2019-07-31T05:11:25.487Z] 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 45 kB/s)
01:11:25 [2019-07-31T05:11:25.487Z] 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
01:11:25 [2019-07-31T05:11:25.747Z] 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
01:11:25 [2019-07-31T05:11:25.747Z] 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
01:11:25 [2019-07-31T05:11:25.747Z] 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
01:11:25 [2019-07-31T05:11:25.747Z] 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
01:11:25 [2019-07-31T05:11:25.747Z] 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
01:11:26 [2019-07-31T05:11:26.007Z] 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 35 kB/s)
01:11:26 [2019-07-31T05:11:26.007Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
01:11:26 [2019-07-31T05:11:26.007Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom
01:11:26 [2019-07-31T05:11:26.007Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/de/pdark/decentxml/1.3/decentxml-1.3.pom
01:11:26 [2019-07-31T05:11:26.007Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom
01:11:26 [2019-07-31T05:11:26.007Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
01:11:26 [2019-07-31T05:11:26.266Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
01:11:26 [2019-07-31T05:11:26.267Z] 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 273 kB/s)
01:11:26 [2019-07-31T05:11:26.267Z] 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
01:11:26 [2019-07-31T05:11:26.267Z] 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
01:11:26 [2019-07-31T05:11:26.267Z] 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
01:11:26 [2019-07-31T05:11:26.525Z] 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
01:11:26 [2019-07-31T05:11:26.525Z] 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
01:11:26 [2019-07-31T05:11:26.525Z] 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
01:11:26 [2019-07-31T05:11:26.525Z] 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 60 kB/s)
01:11:26 [2019-07-31T05:11:26.525Z] 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
01:11:26 [2019-07-31T05:11:26.525Z] 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
01:11:26 [2019-07-31T05:11:26.525Z] 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
01:11:26 [2019-07-31T05:11:26.783Z] 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
01:11:26 [2019-07-31T05:11:26.783Z] 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
01:11:26 [2019-07-31T05:11:26.783Z] 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
01:11:26 [2019-07-31T05:11:26.783Z] 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 22 kB/s)
01:11:26 [2019-07-31T05:11:26.783Z] 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
01:11:26 [2019-07-31T05:11:26.783Z] 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
01:11:27 [2019-07-31T05:11:27.041Z] 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
01:11:27 [2019-07-31T05:11:27.041Z] 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
01:11:27 [2019-07-31T05:11:27.041Z] 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
01:11:27 [2019-07-31T05:11:27.041Z] 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
01:11:27 [2019-07-31T05:11:27.299Z] 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 65 kB/s)
01:11:27 [2019-07-31T05:11:27.299Z] 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
01:11:27 [2019-07-31T05:11:27.299Z] 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
01:11:27 [2019-07-31T05:11:27.299Z] 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
01:11:27 [2019-07-31T05:11:27.299Z] 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
01:11:27 [2019-07-31T05:11:27.299Z] 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
01:11:27 [2019-07-31T05:11:27.558Z] 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
01:11:27 [2019-07-31T05:11:27.558Z] 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 28 kB/s)
01:11:27 [2019-07-31T05:11:27.558Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
01:11:27 [2019-07-31T05:11:27.558Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
01:11:27 [2019-07-31T05:11:27.558Z] 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
01:11:27 [2019-07-31T05:11:27.558Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
01:11:27 [2019-07-31T05:11:27.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
01:11:27 [2019-07-31T05:11:27.817Z] 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
01:11:27 [2019-07-31T05:11:27.817Z] 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 155 kB/s)
01:11:27 [2019-07-31T05:11:27.817Z] 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
01:11:27 [2019-07-31T05:11:27.817Z] 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
01:11:27 [2019-07-31T05:11:27.817Z] 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
01:11:28 [2019-07-31T05:11:28.075Z] 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
01:11:28 [2019-07-31T05:11:28.075Z] 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
01:11:28 [2019-07-31T05:11:28.075Z] 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
01:11:28 [2019-07-31T05:11:28.075Z] 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 23 kB/s)
01:11:28 [2019-07-31T05:11:28.075Z] 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
01:11:28 [2019-07-31T05:11:28.075Z] 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
01:11:28 [2019-07-31T05:11:28.075Z] 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
01:11:28 [2019-07-31T05:11:28.333Z] 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
01:11:28 [2019-07-31T05:11:28.334Z] 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
01:11:28 [2019-07-31T05:11:28.334Z] 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
01:11:28 [2019-07-31T05:11:28.334Z] 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 387 kB/s)
01:11:29 [2019-07-31T05:11:29.706Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
01:11:29 [2019-07-31T05:11:29.964Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
01:11:29 [2019-07-31T05:11:29.964Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
01:11:29 [2019-07-31T05:11:29.964Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
01:11:29 [2019-07-31T05:11:29.964Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
01:11:30 [2019-07-31T05:11:30.223Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
01:11:30 [2019-07-31T05:11:30.223Z] 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 900 kB/s)
01:11:30 [2019-07-31T05:11:30.223Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/5/apache-5.pom
01:11:30 [2019-07-31T05:11:30.223Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom
01:11:30 [2019-07-31T05:11:30.223Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/5/apache-5.pom
01:11:30 [2019-07-31T05:11:30.223Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/5/apache-5.pom
01:11:30 [2019-07-31T05:11:30.482Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/5/apache-5.pom
01:11:30 [2019-07-31T05:11:30.482Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
01:11:30 [2019-07-31T05:11:30.482Z] 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)
01:11:30 [2019-07-31T05:11:30.482Z] 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
01:11:30 [2019-07-31T05:11:30.482Z] 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
01:11:30 [2019-07-31T05:11:30.482Z] 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
01:11:30 [2019-07-31T05:11:30.741Z] 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
01:11:30 [2019-07-31T05:11:30.741Z] 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
01:11:30 [2019-07-31T05:11:30.741Z] 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
01:11:30 [2019-07-31T05:11:30.741Z] 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 74 kB/s)
01:11:30 [2019-07-31T05:11:30.741Z] 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
01:11:30 [2019-07-31T05:11:30.741Z] 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
01:11:30 [2019-07-31T05:11:30.741Z] 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
01:11:31 [2019-07-31T05:11:31.000Z] 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
01:11:31 [2019-07-31T05:11:31.000Z] 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
01:11:31 [2019-07-31T05:11:31.000Z] 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
01:11:31 [2019-07-31T05:11:31.000Z] 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)
01:11:31 [2019-07-31T05:11:31.000Z] 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
01:11:31 [2019-07-31T05:11:31.000Z] 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
01:11:31 [2019-07-31T05:11:31.259Z] 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
01:11:31 [2019-07-31T05:11:31.259Z] 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
01:11:31 [2019-07-31T05:11:31.259Z] 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
01:11:31 [2019-07-31T05:11:31.259Z] 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
01:11:31 [2019-07-31T05:11:31.517Z] 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 28 kB/s)
01:11:31 [2019-07-31T05:11:31.517Z] 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
01:11:31 [2019-07-31T05:11:31.517Z] 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
01:11:31 [2019-07-31T05:11:31.517Z] 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
01:11:31 [2019-07-31T05:11:31.517Z] 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
01:11:31 [2019-07-31T05:11:31.517Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] 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 25 kB/s)
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
01:11:31 [2019-07-31T05:11:31.777Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
01:11:31 [2019-07-31T05:11:31.777Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
01:11:31 [2019-07-31T05:11:31.777Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
01:11:31 [2019-07-31T05:11:31.777Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:31 [2019-07-31T05:11:31.777Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
01:11:31 [2019-07-31T05:11:31.777Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.jar
01:11:32 [2019-07-31T05:11:32.128Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
01:11:32 [2019-07-31T05:11:32.128Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
01:11:32 [2019-07-31T05:11:32.128Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
01:11:32 [2019-07-31T05:11:32.128Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.jar
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.128Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
01:11:32 [2019-07-31T05:11:32.386Z] 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
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
01:11:32 [2019-07-31T05:11:32.386Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar
01:11:32 [2019-07-31T05:11:32.646Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
01:11:32 [2019-07-31T05:11:32.646Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.jar
01:11:32 [2019-07-31T05:11:32.646Z] 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
01:11:32 [2019-07-31T05:11:32.646Z] 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
01:11:32 [2019-07-31T05:11:32.646Z] 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
01:11:32 [2019-07-31T05:11:32.646Z] 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
01:11:32 [2019-07-31T05:11:32.646Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.647Z] 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
01:11:32 [2019-07-31T05:11:32.906Z] 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
01:11:32 [2019-07-31T05:11:32.906Z] 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
01:11:32 [2019-07-31T05:11:32.906Z] 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
01:11:32 [2019-07-31T05:11:32.906Z] 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
01:11:32 [2019-07-31T05:11:32.906Z] 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
01:11:32 [2019-07-31T05:11:32.906Z] 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
01:11:32 [2019-07-31T05:11:32.906Z] 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
01:11:32 [2019-07-31T05:11:32.906Z] 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
01:11:33 [2019-07-31T05:11:33.164Z] 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
01:11:33 [2019-07-31T05:11:33.164Z] 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
01:11:33 [2019-07-31T05:11:33.164Z] 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
01:11:33 [2019-07-31T05:11:33.164Z] 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
01:11:33 [2019-07-31T05:11:33.164Z] 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
01:11:33 [2019-07-31T05:11:33.164Z] 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
01:11:33 [2019-07-31T05:11:33.164Z] 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
01:11:33 [2019-07-31T05:11:33.422Z] 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
01:11:33 [2019-07-31T05:11:33.422Z] 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
01:11:33 [2019-07-31T05:11:33.422Z] 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
01:11:33 [2019-07-31T05:11:33.422Z] 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
01:11:33 [2019-07-31T05:11:33.422Z] 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
01:11:33 [2019-07-31T05:11:33.422Z] 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
01:11:33 [2019-07-31T05:11:33.422Z] 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
01:11:33 [2019-07-31T05:11:33.422Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.jar
01:11:33 [2019-07-31T05:11:33.422Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
01:11:33 [2019-07-31T05:11:33.681Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/tukaani/xz/1.5/xz-1.5.jar
01:11:33 [2019-07-31T05:11:33.681Z] 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
01:11:33 [2019-07-31T05:11:33.681Z] 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
01:11:33 [2019-07-31T05:11:33.681Z] 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
01:11:38 [2019-07-31T05:11:38.942Z] 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
01:11:38 [2019-07-31T05:11:38.942Z] 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
01:11:38 [2019-07-31T05:11:38.942Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/de/pdark/decentxml/1.3/decentxml-1.3.jar
01:11:38 [2019-07-31T05:11:38.942Z] 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
01:11:38 [2019-07-31T05:11:38.942Z] 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
01:11:38 [2019-07-31T05:11:38.942Z] 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
01:11:38 [2019-07-31T05:11:38.942Z] 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
01:11:38 [2019-07-31T05:11:38.942Z] 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
01:11:38 [2019-07-31T05:11:38.942Z] 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
01:11:38 [2019-07-31T05:11:38.942Z] 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
01:11:38 [2019-07-31T05:11:38.942Z] 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
01:11:39 [2019-07-31T05:11:39.509Z] 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
01:11:39 [2019-07-31T05:11:39.509Z] 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
01:11:39 [2019-07-31T05:11:39.509Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
01:11:39 [2019-07-31T05:11:39.509Z] 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
01:11:39 [2019-07-31T05:11:39.509Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
01:11:39 [2019-07-31T05:11:39.509Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
01:11:39 [2019-07-31T05:11:39.509Z] 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
01:11:39 [2019-07-31T05:11:39.509Z] 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
01:11:39 [2019-07-31T05:11:39.509Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
01:11:39 [2019-07-31T05:11:39.509Z] 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
01:11:39 [2019-07-31T05:11:39.509Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.jar
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:39 [2019-07-31T05:11:39.768Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
01:11:40 [2019-07-31T05:11:40.704Z] 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
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
01:11:40 [2019-07-31T05:11:40.704Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
01:11:40 [2019-07-31T05:11:40.963Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
01:11:40 [2019-07-31T05:11:40.963Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
01:11:40 [2019-07-31T05:11:40.963Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.jar
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:40 [2019-07-31T05:11:40.963Z] 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
01:11:41 [2019-07-31T05:11:41.222Z] Progress (1): 4.1/527 kB
Progress (1): 7.7/527 kB
Progress (1): 12/527 kB 
Progress (1): 16/527 kB
Progress (1): 20/527 kB
Progress (1): 24/527 kB
Progress (1): 28/527 kB
Progress (1): 32/527 kB
Progress (1): 36/527 kB
Progress (1): 40/527 kB
Progress (1): 44/527 kB
Progress (1): 48/527 kB
Progress (1): 52/527 kB
Progress (1): 56/527 kB
Progress (1): 60/527 kB
Progress (1): 64/527 kB
Progress (1): 68/527 kB
Progress (1): 72/527 kB
Progress (1): 76/527 kB
Progress (1): 80/527 kB
Progress (1): 84/527 kB
Progress (1): 88/527 kB
Progress (1): 92/527 kB
Progress (1): 96/527 kB
Progress (1): 100/527 kB
Progress (1): 104/527 kB
Progress (1): 108/527 kB
Progress (1): 112/527 kB
Progress (1): 116/527 kB
Progress (1): 120/527 kB
Progress (1): 124/527 kB
Progress (1): 128/527 kB
Progress (2): 128/527 kB | 4.1/165 kB
Progress (2): 132/527 kB | 4.1/165 kB
Progress (2): 132/527 kB | 7.7/165 kB
Progress (3): 132/527 kB | 7.7/165 kB | 4.1/47 kB
Progress (3): 136/527 kB | 7.7/165 kB | 4.1/47 kB
Progress (3): 136/527 kB | 7.7/165 kB | 7.7/47 kB
Progress (3): 136/527 kB | 12/165 kB | 7.7/47 kB 
Progress (3): 136/527 kB | 12/165 kB | 12/47 kB 
Progress (3): 140/527 kB | 12/165 kB | 12/47 kB
Progress (3): 140/527 kB | 12/165 kB | 16/47 kB
Progress (3): 140/527 kB | 16/165 kB | 16/47 kB
Progress (3): 144/527 kB | 16/165 kB | 16/47 kB
Progress (3): 144/527 kB | 20/165 kB | 16/47 kB
Progress (3): 144/527 kB | 20/165 kB | 20/47 kB
Progress (3): 144/527 kB | 24/165 kB | 20/47 kB
Progress (3): 148/527 kB | 24/165 kB | 20/47 kB
Progress (3): 148/527 kB | 28/165 kB | 20/47 kB
Progress (3): 148/527 kB | 28/165 kB | 24/47 kB
Progress (3): 148/527 kB | 32/165 kB | 24/47 kB
Progress (3): 152/527 kB | 32/165 kB | 24/47 kB
Progress (3): 152/527 kB | 33/165 kB | 24/47 kB
Progress (3): 152/527 kB | 33/165 kB | 28/47 kB
Progress (3): 152/527 kB | 37/165 kB | 28/47 kB
Progress (3): 156/527 kB | 37/165 kB | 28/47 kB
Progress (3): 156/527 kB | 41/165 kB | 28/47 kB
Progress (3): 156/527 kB | 41/165 kB | 32/47 kB
Progress (3): 156/527 kB | 45/165 kB | 32/47 kB
Progress (3): 160/527 kB | 45/165 kB | 32/47 kB
Progress (3): 160/527 kB | 49/165 kB | 32/47 kB
Progress (3): 160/527 kB | 49/165 kB | 36/47 kB
Progress (3): 160/527 kB | 53/165 kB | 36/47 kB
Progress (3): 164/527 kB | 53/165 kB | 36/47 kB
Progress (3): 164/527 kB | 57/165 kB | 36/47 kB
Progress (3): 164/527 kB | 57/165 kB | 40/47 kB
Progress (3): 164/527 kB | 61/165 kB | 40/47 kB
Progress (3): 168/527 kB | 61/165 kB | 40/47 kB
Progress (3): 168/527 kB | 65/165 kB | 40/47 kB
Progress (3): 168/527 kB | 65/165 kB | 44/47 kB
Progress (3): 168/527 kB | 66/165 kB | 44/47 kB
Progress (3): 172/527 kB | 66/165 kB | 44/47 kB
Progress (3): 172/527 kB | 70/165 kB | 44/47 kB
Progress (3): 172/527 kB | 70/165 kB | 47 kB   
Progress (3): 172/527 kB | 74/165 kB | 47 kB
Progress (3): 176/527 kB | 74/165 kB | 47 kB
Progress (3): 176/527 kB | 78/165 kB | 47 kB
Progress (3): 180/527 kB | 78/165 kB | 47 kB
Progress (3): 180/527 kB | 82/165 kB | 47 kB
Progress (3): 184/527 kB | 82/165 kB | 47 kB
Progress (3): 184/527 kB | 86/165 kB | 47 kB
Progress (3): 184/527 kB | 90/165 kB | 47 kB
Progress (3): 188/527 kB | 90/165 kB | 47 kB
Progress (3): 188/527 kB | 94/165 kB | 47 kB
Progress (3): 192/527 kB | 94/165 kB | 47 kB
Progress (3): 192/527 kB | 98/165 kB | 47 kB
Progress (3): 196/527 kB | 98/165 kB | 47 kB
Progress (3): 196/527 kB | 98/165 kB | 47 kB
Progress (3): 200/527 kB | 98/165 kB | 47 kB
Progress (3): 200/527 kB | 102/165 kB | 47 kB
Progress (3): 204/527 kB | 102/165 kB | 47 kB
Progress (3): 204/527 kB | 106/165 kB | 47 kB
Progress (3): 208/527 kB | 106/165 kB | 47 kB
Progress (3): 208/527 kB | 110/165 kB | 47 kB
Progress (3): 212/527 kB | 110/165 kB | 47 kB
Progress (3): 212/527 kB | 114/165 kB | 47 kB
Progress (3): 216/527 kB | 114/165 kB | 47 kB
Progress (3): 216/527 kB | 118/165 kB | 47 kB
Progress (3): 220/527 kB | 118/165 kB | 47 kB
Progress (3): 220/527 kB | 122/165 kB | 47 kB
Progress (3): 224/527 kB | 122/165 kB | 47 kB
Progress (3): 224/527 kB | 126/165 kB | 47 kB
Progress (3): 228/527 kB | 126/165 kB | 47 kB
Progress (3): 228/527 kB | 130/165 kB | 47 kB
Progress (3): 232/527 kB | 130/165 kB | 47 kB
Progress (3): 232/527 kB | 131/165 kB | 47 kB
Progress (3): 236/527 kB | 131/165 kB | 47 kB
Progress (3): 236/527 kB | 135/165 kB | 47 kB
Progress (3): 240/527 kB | 135/165 kB | 47 kB
Progress (3): 240/527 kB | 139/165 kB | 47 kB
Progress (3): 244/527 kB | 139/165 kB | 47 kB
Progress (3): 244/527 kB | 143/165 kB | 47 kB
Progress (3): 248/527 kB | 143/165 kB | 47 kB
Progress (3): 248/527 kB | 147/165 kB | 47 kB
Progress (3): 252/527 kB | 147/165 kB | 47 kB
Progress (3): 252/527 kB | 151/165 kB | 47 kB
Progress (3): 256/527 kB | 151/165 kB | 47 kB
Progress (3): 256/527 kB | 155/165 kB | 47 kB
Progress (3): 260/527 kB | 155/165 kB | 47 kB
Progress (3): 260/527 kB | 159/165 kB | 47 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 676 kB/s)
01:11:41 [2019-07-31T05:11:41.222Z] Progress (2): 260/527 kB | 163/165 kB
Progress (2): 264/527 kB | 163/165 kB
Progress (2): 264/527 kB | 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
01:11:41 [2019-07-31T05:11:41.222Z] Progress (2): 268/527 kB | 165 kB
Progress (2): 272/527 kB | 165 kB
Progress (2): 276/527 kB | 165 kB
Progress (2): 280/527 kB | 165 kB
Progress (2): 284/527 kB | 165 kB
Progress (2): 288/527 kB | 165 kB
Progress (2): 292/527 kB | 165 kB
Progress (2): 296/527 kB | 165 kB
Progress (2): 300/527 kB | 165 kB
Progress (2): 304/527 kB | 165 kB
Progress (2): 308/527 kB | 165 kB
Progress (2): 312/527 kB | 165 kB
Progress (2): 316/527 kB | 165 kB
Progress (2): 320/527 kB | 165 kB
Progress (2): 324/527 kB | 165 kB
Progress (2): 328/527 kB | 165 kB
Progress (2): 332/527 kB | 165 kB
Progress (2): 336/527 kB | 165 kB
Progress (2): 340/527 kB | 165 kB
Progress (2): 344/527 kB | 165 kB
Progress (2): 348/527 kB | 165 kB
Progress (2): 352/527 kB | 165 kB
Progress (2): 356/527 kB | 165 kB
Progress (2): 360/527 kB | 165 kB
Progress (2): 364/527 kB | 165 kB
Progress (2): 368/527 kB | 165 kB
Progress (2): 372/527 kB | 165 kB
Progress (2): 376/527 kB | 165 kB
Progress (2): 380/527 kB | 165 kB
Progress (2): 384/527 kB | 165 kB
Progress (2): 388/527 kB | 165 kB
Progress (2): 392/527 kB | 165 kB
Progress (3): 392/527 kB | 165 kB | 4.1/5.6 kB
Progress (3): 392/527 kB | 165 kB | 5.6 kB    
Progress (4): 392/527 kB | 165 kB | 5.6 kB | 4.1/38 kB
Progress (4): 396/527 kB | 165 kB | 5.6 kB | 4.1/38 kB
Progress (4): 396/527 kB | 165 kB | 5.6 kB | 7.7/38 kB
Progress (4): 400/527 kB | 165 kB | 5.6 kB | 7.7/38 kB
Progress (4): 400/527 kB | 165 kB | 5.6 kB | 12/38 kB 
Progress (4): 404/527 kB | 165 kB | 5.6 kB | 12/38 kB
Progress (5): 404/527 kB | 165 kB | 5.6 kB | 12/38 kB | 4.1/202 kB
Progress (5): 408/527 kB | 165 kB | 5.6 kB | 12/38 kB | 4.1/202 kB
Progress (5): 408/527 kB | 165 kB | 5.6 kB | 16/38 kB | 4.1/202 kB
Progress (5): 412/527 kB | 165 kB | 5.6 kB | 16/38 kB | 4.1/202 kB
Progress (5): 412/527 kB | 165 kB | 5.6 kB | 16/38 kB | 7.7/202 kB
Progress (5): 416/527 kB | 165 kB | 5.6 kB | 16/38 kB | 7.7/202 kB
Progress (5): 416/527 kB | 165 kB | 5.6 kB | 20/38 kB | 7.7/202 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 50 kB/s)
01:11:41 [2019-07-31T05:11:41.222Z] Progress (4): 420/527 kB | 165 kB | 20/38 kB | 7.7/202 kB
Progress (4): 420/527 kB | 165 kB | 20/38 kB | 12/202 kB 
Progress (4): 424/527 kB | 165 kB | 20/38 kB | 12/202 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
01:11:41 [2019-07-31T05:11:41.222Z] Progress (4): 424/527 kB | 165 kB | 24/38 kB | 12/202 kB
Progress (4): 428/527 kB | 165 kB | 24/38 kB | 12/202 kB
Progress (4): 428/527 kB | 165 kB | 24/38 kB | 16/202 kB
Progress (4): 432/527 kB | 165 kB | 24/38 kB | 16/202 kB
Progress (4): 432/527 kB | 165 kB | 28/38 kB | 16/202 kB
Progress (4): 436/527 kB | 165 kB | 28/38 kB | 16/202 kB
Progress (4): 436/527 kB | 165 kB | 28/38 kB | 20/202 kB
Progress (4): 440/527 kB | 165 kB | 28/38 kB | 20/202 kB
Progress (4): 440/527 kB | 165 kB | 32/38 kB | 20/202 kB
Progress (4): 444/527 kB | 165 kB | 32/38 kB | 20/202 kB
Progress (4): 444/527 kB | 165 kB | 36/38 kB | 20/202 kB
Progress (4): 444/527 kB | 165 kB | 36/38 kB | 24/202 kB
Progress (4): 444/527 kB | 165 kB | 38 kB | 24/202 kB   
Progress (4): 448/527 kB | 165 kB | 38 kB | 24/202 kB
Progress (4): 448/527 kB | 165 kB | 38 kB | 28/202 kB
Progress (4): 452/527 kB | 165 kB | 38 kB | 28/202 kB
Progress (4): 452/527 kB | 165 kB | 38 kB | 32/202 kB
Progress (4): 456/527 kB | 165 kB | 38 kB | 32/202 kB
Progress (4): 456/527 kB | 165 kB | 38 kB | 36/202 kB
Progress (4): 460/527 kB | 165 kB | 38 kB | 36/202 kB
Progress (4): 460/527 kB | 165 kB | 38 kB | 40/202 kB
Progress (4): 464/527 kB | 165 kB | 38 kB | 40/202 kB
Progress (4): 464/527 kB | 165 kB | 38 kB | 44/202 kB
Progress (4): 468/527 kB | 165 kB | 38 kB | 44/202 kB
Progress (4): 468/527 kB | 165 kB | 38 kB | 48/202 kB
Progress (4): 472/527 kB | 165 kB | 38 kB | 48/202 kB
Progress (4): 472/527 kB | 165 kB | 38 kB | 52/202 kB
Progress (4): 476/527 kB | 165 kB | 38 kB | 52/202 kB
Progress (4): 476/527 kB | 165 kB | 38 kB | 56/202 kB
Progress (4): 480/527 kB | 165 kB | 38 kB | 56/202 kB
Progress (4): 480/527 kB | 165 kB | 38 kB | 60/202 kB
Progress (4): 484/527 kB | 165 kB | 38 kB | 60/202 kB
Progress (4): 484/527 kB | 165 kB | 38 kB | 64/202 kB
Progress (4): 488/527 kB | 165 kB | 38 kB | 64/202 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.jar (38 kB at 305 kB/s)
01:11:41 [2019-07-31T05:11:41.222Z] 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.3 MB/s)
01:11:41 [2019-07-31T05:11:41.222Z] 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
01:11:41 [2019-07-31T05:11:41.222Z] Progress (2): 492/527 kB | 64/202 kB
Progress (2): 492/527 kB | 68/202 kB
Progress (2): 496/527 kB | 68/202 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
01:11:41 [2019-07-31T05:11:41.222Z] Progress (2): 500/527 kB | 68/202 kB
Progress (2): 500/527 kB | 72/202 kB
Progress (2): 504/527 kB | 72/202 kB
Progress (2): 504/527 kB | 76/202 kB
Progress (2): 508/527 kB | 76/202 kB
Progress (2): 508/527 kB | 80/202 kB
Progress (2): 512/527 kB | 80/202 kB
Progress (2): 512/527 kB | 84/202 kB
Progress (2): 516/527 kB | 84/202 kB
Progress (2): 516/527 kB | 88/202 kB
Progress (2): 520/527 kB | 88/202 kB
Progress (2): 520/527 kB | 92/202 kB
Progress (2): 524/527 kB | 92/202 kB
Progress (2): 524/527 kB | 96/202 kB
Progress (2): 527 kB | 96/202 kB    
Progress (2): 527 kB | 100/202 kB
Progress (2): 527 kB | 104/202 kB
Progress (2): 527 kB | 108/202 kB
Progress (2): 527 kB | 112/202 kB
Progress (2): 527 kB | 116/202 kB
Progress (2): 527 kB | 120/202 kB
Progress (2): 527 kB | 124/202 kB
Progress (2): 527 kB | 128/202 kB
Progress (3): 527 kB | 128/202 kB | 4.1/30 kB
Progress (3): 527 kB | 132/202 kB | 4.1/30 kB
Progress (3): 527 kB | 132/202 kB | 7.7/30 kB
Progress (4): 527 kB | 132/202 kB | 7.7/30 kB | 4.1/148 kB
Progress (4): 527 kB | 136/202 kB | 7.7/30 kB | 4.1/148 kB
Progress (4): 527 kB | 136/202 kB | 7.7/30 kB | 7.7/148 kB
Progress (4): 527 kB | 136/202 kB | 12/30 kB | 7.7/148 kB 
Progress (4): 527 kB | 140/202 kB | 12/30 kB | 7.7/148 kB
Progress (4): 527 kB | 140/202 kB | 12/30 kB | 12/148 kB 
Progress (4): 527 kB | 140/202 kB | 16/30 kB | 12/148 kB
Progress (4): 527 kB | 140/202 kB | 16/30 kB | 16/148 kB
Progress (4): 527 kB | 144/202 kB | 16/30 kB | 16/148 kB
Progress (4): 527 kB | 144/202 kB | 16/30 kB | 20/148 kB
Progress (4): 527 kB | 144/202 kB | 20/30 kB | 20/148 kB
Progress (4): 527 kB | 144/202 kB | 20/30 kB | 24/148 kB
Progress (5): 527 kB | 144/202 kB | 20/30 kB | 24/148 kB | 4.1/52 kB
Progress (5): 527 kB | 148/202 kB | 20/30 kB | 24/148 kB | 4.1/52 kB
Progress (5): 527 kB | 148/202 kB | 20/30 kB | 24/148 kB | 7.7/52 kB
Progress (5): 527 kB | 148/202 kB | 20/30 kB | 28/148 kB | 7.7/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 3.7 MB/s)
01:11:41 [2019-07-31T05:11:41.222Z] 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
01:11:41 [2019-07-31T05:11:41.222Z] Progress (4): 148/202 kB | 24/30 kB | 28/148 kB | 7.7/52 kB
Progress (4): 148/202 kB | 24/30 kB | 32/148 kB | 7.7/52 kB
Progress (4): 148/202 kB | 24/30 kB | 32/148 kB | 12/52 kB 
Progress (4): 152/202 kB | 24/30 kB | 32/148 kB | 12/52 kB
Progress (4): 152/202 kB | 24/30 kB | 32/148 kB | 16/52 kB
Progress (4): 152/202 kB | 24/30 kB | 33/148 kB | 16/52 kB
Progress (4): 152/202 kB | 28/30 kB | 33/148 kB | 16/52 kB
Progress (4): 152/202 kB | 28/30 kB | 37/148 kB | 16/52 kB
Progress (4): 152/202 kB | 28/30 kB | 37/148 kB | 20/52 kB
Progress (4): 156/202 kB | 28/30 kB | 37/148 kB | 20/52 kB
Progress (4): 156/202 kB | 28/30 kB | 37/148 kB | 24/52 kB
Progress (4): 156/202 kB | 28/30 kB | 41/148 kB | 24/52 kB
Progress (4): 156/202 kB | 30 kB | 41/148 kB | 24/52 kB   
Progress (4): 156/202 kB | 30 kB | 45/148 kB | 24/52 kB
Progress (4): 156/202 kB | 30 kB | 45/148 kB | 28/52 kB
Progress (4): 160/202 kB | 30 kB | 45/148 kB | 28/52 kB
Progress (4): 164/202 kB | 30 kB | 45/148 kB | 28/52 kB
Progress (4): 168/202 kB | 30 kB | 45/148 kB | 28/52 kB
Progress (4): 172/202 kB | 30 kB | 45/148 kB | 28/52 kB
Progress (4): 172/202 kB | 30 kB | 45/148 kB | 32/52 kB
Progress (4): 172/202 kB | 30 kB | 49/148 kB | 32/52 kB
Progress (4): 172/202 kB | 30 kB | 49/148 kB | 33/52 kB
Progress (4): 176/202 kB | 30 kB | 49/148 kB | 33/52 kB
Progress (4): 176/202 kB | 30 kB | 49/148 kB | 37/52 kB
Progress (4): 180/202 kB | 30 kB | 49/148 kB | 37/52 kB
Progress (4): 180/202 kB | 30 kB | 53/148 kB | 37/52 kB
Progress (5): 180/202 kB | 30 kB | 53/148 kB | 37/52 kB | 4.1/51 kB
Progress (5): 180/202 kB | 30 kB | 57/148 kB | 37/52 kB | 4.1/51 kB
Progress (5): 184/202 kB | 30 kB | 57/148 kB | 37/52 kB | 4.1/51 kB
Progress (5): 184/202 kB | 30 kB | 57/148 kB | 41/52 kB | 4.1/51 kB
Progress (5): 188/202 kB | 30 kB | 57/148 kB | 41/52 kB | 4.1/51 kB
Progress (5): 188/202 kB | 30 kB | 61/148 kB | 41/52 kB | 4.1/51 kB
Progress (5): 188/202 kB | 30 kB | 61/148 kB | 41/52 kB | 7.7/51 kB
Progress (5): 188/202 kB | 30 kB | 65/148 kB | 41/52 kB | 7.7/51 kB
Progress (5): 192/202 kB | 30 kB | 65/148 kB | 41/52 kB | 7.7/51 kB
Progress (5): 192/202 kB | 30 kB | 65/148 kB | 45/52 kB | 7.7/51 kB
Progress (5): 196/202 kB | 30 kB | 65/148 kB | 45/52 kB | 7.7/51 kB
Progress (5): 196/202 kB | 30 kB | 69/148 kB | 45/52 kB | 7.7/51 kB
Progress (5): 196/202 kB | 30 kB | 69/148 kB | 45/52 kB | 12/51 kB 
Progress (5): 196/202 kB | 30 kB | 73/148 kB | 45/52 kB | 12/51 kB
Progress (5): 200/202 kB | 30 kB | 73/148 kB | 45/52 kB | 12/51 kB
Progress (5): 200/202 kB | 30 kB | 77/148 kB | 45/52 kB | 12/51 kB
Progress (5): 200/202 kB | 30 kB | 77/148 kB | 49/52 kB | 12/51 kB
Progress (5): 200/202 kB | 30 kB | 81/148 kB | 49/52 kB | 12/51 kB
Progress (5): 202 kB | 30 kB | 81/148 kB | 49/52 kB | 12/51 kB    
Progress (5): 202 kB | 30 kB | 81/148 kB | 49/52 kB | 16/51 kB
Progress (5): 202 kB | 30 kB | 85/148 kB | 49/52 kB | 16/51 kB
Progress (5): 202 kB | 30 kB | 85/148 kB | 52 kB | 16/51 kB   
Progress (5): 202 kB | 30 kB | 89/148 kB | 52 kB | 16/51 kB
Progress (5): 202 kB | 30 kB | 89/148 kB | 52 kB | 20/51 kB
Progress (5): 202 kB | 30 kB | 93/148 kB | 52 kB | 20/51 kB
Progress (5): 202 kB | 30 kB | 93/148 kB | 52 kB | 24/51 kB
Progress (5): 202 kB | 30 kB | 97/148 kB | 52 kB | 24/51 kB
Progress (5): 202 kB | 30 kB | 97/148 kB | 52 kB | 28/51 kB
Progress (5): 202 kB | 30 kB | 101/148 kB | 52 kB | 28/51 kB
Progress (5): 202 kB | 30 kB | 101/148 kB | 52 kB | 32/51 kB
Progress (5): 202 kB | 30 kB | 105/148 kB | 52 kB | 32/51 kB
Progress (5): 202 kB | 30 kB | 105/148 kB | 52 kB | 36/51 kB
Progress (5): 202 kB | 30 kB | 109/148 kB | 52 kB | 36/51 kB
Progress (5): 202 kB | 30 kB | 109/148 kB | 52 kB | 40/51 kB
Progress (5): 202 kB | 30 kB | 113/148 kB | 52 kB | 40/51 kB
Progress (5): 202 kB | 30 kB | 113/148 kB | 52 kB | 44/51 kB
Progress (5): 202 kB | 30 kB | 117/148 kB | 52 kB | 44/51 kB
Progress (5): 202 kB | 30 kB | 117/148 kB | 52 kB | 48/51 kB
Progress (5): 202 kB | 30 kB | 121/148 kB | 52 kB | 48/51 kB
Progress (5): 202 kB | 30 kB | 121/148 kB | 52 kB | 51 kB   
Progress (5): 202 kB | 30 kB | 125/148 kB | 52 kB | 51 kB
Progress (5): 202 kB | 30 kB | 129/148 kB | 52 kB | 51 kB
Progress (5): 202 kB | 30 kB | 133/148 kB | 52 kB | 51 kB
Progress (5): 202 kB | 30 kB | 137/148 kB | 52 kB | 51 kB
Progress (5): 202 kB | 30 kB | 141/148 kB | 52 kB | 51 kB
Progress (5): 202 kB | 30 kB | 145/148 kB | 52 kB | 51 kB
Progress (5): 202 kB | 30 kB | 148 kB | 52 kB | 51 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 874 kB/s)
01:11:41 [2019-07-31T05:11:41.222Z] 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 222 kB/s)
01:11:41 [2019-07-31T05:11:41.222Z] 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
01:11:41 [2019-07-31T05:11:41.222Z] 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 224 kB/s)
01:11:41 [2019-07-31T05:11:41.222Z] 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
01:11:41 [2019-07-31T05:11:41.222Z] 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
01:11:41 [2019-07-31T05:11:41.222Z] 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 128 kB/s)
01:11:41 [2019-07-31T05:11:41.222Z] 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 630 kB/s)
01:11:41 [2019-07-31T05:11:41.222Z] 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
01:11:41 [2019-07-31T05:11:41.222Z] 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
01:11:41 [2019-07-31T05:11:41.481Z] Progress (1): 4.1/74 kB
Progress (1): 7.7/74 kB
Progress (1): 12/74 kB 
Progress (1): 16/74 kB
Progress (1): 20/74 kB
Progress (1): 24/74 kB
Progress (1): 28/74 kB
Progress (1): 32/74 kB
Progress (1): 33/74 kB
Progress (1): 37/74 kB
Progress (1): 41/74 kB
Progress (1): 45/74 kB
Progress (1): 49/74 kB
Progress (1): 53/74 kB
Progress (1): 57/74 kB
Progress (1): 61/74 kB
Progress (1): 65/74 kB
Progress (1): 69/74 kB
Progress (1): 73/74 kB
Progress (1): 74 kB   
Progress (2): 74 kB | 4.1/14 kB
Progress (2): 74 kB | 7.7/14 kB
Progress (3): 74 kB | 7.7/14 kB | 4.1/106 kB
Progress (3): 74 kB | 12/14 kB | 4.1/106 kB 
Progress (3): 74 kB | 12/14 kB | 7.7/106 kB
Progress (3): 74 kB | 14 kB | 7.7/106 kB   
Progress (3): 74 kB | 14 kB | 12/106 kB 
Progress (3): 74 kB | 14 kB | 16/106 kB
Progress (3): 74 kB | 14 kB | 20/106 kB
Progress (3): 74 kB | 14 kB | 24/106 kB
Progress (3): 74 kB | 14 kB | 28/106 kB
Progress (3): 74 kB | 14 kB | 32/106 kB
Progress (3): 74 kB | 14 kB | 33/106 kB
Progress (3): 74 kB | 14 kB | 37/106 kB
Progress (3): 74 kB | 14 kB | 41/106 kB
Progress (3): 74 kB | 14 kB | 45/106 kB
Progress (3): 74 kB | 14 kB | 49/106 kB
Progress (3): 74 kB | 14 kB | 53/106 kB
Progress (3): 74 kB | 14 kB | 57/106 kB
Progress (3): 74 kB | 14 kB | 61/106 kB
Progress (3): 74 kB | 14 kB | 65/106 kB
Progress (3): 74 kB | 14 kB | 66/106 kB
Progress (3): 74 kB | 14 kB | 70/106 kB
Progress (3): 74 kB | 14 kB | 74/106 kB
Progress (3): 74 kB | 14 kB | 78/106 kB
Progress (3): 74 kB | 14 kB | 82/106 kB
Progress (3): 74 kB | 14 kB | 86/106 kB
Progress (3): 74 kB | 14 kB | 90/106 kB
Progress (3): 74 kB | 14 kB | 94/106 kB
Progress (3): 74 kB | 14 kB | 98/106 kB
Progress (3): 74 kB | 14 kB | 102/106 kB
Progress (3): 74 kB | 14 kB | 106/106 kB
Progress (3): 74 kB | 14 kB | 106 kB    
Progress (4): 74 kB | 14 kB | 106 kB | 4.1/202 kB
Progress (4): 74 kB | 14 kB | 106 kB | 7.7/202 kB
Progress (4): 74 kB | 14 kB | 106 kB | 12/202 kB 
Progress (4): 74 kB | 14 kB | 106 kB | 16/202 kB
Progress (5): 74 kB | 14 kB | 106 kB | 16/202 kB | 4.1/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 20/202 kB | 4.1/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 20/202 kB | 7.7/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 24/202 kB | 7.7/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 24/202 kB | 12/108 kB 
Progress (5): 74 kB | 14 kB | 106 kB | 24/202 kB | 16/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 28/202 kB | 16/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 28/202 kB | 20/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 32/202 kB | 20/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 32/202 kB | 24/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 33/202 kB | 24/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 33/202 kB | 28/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 37/202 kB | 28/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 37/202 kB | 32/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 41/202 kB | 32/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 41/202 kB | 33/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 45/202 kB | 33/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 45/202 kB | 37/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 49/202 kB | 37/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 49/202 kB | 41/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 53/202 kB | 41/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 53/202 kB | 45/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 57/202 kB | 45/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 57/202 kB | 49/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 61/202 kB | 49/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 61/202 kB | 53/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 65/202 kB | 53/108 kB
Progress (5): 74 kB | 14 kB | 106 kB | 65/202 kB | 57/108 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 41 kB/s)
01:11:41 [2019-07-31T05:11:41.481Z] 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 223 kB/s)
01:11:41 [2019-07-31T05:11:41.481Z] 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 319 kB/s)
01:11:41 [2019-07-31T05:11:41.481Z] 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
01:11:41 [2019-07-31T05:11:41.481Z] Progress (2): 65/202 kB | 61/108 kB
Progress (2): 66/202 kB | 61/108 kB
Progress (2): 66/202 kB | 65/108 kB
Progress (2): 70/202 kB | 65/108 kB
                                   
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
01:11:41 [2019-07-31T05:11:41.481Z] 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
01:11:41 [2019-07-31T05:11:41.481Z] Progress (2): 74/202 kB | 65/108 kB
Progress (2): 74/202 kB | 66/108 kB
Progress (2): 78/202 kB | 66/108 kB
Progress (2): 82/202 kB | 66/108 kB
Progress (2): 82/202 kB | 70/108 kB
Progress (2): 86/202 kB | 70/108 kB
Progress (2): 86/202 kB | 74/108 kB
Progress (2): 90/202 kB | 74/108 kB
Progress (2): 90/202 kB | 78/108 kB
Progress (2): 94/202 kB | 78/108 kB
Progress (2): 94/202 kB | 82/108 kB
Progress (2): 98/202 kB | 82/108 kB
Progress (2): 98/202 kB | 86/108 kB
Progress (2): 98/202 kB | 86/108 kB
Progress (2): 98/202 kB | 90/108 kB
Progress (2): 102/202 kB | 90/108 kB
Progress (2): 102/202 kB | 94/108 kB
Progress (2): 106/202 kB | 94/108 kB
Progress (2): 106/202 kB | 98/108 kB
Progress (2): 110/202 kB | 98/108 kB
Progress (2): 110/202 kB | 98/108 kB
Progress (2): 114/202 kB | 98/108 kB
Progress (2): 114/202 kB | 102/108 kB
Progress (2): 118/202 kB | 102/108 kB
Progress (2): 118/202 kB | 106/108 kB
Progress (2): 122/202 kB | 106/108 kB
Progress (2): 122/202 kB | 108 kB    
Progress (2): 126/202 kB | 108 kB
Progress (2): 130/202 kB | 108 kB
Progress (2): 134/202 kB | 108 kB
Progress (2): 138/202 kB | 108 kB
Progress (2): 142/202 kB | 108 kB
Progress (2): 146/202 kB | 108 kB
Progress (2): 150/202 kB | 108 kB
Progress (2): 154/202 kB | 108 kB
Progress (2): 158/202 kB | 108 kB
Progress (2): 162/202 kB | 108 kB
Progress (2): 166/202 kB | 108 kB
Progress (2): 170/202 kB | 108 kB
Progress (2): 174/202 kB | 108 kB
Progress (2): 178/202 kB | 108 kB
Progress (2): 182/202 kB | 108 kB
Progress (2): 186/202 kB | 108 kB
Progress (2): 190/202 kB | 108 kB
Progress (2): 194/202 kB | 108 kB
Progress (2): 198/202 kB | 108 kB
Progress (2): 202 kB | 108 kB    
Progress (3): 202 kB | 108 kB | 4.1/472 kB
Progress (4): 202 kB | 108 kB | 4.1/472 kB | 4.1/153 kB
Progress (4): 202 kB | 108 kB | 7.7/472 kB | 4.1/153 kB
Progress (4): 202 kB | 108 kB | 7.7/472 kB | 7.7/153 kB
Progress (5): 202 kB | 108 kB | 7.7/472 kB | 7.7/153 kB | 4.1/61 kB
Progress (5): 202 kB | 108 kB | 12/472 kB | 7.7/153 kB | 4.1/61 kB 
Progress (5): 202 kB | 108 kB | 12/472 kB | 7.7/153 kB | 7.7/61 kB
Progress (5): 202 kB | 108 kB | 12/472 kB | 12/153 kB | 7.7/61 kB 
Progress (5): 202 kB | 108 kB | 12/472 kB | 12/153 kB | 12/61 kB 
Progress (5): 202 kB | 108 kB | 16/472 kB | 12/153 kB | 12/61 kB
Progress (5): 202 kB | 108 kB | 16/472 kB | 12/153 kB | 16/61 kB
Progress (5): 202 kB | 108 kB | 16/472 kB | 16/153 kB | 16/61 kB
Progress (5): 202 kB | 108 kB | 16/472 kB | 16/153 kB | 20/61 kB
Progress (5): 202 kB | 108 kB | 16/472 kB | 20/153 kB | 20/61 kB
Progress (5): 202 kB | 108 kB | 20/472 kB | 20/153 kB | 20/61 kB
Progress (5): 202 kB | 108 kB | 20/472 kB | 24/153 kB | 20/61 kB
Progress (5): 202 kB | 108 kB | 20/472 kB | 24/153 kB | 24/61 kB
Progress (5): 202 kB | 108 kB | 20/472 kB | 28/153 kB | 24/61 kB
Progress (5): 202 kB | 108 kB | 24/472 kB | 28/153 kB | 24/61 kB
Progress (5): 202 kB | 108 kB | 24/472 kB | 32/153 kB | 24/61 kB
Progress (5): 202 kB | 108 kB | 24/472 kB | 32/153 kB | 28/61 kB
Progress (5): 202 kB | 108 kB | 24/472 kB | 33/153 kB | 28/61 kB
Progress (5): 202 kB | 108 kB | 28/472 kB | 33/153 kB | 28/61 kB
Progress (5): 202 kB | 108 kB | 28/472 kB | 33/153 kB | 32/61 kB
Progress (5): 202 kB | 108 kB | 28/472 kB | 37/153 kB | 32/61 kB
Progress (5): 202 kB | 108 kB | 32/472 kB | 37/153 kB | 32/61 kB
Progress (5): 202 kB | 108 kB | 32/472 kB | 41/153 kB | 32/61 kB
Progress (5): 202 kB | 108 kB | 32/472 kB | 41/153 kB | 33/61 kB
Progress (5): 202 kB | 108 kB | 32/472 kB | 45/153 kB | 33/61 kB
Progress (5): 202 kB | 108 kB | 33/472 kB | 45/153 kB | 33/61 kB
Progress (5): 202 kB | 108 kB | 33/472 kB | 49/153 kB | 33/61 kB
Progress (5): 202 kB | 108 kB | 33/472 kB | 49/153 kB | 37/61 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 267 kB/s)
01:11:41 [2019-07-31T05:11:41.481Z] Progress (4): 202 kB | 33/472 kB | 49/153 kB | 41/61 kB
Progress (4): 202 kB | 33/472 kB | 53/153 kB | 41/61 kB
Progress (4): 202 kB | 37/472 kB | 53/153 kB | 41/61 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 496 kB/s)
01:11:41 [2019-07-31T05:11:41.481Z] 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
01:11:41 [2019-07-31T05:11:41.481Z] Progress (3): 41/472 kB | 53/153 kB | 41/61 kB
Progress (3): 41/472 kB | 57/153 kB | 41/61 kB
Progress (3): 41/472 kB | 57/153 kB | 45/61 kB
                                              
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
01:11:41 [2019-07-31T05:11:41.481Z] Progress (3): 41/472 kB | 57/153 kB | 49/61 kB
Progress (3): 41/472 kB | 61/153 kB | 49/61 kB
Progress (3): 45/472 kB | 61/153 kB | 49/61 kB
Progress (3): 45/472 kB | 65/153 kB | 49/61 kB
Progress (3): 45/472 kB | 65/153 kB | 53/61 kB
Progress (3): 45/472 kB | 66/153 kB | 53/61 kB
Progress (3): 49/472 kB | 66/153 kB | 53/61 kB
Progress (3): 49/472 kB | 66/153 kB | 57/61 kB
Progress (3): 53/472 kB | 66/153 kB | 57/61 kB
Progress (3): 53/472 kB | 70/153 kB | 57/61 kB
Progress (3): 57/472 kB | 70/153 kB | 57/61 kB
Progress (3): 57/472 kB | 70/153 kB | 61/61 kB
Progress (3): 57/472 kB | 74/153 kB | 61/61 kB
Progress (3): 57/472 kB | 74/153 kB | 61 kB   
Progress (3): 61/472 kB | 74/153 kB | 61 kB
Progress (3): 61/472 kB | 78/153 kB | 61 kB
Progress (3): 65/472 kB | 78/153 kB | 61 kB
Progress (3): 65/472 kB | 82/153 kB | 61 kB
Progress (3): 66/472 kB | 82/153 kB | 61 kB
Progress (3): 66/472 kB | 86/153 kB | 61 kB
Progress (3): 70/472 kB | 86/153 kB | 61 kB
Progress (3): 70/472 kB | 90/153 kB | 61 kB
Progress (3): 74/472 kB | 90/153 kB | 61 kB
Progress (3): 74/472 kB | 94/153 kB | 61 kB
Progress (3): 78/472 kB | 94/153 kB | 61 kB
Progress (3): 78/472 kB | 98/153 kB | 61 kB
Progress (3): 82/472 kB | 98/153 kB | 61 kB
Progress (3): 82/472 kB | 102/153 kB | 61 kB
Progress (3): 86/472 kB | 102/153 kB | 61 kB
Progress (3): 86/472 kB | 106/153 kB | 61 kB
Progress (3): 90/472 kB | 106/153 kB | 61 kB
Progress (4): 90/472 kB | 106/153 kB | 61 kB | 4.1/29 kB
Progress (4): 94/472 kB | 106/153 kB | 61 kB | 4.1/29 kB
Progress (4): 94/472 kB | 110/153 kB | 61 kB | 4.1/29 kB
Progress (4): 98/472 kB | 110/153 kB | 61 kB | 4.1/29 kB
Progress (4): 98/472 kB | 110/153 kB | 61 kB | 7.7/29 kB
Progress (4): 98/472 kB | 114/153 kB | 61 kB | 7.7/29 kB
Progress (4): 98/472 kB | 114/153 kB | 61 kB | 12/29 kB 
Progress (4): 102/472 kB | 114/153 kB | 61 kB | 12/29 kB
Progress (4): 102/472 kB | 118/153 kB | 61 kB | 12/29 kB
Progress (4): 102/472 kB | 118/153 kB | 61 kB | 16/29 kB
Progress (4): 102/472 kB | 122/153 kB | 61 kB | 16/29 kB
Progress (4): 106/472 kB | 122/153 kB | 61 kB | 16/29 kB
Progress (4): 106/472 kB | 126/153 kB | 61 kB | 16/29 kB
Progress (4): 106/472 kB | 126/153 kB | 61 kB | 20/29 kB
Progress (4): 106/472 kB | 130/153 kB | 61 kB | 20/29 kB
Progress (4): 110/472 kB | 130/153 kB | 61 kB | 20/29 kB
Progress (4): 110/472 kB | 130/153 kB | 61 kB | 24/29 kB
Progress (4): 114/472 kB | 130/153 kB | 61 kB | 24/29 kB
Progress (4): 114/472 kB | 134/153 kB | 61 kB | 24/29 kB
Progress (4): 118/472 kB | 134/153 kB | 61 kB | 24/29 kB
Progress (4): 118/472 kB | 134/153 kB | 61 kB | 28/29 kB
Progress (4): 122/472 kB | 134/153 kB | 61 kB | 28/29 kB
Progress (4): 122/472 kB | 138/153 kB | 61 kB | 28/29 kB
Progress (4): 126/472 kB | 138/153 kB | 61 kB | 28/29 kB
Progress (4): 126/472 kB | 138/153 kB | 61 kB | 29 kB   
Progress (4): 126/472 kB | 142/153 kB | 61 kB | 29 kB
Progress (4): 130/472 kB | 142/153 kB | 61 kB | 29 kB
Progress (4): 130/472 kB | 146/153 kB | 61 kB | 29 kB
Progress (4): 134/472 kB | 146/153 kB | 61 kB | 29 kB
Progress (4): 134/472 kB | 150/153 kB | 61 kB | 29 kB
Progress (4): 138/472 kB | 150/153 kB | 61 kB | 29 kB
Progress (4): 138/472 kB | 153 kB | 61 kB | 29 kB    
Progress (4): 142/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 146/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 150/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 154/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 158/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 162/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 166/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 170/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 174/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 178/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 182/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 186/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 190/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 194/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 198/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 202/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 206/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 210/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 214/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 218/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 222/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 226/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 230/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 234/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 238/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 242/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 246/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 250/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 254/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 258/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 262/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 266/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 270/472 kB | 153 kB | 61 kB | 29 kB
Progress (4): 274/472 kB | 153 kB | 61 kB | 29 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 139 kB/s)
01:11:41 [2019-07-31T05:11:41.481Z] 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 348 kB/s)
01:11:41 [2019-07-31T05:11:41.481Z] 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
01:11:41 [2019-07-31T05:11:41.481Z] Progress (2): 278/472 kB | 29 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 65 kB/s)
01:11:41 [2019-07-31T05:11:41.481Z] 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
01:11:41 [2019-07-31T05:11:41.481Z] 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
01:11:41 [2019-07-31T05:11:41.481Z] Progress (1): 282/472 kB
Progress (1): 286/472 kB
Progress (1): 290/472 kB
Progress (1): 294/472 kB
Progress (1): 298/472 kB
Progress (1): 302/472 kB
Progress (1): 306/472 kB
Progress (1): 310/472 kB
Progress (1): 314/472 kB
Progress (1): 318/472 kB
Progress (1): 322/472 kB
Progress (1): 326/472 kB
Progress (1): 330/472 kB
Progress (2): 330/472 kB | 4.1/46 kB
Progress (2): 334/472 kB | 4.1/46 kB
Progress (2): 334/472 kB | 7.7/46 kB
Progress (2): 338/472 kB | 7.7/46 kB
Progress (2): 338/472 kB | 12/46 kB 
Progress (2): 342/472 kB | 12/46 kB
Progress (2): 342/472 kB | 16/46 kB
Progress (2): 346/472 kB | 16/46 kB
Progress (2): 346/472 kB | 20/46 kB
Progress (2): 350/472 kB | 20/46 kB
Progress (3): 350/472 kB | 20/46 kB | 4.1/13 kB
Progress (3): 350/472 kB | 24/46 kB | 4.1/13 kB
Progress (3): 350/472 kB | 24/46 kB | 7.7/13 kB
Progress (3): 354/472 kB | 24/46 kB | 7.7/13 kB
Progress (3): 354/472 kB | 24/46 kB | 12/13 kB 
Progress (3): 354/472 kB | 28/46 kB | 12/13 kB
Progress (3): 354/472 kB | 28/46 kB | 13 kB   
Progress (3): 358/472 kB | 28/46 kB | 13 kB
Progress (3): 358/472 kB | 32/46 kB | 13 kB
Progress (3): 362/472 kB | 32/46 kB | 13 kB
Progress (3): 362/472 kB | 33/46 kB | 13 kB
Progress (3): 366/472 kB | 33/46 kB | 13 kB
Progress (3): 366/472 kB | 37/46 kB | 13 kB
Progress (3): 370/472 kB | 37/46 kB | 13 kB
Progress (3): 370/472 kB | 41/46 kB | 13 kB
Progress (3): 374/472 kB | 41/46 kB | 13 kB
Progress (3): 374/472 kB | 45/46 kB | 13 kB
Progress (4): 374/472 kB | 45/46 kB | 13 kB | 4.1/49 kB
Progress (4): 374/472 kB | 46 kB | 13 kB | 4.1/49 kB   
Progress (4): 378/472 kB | 46 kB | 13 kB | 4.1/49 kB
Progress (5): 378/472 kB | 46 kB | 13 kB | 4.1/49 kB | 4.1/247 kB
Progress (5): 378/472 kB | 46 kB | 13 kB | 7.7/49 kB | 4.1/247 kB
Progress (5): 378/472 kB | 46 kB | 13 kB | 12/49 kB | 4.1/247 kB 
Progress (5): 378/472 kB | 46 kB | 13 kB | 16/49 kB | 4.1/247 kB
Progress (5): 378/472 kB | 46 kB | 13 kB | 16/49 kB | 7.7/247 kB
Progress (5): 382/472 kB | 46 kB | 13 kB | 16/49 kB | 7.7/247 kB
Progress (5): 382/472 kB | 46 kB | 13 kB | 20/49 kB | 7.7/247 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)
01:11:41 [2019-07-31T05:11:41.481Z] Progress (4): 382/472 kB | 46 kB | 24/49 kB | 7.7/247 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 91 kB/s)
01:11:41 [2019-07-31T05:11:41.481Z] 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
01:11:41 [2019-07-31T05:11:41.481Z] Progress (3): 386/472 kB | 24/49 kB | 7.7/247 kB
Progress (3): 386/472 kB | 24/49 kB | 12/247 kB 
Progress (3): 390/472 kB | 24/49 kB | 12/247 kB
Progress (3): 390/472 kB | 28/49 kB | 12/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
01:11:41 [2019-07-31T05:11:41.481Z] Progress (3): 390/472 kB | 32/49 kB | 12/247 kB
Progress (3): 394/472 kB | 32/49 kB | 12/247 kB
Progress (3): 394/472 kB | 32/49 kB | 16/247 kB
Progress (3): 398/472 kB | 32/49 kB | 16/247 kB
Progress (3): 398/472 kB | 33/49 kB | 16/247 kB
Progress (3): 398/472 kB | 33/49 kB | 20/247 kB
Progress (3): 402/472 kB | 33/49 kB | 20/247 kB
Progress (3): 402/472 kB | 33/49 kB | 24/247 kB
Progress (3): 402/472 kB | 37/49 kB | 24/247 kB
Progress (3): 402/472 kB | 37/49 kB | 28/247 kB
Progress (3): 406/472 kB | 37/49 kB | 28/247 kB
Progress (3): 406/472 kB | 37/49 kB | 32/247 kB
Progress (3): 406/472 kB | 41/49 kB | 32/247 kB
Progress (3): 406/472 kB | 41/49 kB | 33/247 kB
Progress (3): 410/472 kB | 41/49 kB | 33/247 kB
Progress (3): 410/472 kB | 45/49 kB | 33/247 kB
Progress (3): 414/472 kB | 45/49 kB | 33/247 kB
Progress (3): 414/472 kB | 45/49 kB | 37/247 kB
Progress (3): 418/472 kB | 45/49 kB | 37/247 kB
Progress (3): 418/472 kB | 49/49 kB | 37/247 kB
Progress (3): 422/472 kB | 49/49 kB | 37/247 kB
Progress (3): 422/472 kB | 49/49 kB | 41/247 kB
Progress (3): 426/472 kB | 49/49 kB | 41/247 kB
Progress (3): 426/472 kB | 49 kB | 41/247 kB   
Progress (3): 430/472 kB | 49 kB | 41/247 kB
Progress (3): 430/472 kB | 49 kB | 45/247 kB
Progress (3): 434/472 kB | 49 kB | 45/247 kB
Progress (3): 434/472 kB | 49 kB | 49/247 kB
Progress (4): 434/472 kB | 49 kB | 49/247 kB | 4.1/86 kB
Progress (4): 438/472 kB | 49 kB | 49/247 kB | 4.1/86 kB
Progress (4): 438/472 kB | 49 kB | 49/247 kB | 7.7/86 kB
Progress (4): 438/472 kB | 49 kB | 53/247 kB | 7.7/86 kB
Progress (4): 438/472 kB | 49 kB | 53/247 kB | 12/86 kB 
Progress (4): 442/472 kB | 49 kB | 53/247 kB | 12/86 kB
Progress (4): 442/472 kB | 49 kB | 53/247 kB | 16/86 kB
Progress (5): 442/472 kB | 49 kB | 53/247 kB | 16/86 kB | 4.1/187 kB
Progress (5): 442/472 kB | 49 kB | 57/247 kB | 16/86 kB | 4.1/187 kB
Progress (5): 442/472 kB | 49 kB | 57/247 kB | 16/86 kB | 7.7/187 kB
Progress (5): 442/472 kB | 49 kB | 61/247 kB | 16/86 kB | 7.7/187 kB
Progress (5): 442/472 kB | 49 kB | 61/247 kB | 20/86 kB | 7.7/187 kB
Progress (5): 446/472 kB | 49 kB | 61/247 kB | 20/86 kB | 7.7/187 kB
Progress (5): 446/472 kB | 49 kB | 61/247 kB | 24/86 kB | 7.7/187 kB
Progress (5): 446/472 kB | 49 kB | 65/247 kB | 24/86 kB | 7.7/187 kB
Progress (5): 446/472 kB | 49 kB | 65/247 kB | 24/86 kB | 12/187 kB 
Progress (5): 446/472 kB | 49 kB | 66/247 kB | 24/86 kB | 12/187 kB
Progress (5): 446/472 kB | 49 kB | 66/247 kB | 28/86 kB | 12/187 kB
Progress (5): 450/472 kB | 49 kB | 66/247 kB | 28/86 kB | 12/187 kB
Progress (5): 450/472 kB | 49 kB | 66/247 kB | 32/86 kB | 12/187 kB
Progress (5): 450/472 kB | 49 kB | 70/247 kB | 32/86 kB | 12/187 kB
Progress (5): 450/472 kB | 49 kB | 70/247 kB | 32/86 kB | 16/187 kB
Progress (5): 450/472 kB | 49 kB | 74/247 kB | 32/86 kB | 16/187 kB
Progress (5): 450/472 kB | 49 kB | 74/247 kB | 33/86 kB | 16/187 kB
Progress (5): 454/472 kB | 49 kB | 74/247 kB | 33/86 kB | 16/187 kB
Progress (5): 454/472 kB | 49 kB | 74/247 kB | 37/86 kB | 16/187 kB
Progress (5): 454/472 kB | 49 kB | 78/247 kB | 37/86 kB | 16/187 kB
Progress (5): 454/472 kB | 49 kB | 78/247 kB | 37/86 kB | 20/187 kB
Progress (5): 454/472 kB | 49 kB | 82/247 kB | 37/86 kB | 20/187 kB
Progress (5): 454/472 kB | 49 kB | 82/247 kB | 41/86 kB | 20/187 kB
Progress (5): 458/472 kB | 49 kB | 82/247 kB | 41/86 kB | 20/187 kB
Progress (5): 458/472 kB | 49 kB | 82/247 kB | 45/86 kB | 20/187 kB
Progress (5): 458/472 kB | 49 kB | 86/247 kB | 45/86 kB | 20/187 kB
Progress (5): 458/472 kB | 49 kB | 86/247 kB | 45/86 kB | 24/187 kB
Progress (5): 458/472 kB | 49 kB | 90/247 kB | 45/86 kB | 24/187 kB
Progress (5): 458/472 kB | 49 kB | 90/247 kB | 49/86 kB | 24/187 kB
Progress (5): 462/472 kB | 49 kB | 90/247 kB | 49/86 kB | 24/187 kB
Progress (5): 462/472 kB | 49 kB | 90/247 kB | 53/86 kB | 24/187 kB
Progress (5): 462/472 kB | 49 kB | 94/247 kB | 53/86 kB | 24/187 kB
Progress (5): 462/472 kB | 49 kB | 94/247 kB | 53/86 kB | 28/187 kB
Progress (5): 462/472 kB | 49 kB | 98/247 kB | 53/86 kB | 28/187 kB
Progress (5): 462/472 kB | 49 kB | 98/247 kB | 57/86 kB | 28/187 kB
Progress (5): 466/472 kB | 49 kB | 98/247 kB | 57/86 kB | 28/187 kB
Progress (5): 466/472 kB | 49 kB | 98/247 kB | 61/86 kB | 28/187 kB
Progress (5): 466/472 kB | 49 kB | 98/247 kB | 61/86 kB | 28/187 kB
Progress (5): 466/472 kB | 49 kB | 98/247 kB | 61/86 kB | 32/187 kB
Progress (5): 466/472 kB | 49 kB | 102/247 kB | 61/86 kB | 32/187 kB
Progress (5): 466/472 kB | 49 kB | 102/247 kB | 65/86 kB | 32/187 kB
Progress (5): 470/472 kB | 49 kB | 102/247 kB | 65/86 kB | 32/187 kB
Progress (5): 470/472 kB | 49 kB | 106/247 kB | 65/86 kB | 32/187 kB
Progress (5): 470/472 kB | 49 kB | 106/247 kB | 65/86 kB | 33/187 kB
Progress (5): 470/472 kB | 49 kB | 110/247 kB | 65/86 kB | 33/187 kB
Progress (5): 470/472 kB | 49 kB | 110/247 kB | 69/86 kB | 33/187 kB
Progress (5): 472 kB | 49 kB | 110/247 kB | 69/86 kB | 33/187 kB    
Progress (5): 472 kB | 49 kB | 110/247 kB | 73/86 kB | 33/187 kB
Progress (5): 472 kB | 49 kB | 114/247 kB | 73/86 kB | 33/187 kB
Progress (5): 472 kB | 49 kB | 114/247 kB | 73/86 kB | 37/187 kB
Progress (5): 472 kB | 49 kB | 114/247 kB | 77/86 kB | 37/187 kB
Progress (5): 472 kB | 49 kB | 114/247 kB | 77/86 kB | 41/187 kB
Progress (5): 472 kB | 49 kB | 118/247 kB | 77/86 kB | 41/187 kB
Progress (5): 472 kB | 49 kB | 118/247 kB | 77/86 kB | 45/187 kB
Progress (5): 472 kB | 49 kB | 118/247 kB | 81/86 kB | 45/187 kB
Progress (5): 472 kB | 49 kB | 118/247 kB | 81/86 kB | 49/187 kB
Progress (5): 472 kB | 49 kB | 122/247 kB | 81/86 kB | 49/187 kB
Progress (5): 472 kB | 49 kB | 122/247 kB | 81/86 kB | 53/187 kB
Progress (5): 472 kB | 49 kB | 122/247 kB | 85/86 kB | 53/187 kB
Progress (5): 472 kB | 49 kB | 122/247 kB | 85/86 kB | 57/187 kB
Progress (5): 472 kB | 49 kB | 126/247 kB | 85/86 kB | 57/187 kB
Progress (5): 472 kB | 49 kB | 126/247 kB | 85/86 kB | 61/187 kB
Progress (5): 472 kB | 49 kB | 126/247 kB | 86 kB | 61/187 kB   
Progress (5): 472 kB | 49 kB | 126/247 kB | 86 kB | 65/187 kB
Progress (5): 472 kB | 49 kB | 130/247 kB | 86 kB | 65/187 kB
Progress (5): 472 kB | 49 kB | 130/247 kB | 86 kB | 66/187 kB
Progress (5): 472 kB | 49 kB | 134/247 kB | 86 kB | 66/187 kB
Progress (5): 472 kB | 49 kB | 134/247 kB | 86 kB | 70/187 kB
Progress (5): 472 kB | 49 kB | 138/247 kB | 86 kB | 70/187 kB
Progress (5): 472 kB | 49 kB | 138/247 kB | 86 kB | 74/187 kB
Progress (5): 472 kB | 49 kB | 142/247 kB | 86 kB | 74/187 kB
Progress (5): 472 kB | 49 kB | 142/247 kB | 86 kB | 78/187 kB
Progress (5): 472 kB | 49 kB | 146/247 kB | 86 kB | 78/187 kB
Progress (5): 472 kB | 49 kB | 146/247 kB | 86 kB | 82/187 kB
Progress (5): 472 kB | 49 kB | 150/247 kB | 86 kB | 82/187 kB
Progress (5): 472 kB | 49 kB | 150/247 kB | 86 kB | 86/187 kB
Progress (5): 472 kB | 49 kB | 154/247 kB | 86 kB | 86/187 kB
Progress (5): 472 kB | 49 kB | 154/247 kB | 86 kB | 90/187 kB
Progress (5): 472 kB | 49 kB | 158/247 kB | 86 kB | 90/187 kB
Progress (5): 472 kB | 49 kB | 158/247 kB | 86 kB | 94/187 kB
Progress (5): 472 kB | 49 kB | 162/247 kB | 86 kB | 94/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 157 kB/s)
01:11:41 [2019-07-31T05:11:41.482Z] Progress (4): 472 kB | 49 kB | 162/247 kB | 98/187 kB
                                                     
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
01:11:41 [2019-07-31T05:11:41.482Z] Progress (4): 472 kB | 49 kB | 166/247 kB | 98/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 89 kB/s)
01:11:41 [2019-07-31T05:11:41.482Z] 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 858 kB/s)
01:11:41 [2019-07-31T05:11:41.482Z] Progress (2): 166/247 kB | 98/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
01:11:41 [2019-07-31T05:11:41.482Z] 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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (2): 170/247 kB | 98/187 kB
Progress (2): 170/247 kB | 102/187 kB
Progress (2): 170/247 kB | 106/187 kB
Progress (2): 174/247 kB | 106/187 kB
Progress (2): 174/247 kB | 110/187 kB
Progress (2): 178/247 kB | 110/187 kB
Progress (2): 178/247 kB | 114/187 kB
Progress (2): 182/247 kB | 114/187 kB
Progress (3): 182/247 kB | 114/187 kB | 4.1/56 kB
Progress (3): 186/247 kB | 114/187 kB | 4.1/56 kB
Progress (4): 186/247 kB | 114/187 kB | 4.1/56 kB | 4.1/209 kB
Progress (4): 186/247 kB | 118/187 kB | 4.1/56 kB | 4.1/209 kB
Progress (4): 186/247 kB | 118/187 kB | 4.1/56 kB | 7.7/209 kB
Progress (4): 190/247 kB | 118/187 kB | 4.1/56 kB | 7.7/209 kB
Progress (4): 190/247 kB | 118/187 kB | 7.7/56 kB | 7.7/209 kB
Progress (4): 194/247 kB | 118/187 kB | 7.7/56 kB | 7.7/209 kB
Progress (4): 194/247 kB | 118/187 kB | 7.7/56 kB | 12/209 kB 
Progress (4): 194/247 kB | 122/187 kB | 7.7/56 kB | 12/209 kB
Progress (4): 194/247 kB | 122/187 kB | 7.7/56 kB | 16/209 kB
Progress (4): 198/247 kB | 122/187 kB | 7.7/56 kB | 16/209 kB
Progress (4): 198/247 kB | 122/187 kB | 12/56 kB | 16/209 kB 
Progress (4): 202/247 kB | 122/187 kB | 12/56 kB | 16/209 kB
Progress (4): 202/247 kB | 122/187 kB | 12/56 kB | 20/209 kB
Progress (4): 202/247 kB | 126/187 kB | 12/56 kB | 20/209 kB
Progress (4): 202/247 kB | 126/187 kB | 12/56 kB | 24/209 kB
Progress (4): 206/247 kB | 126/187 kB | 12/56 kB | 24/209 kB
Progress (4): 206/247 kB | 126/187 kB | 16/56 kB | 24/209 kB
Progress (4): 210/247 kB | 126/187 kB | 16/56 kB | 24/209 kB
Progress (4): 210/247 kB | 126/187 kB | 16/56 kB | 28/209 kB
Progress (4): 210/247 kB | 130/187 kB | 16/56 kB | 28/209 kB
Progress (4): 210/247 kB | 130/187 kB | 16/56 kB | 32/209 kB
Progress (4): 214/247 kB | 130/187 kB | 16/56 kB | 32/209 kB
Progress (4): 214/247 kB | 130/187 kB | 20/56 kB | 32/209 kB
Progress (4): 218/247 kB | 130/187 kB | 20/56 kB | 32/209 kB
Progress (4): 218/247 kB | 134/187 kB | 20/56 kB | 32/209 kB
Progress (4): 218/247 kB | 134/187 kB | 20/56 kB | 33/209 kB
Progress (4): 218/247 kB | 138/187 kB | 20/56 kB | 33/209 kB
Progress (4): 222/247 kB | 138/187 kB | 20/56 kB | 33/209 kB
Progress (4): 222/247 kB | 138/187 kB | 24/56 kB | 33/209 kB
Progress (4): 226/247 kB | 138/187 kB | 24/56 kB | 33/209 kB
Progress (5): 226/247 kB | 138/187 kB | 24/56 kB | 33/209 kB | 4.1/532 kB
Progress (5): 230/247 kB | 138/187 kB | 24/56 kB | 33/209 kB | 4.1/532 kB
Progress (5): 230/247 kB | 142/187 kB | 24/56 kB | 33/209 kB | 4.1/532 kB
Progress (5): 230/247 kB | 142/187 kB | 24/56 kB | 37/209 kB | 4.1/532 kB
Progress (5): 230/247 kB | 146/187 kB | 24/56 kB | 37/209 kB | 4.1/532 kB
Progress (5): 234/247 kB | 146/187 kB | 24/56 kB | 37/209 kB | 4.1/532 kB
Progress (5): 234/247 kB | 146/187 kB | 24/56 kB | 37/209 kB | 7.7/532 kB
Progress (5): 234/247 kB | 146/187 kB | 28/56 kB | 37/209 kB | 7.7/532 kB
Progress (5): 234/247 kB | 146/187 kB | 28/56 kB | 37/209 kB | 12/532 kB 
Progress (5): 238/247 kB | 146/187 kB | 28/56 kB | 37/209 kB | 12/532 kB
Progress (5): 238/247 kB | 150/187 kB | 28/56 kB | 37/209 kB | 12/532 kB
Progress (5): 238/247 kB | 150/187 kB | 28/56 kB | 41/209 kB | 12/532 kB
Progress (5): 238/247 kB | 154/187 kB | 28/56 kB | 41/209 kB | 12/532 kB
Progress (5): 242/247 kB | 154/187 kB | 28/56 kB | 41/209 kB | 12/532 kB
Progress (5): 242/247 kB | 154/187 kB | 28/56 kB | 41/209 kB | 16/532 kB
Progress (5): 242/247 kB | 154/187 kB | 32/56 kB | 41/209 kB | 16/532 kB
Progress (5): 242/247 kB | 154/187 kB | 32/56 kB | 41/209 kB | 20/532 kB
Progress (5): 246/247 kB | 154/187 kB | 32/56 kB | 41/209 kB | 20/532 kB
Progress (5): 246/247 kB | 158/187 kB | 32/56 kB | 41/209 kB | 20/532 kB
Progress (5): 246/247 kB | 158/187 kB | 32/56 kB | 45/209 kB | 20/532 kB
Progress (5): 246/247 kB | 162/187 kB | 32/56 kB | 45/209 kB | 20/532 kB
Progress (5): 247 kB | 162/187 kB | 32/56 kB | 45/209 kB | 20/532 kB    
Progress (5): 247 kB | 162/187 kB | 32/56 kB | 45/209 kB | 24/532 kB
Progress (5): 247 kB | 162/187 kB | 33/56 kB | 45/209 kB | 24/532 kB
Progress (5): 247 kB | 162/187 kB | 33/56 kB | 45/209 kB | 28/532 kB
Progress (5): 247 kB | 166/187 kB | 33/56 kB | 45/209 kB | 28/532 kB
Progress (5): 247 kB | 166/187 kB | 33/56 kB | 49/209 kB | 28/532 kB
Progress (5): 247 kB | 170/187 kB | 33/56 kB | 49/209 kB | 28/532 kB
Progress (5): 247 kB | 170/187 kB | 33/56 kB | 49/209 kB | 32/532 kB
Progress (5): 247 kB | 170/187 kB | 37/56 kB | 49/209 kB | 32/532 kB
Progress (5): 247 kB | 170/187 kB | 37/56 kB | 49/209 kB | 33/532 kB
Progress (5): 247 kB | 174/187 kB | 37/56 kB | 49/209 kB | 33/532 kB
Progress (5): 247 kB | 174/187 kB | 37/56 kB | 53/209 kB | 33/532 kB
Progress (5): 247 kB | 178/187 kB | 37/56 kB | 53/209 kB | 33/532 kB
Progress (5): 247 kB | 178/187 kB | 37/56 kB | 53/209 kB | 37/532 kB
Progress (5): 247 kB | 178/187 kB | 41/56 kB | 53/209 kB | 37/532 kB
Progress (5): 247 kB | 178/187 kB | 41/56 kB | 53/209 kB | 41/532 kB
Progress (5): 247 kB | 182/187 kB | 41/56 kB | 53/209 kB | 41/532 kB
Progress (5): 247 kB | 182/187 kB | 41/56 kB | 57/209 kB | 41/532 kB
Progress (5): 247 kB | 186/187 kB | 41/56 kB | 57/209 kB | 41/532 kB
Progress (5): 247 kB | 186/187 kB | 41/56 kB | 57/209 kB | 45/532 kB
Progress (5): 247 kB | 186/187 kB | 45/56 kB | 57/209 kB | 45/532 kB
Progress (5): 247 kB | 186/187 kB | 45/56 kB | 57/209 kB | 49/532 kB
Progress (5): 247 kB | 187 kB | 45/56 kB | 57/209 kB | 49/532 kB    
Progress (5): 247 kB | 187 kB | 45/56 kB | 61/209 kB | 49/532 kB
Progress (5): 247 kB | 187 kB | 45/56 kB | 61/209 kB | 53/532 kB
Progress (5): 247 kB | 187 kB | 49/56 kB | 61/209 kB | 53/532 kB
Progress (5): 247 kB | 187 kB | 49/56 kB | 61/209 kB | 57/532 kB
Progress (5): 247 kB | 187 kB | 49/56 kB | 65/209 kB | 57/532 kB
Progress (5): 247 kB | 187 kB | 49/56 kB | 65/209 kB | 61/532 kB
Progress (5): 247 kB | 187 kB | 53/56 kB | 65/209 kB | 61/532 kB
Progress (5): 247 kB | 187 kB | 53/56 kB | 65/209 kB | 65/532 kB
Progress (5): 247 kB | 187 kB | 53/56 kB | 66/209 kB | 65/532 kB
Progress (5): 247 kB | 187 kB | 53/56 kB | 66/209 kB | 66/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 392 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (4): 187 kB | 56 kB | 66/209 kB | 66/532 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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (4): 187 kB | 56 kB | 66/209 kB | 70/532 kB
Progress (4): 187 kB | 56 kB | 70/209 kB | 70/532 kB
Progress (4): 187 kB | 56 kB | 70/209 kB | 74/532 kB
Progress (4): 187 kB | 56 kB | 74/209 kB | 74/532 kB
Progress (4): 187 kB | 56 kB | 74/209 kB | 78/532 kB
Progress (4): 187 kB | 56 kB | 74/209 kB | 82/532 kB
Progress (4): 187 kB | 56 kB | 78/209 kB | 82/532 kB
Progress (4): 187 kB | 56 kB | 78/209 kB | 86/532 kB
Progress (4): 187 kB | 56 kB | 82/209 kB | 86/532 kB
Progress (4): 187 kB | 56 kB | 82/209 kB | 90/532 kB
Progress (4): 187 kB | 56 kB | 86/209 kB | 90/532 kB
Progress (4): 187 kB | 56 kB | 86/209 kB | 94/532 kB
Progress (4): 187 kB | 56 kB | 90/209 kB | 94/532 kB
Progress (4): 187 kB | 56 kB | 90/209 kB | 98/532 kB
Progress (4): 187 kB | 56 kB | 94/209 kB | 98/532 kB
Progress (4): 187 kB | 56 kB | 94/209 kB | 98/532 kB
Progress (4): 187 kB | 56 kB | 98/209 kB | 98/532 kB
Progress (4): 187 kB | 56 kB | 98/209 kB | 102/532 kB
Progress (4): 187 kB | 56 kB | 98/209 kB | 102/532 kB
Progress (4): 187 kB | 56 kB | 98/209 kB | 106/532 kB
Progress (4): 187 kB | 56 kB | 102/209 kB | 106/532 kB
Progress (4): 187 kB | 56 kB | 102/209 kB | 110/532 kB
Progress (4): 187 kB | 56 kB | 106/209 kB | 110/532 kB
Progress (4): 187 kB | 56 kB | 106/209 kB | 114/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 293 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
01:11:41 [2019-07-31T05:11:41.927Z] Progress (3): 56 kB | 106/209 kB | 118/532 kB
Progress (3): 56 kB | 110/209 kB | 118/532 kB
Progress (3): 56 kB | 110/209 kB | 122/532 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 87 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] 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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (2): 110/209 kB | 126/532 kB
Progress (2): 114/209 kB | 126/532 kB
Progress (2): 114/209 kB | 130/532 kB
Progress (2): 118/209 kB | 130/532 kB
Progress (2): 118/209 kB | 131/532 kB
Progress (2): 122/209 kB | 131/532 kB
Progress (2): 122/209 kB | 135/532 kB
Progress (2): 126/209 kB | 135/532 kB
Progress (2): 126/209 kB | 139/532 kB
Progress (2): 130/209 kB | 139/532 kB
Progress (2): 130/209 kB | 143/532 kB
Progress (2): 130/209 kB | 147/532 kB
Progress (2): 134/209 kB | 147/532 kB
Progress (2): 134/209 kB | 151/532 kB
Progress (2): 138/209 kB | 151/532 kB
Progress (2): 138/209 kB | 155/532 kB
Progress (2): 142/209 kB | 155/532 kB
Progress (2): 142/209 kB | 159/532 kB
Progress (2): 146/209 kB | 159/532 kB
Progress (2): 146/209 kB | 163/532 kB
Progress (2): 146/209 kB | 164/532 kB
Progress (2): 150/209 kB | 164/532 kB
Progress (2): 150/209 kB | 168/532 kB
Progress (2): 154/209 kB | 168/532 kB
Progress (2): 154/209 kB | 172/532 kB
Progress (2): 158/209 kB | 172/532 kB
Progress (2): 158/209 kB | 176/532 kB
Progress (2): 162/209 kB | 176/532 kB
Progress (2): 162/209 kB | 180/532 kB
Progress (2): 166/209 kB | 180/532 kB
Progress (2): 166/209 kB | 184/532 kB
Progress (2): 170/209 kB | 184/532 kB
Progress (2): 170/209 kB | 188/532 kB
Progress (2): 174/209 kB | 188/532 kB
Progress (2): 178/209 kB | 188/532 kB
Progress (2): 178/209 kB | 192/532 kB
Progress (2): 182/209 kB | 192/532 kB
Progress (2): 182/209 kB | 196/532 kB
Progress (3): 182/209 kB | 196/532 kB | 4.1/58 kB
Progress (3): 182/209 kB | 200/532 kB | 4.1/58 kB
Progress (3): 186/209 kB | 200/532 kB | 4.1/58 kB
Progress (4): 186/209 kB | 200/532 kB | 4.1/58 kB | 4.1/100 kB
Progress (4): 190/209 kB | 200/532 kB | 4.1/58 kB | 4.1/100 kB
Progress (4): 190/209 kB | 204/532 kB | 4.1/58 kB | 4.1/100 kB
Progress (4): 190/209 kB | 204/532 kB | 7.7/58 kB | 4.1/100 kB
Progress (4): 190/209 kB | 208/532 kB | 7.7/58 kB | 4.1/100 kB
Progress (4): 190/209 kB | 208/532 kB | 12/58 kB | 4.1/100 kB 
Progress (4): 194/209 kB | 208/532 kB | 12/58 kB | 4.1/100 kB
Progress (4): 194/209 kB | 208/532 kB | 12/58 kB | 7.7/100 kB
Progress (4): 198/209 kB | 208/532 kB | 12/58 kB | 7.7/100 kB
Progress (4): 198/209 kB | 208/532 kB | 16/58 kB | 7.7/100 kB
Progress (4): 198/209 kB | 212/532 kB | 16/58 kB | 7.7/100 kB
Progress (4): 198/209 kB | 212/532 kB | 20/58 kB | 7.7/100 kB
Progress (4): 198/209 kB | 216/532 kB | 20/58 kB | 7.7/100 kB
Progress (4): 202/209 kB | 216/532 kB | 20/58 kB | 7.7/100 kB
Progress (4): 202/209 kB | 216/532 kB | 20/58 kB | 12/100 kB 
Progress (4): 206/209 kB | 216/532 kB | 20/58 kB | 12/100 kB
Progress (5): 206/209 kB | 216/532 kB | 20/58 kB | 12/100 kB | 4.1/245 kB
Progress (5): 206/209 kB | 220/532 kB | 20/58 kB | 12/100 kB | 4.1/245 kB
Progress (5): 206/209 kB | 220/532 kB | 24/58 kB | 12/100 kB | 4.1/245 kB
Progress (5): 206/209 kB | 224/532 kB | 24/58 kB | 12/100 kB | 4.1/245 kB
Progress (5): 206/209 kB | 224/532 kB | 24/58 kB | 12/100 kB | 7.7/245 kB
Progress (5): 209 kB | 224/532 kB | 24/58 kB | 12/100 kB | 7.7/245 kB    
Progress (5): 209 kB | 224/532 kB | 24/58 kB | 16/100 kB | 7.7/245 kB
Progress (5): 209 kB | 224/532 kB | 24/58 kB | 16/100 kB | 12/245 kB 
Progress (5): 209 kB | 228/532 kB | 24/58 kB | 16/100 kB | 12/245 kB
Progress (5): 209 kB | 228/532 kB | 28/58 kB | 16/100 kB | 12/245 kB
Progress (5): 209 kB | 228/532 kB | 28/58 kB | 16/100 kB | 16/245 kB
Progress (5): 209 kB | 228/532 kB | 28/58 kB | 20/100 kB | 16/245 kB
Progress (5): 209 kB | 228/532 kB | 28/58 kB | 20/100 kB | 20/245 kB
Progress (5): 209 kB | 228/532 kB | 32/58 kB | 20/100 kB | 20/245 kB
Progress (5): 209 kB | 232/532 kB | 32/58 kB | 20/100 kB | 20/245 kB
Progress (5): 209 kB | 232/532 kB | 33/58 kB | 20/100 kB | 20/245 kB
Progress (5): 209 kB | 232/532 kB | 33/58 kB | 20/100 kB | 24/245 kB
Progress (5): 209 kB | 232/532 kB | 33/58 kB | 24/100 kB | 24/245 kB
Progress (5): 209 kB | 232/532 kB | 33/58 kB | 24/100 kB | 28/245 kB
Progress (5): 209 kB | 232/532 kB | 37/58 kB | 24/100 kB | 28/245 kB
Progress (5): 209 kB | 236/532 kB | 37/58 kB | 24/100 kB | 28/245 kB
Progress (5): 209 kB | 236/532 kB | 41/58 kB | 24/100 kB | 28/245 kB
Progress (5): 209 kB | 236/532 kB | 41/58 kB | 24/100 kB | 32/245 kB
Progress (5): 209 kB | 236/532 kB | 41/58 kB | 28/100 kB | 32/245 kB
Progress (5): 209 kB | 236/532 kB | 41/58 kB | 28/100 kB | 33/245 kB
Progress (5): 209 kB | 236/532 kB | 45/58 kB | 28/100 kB | 33/245 kB
Progress (5): 209 kB | 240/532 kB | 45/58 kB | 28/100 kB | 33/245 kB
Progress (5): 209 kB | 240/532 kB | 49/58 kB | 28/100 kB | 33/245 kB
Progress (5): 209 kB | 240/532 kB | 49/58 kB | 28/100 kB | 37/245 kB
Progress (5): 209 kB | 240/532 kB | 49/58 kB | 32/100 kB | 37/245 kB
Progress (5): 209 kB | 240/532 kB | 49/58 kB | 32/100 kB | 41/245 kB
Progress (5): 209 kB | 240/532 kB | 53/58 kB | 32/100 kB | 41/245 kB
Progress (5): 209 kB | 244/532 kB | 53/58 kB | 32/100 kB | 41/245 kB
Progress (5): 209 kB | 244/532 kB | 57/58 kB | 32/100 kB | 41/245 kB
Progress (5): 209 kB | 244/532 kB | 57/58 kB | 32/100 kB | 45/245 kB
Progress (5): 209 kB | 244/532 kB | 57/58 kB | 33/100 kB | 45/245 kB
Progress (5): 209 kB | 244/532 kB | 57/58 kB | 33/100 kB | 49/245 kB
Progress (5): 209 kB | 244/532 kB | 58 kB | 33/100 kB | 49/245 kB   
Progress (5): 209 kB | 248/532 kB | 58 kB | 33/100 kB | 49/245 kB
Progress (5): 209 kB | 248/532 kB | 58 kB | 33/100 kB | 53/245 kB
Progress (5): 209 kB | 248/532 kB | 58 kB | 37/100 kB | 53/245 kB
Progress (5): 209 kB | 248/532 kB | 58 kB | 37/100 kB | 57/245 kB
Progress (5): 209 kB | 252/532 kB | 58 kB | 37/100 kB | 57/245 kB
Progress (5): 209 kB | 252/532 kB | 58 kB | 37/100 kB | 61/245 kB
Progress (5): 209 kB | 252/532 kB | 58 kB | 41/100 kB | 61/245 kB
Progress (5): 209 kB | 252/532 kB | 58 kB | 41/100 kB | 65/245 kB
Progress (5): 209 kB | 256/532 kB | 58 kB | 41/100 kB | 65/245 kB
Progress (5): 209 kB | 256/532 kB | 58 kB | 41/100 kB | 66/245 kB
Progress (5): 209 kB | 256/532 kB | 58 kB | 45/100 kB | 66/245 kB
Progress (5): 209 kB | 256/532 kB | 58 kB | 45/100 kB | 70/245 kB
Progress (5): 209 kB | 260/532 kB | 58 kB | 45/100 kB | 70/245 kB
Progress (5): 209 kB | 260/532 kB | 58 kB | 45/100 kB | 74/245 kB
Progress (5): 209 kB | 260/532 kB | 58 kB | 49/100 kB | 74/245 kB
Progress (5): 209 kB | 260/532 kB | 58 kB | 49/100 kB | 78/245 kB
Progress (5): 209 kB | 264/532 kB | 58 kB | 49/100 kB | 78/245 kB
Progress (5): 209 kB | 264/532 kB | 58 kB | 49/100 kB | 82/245 kB
Progress (5): 209 kB | 264/532 kB | 58 kB | 53/100 kB | 82/245 kB
Progress (5): 209 kB | 264/532 kB | 58 kB | 53/100 kB | 86/245 kB
Progress (5): 209 kB | 268/532 kB | 58 kB | 53/100 kB | 86/245 kB
Progress (5): 209 kB | 268/532 kB | 58 kB | 53/100 kB | 90/245 kB
Progress (5): 209 kB | 268/532 kB | 58 kB | 57/100 kB | 90/245 kB
Progress (5): 209 kB | 268/532 kB | 58 kB | 57/100 kB | 94/245 kB
Progress (5): 209 kB | 272/532 kB | 58 kB | 57/100 kB | 94/245 kB
Progress (5): 209 kB | 272/532 kB | 58 kB | 57/100 kB | 98/245 kB
Progress (5): 209 kB | 272/532 kB | 58 kB | 61/100 kB | 98/245 kB
Progress (5): 209 kB | 272/532 kB | 58 kB | 61/100 kB | 98/245 kB
Progress (5): 209 kB | 276/532 kB | 58 kB | 61/100 kB | 98/245 kB
Progress (5): 209 kB | 276/532 kB | 58 kB | 61/100 kB | 102/245 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 289 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (4): 276/532 kB | 58 kB | 65/100 kB | 102/245 kB
                                                         
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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (4): 276/532 kB | 58 kB | 65/100 kB | 106/245 kB
Progress (4): 280/532 kB | 58 kB | 65/100 kB | 106/245 kB
Progress (4): 280/532 kB | 58 kB | 65/100 kB | 110/245 kB
Progress (4): 280/532 kB | 58 kB | 66/100 kB | 110/245 kB
Progress (4): 280/532 kB | 58 kB | 66/100 kB | 114/245 kB
Progress (4): 284/532 kB | 58 kB | 66/100 kB | 114/245 kB
Progress (4): 284/532 kB | 58 kB | 66/100 kB | 118/245 kB
Progress (4): 284/532 kB | 58 kB | 70/100 kB | 118/245 kB
Progress (4): 284/532 kB | 58 kB | 70/100 kB | 122/245 kB
Progress (4): 288/532 kB | 58 kB | 70/100 kB | 122/245 kB
Progress (4): 288/532 kB | 58 kB | 70/100 kB | 126/245 kB
Progress (4): 288/532 kB | 58 kB | 74/100 kB | 126/245 kB
Progress (4): 288/532 kB | 58 kB | 74/100 kB | 130/245 kB
Progress (4): 292/532 kB | 58 kB | 74/100 kB | 130/245 kB
Progress (4): 292/532 kB | 58 kB | 74/100 kB | 134/245 kB
Progress (4): 292/532 kB | 58 kB | 78/100 kB | 134/245 kB
Progress (4): 292/532 kB | 58 kB | 78/100 kB | 138/245 kB
Progress (4): 296/532 kB | 58 kB | 78/100 kB | 138/245 kB
Progress (4): 296/532 kB | 58 kB | 78/100 kB | 142/245 kB
Progress (4): 296/532 kB | 58 kB | 82/100 kB | 142/245 kB
Progress (4): 296/532 kB | 58 kB | 82/100 kB | 146/245 kB
Progress (4): 300/532 kB | 58 kB | 82/100 kB | 146/245 kB
Progress (4): 300/532 kB | 58 kB | 82/100 kB | 150/245 kB
Progress (4): 300/532 kB | 58 kB | 86/100 kB | 150/245 kB
Progress (4): 300/532 kB | 58 kB | 86/100 kB | 154/245 kB
Progress (4): 304/532 kB | 58 kB | 86/100 kB | 154/245 kB
Progress (4): 304/532 kB | 58 kB | 86/100 kB | 158/245 kB
Progress (4): 304/532 kB | 58 kB | 90/100 kB | 158/245 kB
Progress (4): 304/532 kB | 58 kB | 90/100 kB | 162/245 kB
Progress (4): 308/532 kB | 58 kB | 90/100 kB | 162/245 kB
Progress (4): 308/532 kB | 58 kB | 90/100 kB | 166/245 kB
Progress (4): 308/532 kB | 58 kB | 94/100 kB | 166/245 kB
Progress (4): 308/532 kB | 58 kB | 94/100 kB | 170/245 kB
Progress (4): 312/532 kB | 58 kB | 94/100 kB | 170/245 kB
Progress (4): 312/532 kB | 58 kB | 94/100 kB | 174/245 kB
Progress (4): 312/532 kB | 58 kB | 98/100 kB | 174/245 kB
                                                         
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 79 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (3): 312/532 kB | 98/100 kB | 178/245 kB
Progress (3): 316/532 kB | 98/100 kB | 178/245 kB
Progress (3): 316/532 kB | 98/100 kB | 182/245 kB
Progress (4): 316/532 kB | 98/100 kB | 182/245 kB | 4.1/13 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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (4): 316/532 kB | 100 kB | 182/245 kB | 4.1/13 kB
Progress (4): 316/532 kB | 100 kB | 182/245 kB | 7.7/13 kB
Progress (4): 316/532 kB | 100 kB | 186/245 kB | 7.7/13 kB
Progress (4): 320/532 kB | 100 kB | 186/245 kB | 7.7/13 kB
Progress (4): 320/532 kB | 100 kB | 190/245 kB | 7.7/13 kB
Progress (4): 320/532 kB | 100 kB | 190/245 kB | 12/13 kB 
Progress (4): 320/532 kB | 100 kB | 194/245 kB | 12/13 kB
Progress (4): 324/532 kB | 100 kB | 194/245 kB | 12/13 kB
Progress (4): 324/532 kB | 100 kB | 198/245 kB | 12/13 kB
Progress (4): 324/532 kB | 100 kB | 198/245 kB | 13 kB   
Progress (4): 324/532 kB | 100 kB | 202/245 kB | 13 kB
Progress (4): 328/532 kB | 100 kB | 202/245 kB | 13 kB
Progress (4): 328/532 kB | 100 kB | 206/245 kB | 13 kB
Progress (4): 332/532 kB | 100 kB | 206/245 kB | 13 kB
Progress (4): 332/532 kB | 100 kB | 210/245 kB | 13 kB
Progress (4): 336/532 kB | 100 kB | 210/245 kB | 13 kB
Progress (4): 336/532 kB | 100 kB | 214/245 kB | 13 kB
Progress (4): 340/532 kB | 100 kB | 214/245 kB | 13 kB
Progress (4): 340/532 kB | 100 kB | 218/245 kB | 13 kB
Progress (4): 344/532 kB | 100 kB | 218/245 kB | 13 kB
Progress (4): 344/532 kB | 100 kB | 222/245 kB | 13 kB
Progress (4): 348/532 kB | 100 kB | 222/245 kB | 13 kB
Progress (4): 348/532 kB | 100 kB | 226/245 kB | 13 kB
Progress (4): 352/532 kB | 100 kB | 226/245 kB | 13 kB
Progress (4): 352/532 kB | 100 kB | 230/245 kB | 13 kB
Progress (4): 356/532 kB | 100 kB | 230/245 kB | 13 kB
Progress (4): 356/532 kB | 100 kB | 234/245 kB | 13 kB
Progress (4): 360/532 kB | 100 kB | 234/245 kB | 13 kB
Progress (4): 360/532 kB | 100 kB | 238/245 kB | 13 kB
Progress (4): 364/532 kB | 100 kB | 238/245 kB | 13 kB
Progress (4): 364/532 kB | 100 kB | 242/245 kB | 13 kB
Progress (4): 368/532 kB | 100 kB | 242/245 kB | 13 kB
Progress (4): 368/532 kB | 100 kB | 245 kB | 13 kB    
Progress (4): 372/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 376/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 380/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 384/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 388/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 392/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 396/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 400/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 404/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 408/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 412/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 416/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 420/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 424/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 428/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 432/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 436/532 kB | 100 kB | 245 kB | 13 kB
Progress (4): 440/532 kB | 100 kB | 245 kB | 13 kB
                                                  
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 134 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (4): 440/532 kB | 245 kB | 13 kB | 0/1.4 MB
Progress (4): 444/532 kB | 245 kB | 13 kB | 0/1.4 MB
Progress (4): 444/532 kB | 245 kB | 13 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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (4): 444/532 kB | 245 kB | 13 kB | 0/1.4 MB
                                                    
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 18 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (3): 448/532 kB | 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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (3): 448/532 kB | 245 kB | 0/1.4 MB
Progress (3): 452/532 kB | 245 kB | 0/1.4 MB
Progress (3): 452/532 kB | 245 kB | 0/1.4 MB
Progress (3): 456/532 kB | 245 kB | 0/1.4 MB
Progress (3): 456/532 kB | 245 kB | 0/1.4 MB
Progress (3): 460/532 kB | 245 kB | 0/1.4 MB
Progress (3): 460/532 kB | 245 kB | 0/1.4 MB
Progress (3): 464/532 kB | 245 kB | 0/1.4 MB
                                            
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 326 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (2): 468/532 kB | 0/1.4 MB
Progress (2): 468/532 kB | 0/1.4 MB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar
01:11:41 [2019-07-31T05:11:41.927Z] Progress (2): 468/532 kB | 0/1.4 MB
Progress (2): 472/532 kB | 0/1.4 MB
Progress (2): 476/532 kB | 0/1.4 MB
Progress (2): 480/532 kB | 0/1.4 MB
Progress (2): 484/532 kB | 0/1.4 MB
Progress (2): 488/532 kB | 0/1.4 MB
Progress (2): 488/532 kB | 0/1.4 MB
Progress (3): 488/532 kB | 0/1.4 MB | 3.2 kB
Progress (3): 492/532 kB | 0/1.4 MB | 3.2 kB
Progress (3): 492/532 kB | 0/1.4 MB | 3.2 kB
Progress (3): 496/532 kB | 0/1.4 MB | 3.2 kB
Progress (3): 496/532 kB | 0/1.4 MB | 3.2 kB
Progress (3): 500/532 kB | 0/1.4 MB | 3.2 kB
Progress (3): 500/532 kB | 0/1.4 MB | 3.2 kB
Progress (3): 504/532 kB | 0/1.4 MB | 3.2 kB
Progress (3): 504/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 508/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 508/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 512/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 512/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 516/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 516/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 520/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 520/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 524/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 524/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 528/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 528/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532/532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB    
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 532 kB | 0.2/1.4 MB | 3.2 kB
Progress (4): 532 kB | 0.2/1.4 MB | 3.2 kB | 4.1/37 kB
Progress (4): 532 kB | 0.2/1.4 MB | 3.2 kB | 4.1/37 kB
Progress (4): 532 kB | 0.2/1.4 MB | 3.2 kB | 7.7/37 kB
Progress (4): 532 kB | 0.2/1.4 MB | 3.2 kB | 7.7/37 kB
Progress (4): 532 kB | 0.2/1.4 MB | 3.2 kB | 12/37 kB 
Progress (4): 532 kB | 0.2/1.4 MB | 3.2 kB | 12/37 kB
Progress (4): 532 kB | 0.2/1.4 MB | 3.2 kB | 16/37 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 650 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (3): 0.2/1.4 MB | 3.2 kB | 16/37 kB
Progress (4): 0.2/1.4 MB | 3.2 kB | 16/37 kB | 4.1/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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (4): 0.2/1.4 MB | 3.2 kB | 20/37 kB | 4.1/112 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 3.9 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (3): 0.2/1.4 MB | 20/37 kB | 7.7/112 kB
Progress (3): 0.2/1.4 MB | 20/37 kB | 7.7/112 kB
                                                
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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (3): 0.2/1.4 MB | 24/37 kB | 7.7/112 kB
Progress (3): 0.2/1.4 MB | 24/37 kB | 7.7/112 kB
Progress (3): 0.2/1.4 MB | 28/37 kB | 7.7/112 kB
Progress (3): 0.2/1.4 MB | 28/37 kB | 12/112 kB 
Progress (3): 0.2/1.4 MB | 32/37 kB | 12/112 kB
Progress (3): 0.2/1.4 MB | 32/37 kB | 12/112 kB
Progress (3): 0.2/1.4 MB | 36/37 kB | 12/112 kB
Progress (3): 0.2/1.4 MB | 36/37 kB | 16/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 16/112 kB   
Progress (3): 0.2/1.4 MB | 37 kB | 20/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 20/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 24/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 24/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 28/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 28/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 32/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 32/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 33/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 33/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 37/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 37/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 41/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 41/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 45/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 45/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 49/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 49/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 53/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 53/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 57/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 57/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 61/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 61/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 65/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 65/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 66/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 66/112 kB
Progress (3): 0.2/1.4 MB | 37 kB | 70/112 kB
Progress (3): 0.3/1.4 MB | 37 kB | 70/112 kB
Progress (3): 0.3/1.4 MB | 37 kB | 74/112 kB
Progress (3): 0.3/1.4 MB | 37 kB | 74/112 kB
Progress (3): 0.3/1.4 MB | 37 kB | 78/112 kB
Progress (3): 0.3/1.4 MB | 37 kB | 78/112 kB
Progress (3): 0.3/1.4 MB | 37 kB | 82/112 kB
Progress (3): 0.3/1.4 MB | 37 kB | 82/112 kB
Progress (3): 0.3/1.4 MB | 37 kB | 86/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 44 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (2): 0.3/1.4 MB | 90/112 kB
Progress (2): 0.3/1.4 MB | 90/112 kB
                                    
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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (3): 0.3/1.4 MB | 90/112 kB | 4.1/9.4 kB
Progress (3): 0.3/1.4 MB | 90/112 kB | 4.1/9.4 kB
Progress (3): 0.3/1.4 MB | 94/112 kB | 4.1/9.4 kB
Progress (4): 0.3/1.4 MB | 94/112 kB | 4.1/9.4 kB | 4.1/7.2 kB
Progress (4): 0.3/1.4 MB | 98/112 kB | 4.1/9.4 kB | 4.1/7.2 kB
Progress (4): 0.3/1.4 MB | 98/112 kB | 4.1/9.4 kB | 4.1/7.2 kB
Progress (4): 0.3/1.4 MB | 98/112 kB | 7.7/9.4 kB | 4.1/7.2 kB
Progress (4): 0.3/1.4 MB | 98/112 kB | 7.7/9.4 kB | 4.1/7.2 kB
Progress (4): 0.3/1.4 MB | 102/112 kB | 7.7/9.4 kB | 4.1/7.2 kB
Progress (4): 0.3/1.4 MB | 102/112 kB | 7.7/9.4 kB | 7.2 kB    
Progress (4): 0.3/1.4 MB | 106/112 kB | 7.7/9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 106/112 kB | 7.7/9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 106/112 kB | 9.4 kB | 7.2 kB    
Progress (4): 0.3/1.4 MB | 106/112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 110/112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 110/112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB    
Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 0.3/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/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 8.5 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (3): 0.3/1.4 MB | 112 kB | 9.4 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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 4.1/37 kB
Progress (4): 0.3/1.4 MB | 112 kB | 9.4 kB | 4.1/37 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 132 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] 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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (3): 0.3/1.4 MB | 9.4 kB | 7.7/37 kB
Progress (3): 0.3/1.4 MB | 9.4 kB | 12/37 kB 
Progress (3): 0.3/1.4 MB | 9.4 kB | 16/37 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)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (2): 0.3/1.4 MB | 16/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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (2): 0.3/1.4 MB | 20/37 kB
Progress (2): 0.3/1.4 MB | 20/37 kB
Progress (2): 0.3/1.4 MB | 24/37 kB
Progress (2): 0.4/1.4 MB | 24/37 kB
Progress (2): 0.4/1.4 MB | 28/37 kB
Progress (2): 0.4/1.4 MB | 28/37 kB
Progress (2): 0.4/1.4 MB | 32/37 kB
Progress (2): 0.4/1.4 MB | 32/37 kB
Progress (2): 0.4/1.4 MB | 36/37 kB
Progress (2): 0.4/1.4 MB | 36/37 kB
Progress (2): 0.4/1.4 MB | 37 kB   
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.4/1.4 MB | 37 kB
Progress (2): 0.5/1.4 MB | 37 kB
Progress (2): 0.5/1.4 MB | 37 kB
Progress (2): 0.5/1.4 MB | 37 kB
Progress (2): 0.5/1.4 MB | 37 kB
Progress (2): 0.5/1.4 MB | 37 kB
Progress (3): 0.5/1.4 MB | 37 kB | 4.1/285 kB
Progress (3): 0.5/1.4 MB | 37 kB | 4.1/285 kB
Progress (3): 0.5/1.4 MB | 37 kB | 7.7/285 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 41 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (2): 0.5/1.4 MB | 7.7/285 kB
                                     
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
01:11:41 [2019-07-31T05:11:41.927Z] Progress (2): 0.5/1.4 MB | 12/285 kB
Progress (2): 0.5/1.4 MB | 12/285 kB
Progress (2): 0.5/1.4 MB | 16/285 kB
Progress (2): 0.5/1.4 MB | 16/285 kB
Progress (2): 0.5/1.4 MB | 20/285 kB
Progress (2): 0.5/1.4 MB | 20/285 kB
Progress (2): 0.5/1.4 MB | 24/285 kB
Progress (2): 0.5/1.4 MB | 24/285 kB
Progress (2): 0.5/1.4 MB | 28/285 kB
Progress (2): 0.5/1.4 MB | 28/285 kB
Progress (2): 0.5/1.4 MB | 32/285 kB
Progress (2): 0.5/1.4 MB | 32/285 kB
Progress (2): 0.5/1.4 MB | 33/285 kB
Progress (2): 0.5/1.4 MB | 33/285 kB
Progress (2): 0.5/1.4 MB | 37/285 kB
Progress (2): 0.5/1.4 MB | 37/285 kB
Progress (2): 0.5/1.4 MB | 41/285 kB
Progress (2): 0.5/1.4 MB | 41/285 kB
Progress (2): 0.5/1.4 MB | 45/285 kB
Progress (2): 0.5/1.4 MB | 45/285 kB
Progress (2): 0.5/1.4 MB | 49/285 kB
Progress (2): 0.5/1.4 MB | 49/285 kB
Progress (2): 0.5/1.4 MB | 53/285 kB
Progress (2): 0.5/1.4 MB | 53/285 kB
Progress (2): 0.5/1.4 MB | 57/285 kB
Progress (2): 0.5/1.4 MB | 57/285 kB
Progress (2): 0.5/1.4 MB | 61/285 kB
Progress (2): 0.5/1.4 MB | 61/285 kB
Progress (2): 0.5/1.4 MB | 65/285 kB
Progress (2): 0.5/1.4 MB | 66/285 kB
Progress (2): 0.5/1.4 MB | 66/285 kB
Progress (2): 0.5/1.4 MB | 66/285 kB
Progress (2): 0.5/1.4 MB | 70/285 kB
Progress (2): 0.5/1.4 MB | 70/285 kB
Progress (2): 0.5/1.4 MB | 74/285 kB
Progress (2): 0.5/1.4 MB | 74/285 kB
Progress (2): 0.5/1.4 MB | 78/285 kB
Progress (2): 0.6/1.4 MB | 78/285 kB
Progress (2): 0.6/1.4 MB | 82/285 kB
Progress (2): 0.6/1.4 MB | 82/285 kB
Progress (2): 0.6/1.4 MB | 86/285 kB
Progress (2): 0.6/1.4 MB | 86/285 kB
Progress (2): 0.6/1.4 MB | 90/285 kB
Progress (2): 0.6/1.4 MB | 90/285 kB
Progress (2): 0.6/1.4 MB | 94/285 kB
Progress (2): 0.6/1.4 MB | 94/285 kB
Progress (2): 0.6/1.4 MB | 98/285 kB
Progress (2): 0.6/1.4 MB | 98/285 kB
Progress (2): 0.6/1.4 MB | 98/285 kB
Progress (2): 0.6/1.4 MB | 98/285 kB
Progress (2): 0.6/1.4 MB | 102/285 kB
Progress (2): 0.6/1.4 MB | 102/285 kB
Progress (2): 0.6/1.4 MB | 106/285 kB
Progress (2): 0.6/1.4 MB | 106/285 kB
Progress (2): 0.6/1.4 MB | 110/285 kB
Progress (2): 0.6/1.4 MB | 110/285 kB
Progress (2): 0.6/1.4 MB | 114/285 kB
Progress (2): 0.6/1.4 MB | 114/285 kB
Progress (2): 0.6/1.4 MB | 118/285 kB
Progress (2): 0.6/1.4 MB | 118/285 kB
Progress (2): 0.6/1.4 MB | 122/285 kB
Progress (2): 0.6/1.4 MB | 122/285 kB
Progress (2): 0.6/1.4 MB | 126/285 kB
Progress (2): 0.6/1.4 MB | 126/285 kB
Progress (2): 0.6/1.4 MB | 130/285 kB
Progress (2): 0.6/1.4 MB | 131/285 kB
Progress (2): 0.6/1.4 MB | 131/285 kB
Progress (2): 0.6/1.4 MB | 135/285 kB
Progress (2): 0.6/1.4 MB | 135/285 kB
Progress (3): 0.6/1.4 MB | 135/285 kB | 4.1/4.3 kB
Progress (3): 0.6/1.4 MB | 139/285 kB | 4.1/4.3 kB
Progress (3): 0.6/1.4 MB | 139/285 kB | 4.3 kB    
Progress (3): 0.6/1.4 MB | 139/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 143/285 kB | 4.3 kB
Progress (3): 0.6/1.4 MB | 143/285 kB | 4.3 kB
Progress (4): 0.6/1.4 MB | 143/285 kB | 4.3 kB | 4.1/38 kB
Progress (4): 0.6/1.4 MB | 147/285 kB | 4.3 kB | 4.1/38 kB
Progress (4): 0.6/1.4 MB | 147/285 kB | 4.3 kB | 7.7/38 kB
Progress (5): 0.6/1.4 MB | 147/285 kB | 4.3 kB | 7.7/38 kB | 4.1/53 kB
Progress (5): 0.6/1.4 MB | 147/285 kB | 4.3 kB | 7.7/38 kB | 4.1/53 kB
Progress (5): 0.6/1.4 MB | 147/285 kB | 4.3 kB | 7.7/38 kB | 7.7/53 kB
Progress (5): 0.6/1.4 MB | 147/285 kB | 4.3 kB | 12/38 kB | 7.7/53 kB 
Progress (5): 0.6/1.4 MB | 151/285 kB | 4.3 kB | 12/38 kB | 7.7/53 kB
Progress (5): 0.6/1.4 MB | 151/285 kB | 4.3 kB | 16/38 kB | 7.7/53 kB
Progress (5): 0.6/1.4 MB | 151/285 kB | 4.3 kB | 16/38 kB | 12/53 kB 
Progress (5): 0.6/1.4 MB | 151/285 kB | 4.3 kB | 16/38 kB | 12/53 kB
Progress (5): 0.6/1.4 MB | 151/285 kB | 4.3 kB | 16/38 kB | 16/53 kB
Progress (5): 0.6/1.4 MB | 151/285 kB | 4.3 kB | 20/38 kB | 16/53 kB
Progress (5): 0.6/1.4 MB | 155/285 kB | 4.3 kB | 20/38 kB | 16/53 kB
Progress (5): 0.6/1.4 MB | 155/285 kB | 4.3 kB | 24/38 kB | 16/53 kB
Progress (5): 0.6/1.4 MB | 155/285 kB | 4.3 kB | 24/38 kB | 20/53 kB
Progress (5): 0.6/1.4 MB | 155/285 kB | 4.3 kB | 24/38 kB | 20/53 kB
Progress (5): 0.6/1.4 MB | 155/285 kB | 4.3 kB | 24/38 kB | 24/53 kB
                                                                    
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.6 kB/s)
01:11:41 [2019-07-31T05:11:41.927Z] Progress (4): 0.6/1.4 MB | 155/285 kB | 28/38 kB | 24/53 kB
Progress (4): 0.6/1.4 MB | 159/285 kB | 28/38 kB | 24/53 kB
Progress (4): 0.6/1.4 MB | 159/285 kB | 32/38 kB | 24/53 kB
                                                           
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
01:11:42 [2019-07-31T05:11:42.280Z] Progress (4): 0.6/1.4 MB | 159/285 kB | 32/38 kB | 28/53 kB
Progress (4): 0.6/1.4 MB | 159/285 kB | 32/38 kB | 28/53 kB
Progress (4): 0.6/1.4 MB | 159/285 kB | 32/38 kB | 32/53 kB
Progress (4): 0.6/1.4 MB | 159/285 kB | 36/38 kB | 32/53 kB
Progress (4): 0.6/1.4 MB | 163/285 kB | 36/38 kB | 32/53 kB
Progress (4): 0.6/1.4 MB | 163/285 kB | 36/38 kB | 36/53 kB
Progress (4): 0.6/1.4 MB | 163/285 kB | 38 kB | 36/53 kB   
Progress (4): 0.6/1.4 MB | 163/285 kB | 38 kB | 36/53 kB
Progress (4): 0.6/1.4 MB | 163/285 kB | 38 kB | 40/53 kB
Progress (4): 0.6/1.4 MB | 164/285 kB | 38 kB | 40/53 kB
Progress (4): 0.6/1.4 MB | 164/285 kB | 38 kB | 40/53 kB
Progress (4): 0.6/1.4 MB | 168/285 kB | 38 kB | 40/53 kB
Progress (4): 0.6/1.4 MB | 168/285 kB | 38 kB | 44/53 kB
Progress (4): 0.6/1.4 MB | 168/285 kB | 38 kB | 44/53 kB
Progress (4): 0.6/1.4 MB | 172/285 kB | 38 kB | 44/53 kB
Progress (4): 0.7/1.4 MB | 172/285 kB | 38 kB | 44/53 kB
Progress (4): 0.7/1.4 MB | 172/285 kB | 38 kB | 48/53 kB
Progress (4): 0.7/1.4 MB | 172/285 kB | 38 kB | 48/53 kB
Progress (4): 0.7/1.4 MB | 176/285 kB | 38 kB | 48/53 kB
Progress (4): 0.7/1.4 MB | 176/285 kB | 38 kB | 48/53 kB
Progress (4): 0.7/1.4 MB | 176/285 kB | 38 kB | 52/53 kB
Progress (4): 0.7/1.4 MB | 176/285 kB | 38 kB | 52/53 kB
Progress (4): 0.7/1.4 MB | 180/285 kB | 38 kB | 52/53 kB
Progress (4): 0.7/1.4 MB | 180/285 kB | 38 kB | 52/53 kB
Progress (4): 0.7/1.4 MB | 180/285 kB | 38 kB | 53 kB   
Progress (4): 0.7/1.4 MB | 180/285 kB | 38 kB | 53 kB
Progress (4): 0.7/1.4 MB | 180/285 kB | 38 kB | 53 kB
Progress (4): 0.7/1.4 MB | 180/285 kB | 38 kB | 53 kB
Progress (4): 0.7/1.4 MB | 180/285 kB | 38 kB | 53 kB
Progress (4): 0.7/1.4 MB | 184/285 kB | 38 kB | 53 kB
Progress (4): 0.7/1.4 MB | 184/285 kB | 38 kB | 53 kB
Progress (5): 0.7/1.4 MB | 184/285 kB | 38 kB | 53 kB | 4.1/29 kB
Progress (5): 0.7/1.4 MB | 184/285 kB | 38 kB | 53 kB | 4.1/29 kB
Progress (5): 0.7/1.4 MB | 188/285 kB | 38 kB | 53 kB | 4.1/29 kB
Progress (5): 0.7/1.4 MB | 188/285 kB | 38 kB | 53 kB | 4.1/29 kB
Progress (5): 0.7/1.4 MB | 188/285 kB | 38 kB | 53 kB | 7.7/29 kB
Progress (5): 0.7/1.4 MB | 188/285 kB | 38 kB | 53 kB | 7.7/29 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)
01:11:42 [2019-07-31T05:11:42.280Z] Progress (4): 0.7/1.4 MB | 192/285 kB | 53 kB | 7.7/29 kB
                                                         
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
01:11:42 [2019-07-31T05:11:42.280Z] Progress (4): 0.7/1.4 MB | 192/285 kB | 53 kB | 7.7/29 kB
Progress (4): 0.7/1.4 MB | 192/285 kB | 53 kB | 12/29 kB 
Progress (4): 0.7/1.4 MB | 192/285 kB | 53 kB | 12/29 kB
Progress (4): 0.7/1.4 MB | 196/285 kB | 53 kB | 12/29 kB
Progress (4): 0.7/1.4 MB | 196/285 kB | 53 kB | 12/29 kB
Progress (4): 0.7/1.4 MB | 196/285 kB | 53 kB | 16/29 kB
Progress (4): 0.7/1.4 MB | 196/285 kB | 53 kB | 16/29 kB
Progress (4): 0.7/1.4 MB | 197/285 kB | 53 kB | 16/29 kB
Progress (4): 0.7/1.4 MB | 197/285 kB | 53 kB | 16/29 kB
Progress (4): 0.7/1.4 MB | 197/285 kB | 53 kB | 20/29 kB
Progress (4): 0.7/1.4 MB | 197/285 kB | 53 kB | 20/29 kB
Progress (4): 0.7/1.4 MB | 201/285 kB | 53 kB | 20/29 kB
Progress (4): 0.7/1.4 MB | 201/285 kB | 53 kB | 20/29 kB
Progress (4): 0.7/1.4 MB | 201/285 kB | 53 kB | 24/29 kB
Progress (4): 0.7/1.4 MB | 201/285 kB | 53 kB | 24/29 kB
Progress (4): 0.7/1.4 MB | 205/285 kB | 53 kB | 24/29 kB
Progress (4): 0.7/1.4 MB | 205/285 kB | 53 kB | 24/29 kB
Progress (4): 0.7/1.4 MB | 205/285 kB | 53 kB | 28/29 kB
Progress (4): 0.7/1.4 MB | 205/285 kB | 53 kB | 28/29 kB
Progress (4): 0.7/1.4 MB | 209/285 kB | 53 kB | 28/29 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.jar (53 kB at 53 kB/s)
01:11:42 [2019-07-31T05:11:42.280Z] Progress (3): 0.7/1.4 MB | 213/285 kB | 28/29 kB
Progress (3): 0.7/1.4 MB | 213/285 kB | 28/29 kB
Progress (3): 0.7/1.4 MB | 213/285 kB | 29 kB   
Progress (3): 0.7/1.4 MB | 213/285 kB | 29 kB
Progress (3): 0.7/1.4 MB | 217/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 217/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 221/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 221/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 225/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 225/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 229/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 229/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 229/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 229/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 233/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 233/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 237/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 237/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 241/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 241/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 245/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 245/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 249/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 249/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 253/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 253/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 257/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 257/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 261/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 261/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 265/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 265/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 269/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 269/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 273/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 273/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 277/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 277/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 281/285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 281/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 (4): 0.8/1.4 MB | 285 kB | 29 kB | 4.1/21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 4.1/21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 12/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 28 kB/s)
01:11:42 [2019-07-31T05:11:42.280Z] Progress (3): 0.8/1.4 MB | 285 kB | 16/21 kB
Progress (3): 0.8/1.4 MB | 285 kB | 16/21 kB
Progress (3): 0.8/1.4 MB | 285 kB | 20/21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 20/21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB   
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 kB
Progress (3): 0.9/1.4 MB | 285 kB | 21 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 277 kB/s)
01:11:42 [2019-07-31T05:11:42.280Z] 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 20 kB/s)
01:11:42 [2019-07-31T05:11:42.280Z] Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/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.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.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.3 MB/s)
01:11:43 [2019-07-31T05:11:43.655Z] 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
01:11:43 [2019-07-31T05:11:43.655Z] 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
01:11:43 [2019-07-31T05:11:43.655Z] 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
01:11:43 [2019-07-31T05:11:43.914Z] 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
01:11:43 [2019-07-31T05:11:43.914Z] 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
01:11:43 [2019-07-31T05:11:43.914Z] 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
01:11:44 [2019-07-31T05:11:44.950Z] 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.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 7.9 MB/s)
01:11:46 [2019-07-31T05:11:46.324Z] 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
01:11:46 [2019-07-31T05:11:46.324Z] 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
01:11:46 [2019-07-31T05:11:46.324Z] 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
01:11:46 [2019-07-31T05:11:46.324Z] 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
01:11:46 [2019-07-31T05:11:46.324Z] 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
01:11:46 [2019-07-31T05:11:46.324Z] 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
01:11:46 [2019-07-31T05:11:46.583Z] 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 5.0 MB/s)
01:11:46 [2019-07-31T05:11:46.583Z] 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
01:11:46 [2019-07-31T05:11:46.583Z] 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
01:11:46 [2019-07-31T05:11:46.583Z] 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
01:11:46 [2019-07-31T05:11:46.583Z] 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
01:11:46 [2019-07-31T05:11:46.841Z] 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
01:11:46 [2019-07-31T05:11:46.841Z] 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
01:11:46 [2019-07-31T05:11:46.841Z] 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.4 MB/s)
01:11:46 [2019-07-31T05:11:46.841Z] 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
01:11:46 [2019-07-31T05:11:46.841Z] 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
01:11:46 [2019-07-31T05:11:46.841Z] 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
01:11:47 [2019-07-31T05:11:47.099Z] 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
01:11:47 [2019-07-31T05:11:47.099Z] 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
01:11:47 [2019-07-31T05:11:47.099Z] 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
01:11:47 [2019-07-31T05:11:47.099Z] 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 436 kB/s)
01:11:49 [2019-07-31T05:11:49.000Z] 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
01:11:49 [2019-07-31T05:11:49.000Z] 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
01:11:49 [2019-07-31T05:11:49.000Z] 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
01:11:49 [2019-07-31T05:11:49.000Z] 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
01:11:49 [2019-07-31T05:11:49.000Z] 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
01:11:49 [2019-07-31T05:11:49.000Z] 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
01:11:49 [2019-07-31T05:11:49.327Z] 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 209 kB/s)
01:11:49 [2019-07-31T05:11:49.327Z] 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
01:11:49 [2019-07-31T05:11:49.327Z] 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
01:11:49 [2019-07-31T05:11:49.327Z] 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
01:11:49 [2019-07-31T05:11:49.327Z] 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
01:11:49 [2019-07-31T05:11:49.327Z] 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
01:11:49 [2019-07-31T05:11:49.327Z] 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
01:11:49 [2019-07-31T05:11:49.327Z] 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 212 kB/s)
01:11:49 [2019-07-31T05:11:49.327Z] 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
01:11:49 [2019-07-31T05:11:49.327Z] 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
01:11:49 [2019-07-31T05:11:49.681Z] 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
01:11:49 [2019-07-31T05:11:49.681Z] 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
01:11:49 [2019-07-31T05:11:49.681Z] 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
01:11:49 [2019-07-31T05:11:49.681Z] 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
01:11:49 [2019-07-31T05:11:49.940Z] 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 514 kB/s)
01:11:49 [2019-07-31T05:11:49.940Z] 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
01:11:49 [2019-07-31T05:11:49.940Z] 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
01:11:49 [2019-07-31T05:11:49.940Z] 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
01:11:49 [2019-07-31T05:11:49.940Z] 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
01:11:50 [2019-07-31T05:11:50.198Z] 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
01:11:50 [2019-07-31T05:11:50.198Z] 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
01:11:50 [2019-07-31T05:11:50.198Z] 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 40 kB/s)
01:11:50 [2019-07-31T05:11:50.198Z] 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
01:11:50 [2019-07-31T05:11:50.198Z] 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
01:11:50 [2019-07-31T05:11:50.198Z] 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
01:11:50 [2019-07-31T05:11:50.457Z] 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
01:11:50 [2019-07-31T05:11:50.457Z] 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
01:11:50 [2019-07-31T05:11:50.457Z] 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
01:11:50 [2019-07-31T05:11:50.457Z] 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 158 kB/s)
01:11:50 [2019-07-31T05:11:50.457Z] 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
01:11:50 [2019-07-31T05:11:50.457Z] 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
01:11:50 [2019-07-31T05:11:50.715Z] 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
01:11:50 [2019-07-31T05:11:50.715Z] 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
01:11:50 [2019-07-31T05:11:50.715Z] 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
01:11:50 [2019-07-31T05:11:50.715Z] 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
01:11:50 [2019-07-31T05:11:50.974Z] 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 70 kB/s)
01:11:50 [2019-07-31T05:11:50.974Z] 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
01:11:50 [2019-07-31T05:11:50.974Z] 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
01:11:50 [2019-07-31T05:11:50.974Z] 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
01:11:50 [2019-07-31T05:11:50.974Z] 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
01:11:51 [2019-07-31T05:11:51.232Z] 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
01:11:51 [2019-07-31T05:11:51.232Z] 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
01:11:51 [2019-07-31T05:11:51.232Z] 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 419 kB/s)
01:11:51 [2019-07-31T05:11:51.232Z] 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
01:11:51 [2019-07-31T05:11:51.232Z] 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
01:11:51 [2019-07-31T05:11:51.232Z] 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
01:11:51 [2019-07-31T05:11:51.490Z] 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
01:11:51 [2019-07-31T05:11:51.490Z] 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
01:11:51 [2019-07-31T05:11:51.490Z] 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
01:11:51 [2019-07-31T05:11:51.490Z] 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 139 kB/s)
01:11:51 [2019-07-31T05:11:51.490Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
01:11:51 [2019-07-31T05:11:51.490Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
01:11:51 [2019-07-31T05:11:51.490Z] 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
01:11:51 [2019-07-31T05:11:51.747Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
01:11:51 [2019-07-31T05:11:51.747Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
01:11:51 [2019-07-31T05:11:51.747Z] 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
01:11:51 [2019-07-31T05:11:51.747Z] 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 347 kB/s)
01:11:51 [2019-07-31T05:11:51.747Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
01:11:51 [2019-07-31T05:11:51.747Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
01:11:52 [2019-07-31T05:11:52.005Z] 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
01:11:52 [2019-07-31T05:11:52.005Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
01:11:52 [2019-07-31T05:11:52.005Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
01:11:52 [2019-07-31T05:11:52.005Z] 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
01:11:52 [2019-07-31T05:11:52.263Z] 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 20 kB/s)
01:11:52 [2019-07-31T05:11:52.263Z] 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
01:11:52 [2019-07-31T05:11:52.263Z] 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
01:11:52 [2019-07-31T05:11:52.263Z] 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
01:11:52 [2019-07-31T05:11:52.522Z] 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
01:11:52 [2019-07-31T05:11:52.522Z] 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
01:11:52 [2019-07-31T05:11:52.522Z] 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
01:11:52 [2019-07-31T05:11:52.522Z] 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 281 kB/s)
01:11:52 [2019-07-31T05:11:52.522Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
01:11:52 [2019-07-31T05:11:52.522Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom
01:11:52 [2019-07-31T05:11:52.522Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
01:11:52 [2019-07-31T05:11:52.780Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom
01:11:52 [2019-07-31T05:11:52.780Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
01:11:52 [2019-07-31T05:11:52.780Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
01:11:52 [2019-07-31T05:11:52.780Z] 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 753 kB/s)
01:11:52 [2019-07-31T05:11:52.780Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/10/apache-10.pom
01:11:52 [2019-07-31T05:11:52.780Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/10/apache-10.pom
01:11:53 [2019-07-31T05:11:53.039Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/10/apache-10.pom
01:11:53 [2019-07-31T05:11:53.039Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/10/apache-10.pom
01:11:53 [2019-07-31T05:11:53.039Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/10/apache-10.pom
01:11:53 [2019-07-31T05:11:53.039Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
01:11:53 [2019-07-31T05:11:53.039Z] 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 448 kB/s)
01:11:53 [2019-07-31T05:11:53.039Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
01:11:53 [2019-07-31T05:11:53.297Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
01:11:53 [2019-07-31T05:11:53.297Z] 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
01:11:53 [2019-07-31T05:11:53.297Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
01:11:53 [2019-07-31T05:11:53.297Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
01:11:53 [2019-07-31T05:11:53.297Z] 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
01:11:53 [2019-07-31T05:11:53.554Z] 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 34 kB/s)
01:11:53 [2019-07-31T05:11:53.554Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
01:11:53 [2019-07-31T05:11:53.554Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
01:11:53 [2019-07-31T05:11:53.554Z] 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
01:11:53 [2019-07-31T05:11:53.554Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
01:11:53 [2019-07-31T05:11:53.554Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
01:11:53 [2019-07-31T05:11:53.554Z] 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
01:11:53 [2019-07-31T05:11:53.813Z] 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 465 kB/s)
01:11:53 [2019-07-31T05:11:53.813Z] 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
01:11:53 [2019-07-31T05:11:53.813Z] 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
01:11:53 [2019-07-31T05:11:53.813Z] 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
01:11:53 [2019-07-31T05:11:53.813Z] 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
01:11:53 [2019-07-31T05:11:53.813Z] 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
01:11:54 [2019-07-31T05:11:54.071Z] 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
01:11:54 [2019-07-31T05:11:54.071Z] 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 86 kB/s)
01:11:54 [2019-07-31T05:11:54.071Z] 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
01:11:54 [2019-07-31T05:11:54.071Z] 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
01:11:54 [2019-07-31T05:11:54.071Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
01:11:54 [2019-07-31T05:11:54.071Z] 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
01:11:54 [2019-07-31T05:11:54.071Z] 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
01:11:54 [2019-07-31T05:11:54.071Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
01:11:54 [2019-07-31T05:11:54.071Z] 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
01:11:54 [2019-07-31T05:11:54.071Z] 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
01:11:54 [2019-07-31T05:11:54.071Z] 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
01:11:54 [2019-07-31T05:11:54.329Z] 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
01:11:54 [2019-07-31T05:11:54.329Z] 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
01:11:54 [2019-07-31T05:11:54.329Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
01:11:54 [2019-07-31T05:11:54.587Z] 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
01:11:54 [2019-07-31T05:11:54.587Z] 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
01:11:54 [2019-07-31T05:11:54.587Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
01:11:54 [2019-07-31T05:11:54.587Z] 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
01:11:54 [2019-07-31T05:11:54.587Z] 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
01:11:54 [2019-07-31T05:11:54.587Z] 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
01:11:54 [2019-07-31T05:11:54.587Z] 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 606 kB/s)
01:11:54 [2019-07-31T05:11:54.587Z] Progress (1): 4.1/129 kB
Progress (1): 7.7/129 kB
Progress (1): 12/129 kB 
Progress (1): 16/129 kB
Progress (1): 20/129 kB
Progress (1): 24/129 kB
Progress (1): 28/129 kB
Progress (1): 32/129 kB
Progress (1): 33/129 kB
Progress (1): 37/129 kB
Progress (1): 41/129 kB
Progress (1): 45/129 kB
Progress (1): 49/129 kB
Progress (1): 53/129 kB
Progress (1): 57/129 kB
Progress (1): 61/129 kB
Progress (1): 65/129 kB
Progress (1): 66/129 kB
Progress (1): 70/129 kB
Progress (1): 74/129 kB
Progress (1): 78/129 kB
Progress (1): 82/129 kB
Progress (1): 86/129 kB
Progress (1): 90/129 kB
Progress (1): 94/129 kB
Progress (1): 98/129 kB
Progress (1): 102/129 kB
Progress (1): 106/129 kB
Progress (1): 110/129 kB
Progress (1): 114/129 kB
Progress (1): 118/129 kB
Progress (1): 122/129 kB
Progress (1): 126/129 kB
Progress (1): 129 kB    
Progress (2): 129 kB | 4.1/24 kB
Progress (2): 129 kB | 7.7/24 kB
Progress (2): 129 kB | 12/24 kB 
Progress (2): 129 kB | 16/24 kB
Progress (2): 129 kB | 20/24 kB
Progress (2): 129 kB | 24/24 kB
Progress (2): 129 kB | 24 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.jar (129 kB at 2.1 MB/s)
01:11:54 [2019-07-31T05:11:54.587Z] 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 372 kB/s)
01:11:54 [2019-07-31T05:11:54.846Z] 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
01:11:54 [2019-07-31T05:11:54.846Z] 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
01:11:54 [2019-07-31T05:11:54.846Z] 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
01:11:55 [2019-07-31T05:11:55.105Z] 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
01:11:55 [2019-07-31T05:11:55.105Z] 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
01:11:55 [2019-07-31T05:11:55.105Z] 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
01:11:55 [2019-07-31T05:11:55.105Z] 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 34 kB/s)
01:11:55 [2019-07-31T05:11:55.105Z] 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
01:11:55 [2019-07-31T05:11:55.363Z] 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
01:11:55 [2019-07-31T05:11:55.363Z] 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
01:11:55 [2019-07-31T05:11:55.363Z] 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
01:11:55 [2019-07-31T05:11:55.624Z] 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
01:11:55 [2019-07-31T05:11:55.624Z] 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
01:11:55 [2019-07-31T05:11:55.624Z] 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 305 kB/s)
01:11:55 [2019-07-31T05:11:55.624Z] 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
01:11:55 [2019-07-31T05:11:55.624Z] 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
01:11:55 [2019-07-31T05:11:55.624Z] 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
01:11:55 [2019-07-31T05:11:55.928Z] 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
01:11:55 [2019-07-31T05:11:55.928Z] 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
01:11:55 [2019-07-31T05:11:55.928Z] 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
01:11:55 [2019-07-31T05:11:55.928Z] 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 21 kB/s)
01:11:55 [2019-07-31T05:11:55.928Z] 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
01:11:55 [2019-07-31T05:11:55.928Z] 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
01:11:55 [2019-07-31T05:11:55.928Z] 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
01:11:56 [2019-07-31T05:11:56.280Z] 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
01:11:56 [2019-07-31T05:11:56.280Z] 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
01:11:56 [2019-07-31T05:11:56.280Z] 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
01:11:56 [2019-07-31T05:11:56.280Z] 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 137 kB/s)
01:11:56 [2019-07-31T05:11:56.280Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
01:11:56 [2019-07-31T05:11:56.280Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
01:11:56 [2019-07-31T05:11:56.280Z] 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
01:11:56 [2019-07-31T05:11:56.539Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
01:11:56 [2019-07-31T05:11:56.539Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
01:11:56 [2019-07-31T05:11:56.539Z] 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
01:11:56 [2019-07-31T05:11:56.539Z] 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)
01:11:56 [2019-07-31T05:11:56.539Z] 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
01:11:56 [2019-07-31T05:11:56.539Z] 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
01:11:56 [2019-07-31T05:11:56.539Z] 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
01:11:56 [2019-07-31T05:11:56.796Z] 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
01:11:56 [2019-07-31T05:11:56.796Z] 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
01:11:56 [2019-07-31T05:11:56.796Z] 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
01:11:56 [2019-07-31T05:11:56.796Z] 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 17 kB/s)
01:11:56 [2019-07-31T05:11:56.796Z] 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
01:11:56 [2019-07-31T05:11:56.796Z] 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
01:11:56 [2019-07-31T05:11:56.796Z] 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
01:11:57 [2019-07-31T05:11:57.055Z] 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
01:11:57 [2019-07-31T05:11:57.055Z] 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
01:11:57 [2019-07-31T05:11:57.055Z] 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
01:11:57 [2019-07-31T05:11:57.055Z] 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 141 kB/s)
01:11:57 [2019-07-31T05:11:57.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
01:11:57 [2019-07-31T05:11:57.055Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
01:11:57 [2019-07-31T05:11:57.055Z] 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
01:11:57 [2019-07-31T05:11:57.313Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
01:11:57 [2019-07-31T05:11:57.313Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
01:11:57 [2019-07-31T05:11:57.313Z] 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
01:11:57 [2019-07-31T05:11:57.313Z] 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 69 kB/s)
01:11:57 [2019-07-31T05:11:57.313Z] 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
01:11:57 [2019-07-31T05:11:57.313Z] 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
01:11:57 [2019-07-31T05:11:57.313Z] 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
01:11:57 [2019-07-31T05:11:57.571Z] 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
01:11:57 [2019-07-31T05:11:57.571Z] 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
01:11:57 [2019-07-31T05:11:57.571Z] 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
01:11:57 [2019-07-31T05:11:57.571Z] 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 210 kB/s)
01:11:57 [2019-07-31T05:11:57.571Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
01:11:57 [2019-07-31T05:11:57.571Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
01:11:57 [2019-07-31T05:11:57.571Z] 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
01:11:57 [2019-07-31T05:11:57.829Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
01:11:57 [2019-07-31T05:11:57.829Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
01:11:57 [2019-07-31T05:11:57.829Z] 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
01:11:57 [2019-07-31T05:11:57.829Z] 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 221 kB/s)
01:11:57 [2019-07-31T05:11:57.829Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
01:11:57 [2019-07-31T05:11:57.829Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom
01:11:57 [2019-07-31T05:11:57.829Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom
01:11:58 [2019-07-31T05:11:58.086Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom
01:11:58 [2019-07-31T05:11:58.086Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
01:11:58 [2019-07-31T05:11:58.087Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
01:11:58 [2019-07-31T05:11:58.087Z] 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 564 kB/s)
01:11:58 [2019-07-31T05:11:58.087Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/3/apache-3.pom
01:11:58 [2019-07-31T05:11:58.344Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/3/apache-3.pom
01:11:58 [2019-07-31T05:11:58.344Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/3/apache-3.pom
01:11:58 [2019-07-31T05:11:58.344Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/3/apache-3.pom
01:11:58 [2019-07-31T05:11:58.344Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/3/apache-3.pom
01:11:58 [2019-07-31T05:11:58.344Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
01:11:58 [2019-07-31T05:11:58.602Z] 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 107 kB/s)
01:11:58 [2019-07-31T05:11:58.602Z] 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
01:11:58 [2019-07-31T05:11:58.602Z] 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
01:11:58 [2019-07-31T05:11:58.602Z] 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
01:11:58 [2019-07-31T05:11:58.602Z] 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
01:11:58 [2019-07-31T05:11:58.860Z] 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
01:11:58 [2019-07-31T05:11:58.860Z] 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
01:11:58 [2019-07-31T05:11:58.860Z] 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 65 kB/s)
01:11:58 [2019-07-31T05:11:58.860Z] 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
01:11:58 [2019-07-31T05:11:58.860Z] 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
01:11:58 [2019-07-31T05:11:58.860Z] 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
01:11:59 [2019-07-31T05:11:59.117Z] 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
01:11:59 [2019-07-31T05:11:59.117Z] 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
01:11:59 [2019-07-31T05:11:59.117Z] 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
01:11:59 [2019-07-31T05:11:59.117Z] 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)
01:11:59 [2019-07-31T05:11:59.117Z] 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
01:11:59 [2019-07-31T05:11:59.117Z] 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
01:11:59 [2019-07-31T05:11:59.117Z] 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
01:12:04 [2019-07-31T05:12:04.379Z] 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
01:12:04 [2019-07-31T05:12:04.379Z] 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
01:12:04 [2019-07-31T05:12:04.379Z] 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
01:12:04 [2019-07-31T05:12:04.379Z] 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 15 kB/s)
01:12:04 [2019-07-31T05:12:04.379Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
01:12:04 [2019-07-31T05:12:04.379Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
01:12:04 [2019-07-31T05:12:04.379Z] 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
01:12:04 [2019-07-31T05:12:04.379Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
01:12:04 [2019-07-31T05:12:04.379Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
01:12:04 [2019-07-31T05:12:04.379Z] 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
01:12:04 [2019-07-31T05:12:04.379Z] 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 179 kB/s)
01:12:04 [2019-07-31T05:12:04.379Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.10/junit-4.10.pom
01:12:04 [2019-07-31T05:12:04.379Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.10/junit-4.10.pom
01:12:04 [2019-07-31T05:12:04.379Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.10/junit-4.10.pom
01:12:04 [2019-07-31T05:12:04.379Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.10/junit-4.10.pom
01:12:04 [2019-07-31T05:12:04.379Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.10/junit-4.10.pom
01:12:04 [2019-07-31T05:12:04.638Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom
01:12:04 [2019-07-31T05:12:04.638Z] 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 69 kB/s)
01:12:04 [2019-07-31T05:12:04.638Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
01:12:04 [2019-07-31T05:12:04.638Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
01:12:04 [2019-07-31T05:12:04.638Z] 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
01:12:04 [2019-07-31T05:12:04.638Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
01:12:04 [2019-07-31T05:12:04.898Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
01:12:04 [2019-07-31T05:12:04.898Z] 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
01:12:04 [2019-07-31T05:12:04.898Z] 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 10 kB/s)
01:12:04 [2019-07-31T05:12:04.898Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
01:12:04 [2019-07-31T05:12:04.898Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
01:12:04 [2019-07-31T05:12:04.898Z] 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
01:12:05 [2019-07-31T05:12:05.228Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
01:12:05 [2019-07-31T05:12:05.228Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
01:12:05 [2019-07-31T05:12:05.228Z] 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
01:12:05 [2019-07-31T05:12:05.229Z] 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)
01:12:05 [2019-07-31T05:12:05.229Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
01:12:05 [2019-07-31T05:12:05.229Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
01:12:05 [2019-07-31T05:12:05.229Z] 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
01:12:05 [2019-07-31T05:12:05.229Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
01:12:05 [2019-07-31T05:12:05.229Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
01:12:05 [2019-07-31T05:12:05.579Z] 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
01:12:05 [2019-07-31T05:12:05.579Z] 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 101 kB/s)
01:12:05 [2019-07-31T05:12:05.579Z] 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
01:12:05 [2019-07-31T05:12:05.579Z] 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
01:12:05 [2019-07-31T05:12:05.579Z] 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
01:12:05 [2019-07-31T05:12:05.579Z] 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
01:12:05 [2019-07-31T05:12:05.579Z] 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
01:12:05 [2019-07-31T05:12:05.579Z] 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
01:12:05 [2019-07-31T05:12:05.579Z] 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 32 kB/s)
01:12:05 [2019-07-31T05:12:05.579Z] 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
01:12:05 [2019-07-31T05:12:05.837Z] 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
01:12:05 [2019-07-31T05:12:05.837Z] 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
01:12:05 [2019-07-31T05:12:05.837Z] 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
01:12:05 [2019-07-31T05:12:05.837Z] 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
01:12:05 [2019-07-31T05:12:05.837Z] 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
01:12:06 [2019-07-31T05:12:06.095Z] 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 46 kB/s)
01:12:06 [2019-07-31T05:12:06.095Z] 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
01:12:06 [2019-07-31T05:12:06.095Z] 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
01:12:06 [2019-07-31T05:12:06.095Z] 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
01:12:06 [2019-07-31T05:12:06.095Z] 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
01:12:06 [2019-07-31T05:12:06.095Z] 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
01:12:06 [2019-07-31T05:12:06.353Z] 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
01:12:06 [2019-07-31T05:12:06.353Z] 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 48 kB/s)
01:12:06 [2019-07-31T05:12:06.353Z] 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
01:12:06 [2019-07-31T05:12:06.353Z] 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
01:12:06 [2019-07-31T05:12:06.353Z] 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
01:12:06 [2019-07-31T05:12:06.353Z] 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
01:12:06 [2019-07-31T05:12:06.353Z] 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
01:12:06 [2019-07-31T05:12:06.611Z] 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
01:12:06 [2019-07-31T05:12:06.611Z] 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 15 kB/s)
01:12:06 [2019-07-31T05:12:06.611Z] 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
01:12:06 [2019-07-31T05:12:06.611Z] 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
01:12:06 [2019-07-31T05:12:06.611Z] 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
01:12:06 [2019-07-31T05:12:06.611Z] 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
01:12:06 [2019-07-31T05:12:06.611Z] 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
01:12:06 [2019-07-31T05:12:06.870Z] 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
01:12:06 [2019-07-31T05:12:06.870Z] 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 122 kB/s)
01:12:06 [2019-07-31T05:12:06.870Z] 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
01:12:06 [2019-07-31T05:12:06.870Z] 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
01:12:06 [2019-07-31T05:12:06.870Z] 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
01:12:07 [2019-07-31T05:12:07.128Z] 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
01:12:07 [2019-07-31T05:12:07.128Z] 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
01:12:07 [2019-07-31T05:12:07.128Z] 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
01:12:07 [2019-07-31T05:12:07.128Z] 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 62 kB/s)
01:12:07 [2019-07-31T05:12:07.128Z] 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
01:12:07 [2019-07-31T05:12:07.128Z] 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
01:12:07 [2019-07-31T05:12:07.128Z] 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
01:12:07 [2019-07-31T05:12:07.426Z] 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
01:12:07 [2019-07-31T05:12:07.426Z] 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
01:12:07 [2019-07-31T05:12:07.426Z] 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
01:12:07 [2019-07-31T05:12:07.426Z] 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 37 kB/s)
01:12:07 [2019-07-31T05:12:07.426Z] 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
01:12:07 [2019-07-31T05:12:07.426Z] 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
01:12:07 [2019-07-31T05:12:07.426Z] 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
01:12:07 [2019-07-31T05:12:07.684Z] 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
01:12:07 [2019-07-31T05:12:07.684Z] 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
01:12:07 [2019-07-31T05:12:07.684Z] 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
01:12:07 [2019-07-31T05:12:07.684Z] 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 41 kB/s)
01:12:07 [2019-07-31T05:12:07.684Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
01:12:07 [2019-07-31T05:12:07.684Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
01:12:07 [2019-07-31T05:12:07.684Z] 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
01:12:07 [2019-07-31T05:12:07.943Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
01:12:07 [2019-07-31T05:12:07.943Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
01:12:07 [2019-07-31T05:12:07.943Z] 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
01:12:07 [2019-07-31T05:12:07.943Z] 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 68 kB/s)
01:12:07 [2019-07-31T05:12:07.943Z] 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
01:12:07 [2019-07-31T05:12:07.943Z] 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
01:12:07 [2019-07-31T05:12:07.943Z] 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
01:12:08 [2019-07-31T05:12:08.200Z] 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
01:12:08 [2019-07-31T05:12:08.200Z] 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
01:12:08 [2019-07-31T05:12:08.200Z] 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
01:12:08 [2019-07-31T05:12:08.200Z] 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 48 kB/s)
01:12:08 [2019-07-31T05:12:08.200Z] 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
01:12:08 [2019-07-31T05:12:08.200Z] 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
01:12:08 [2019-07-31T05:12:08.459Z] 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
01:12:08 [2019-07-31T05:12:08.459Z] 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
01:12:08 [2019-07-31T05:12:08.459Z] 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
01:12:08 [2019-07-31T05:12:08.459Z] 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
01:12:08 [2019-07-31T05:12:08.459Z] 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 48 kB/s)
01:12:08 [2019-07-31T05:12:08.459Z] 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
01:12:08 [2019-07-31T05:12:08.716Z] 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
01:12:08 [2019-07-31T05:12:08.716Z] 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
01:12:08 [2019-07-31T05:12:08.716Z] 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
01:12:08 [2019-07-31T05:12:08.716Z] 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
01:12:08 [2019-07-31T05:12:08.716Z] 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
01:12:08 [2019-07-31T05:12:08.974Z] 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 136 kB/s)
01:12:08 [2019-07-31T05:12:08.974Z] 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
01:12:08 [2019-07-31T05:12:08.974Z] 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
01:12:08 [2019-07-31T05:12:08.974Z] 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
01:12:09 [2019-07-31T05:12:09.232Z] 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
01:12:09 [2019-07-31T05:12:09.232Z] 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
01:12:09 [2019-07-31T05:12:09.232Z] 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
01:12:09 [2019-07-31T05:12:09.232Z] 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 97 kB/s)
01:12:09 [2019-07-31T05:12:09.232Z] 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
01:12:09 [2019-07-31T05:12:09.232Z] 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
01:12:09 [2019-07-31T05:12:09.232Z] 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
01:12:09 [2019-07-31T05:12:09.491Z] 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
01:12:09 [2019-07-31T05:12:09.491Z] 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
01:12:09 [2019-07-31T05:12:09.491Z] 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
01:12:09 [2019-07-31T05:12:09.491Z] 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 46 kB/s)
01:12:09 [2019-07-31T05:12:09.491Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.pom
01:12:09 [2019-07-31T05:12:09.491Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom
01:12:09 [2019-07-31T05:12:09.491Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom
01:12:09 [2019-07-31T05:12:09.749Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom
01:12:09 [2019-07-31T05:12:09.749Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1/classworlds-1.1.pom
01:12:09 [2019-07-31T05:12:09.749Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
01:12:09 [2019-07-31T05:12:09.749Z] 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 111 kB/s)
01:12:09 [2019-07-31T05:12:09.749Z] 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
01:12:09 [2019-07-31T05:12:09.749Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
01:12:09 [2019-07-31T05:12:09.749Z] 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
01:12:09 [2019-07-31T05:12:09.749Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
01:12:09 [2019-07-31T05:12:09.749Z] 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
01:12:09 [2019-07-31T05:12:09.749Z] 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
01:12:10 [2019-07-31T05:12:10.007Z] 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
01:12:10 [2019-07-31T05:12:10.007Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
01:12:10 [2019-07-31T05:12:10.265Z] 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
01:12:10 [2019-07-31T05:12:10.265Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
01:12:10 [2019-07-31T05:12:10.265Z] 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
01:12:10 [2019-07-31T05:12:10.265Z] 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
01:12:10 [2019-07-31T05:12:10.265Z] 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 365 kB/s)
01:12:10 [2019-07-31T05:12:10.265Z] 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 75 kB/s)
01:12:10 [2019-07-31T05:12:10.523Z] 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
01:12:10 [2019-07-31T05:12:10.523Z] 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
01:12:10 [2019-07-31T05:12:10.523Z] 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
01:12:10 [2019-07-31T05:12:10.523Z] 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
01:12:10 [2019-07-31T05:12:10.782Z] 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
01:12:10 [2019-07-31T05:12:10.782Z] 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
01:12:10 [2019-07-31T05:12:10.782Z] 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 46 kB/s)
01:12:10 [2019-07-31T05:12:10.782Z] 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
01:12:10 [2019-07-31T05:12:10.782Z] 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
01:12:10 [2019-07-31T05:12:10.782Z] 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
01:12:11 [2019-07-31T05:12:11.040Z] 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
01:12:11 [2019-07-31T05:12:11.040Z] 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
01:12:11 [2019-07-31T05:12:11.040Z] 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
01:12:11 [2019-07-31T05:12:11.040Z] 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 48 kB/s)
01:12:11 [2019-07-31T05:12:11.040Z] 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
01:12:11 [2019-07-31T05:12:11.040Z] 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
01:12:11 [2019-07-31T05:12:11.040Z] 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
01:12:11 [2019-07-31T05:12:11.301Z] 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
01:12:11 [2019-07-31T05:12:11.301Z] 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
01:12:11 [2019-07-31T05:12:11.301Z] 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
01:12:11 [2019-07-31T05:12:11.301Z] 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 139 kB/s)
01:12:11 [2019-07-31T05:12:11.301Z] 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
01:12:11 [2019-07-31T05:12:11.301Z] 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
01:12:11 [2019-07-31T05:12:11.301Z] 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
01:12:11 [2019-07-31T05:12:11.627Z] 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
01:12:11 [2019-07-31T05:12:11.627Z] 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
01:12:11 [2019-07-31T05:12:11.627Z] 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
01:12:11 [2019-07-31T05:12:11.627Z] 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 82 kB/s)
01:12:11 [2019-07-31T05:12:11.627Z] 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
01:12:11 [2019-07-31T05:12:11.627Z] 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
01:12:11 [2019-07-31T05:12:11.627Z] 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
01:12:11 [2019-07-31T05:12:11.981Z] 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
01:12:11 [2019-07-31T05:12:11.981Z] 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
01:12:11 [2019-07-31T05:12:11.981Z] 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
01:12:11 [2019-07-31T05:12:11.981Z] 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 538 kB/s)
01:12:11 [2019-07-31T05:12:11.981Z] 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
01:12:11 [2019-07-31T05:12:11.981Z] 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
01:12:11 [2019-07-31T05:12:11.981Z] 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
01:12:12 [2019-07-31T05:12:12.239Z] 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
01:12:12 [2019-07-31T05:12:12.239Z] 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
01:12:12 [2019-07-31T05:12:12.239Z] 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
01:12:12 [2019-07-31T05:12:12.239Z] 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 77 kB/s)
01:12:12 [2019-07-31T05:12:12.239Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
01:12:12 [2019-07-31T05:12:12.239Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
01:12:12 [2019-07-31T05:12:12.239Z] 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
01:12:12 [2019-07-31T05:12:12.497Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
01:12:12 [2019-07-31T05:12:12.497Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
01:12:12 [2019-07-31T05:12:12.497Z] 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
01:12:12 [2019-07-31T05:12:12.497Z] 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 273 kB/s)
01:12:12 [2019-07-31T05:12:12.497Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
01:12:12 [2019-07-31T05:12:12.497Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom
01:12:12 [2019-07-31T05:12:12.497Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/32/commons-parent-32.pom
01:12:12 [2019-07-31T05:12:12.755Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom
01:12:12 [2019-07-31T05:12:12.755Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
01:12:12 [2019-07-31T05:12:12.755Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
01:12:12 [2019-07-31T05:12:12.755Z] 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.6 MB/s)
01:12:12 [2019-07-31T05:12:12.755Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/13/apache-13.pom
01:12:12 [2019-07-31T05:12:12.755Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom
01:12:13 [2019-07-31T05:12:13.017Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/13/apache-13.pom
01:12:13 [2019-07-31T05:12:13.017Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/13/apache-13.pom
01:12:13 [2019-07-31T05:12:13.017Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/13/apache-13.pom
01:12:13 [2019-07-31T05:12:13.017Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
01:12:13 [2019-07-31T05:12:13.017Z] 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 437 kB/s)
01:12:13 [2019-07-31T05:12:13.017Z] 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
01:12:13 [2019-07-31T05:12:13.275Z] 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
01:12:13 [2019-07-31T05:12:13.275Z] 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
01:12:13 [2019-07-31T05:12:13.275Z] 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
01:12:13 [2019-07-31T05:12:13.275Z] 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
01:12:13 [2019-07-31T05:12:13.275Z] 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
01:12:13 [2019-07-31T05:12:13.533Z] 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 45 kB/s)
01:12:13 [2019-07-31T05:12:13.533Z] 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
01:12:13 [2019-07-31T05:12:13.533Z] 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
01:12:13 [2019-07-31T05:12:13.533Z] 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
01:12:13 [2019-07-31T05:12:13.533Z] 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
01:12:13 [2019-07-31T05:12:13.533Z] 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
01:12:13 [2019-07-31T05:12:13.791Z] 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
01:12:13 [2019-07-31T05:12:13.791Z] 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 58 kB/s)
01:12:13 [2019-07-31T05:12:13.791Z] 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
01:12:13 [2019-07-31T05:12:13.791Z] 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
01:12:13 [2019-07-31T05:12:13.791Z] 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
01:12:13 [2019-07-31T05:12:13.791Z] 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
01:12:14 [2019-07-31T05:12:14.050Z] 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
01:12:14 [2019-07-31T05:12:14.050Z] 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
01:12:14 [2019-07-31T05:12:14.050Z] 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 177 kB/s)
01:12:14 [2019-07-31T05:12:14.050Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.3/ow2-1.3.pom
01:12:14 [2019-07-31T05:12:14.050Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.3/ow2-1.3.pom
01:12:14 [2019-07-31T05:12:14.050Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/ow2/1.3/ow2-1.3.pom
01:12:14 [2019-07-31T05:12:14.050Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/ow2/1.3/ow2-1.3.pom
01:12:14 [2019-07-31T05:12:14.308Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/ow2/1.3/ow2-1.3.pom
01:12:14 [2019-07-31T05:12:14.308Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom
01:12:14 [2019-07-31T05:12:14.308Z] 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 280 kB/s)
01:12:14 [2019-07-31T05:12:14.308Z] 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
01:12:14 [2019-07-31T05:12:14.308Z] 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
01:12:14 [2019-07-31T05:12:14.308Z] 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
01:12:14 [2019-07-31T05:12:14.308Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
01:12:14 [2019-07-31T05:12:14.308Z] 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
01:12:14 [2019-07-31T05:12:14.308Z] 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
01:12:14 [2019-07-31T05:12:14.308Z] 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
01:12:14 [2019-07-31T05:12:14.308Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
01:12:15 [2019-07-31T05:12:15.683Z] 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
01:12:15 [2019-07-31T05:12:15.683Z] 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
01:12:15 [2019-07-31T05:12:15.683Z] 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
01:12:15 [2019-07-31T05:12:15.683Z] 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
01:12:15 [2019-07-31T05:12:15.942Z] 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
01:12:15 [2019-07-31T05:12:15.942Z] 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
01:12:15 [2019-07-31T05:12:15.942Z] 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
01:12:15 [2019-07-31T05:12:15.942Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
01:12:15 [2019-07-31T05:12:15.942Z] 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
01:12:15 [2019-07-31T05:12:15.942Z] 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
01:12:15 [2019-07-31T05:12:15.942Z] 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
01:12:15 [2019-07-31T05:12:15.942Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
01:12:15 [2019-07-31T05:12:15.942Z] 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
01:12:15 [2019-07-31T05:12:15.942Z] 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
01:12:15 [2019-07-31T05:12:15.942Z] 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
01:12:15 [2019-07-31T05:12:15.942Z] 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
01:12:15 [2019-07-31T05:12:15.942Z] 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 (1): 128/379 kB
Progress (1): 132/379 kB
Progress (1): 136/379 kB
Progress (1): 140/379 kB
Progress (1): 144/379 kB
Progress (1): 148/379 kB
Progress (1): 152/379 kB
Progress (1): 156/379 kB
Progress (1): 160/379 kB
Progress (1): 164/379 kB
Progress (1): 168/379 kB
Progress (1): 172/379 kB
Progress (1): 176/379 kB
Progress (1): 180/379 kB
Progress (1): 184/379 kB
Progress (1): 188/379 kB
Progress (1): 192/379 kB
Progress (1): 196/379 kB
Progress (1): 200/379 kB
Progress (1): 204/379 kB
Progress (1): 208/379 kB
Progress (1): 212/379 kB
Progress (1): 216/379 kB
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 (1): 288/379 kB
Progress (1): 292/379 kB
Progress (1): 296/379 kB
Progress (1): 300/379 kB
Progress (1): 304/379 kB
Progress (1): 308/379 kB
Progress (1): 312/379 kB
Progress (1): 316/379 kB
Progress (1): 320/379 kB
Progress (1): 324/379 kB
Progress (1): 328/379 kB
Progress (1): 332/379 kB
Progress (1): 336/379 kB
Progress (1): 340/379 kB
Progress (1): 344/379 kB
Progress (1): 348/379 kB
Progress (1): 352/379 kB
Progress (1): 356/379 kB
Progress (1): 360/379 kB
Progress (1): 364/379 kB
Progress (1): 368/379 kB
Progress (1): 372/379 kB
Progress (1): 376/379 kB
Progress (1): 379 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.jar (379 kB at 6.4 MB/s)
01:12:15 [2019-07-31T05:12:15.942Z] Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (2): 7.7/28 kB | 4.1/54 kB
Progress (2): 12/28 kB | 4.1/54 kB 
Progress (2): 12/28 kB | 7.7/54 kB
Progress (2): 16/28 kB | 7.7/54 kB
Progress (2): 16/28 kB | 12/54 kB 
Progress (2): 20/28 kB | 12/54 kB
Progress (2): 20/28 kB | 16/54 kB
Progress (2): 24/28 kB | 16/54 kB
Progress (2): 24/28 kB | 20/54 kB
Progress (2): 28/28 kB | 20/54 kB
Progress (2): 28/28 kB | 24/54 kB
Progress (2): 28 kB | 24/54 kB   
Progress (2): 28 kB | 28/54 kB
Progress (3): 28 kB | 28/54 kB | 4.1/21 kB
Progress (3): 28 kB | 32/54 kB | 4.1/21 kB
Progress (3): 28 kB | 32/54 kB | 7.7/21 kB
Progress (3): 28 kB | 36/54 kB | 7.7/21 kB
Progress (3): 28 kB | 36/54 kB | 12/21 kB 
Progress (3): 28 kB | 40/54 kB | 12/21 kB
Progress (3): 28 kB | 40/54 kB | 16/21 kB
Progress (3): 28 kB | 44/54 kB | 16/21 kB
Progress (3): 28 kB | 44/54 kB | 20/21 kB
Progress (3): 28 kB | 48/54 kB | 20/21 kB
Progress (3): 28 kB | 48/54 kB | 21 kB   
Progress (3): 28 kB | 52/54 kB | 21 kB
Progress (3): 28 kB | 54 kB | 21 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 390 kB/s)
01:12:15 [2019-07-31T05:12:15.942Z] 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 729 kB/s)
01:12:15 [2019-07-31T05:12:15.942Z] 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 275 kB/s)
01:12:16 [2019-07-31T05:12:16.201Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.201Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.201Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.462Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.462Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.462Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.462Z] 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/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom (4.4 kB at 133 kB/s)
01:12:16 [2019-07-31T05:12:16.462Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.462Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.462Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.720Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.720Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.720Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom
01:12:16 [2019-07-31T05:12:16.720Z] Progress (1): 4.1/39 kB
Progress (1): 7.7/39 kB
Progress (1): 12/39 kB 
Progress (1): 16/39 kB
Progress (1): 20/39 kB
Progress (1): 24/39 kB
Progress (1): 28/39 kB
Progress (1): 32/39 kB
Progress (1): 36/39 kB
Progress (1): 39 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom (39 kB at 1.2 MB/s)
01:12:16 [2019-07-31T05:12:16.720Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar
01:12:16 [2019-07-31T05:12:16.720Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar
01:12:16 [2019-07-31T05:12:16.720Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar
01:12:16 [2019-07-31T05:12:16.980Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar
01:12:16 [2019-07-31T05:12:16.980Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar
01:12:16 [2019-07-31T05:12:16.980Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar
01:12:17 [2019-07-31T05:12:17.238Z] 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/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar (53 kB at 874 kB/s)
01:12:17 [2019-07-31T05:12:17.238Z] 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
01:12:17 [2019-07-31T05:12:17.238Z] 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
01:12:17 [2019-07-31T05:12:17.238Z] 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
01:12:17 [2019-07-31T05:12:17.238Z] 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
01:12:17 [2019-07-31T05:12:17.497Z] 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
01:12:17 [2019-07-31T05:12:17.497Z] 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
01:12:17 [2019-07-31T05:12:17.497Z] 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 136 kB/s)
01:12:17 [2019-07-31T05:12:17.497Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
01:12:17 [2019-07-31T05:12:17.497Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
01:12:17 [2019-07-31T05:12:17.497Z] 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
01:12:17 [2019-07-31T05:12:17.755Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
01:12:17 [2019-07-31T05:12:17.755Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
01:12:17 [2019-07-31T05:12:17.755Z] 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
01:12:17 [2019-07-31T05:12:17.755Z] 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 415 kB/s)
01:12:17 [2019-07-31T05:12:17.755Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/27/maven-parent-27.pom
01:12:17 [2019-07-31T05:12:17.755Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom
01:12:18 [2019-07-31T05:12:18.015Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom
01:12:18 [2019-07-31T05:12:18.015Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom
01:12:18 [2019-07-31T05:12:18.015Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom
01:12:18 [2019-07-31T05:12:18.015Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
01:12:18 [2019-07-31T05:12:18.328Z] 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 814 kB/s)
01:12:18 [2019-07-31T05:12:18.328Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/17/apache-17.pom
01:12:18 [2019-07-31T05:12:18.328Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/17/apache-17.pom
01:12:18 [2019-07-31T05:12:18.328Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/17/apache-17.pom
01:12:18 [2019-07-31T05:12:18.328Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/17/apache-17.pom
01:12:18 [2019-07-31T05:12:18.328Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/17/apache-17.pom
01:12:18 [2019-07-31T05:12:18.328Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
01:12:18 [2019-07-31T05:12:18.328Z] 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 669 kB/s)
01:12:18 [2019-07-31T05:12:18.328Z] 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
01:12:18 [2019-07-31T05:12:18.328Z] 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
01:12:18 [2019-07-31T05:12:18.680Z] 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
01:12:18 [2019-07-31T05:12:18.680Z] 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
01:12:18 [2019-07-31T05:12:18.680Z] 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
01:12:18 [2019-07-31T05:12:18.680Z] 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
01:12:18 [2019-07-31T05:12:18.680Z] 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 568 kB/s)
01:12:18 [2019-07-31T05:12:18.680Z] 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
01:12:18 [2019-07-31T05:12:18.981Z] 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
01:12:18 [2019-07-31T05:12:18.981Z] 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
01:12:18 [2019-07-31T05:12:18.981Z] 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
01:12:18 [2019-07-31T05:12:18.981Z] 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
01:12:18 [2019-07-31T05:12:18.981Z] 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
01:12:19 [2019-07-31T05:12:19.240Z] 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 223 kB/s)
01:12:19 [2019-07-31T05:12:19.240Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
01:12:19 [2019-07-31T05:12:19.240Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
01:12:19 [2019-07-31T05:12:19.240Z] 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
01:12:19 [2019-07-31T05:12:19.240Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
01:12:19 [2019-07-31T05:12:19.240Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
01:12:19 [2019-07-31T05:12:19.499Z] 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
01:12:19 [2019-07-31T05:12:19.499Z] 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)
01:12:19 [2019-07-31T05:12:19.499Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
01:12:19 [2019-07-31T05:12:19.499Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
01:12:19 [2019-07-31T05:12:19.499Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom
01:12:19 [2019-07-31T05:12:19.499Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
01:12:19 [2019-07-31T05:12:19.757Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
01:12:19 [2019-07-31T05:12:19.757Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
01:12:19 [2019-07-31T05:12:19.757Z] 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.4 MB/s)
01:12:19 [2019-07-31T05:12:19.757Z] 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
01:12:19 [2019-07-31T05:12:19.757Z] 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
01:12:19 [2019-07-31T05:12:19.757Z] 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
01:12:20 [2019-07-31T05:12:20.015Z] 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
01:12:20 [2019-07-31T05:12:20.015Z] 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
01:12:20 [2019-07-31T05:12:20.272Z] 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
01:12:20 [2019-07-31T05:12:20.272Z] 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 598 kB/s)
01:12:20 [2019-07-31T05:12:20.272Z] 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
01:12:20 [2019-07-31T05:12:20.272Z] 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
01:12:20 [2019-07-31T05:12:20.272Z] 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
01:12:20 [2019-07-31T05:12:20.530Z] 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
01:12:20 [2019-07-31T05:12:20.530Z] 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
01:12:20 [2019-07-31T05:12:20.530Z] 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
01:12:20 [2019-07-31T05:12:20.530Z] 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)
01:12:20 [2019-07-31T05:12:20.530Z] 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
01:12:20 [2019-07-31T05:12:20.530Z] 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
01:12:20 [2019-07-31T05:12:20.530Z] 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
01:12:20 [2019-07-31T05:12:20.788Z] 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
01:12:20 [2019-07-31T05:12:20.788Z] 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
01:12:20 [2019-07-31T05:12:20.788Z] 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
01:12:20 [2019-07-31T05:12:20.788Z] 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 669 kB/s)
01:12:20 [2019-07-31T05:12:20.788Z] 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
01:12:20 [2019-07-31T05:12:20.788Z] 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
01:12:20 [2019-07-31T05:12:20.788Z] 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
01:12:21 [2019-07-31T05:12:21.046Z] 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
01:12:21 [2019-07-31T05:12:21.046Z] 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
01:12:21 [2019-07-31T05:12:21.046Z] 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
01:12:21 [2019-07-31T05:12:21.046Z] 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 214 kB/s)
01:12:21 [2019-07-31T05:12:21.046Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
01:12:21 [2019-07-31T05:12:21.046Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
01:12:21 [2019-07-31T05:12:21.305Z] 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
01:12:21 [2019-07-31T05:12:21.305Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
01:12:21 [2019-07-31T05:12:21.305Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
01:12:21 [2019-07-31T05:12:21.305Z] 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
01:12:21 [2019-07-31T05:12:21.305Z] 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 308 kB/s)
01:12:21 [2019-07-31T05:12:21.305Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:12:21 [2019-07-31T05:12:21.305Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:12:21 [2019-07-31T05:12:21.568Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:12:21 [2019-07-31T05:12:21.568Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:12:21 [2019-07-31T05:12:21.568Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:12:21 [2019-07-31T05:12:21.568Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:12:21 [2019-07-31T05:12:21.568Z] 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 1.0 MB/s)
01:12:21 [2019-07-31T05:12:21.568Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/14/apache-14.pom
01:12:21 [2019-07-31T05:12:21.827Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/14/apache-14.pom
01:12:21 [2019-07-31T05:12:21.827Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/14/apache-14.pom
01:12:21 [2019-07-31T05:12:21.827Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/14/apache-14.pom
01:12:21 [2019-07-31T05:12:21.827Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/14/apache-14.pom
01:12:21 [2019-07-31T05:12:21.827Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
01:12:21 [2019-07-31T05:12:21.827Z] 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 474 kB/s)
01:12:21 [2019-07-31T05:12:21.827Z] 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
01:12:22 [2019-07-31T05:12:22.084Z] 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
01:12:22 [2019-07-31T05:12:22.084Z] 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
01:12:22 [2019-07-31T05:12:22.084Z] 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
01:12:22 [2019-07-31T05:12:22.342Z] 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
01:12:22 [2019-07-31T05:12:22.342Z] 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
01:12:22 [2019-07-31T05:12:22.342Z] 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 571 kB/s)
01:12:22 [2019-07-31T05:12:22.342Z] 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
01:12:22 [2019-07-31T05:12:22.342Z] 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
01:12:22 [2019-07-31T05:12:22.342Z] 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
01:12:22 [2019-07-31T05:12:22.600Z] 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
01:12:22 [2019-07-31T05:12:22.600Z] 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
01:12:22 [2019-07-31T05:12:22.600Z] 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
01:12:22 [2019-07-31T05:12:22.600Z] 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 238 kB/s)
01:12:22 [2019-07-31T05:12:22.600Z] 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
01:12:22 [2019-07-31T05:12:22.600Z] 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
01:12:22 [2019-07-31T05:12:22.600Z] 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
01:12:22 [2019-07-31T05:12:22.858Z] 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
01:12:22 [2019-07-31T05:12:22.858Z] 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
01:12:22 [2019-07-31T05:12:22.858Z] 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
01:12:23 [2019-07-31T05:12:23.116Z] 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 758 kB/s)
01:12:23 [2019-07-31T05:12:23.116Z] 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
01:12:23 [2019-07-31T05:12:23.116Z] 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
01:12:23 [2019-07-31T05:12:23.117Z] 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
01:12:23 [2019-07-31T05:12:23.117Z] 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
01:12:23 [2019-07-31T05:12:23.117Z] 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
01:12:23 [2019-07-31T05:12:23.374Z] 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
01:12:23 [2019-07-31T05:12:23.374Z] 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 518 kB/s)
01:12:23 [2019-07-31T05:12:23.631Z] 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
01:12:23 [2019-07-31T05:12:23.631Z] 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
01:12:23 [2019-07-31T05:12:23.631Z] 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
01:12:23 [2019-07-31T05:12:23.631Z] 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
01:12:23 [2019-07-31T05:12:23.890Z] 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
01:12:23 [2019-07-31T05:12:23.890Z] 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
01:12:23 [2019-07-31T05:12:23.890Z] 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 2.2 MB/s)
01:12:23 [2019-07-31T05:12:23.890Z] 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
01:12:23 [2019-07-31T05:12:23.890Z] 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
01:12:23 [2019-07-31T05:12:23.890Z] 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
01:12:24 [2019-07-31T05:12:24.148Z] 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
01:12:24 [2019-07-31T05:12:24.148Z] 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
01:12:24 [2019-07-31T05:12:24.148Z] 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
01:12:24 [2019-07-31T05:12:24.148Z] 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 140 kB/s)
01:12:24 [2019-07-31T05:12:24.148Z] 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
01:12:24 [2019-07-31T05:12:24.148Z] 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
01:12:24 [2019-07-31T05:12:24.407Z] 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
01:12:24 [2019-07-31T05:12:24.407Z] 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
01:12:24 [2019-07-31T05:12:24.823Z] 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
01:12:24 [2019-07-31T05:12:24.823Z] 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
01:12:25 [2019-07-31T05:12:25.083Z] 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 1.0 MB/s)
01:12:25 [2019-07-31T05:12:25.083Z] 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
01:12:25 [2019-07-31T05:12:25.083Z] 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
01:12:25 [2019-07-31T05:12:25.083Z] 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
01:12:25 [2019-07-31T05:12:25.083Z] 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
01:12:25 [2019-07-31T05:12:25.083Z] 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
01:12:25 [2019-07-31T05:12:25.083Z] 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
01:12:25 [2019-07-31T05:12:25.083Z] 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 106 kB/s)
01:12:25 [2019-07-31T05:12:25.083Z] 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
01:12:25 [2019-07-31T05:12:25.083Z] 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
01:12:25 [2019-07-31T05:12:25.341Z] 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
01:12:25 [2019-07-31T05:12:25.341Z] 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
01:12:25 [2019-07-31T05:12:25.341Z] 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
01:12:25 [2019-07-31T05:12:25.341Z] 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
01:12:25 [2019-07-31T05:12:25.341Z] 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 32 kB/s)
01:12:25 [2019-07-31T05:12:25.599Z] 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
01:12:25 [2019-07-31T05:12:25.599Z] 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
01:12:25 [2019-07-31T05:12:25.599Z] 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
01:12:25 [2019-07-31T05:12:25.599Z] 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
01:12:25 [2019-07-31T05:12:25.599Z] 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
01:12:25 [2019-07-31T05:12:25.858Z] 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
01:12:25 [2019-07-31T05:12:25.858Z] 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 97 kB/s)
01:12:25 [2019-07-31T05:12:25.858Z] 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
01:12:25 [2019-07-31T05:12:25.858Z] 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
01:12:25 [2019-07-31T05:12:25.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.pom
01:12:25 [2019-07-31T05:12:25.858Z] 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
01:12:26 [2019-07-31T05:12:26.117Z] 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
01:12:26 [2019-07-31T05:12:26.117Z] 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
01:12:26 [2019-07-31T05:12:26.117Z] 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 36 kB/s)
01:12:26 [2019-07-31T05:12:26.117Z] 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
01:12:26 [2019-07-31T05:12:26.117Z] 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
01:12:26 [2019-07-31T05:12:26.117Z] 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
01:12:26 [2019-07-31T05:12:26.374Z] 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
01:12:26 [2019-07-31T05:12:26.374Z] 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
01:12:26 [2019-07-31T05:12:26.374Z] 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
01:12:26 [2019-07-31T05:12:26.374Z] 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 62 kB/s)
01:12:26 [2019-07-31T05:12:26.374Z] 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
01:12:26 [2019-07-31T05:12:26.374Z] 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
01:12:26 [2019-07-31T05:12:26.374Z] 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
01:12:26 [2019-07-31T05:12:26.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.pom
01:12:26 [2019-07-31T05:12:26.632Z] 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
01:12:26 [2019-07-31T05:12:26.632Z] 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
01:12:26 [2019-07-31T05:12:26.632Z] 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 32 kB/s)
01:12:26 [2019-07-31T05:12:26.632Z] 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
01:12:26 [2019-07-31T05:12:26.632Z] 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
01:12:26 [2019-07-31T05:12:26.632Z] 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
01:12:26 [2019-07-31T05:12:26.891Z] 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
01:12:26 [2019-07-31T05:12:26.891Z] 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
01:12:26 [2019-07-31T05:12:26.891Z] 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
01:12:26 [2019-07-31T05:12:26.891Z] 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)
01:12:27 [2019-07-31T05:12:27.148Z] 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
01:12:27 [2019-07-31T05:12:27.148Z] 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
01:12:27 [2019-07-31T05:12:27.149Z] 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
01:12:27 [2019-07-31T05:12:27.149Z] 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
01:12:27 [2019-07-31T05:12:27.149Z] 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
01:12:27 [2019-07-31T05:12:27.149Z] 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
01:12:27 [2019-07-31T05:12:27.407Z] 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 104 kB/s)
01:12:27 [2019-07-31T05:12:27.407Z] 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
01:12:27 [2019-07-31T05:12:27.407Z] 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
01:12:27 [2019-07-31T05:12:27.407Z] 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
01:12:27 [2019-07-31T05:12:27.407Z] 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
01:12:27 [2019-07-31T05:12:27.407Z] 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
01:12:27 [2019-07-31T05:12:27.664Z] 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
01:12:27 [2019-07-31T05:12:27.664Z] 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 854 kB/s)
01:12:27 [2019-07-31T05:12:27.664Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
01:12:27 [2019-07-31T05:12:27.664Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom
01:12:27 [2019-07-31T05:12:27.664Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom
01:12:27 [2019-07-31T05:12:27.664Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom
01:12:27 [2019-07-31T05:12:27.922Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
01:12:27 [2019-07-31T05:12:27.922Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
01:12:27 [2019-07-31T05:12:27.922Z] 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 1.3 MB/s)
01:12:27 [2019-07-31T05:12:27.922Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/19/apache-19.pom
01:12:27 [2019-07-31T05:12:27.922Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom
01:12:27 [2019-07-31T05:12:27.922Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/19/apache-19.pom
01:12:28 [2019-07-31T05:12:28.180Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/19/apache-19.pom
01:12:28 [2019-07-31T05:12:28.180Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/19/apache-19.pom
01:12:28 [2019-07-31T05:12:28.180Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
01:12:28 [2019-07-31T05:12:28.180Z] 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 516 kB/s)
01:12:28 [2019-07-31T05:12:28.180Z] 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
01:12:28 [2019-07-31T05:12:28.180Z] 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
01:12:28 [2019-07-31T05:12:28.180Z] 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
01:12:28 [2019-07-31T05:12:28.438Z] 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
01:12:28 [2019-07-31T05:12:28.438Z] 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
01:12:29 [2019-07-31T05:12:29.371Z] 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
01:12:29 [2019-07-31T05:12:29.372Z] 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 49 kB/s)
01:12:29 [2019-07-31T05:12:29.372Z] 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
01:12:29 [2019-07-31T05:12:29.372Z] 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
01:12:29 [2019-07-31T05:12:29.372Z] 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
01:12:29 [2019-07-31T05:12:29.629Z] 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
01:12:29 [2019-07-31T05:12:29.629Z] 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
01:12:29 [2019-07-31T05:12:29.629Z] 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
01:12:29 [2019-07-31T05:12:29.629Z] 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)
01:12:29 [2019-07-31T05:12:29.629Z] 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
01:12:29 [2019-07-31T05:12:29.630Z] 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
01:12:29 [2019-07-31T05:12:29.887Z] 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
01:12:29 [2019-07-31T05:12:29.887Z] 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
01:12:29 [2019-07-31T05:12:29.887Z] 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
01:12:29 [2019-07-31T05:12:29.887Z] 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
01:12:30 [2019-07-31T05:12:30.145Z] 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 24 kB/s)
01:12:30 [2019-07-31T05:12:30.145Z] 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
01:12:30 [2019-07-31T05:12:30.145Z] 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
01:12:30 [2019-07-31T05:12:30.145Z] 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
01:12:30 [2019-07-31T05:12:30.402Z] 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
01:12:30 [2019-07-31T05:12:30.402Z] 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
01:12:30 [2019-07-31T05:12:30.402Z] 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
01:12:30 [2019-07-31T05:12:30.402Z] 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 466 kB/s)
01:12:30 [2019-07-31T05:12:30.402Z] 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
01:12:30 [2019-07-31T05:12:30.402Z] 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
01:12:30 [2019-07-31T05:12:30.660Z] 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
01:12:30 [2019-07-31T05:12:30.660Z] 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
01:12:30 [2019-07-31T05:12:30.660Z] 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
01:12:30 [2019-07-31T05:12:30.660Z] 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
01:12:30 [2019-07-31T05:12:30.660Z] 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)
01:12:30 [2019-07-31T05:12:30.660Z] 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
01:12:30 [2019-07-31T05:12:30.918Z] 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
01:12:30 [2019-07-31T05:12:30.918Z] 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
01:12:30 [2019-07-31T05:12:30.918Z] 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
01:12:30 [2019-07-31T05:12:30.918Z] 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
01:12:30 [2019-07-31T05:12:30.918Z] 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
01:12:30 [2019-07-31T05:12:30.918Z] 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 53 kB/s)
01:12:30 [2019-07-31T05:12:30.918Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
01:12:31 [2019-07-31T05:12:31.176Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
01:12:31 [2019-07-31T05:12:31.176Z] 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
01:12:31 [2019-07-31T05:12:31.176Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
01:12:31 [2019-07-31T05:12:31.176Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
01:12:31 [2019-07-31T05:12:31.176Z] 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
01:12:31 [2019-07-31T05:12:31.624Z] 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 575 kB/s)
01:12:31 [2019-07-31T05:12:31.624Z] 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
01:12:31 [2019-07-31T05:12:31.624Z] 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
01:12:31 [2019-07-31T05:12:31.624Z] 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
01:12:31 [2019-07-31T05:12:31.624Z] 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
01:12:31 [2019-07-31T05:12:31.624Z] 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
01:12:31 [2019-07-31T05:12:31.624Z] 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
01:12:31 [2019-07-31T05:12:31.984Z] 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 8.2 kB/s)
01:12:31 [2019-07-31T05:12:31.984Z] 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
01:12:31 [2019-07-31T05:12:31.984Z] 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
01:12:31 [2019-07-31T05:12:31.984Z] 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
01:12:31 [2019-07-31T05:12:31.984Z] 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
01:12:31 [2019-07-31T05:12:31.984Z] 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
01:12:31 [2019-07-31T05:12:31.984Z] 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
01:12:31 [2019-07-31T05:12:31.984Z] 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 61 kB/s)
01:12:31 [2019-07-31T05:12:31.984Z] 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
01:12:32 [2019-07-31T05:12:32.241Z] 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
01:12:32 [2019-07-31T05:12:32.241Z] 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
01:12:32 [2019-07-31T05:12:32.241Z] 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
01:12:32 [2019-07-31T05:12:32.241Z] 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
01:12:32 [2019-07-31T05:12:32.241Z] 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
01:12:32 [2019-07-31T05:12:32.241Z] 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 157 kB/s)
01:12:32 [2019-07-31T05:12:32.499Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
01:12:32 [2019-07-31T05:12:32.499Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
01:12:32 [2019-07-31T05:12:32.499Z] 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
01:12:32 [2019-07-31T05:12:32.499Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
01:12:32 [2019-07-31T05:12:32.499Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
01:12:32 [2019-07-31T05:12:32.499Z] 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
01:12:32 [2019-07-31T05:12:32.756Z] 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 660 kB/s)
01:12:32 [2019-07-31T05:12:32.756Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
01:12:32 [2019-07-31T05:12:32.756Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
01:12:32 [2019-07-31T05:12:32.756Z] 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
01:12:32 [2019-07-31T05:12:32.756Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
01:12:33 [2019-07-31T05:12:33.015Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
01:12:33 [2019-07-31T05:12:33.015Z] 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
01:12:33 [2019-07-31T05:12:33.015Z] 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 164 kB/s)
01:12:33 [2019-07-31T05:12:33.015Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom
01:12:33 [2019-07-31T05:12:33.015Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom
01:12:33 [2019-07-31T05:12:33.015Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom
01:12:33 [2019-07-31T05:12:33.015Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom
01:12:33 [2019-07-31T05:12:33.272Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom
01:12:33 [2019-07-31T05:12:33.272Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom
01:12:33 [2019-07-31T05:12:33.272Z] 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 498 kB/s)
01:12:33 [2019-07-31T05:12:33.272Z] 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
01:12:33 [2019-07-31T05:12:33.272Z] 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
01:12:33 [2019-07-31T05:12:33.530Z] 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
01:12:33 [2019-07-31T05:12:33.530Z] 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
01:12:33 [2019-07-31T05:12:33.530Z] 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
01:12:33 [2019-07-31T05:12:33.788Z] 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
01:12:33 [2019-07-31T05:12:33.788Z] 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 137 kB/s)
01:12:33 [2019-07-31T05:12:33.788Z] 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
01:12:33 [2019-07-31T05:12:33.788Z] 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
01:12:33 [2019-07-31T05:12:33.788Z] 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
01:12:33 [2019-07-31T05:12:33.788Z] 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
01:12:34 [2019-07-31T05:12:34.046Z] 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
01:12:34 [2019-07-31T05:12:34.046Z] 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
01:12:34 [2019-07-31T05:12:34.046Z] 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 540 kB/s)
01:12:34 [2019-07-31T05:12:34.046Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
01:12:34 [2019-07-31T05:12:34.046Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
01:12:34 [2019-07-31T05:12:34.046Z] 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
01:12:34 [2019-07-31T05:12:34.303Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
01:12:34 [2019-07-31T05:12:34.303Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
01:12:34 [2019-07-31T05:12:34.303Z] 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
01:12:34 [2019-07-31T05:12:34.303Z] 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 614 kB/s)
01:12:34 [2019-07-31T05:12:34.303Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom
01:12:34 [2019-07-31T05:12:34.303Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom
01:12:34 [2019-07-31T05:12:34.303Z] 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
01:12:34 [2019-07-31T05:12:34.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom
01:12:34 [2019-07-31T05:12:34.560Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom
01:12:34 [2019-07-31T05:12:34.560Z] 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
01:12:34 [2019-07-31T05:12:34.560Z] 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 77 kB/s)
01:12:34 [2019-07-31T05:12:34.560Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/google/1/google-1.pom
01:12:35 [2019-07-31T05:12:35.124Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/1/google-1.pom
01:12:35 [2019-07-31T05:12:35.124Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/google/1/google-1.pom
01:12:35 [2019-07-31T05:12:35.124Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/google/1/google-1.pom
01:12:35 [2019-07-31T05:12:35.124Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/google/1/google-1.pom
01:12:35 [2019-07-31T05:12:35.124Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
01:12:35 [2019-07-31T05:12:35.124Z] 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 56 kB/s)
01:12:35 [2019-07-31T05:12:35.124Z] 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
01:12:35 [2019-07-31T05:12:35.381Z] 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
01:12:35 [2019-07-31T05:12:35.381Z] 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
01:12:35 [2019-07-31T05:12:35.382Z] 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
01:12:35 [2019-07-31T05:12:35.382Z] 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
01:12:35 [2019-07-31T05:12:35.382Z] 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
01:12:35 [2019-07-31T05:12:35.382Z] 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 96 kB/s)
01:12:35 [2019-07-31T05:12:35.382Z] 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
01:12:35 [2019-07-31T05:12:35.639Z] 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
01:12:35 [2019-07-31T05:12:35.639Z] 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
01:12:35 [2019-07-31T05:12:35.639Z] 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
01:12:35 [2019-07-31T05:12:35.639Z] 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
01:12:35 [2019-07-31T05:12:35.639Z] 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
01:12:35 [2019-07-31T05:12:35.639Z] 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 72 kB/s)
01:12:35 [2019-07-31T05:12:35.896Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
01:12:35 [2019-07-31T05:12:35.896Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
01:12:35 [2019-07-31T05:12:35.896Z] 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
01:12:35 [2019-07-31T05:12:35.896Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
01:12:35 [2019-07-31T05:12:35.896Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
01:12:35 [2019-07-31T05:12:35.896Z] 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
01:12:36 [2019-07-31T05:12:36.154Z] 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 31 kB/s)
01:12:36 [2019-07-31T05:12:36.154Z] 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
01:12:36 [2019-07-31T05:12:36.154Z] 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
01:12:36 [2019-07-31T05:12:36.154Z] 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
01:12:36 [2019-07-31T05:12:36.154Z] 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
01:12:36 [2019-07-31T05:12:36.154Z] 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
01:12:36 [2019-07-31T05:12:36.154Z] 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
01:12:36 [2019-07-31T05:12:36.411Z] 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 201 kB/s)
01:12:36 [2019-07-31T05:12:36.411Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
01:12:36 [2019-07-31T05:12:36.411Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
01:12:36 [2019-07-31T05:12:36.411Z] 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
01:12:36 [2019-07-31T05:12:36.411Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
01:12:36 [2019-07-31T05:12:36.411Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
01:12:36 [2019-07-31T05:12:36.669Z] 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
01:12:36 [2019-07-31T05:12:36.669Z] 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 352 kB/s)
01:12:36 [2019-07-31T05:12:36.669Z] 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
01:12:36 [2019-07-31T05:12:36.669Z] 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
01:12:36 [2019-07-31T05:12:36.669Z] 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
01:12:36 [2019-07-31T05:12:36.669Z] 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
01:12:36 [2019-07-31T05:12:36.927Z] 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
01:12:36 [2019-07-31T05:12:36.927Z] 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
01:12:36 [2019-07-31T05:12:36.927Z] 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 107 kB/s)
01:12:36 [2019-07-31T05:12:36.927Z] 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
01:12:36 [2019-07-31T05:12:36.927Z] 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
01:12:36 [2019-07-31T05:12:36.927Z] 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
01:12:37 [2019-07-31T05:12:37.186Z] 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
01:12:37 [2019-07-31T05:12:37.186Z] 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
01:12:37 [2019-07-31T05:12:37.186Z] 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
01:12:37 [2019-07-31T05:12:37.186Z] 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 43 kB/s)
01:12:37 [2019-07-31T05:12:37.186Z] 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
01:12:37 [2019-07-31T05:12:37.186Z] 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
01:12:37 [2019-07-31T05:12:37.186Z] 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
01:12:37 [2019-07-31T05:12:37.630Z] 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
01:12:37 [2019-07-31T05:12:37.630Z] 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
01:12:37 [2019-07-31T05:12:37.630Z] 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
01:12:37 [2019-07-31T05:12:37.630Z] 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 29 kB/s)
01:12:37 [2019-07-31T05:12:37.630Z] 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
01:12:37 [2019-07-31T05:12:37.630Z] 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
01:12:37 [2019-07-31T05:12:37.630Z] 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
01:12:37 [2019-07-31T05:12:37.630Z] 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
01:12:37 [2019-07-31T05:12:37.630Z] 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
01:12:37 [2019-07-31T05:12:37.630Z] 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
01:12:37 [2019-07-31T05:12:37.630Z] 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 55 kB/s)
01:12:37 [2019-07-31T05:12:37.630Z] 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
01:12:37 [2019-07-31T05:12:37.630Z] 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
01:12:37 [2019-07-31T05:12:37.888Z] 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
01:12:37 [2019-07-31T05:12:37.888Z] 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
01:12:37 [2019-07-31T05:12:37.888Z] 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
01:12:37 [2019-07-31T05:12:37.888Z] 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
01:12:37 [2019-07-31T05:12:37.888Z] 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 108 kB/s)
01:12:38 [2019-07-31T05:12:38.147Z] 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
01:12:38 [2019-07-31T05:12:38.147Z] 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
01:12:38 [2019-07-31T05:12:38.147Z] 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
01:12:38 [2019-07-31T05:12:38.147Z] 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
01:12:38 [2019-07-31T05:12:38.147Z] 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
01:12:38 [2019-07-31T05:12:38.147Z] 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
01:12:38 [2019-07-31T05:12:38.405Z] 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 67 kB/s)
01:12:38 [2019-07-31T05:12:38.405Z] 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
01:12:38 [2019-07-31T05:12:38.405Z] 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
01:12:38 [2019-07-31T05:12:38.405Z] 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
01:12:38 [2019-07-31T05:12:38.405Z] 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
01:12:38 [2019-07-31T05:12:38.405Z] 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
01:12:38 [2019-07-31T05:12:38.663Z] 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
01:12:38 [2019-07-31T05:12:38.663Z] 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 73 kB/s)
01:12:38 [2019-07-31T05:12:38.663Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
01:12:38 [2019-07-31T05:12:38.663Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
01:12:38 [2019-07-31T05:12:38.663Z] 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
01:12:38 [2019-07-31T05:12:38.663Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
01:12:38 [2019-07-31T05:12:38.663Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
01:12:38 [2019-07-31T05:12:38.921Z] 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
01:12:38 [2019-07-31T05:12:38.921Z] 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 82 kB/s)
01:12:38 [2019-07-31T05:12:38.921Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.5/ow2-1.5.pom
01:12:38 [2019-07-31T05:12:38.921Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom
01:12:38 [2019-07-31T05:12:38.921Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom
01:12:38 [2019-07-31T05:12:38.921Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom
01:12:39 [2019-07-31T05:12:39.179Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/ow2/1.5/ow2-1.5.pom
01:12:39 [2019-07-31T05:12:39.179Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
01:12:39 [2019-07-31T05:12:39.179Z] 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 374 kB/s)
01:12:39 [2019-07-31T05:12:39.179Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
01:12:39 [2019-07-31T05:12:39.179Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
01:12:39 [2019-07-31T05:12:39.179Z] 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
01:12:39 [2019-07-31T05:12:39.179Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
01:12:39 [2019-07-31T05:12:39.437Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
01:12:39 [2019-07-31T05:12:39.437Z] 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
01:12:39 [2019-07-31T05:12:39.437Z] 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 440 kB/s)
01:12:39 [2019-07-31T05:12:39.437Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
01:12:39 [2019-07-31T05:12:39.437Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
01:12:39 [2019-07-31T05:12:39.437Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
01:12:39 [2019-07-31T05:12:39.694Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
01:12:39 [2019-07-31T05:12:39.694Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
01:12:39 [2019-07-31T05:12:39.694Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
01:12:39 [2019-07-31T05:12:39.694Z] 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 160 kB/s)
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] 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
01:12:39 [2019-07-31T05:12:39.694Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
01:12:39 [2019-07-31T05:12:39.694Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] 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
01:12:39 [2019-07-31T05:12:39.953Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
01:12:39 [2019-07-31T05:12:39.953Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
01:12:40 [2019-07-31T05:12:40.210Z] 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
01:12:40 [2019-07-31T05:12:40.210Z] 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
01:12:40 [2019-07-31T05:12:40.210Z] 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
01:12:40 [2019-07-31T05:12:40.210Z] 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
01:12:40 [2019-07-31T05:12:40.210Z] 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
01:12:40 [2019-07-31T05:12:40.210Z] 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
01:12:40 [2019-07-31T05:12:40.210Z] 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
01:12:40 [2019-07-31T05:12:40.210Z] 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
01:12:40 [2019-07-31T05:12:40.210Z] 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
01:12:40 [2019-07-31T05:12:40.210Z] 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
01:12:40 [2019-07-31T05:12:40.468Z] 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
01:12:40 [2019-07-31T05:12:40.468Z] 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
01:12:40 [2019-07-31T05:12:40.468Z] 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
01:12:40 [2019-07-31T05:12:40.468Z] 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
01:12:40 [2019-07-31T05:12:40.468Z] 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
01:12:40 [2019-07-31T05:12:40.468Z] 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
01:12:40 [2019-07-31T05:12:40.468Z] 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
01:12:40 [2019-07-31T05:12:40.468Z] 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
01:12:40 [2019-07-31T05:12:40.726Z] 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
01:12:40 [2019-07-31T05:12:40.726Z] 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
01:12:40 [2019-07-31T05:12:40.726Z] 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
01:12:40 [2019-07-31T05:12:40.726Z] 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
01:12:40 [2019-07-31T05:12:40.726Z] 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
01:12:40 [2019-07-31T05:12:40.726Z] 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
01:12:40 [2019-07-31T05:12:40.726Z] 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
01:12:40 [2019-07-31T05:12:40.726Z] 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
01:12:40 [2019-07-31T05:12:40.726Z] 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
01:12:40 [2019-07-31T05:12:40.726Z] 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
01:12:40 [2019-07-31T05:12:40.726Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:40 [2019-07-31T05:12:40.984Z] 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
01:12:41 [2019-07-31T05:12:41.241Z] 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
01:12:41 [2019-07-31T05:12:41.241Z] 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
01:12:41 [2019-07-31T05:12:41.241Z] 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
01:12:41 [2019-07-31T05:12:41.241Z] 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
01:12:41 [2019-07-31T05:12:41.241Z] 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
01:12:41 [2019-07-31T05:12:41.241Z] 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
01:12:41 [2019-07-31T05:12:41.241Z] 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
01:12:41 [2019-07-31T05:12:41.241Z] 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
01:12:41 [2019-07-31T05:12:41.241Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
01:12:41 [2019-07-31T05:12:41.241Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
01:12:41 [2019-07-31T05:12:41.500Z] 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
01:12:41 [2019-07-31T05:12:41.500Z] 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
01:12:41 [2019-07-31T05:12:41.500Z] 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
01:12:41 [2019-07-31T05:12:41.500Z] 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
01:12:41 [2019-07-31T05:12:41.500Z] 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
01:12:41 [2019-07-31T05:12:41.500Z] 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   
Progress (2): 26 kB | 4.1/920 kB
Progress (2): 26 kB | 7.7/920 kB
Progress (2): 26 kB | 12/920 kB 
Progress (2): 26 kB | 16/920 kB
Progress (2): 26 kB | 20/920 kB
Progress (2): 26 kB | 24/920 kB
Progress (2): 26 kB | 28/920 kB
Progress (2): 26 kB | 32/920 kB
Progress (2): 26 kB | 36/920 kB
Progress (2): 26 kB | 40/920 kB
Progress (2): 26 kB | 44/920 kB
Progress (2): 26 kB | 48/920 kB
Progress (2): 26 kB | 52/920 kB
Progress (2): 26 kB | 56/920 kB
Progress (2): 26 kB | 60/920 kB
Progress (2): 26 kB | 64/920 kB
Progress (2): 26 kB | 68/920 kB
Progress (2): 26 kB | 72/920 kB
Progress (2): 26 kB | 76/920 kB
Progress (2): 26 kB | 80/920 kB
Progress (2): 26 kB | 84/920 kB
Progress (2): 26 kB | 88/920 kB
Progress (2): 26 kB | 92/920 kB
Progress (2): 26 kB | 96/920 kB
Progress (2): 26 kB | 100/920 kB
Progress (2): 26 kB | 104/920 kB
Progress (2): 26 kB | 108/920 kB
Progress (2): 26 kB | 112/920 kB
Progress (2): 26 kB | 116/920 kB
Progress (2): 26 kB | 120/920 kB
Progress (2): 26 kB | 124/920 kB
Progress (2): 26 kB | 128/920 kB
Progress (2): 26 kB | 132/920 kB
Progress (2): 26 kB | 136/920 kB
Progress (2): 26 kB | 140/920 kB
Progress (2): 26 kB | 144/920 kB
Progress (2): 26 kB | 148/920 kB
Progress (2): 26 kB | 152/920 kB
Progress (2): 26 kB | 156/920 kB
Progress (2): 26 kB | 160/920 kB
Progress (2): 26 kB | 164/920 kB
Progress (2): 26 kB | 168/920 kB
Progress (2): 26 kB | 172/920 kB
Progress (2): 26 kB | 176/920 kB
Progress (2): 26 kB | 180/920 kB
Progress (2): 26 kB | 184/920 kB
Progress (2): 26 kB | 188/920 kB
Progress (2): 26 kB | 192/920 kB
Progress (2): 26 kB | 196/920 kB
Progress (2): 26 kB | 200/920 kB
Progress (2): 26 kB | 204/920 kB
Progress (2): 26 kB | 208/920 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 435 kB/s)
01:12:41 [2019-07-31T05:12:41.500Z] Progress (1): 212/920 kB
                        
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
01:12:41 [2019-07-31T05:12:41.501Z] Progress (1): 216/920 kB
Progress (1): 220/920 kB
Progress (1): 224/920 kB
Progress (1): 228/920 kB
Progress (1): 229/920 kB
Progress (1): 233/920 kB
Progress (1): 237/920 kB
Progress (1): 241/920 kB
Progress (1): 245/920 kB
Progress (1): 249/920 kB
Progress (2): 249/920 kB | 4.1/429 kB
Progress (2): 253/920 kB | 4.1/429 kB
Progress (2): 253/920 kB | 7.7/429 kB
Progress (2): 257/920 kB | 7.7/429 kB
Progress (2): 261/920 kB | 7.7/429 kB
Progress (2): 261/920 kB | 12/429 kB 
Progress (2): 265/920 kB | 12/429 kB
Progress (2): 265/920 kB | 16/429 kB
Progress (2): 269/920 kB | 16/429 kB
Progress (2): 269/920 kB | 20/429 kB
Progress (2): 269/920 kB | 24/429 kB
Progress (2): 273/920 kB | 24/429 kB
Progress (2): 273/920 kB | 28/429 kB
Progress (2): 277/920 kB | 28/429 kB
Progress (2): 277/920 kB | 32/429 kB
Progress (2): 281/920 kB | 32/429 kB
Progress (2): 281/920 kB | 36/429 kB
Progress (2): 285/920 kB | 36/429 kB
Progress (2): 285/920 kB | 40/429 kB
Progress (2): 289/920 kB | 40/429 kB
Progress (2): 289/920 kB | 44/429 kB
Progress (2): 293/920 kB | 44/429 kB
Progress (2): 293/920 kB | 48/429 kB
Progress (2): 297/920 kB | 48/429 kB
Progress (2): 297/920 kB | 52/429 kB
Progress (2): 301/920 kB | 52/429 kB
Progress (2): 301/920 kB | 56/429 kB
Progress (2): 305/920 kB | 56/429 kB
Progress (2): 305/920 kB | 60/429 kB
Progress (2): 309/920 kB | 60/429 kB
Progress (2): 309/920 kB | 64/429 kB
Progress (2): 313/920 kB | 64/429 kB
Progress (2): 313/920 kB | 68/429 kB
Progress (2): 317/920 kB | 68/429 kB
Progress (2): 317/920 kB | 72/429 kB
Progress (3): 317/920 kB | 72/429 kB | 4.1/187 kB
Progress (4): 317/920 kB | 72/429 kB | 4.1/187 kB | 4.1/112 kB
Progress (4): 317/920 kB | 76/429 kB | 4.1/187 kB | 4.1/112 kB
Progress (4): 321/920 kB | 76/429 kB | 4.1/187 kB | 4.1/112 kB
Progress (4): 321/920 kB | 80/429 kB | 4.1/187 kB | 4.1/112 kB
Progress (4): 321/920 kB | 80/429 kB | 4.1/187 kB | 7.7/112 kB
Progress (4): 321/920 kB | 80/429 kB | 7.7/187 kB | 7.7/112 kB
Progress (4): 321/920 kB | 80/429 kB | 7.7/187 kB | 12/112 kB 
Progress (4): 321/920 kB | 84/429 kB | 7.7/187 kB | 12/112 kB
Progress (4): 321/920 kB | 88/429 kB | 7.7/187 kB | 12/112 kB
Progress (4): 325/920 kB | 88/429 kB | 7.7/187 kB | 12/112 kB
Progress (4): 325/920 kB | 92/429 kB | 7.7/187 kB | 12/112 kB
Progress (4): 329/920 kB | 92/429 kB | 7.7/187 kB | 12/112 kB
Progress (4): 329/920 kB | 92/429 kB | 7.7/187 kB | 16/112 kB
Progress (4): 329/920 kB | 92/429 kB | 12/187 kB | 16/112 kB 
Progress (4): 329/920 kB | 92/429 kB | 12/187 kB | 20/112 kB
Progress (4): 329/920 kB | 92/429 kB | 16/187 kB | 20/112 kB
Progress (4): 333/920 kB | 92/429 kB | 16/187 kB | 20/112 kB
Progress (4): 333/920 kB | 96/429 kB | 16/187 kB | 20/112 kB
Progress (5): 333/920 kB | 96/429 kB | 16/187 kB | 20/112 kB | 4.1/65 kB
Progress (5): 333/920 kB | 100/429 kB | 16/187 kB | 20/112 kB | 4.1/65 kB
Progress (5): 337/920 kB | 100/429 kB | 16/187 kB | 20/112 kB | 4.1/65 kB
Progress (5): 337/920 kB | 100/429 kB | 20/187 kB | 20/112 kB | 4.1/65 kB
Progress (5): 337/920 kB | 100/429 kB | 20/187 kB | 24/112 kB | 4.1/65 kB
Progress (5): 337/920 kB | 100/429 kB | 24/187 kB | 24/112 kB | 4.1/65 kB
Progress (5): 341/920 kB | 100/429 kB | 24/187 kB | 24/112 kB | 4.1/65 kB
Progress (5): 341/920 kB | 104/429 kB | 24/187 kB | 24/112 kB | 4.1/65 kB
Progress (5): 341/920 kB | 104/429 kB | 24/187 kB | 24/112 kB | 7.7/65 kB
Progress (5): 341/920 kB | 108/429 kB | 24/187 kB | 24/112 kB | 7.7/65 kB
Progress (5): 345/920 kB | 108/429 kB | 24/187 kB | 24/112 kB | 7.7/65 kB
Progress (5): 345/920 kB | 108/429 kB | 28/187 kB | 24/112 kB | 7.7/65 kB
Progress (5): 345/920 kB | 108/429 kB | 28/187 kB | 28/112 kB | 7.7/65 kB
Progress (5): 345/920 kB | 108/429 kB | 32/187 kB | 28/112 kB | 7.7/65 kB
Progress (5): 349/920 kB | 108/429 kB | 32/187 kB | 28/112 kB | 7.7/65 kB
Progress (5): 349/920 kB | 112/429 kB | 32/187 kB | 28/112 kB | 7.7/65 kB
Progress (5): 349/920 kB | 112/429 kB | 32/187 kB | 28/112 kB | 12/65 kB 
Progress (5): 349/920 kB | 116/429 kB | 32/187 kB | 28/112 kB | 12/65 kB
Progress (5): 353/920 kB | 116/429 kB | 32/187 kB | 28/112 kB | 12/65 kB
Progress (5): 353/920 kB | 116/429 kB | 36/187 kB | 28/112 kB | 12/65 kB
Progress (5): 353/920 kB | 116/429 kB | 36/187 kB | 32/112 kB | 12/65 kB
Progress (5): 353/920 kB | 116/429 kB | 40/187 kB | 32/112 kB | 12/65 kB
Progress (5): 357/920 kB | 116/429 kB | 40/187 kB | 32/112 kB | 12/65 kB
Progress (5): 357/920 kB | 120/429 kB | 40/187 kB | 32/112 kB | 12/65 kB
Progress (5): 357/920 kB | 120/429 kB | 40/187 kB | 32/112 kB | 16/65 kB
Progress (5): 357/920 kB | 124/429 kB | 40/187 kB | 32/112 kB | 16/65 kB
Progress (5): 361/920 kB | 124/429 kB | 40/187 kB | 32/112 kB | 16/65 kB
Progress (5): 361/920 kB | 124/429 kB | 44/187 kB | 32/112 kB | 16/65 kB
Progress (5): 361/920 kB | 124/429 kB | 44/187 kB | 33/112 kB | 16/65 kB
Progress (5): 361/920 kB | 124/429 kB | 48/187 kB | 33/112 kB | 16/65 kB
Progress (5): 365/920 kB | 124/429 kB | 48/187 kB | 33/112 kB | 16/65 kB
Progress (5): 365/920 kB | 128/429 kB | 48/187 kB | 33/112 kB | 16/65 kB
Progress (5): 365/920 kB | 128/429 kB | 48/187 kB | 33/112 kB | 20/65 kB
Progress (5): 365/920 kB | 132/429 kB | 48/187 kB | 33/112 kB | 20/65 kB
Progress (5): 369/920 kB | 132/429 kB | 48/187 kB | 33/112 kB | 20/65 kB
Progress (5): 369/920 kB | 132/429 kB | 52/187 kB | 33/112 kB | 20/65 kB
Progress (5): 369/920 kB | 132/429 kB | 52/187 kB | 37/112 kB | 20/65 kB
Progress (5): 369/920 kB | 132/429 kB | 56/187 kB | 37/112 kB | 20/65 kB
Progress (5): 373/920 kB | 132/429 kB | 56/187 kB | 37/112 kB | 20/65 kB
Progress (5): 373/920 kB | 136/429 kB | 56/187 kB | 37/112 kB | 20/65 kB
Progress (5): 373/920 kB | 136/429 kB | 56/187 kB | 37/112 kB | 24/65 kB
Progress (5): 373/920 kB | 140/429 kB | 56/187 kB | 37/112 kB | 24/65 kB
Progress (5): 377/920 kB | 140/429 kB | 56/187 kB | 37/112 kB | 24/65 kB
Progress (5): 377/920 kB | 140/429 kB | 60/187 kB | 37/112 kB | 24/65 kB
Progress (5): 377/920 kB | 140/429 kB | 60/187 kB | 41/112 kB | 24/65 kB
Progress (5): 377/920 kB | 140/429 kB | 64/187 kB | 41/112 kB | 24/65 kB
Progress (5): 381/920 kB | 140/429 kB | 64/187 kB | 41/112 kB | 24/65 kB
Progress (5): 381/920 kB | 144/429 kB | 64/187 kB | 41/112 kB | 24/65 kB
Progress (5): 381/920 kB | 144/429 kB | 64/187 kB | 41/112 kB | 28/65 kB
Progress (5): 381/920 kB | 148/429 kB | 64/187 kB | 41/112 kB | 28/65 kB
Progress (5): 385/920 kB | 148/429 kB | 64/187 kB | 41/112 kB | 28/65 kB
Progress (5): 385/920 kB | 148/429 kB | 68/187 kB | 41/112 kB | 28/65 kB
Progress (5): 385/920 kB | 148/429 kB | 68/187 kB | 45/112 kB | 28/65 kB
Progress (5): 385/920 kB | 148/429 kB | 72/187 kB | 45/112 kB | 28/65 kB
Progress (5): 389/920 kB | 148/429 kB | 72/187 kB | 45/112 kB | 28/65 kB
Progress (5): 389/920 kB | 152/429 kB | 72/187 kB | 45/112 kB | 28/65 kB
Progress (5): 389/920 kB | 152/429 kB | 72/187 kB | 45/112 kB | 32/65 kB
Progress (5): 389/920 kB | 156/429 kB | 72/187 kB | 45/112 kB | 32/65 kB
Progress (5): 393/920 kB | 156/429 kB | 72/187 kB | 45/112 kB | 32/65 kB
Progress (5): 393/920 kB | 156/429 kB | 76/187 kB | 45/112 kB | 32/65 kB
Progress (5): 393/920 kB | 156/429 kB | 76/187 kB | 49/112 kB | 32/65 kB
Progress (5): 393/920 kB | 156/429 kB | 80/187 kB | 49/112 kB | 32/65 kB
Progress (5): 397/920 kB | 156/429 kB | 80/187 kB | 49/112 kB | 32/65 kB
Progress (5): 397/920 kB | 160/429 kB | 80/187 kB | 49/112 kB | 32/65 kB
Progress (5): 397/920 kB | 160/429 kB | 80/187 kB | 49/112 kB | 36/65 kB
Progress (5): 397/920 kB | 164/429 kB | 80/187 kB | 49/112 kB | 36/65 kB
Progress (5): 401/920 kB | 164/429 kB | 80/187 kB | 49/112 kB | 36/65 kB
Progress (5): 401/920 kB | 164/429 kB | 84/187 kB | 49/112 kB | 36/65 kB
Progress (5): 401/920 kB | 164/429 kB | 84/187 kB | 53/112 kB | 36/65 kB
Progress (5): 401/920 kB | 164/429 kB | 88/187 kB | 53/112 kB | 36/65 kB
Progress (5): 405/920 kB | 164/429 kB | 88/187 kB | 53/112 kB | 36/65 kB
Progress (5): 405/920 kB | 168/429 kB | 88/187 kB | 53/112 kB | 36/65 kB
Progress (5): 405/920 kB | 168/429 kB | 88/187 kB | 53/112 kB | 40/65 kB
Progress (5): 405/920 kB | 172/429 kB | 88/187 kB | 53/112 kB | 40/65 kB
Progress (5): 409/920 kB | 172/429 kB | 88/187 kB | 53/112 kB | 40/65 kB
Progress (5): 409/920 kB | 172/429 kB | 92/187 kB | 53/112 kB | 40/65 kB
Progress (5): 409/920 kB | 172/429 kB | 92/187 kB | 57/112 kB | 40/65 kB
Progress (5): 409/920 kB | 172/429 kB | 96/187 kB | 57/112 kB | 40/65 kB
Progress (5): 413/920 kB | 172/429 kB | 96/187 kB | 57/112 kB | 40/65 kB
Progress (5): 413/920 kB | 176/429 kB | 96/187 kB | 57/112 kB | 40/65 kB
Progress (5): 413/920 kB | 176/429 kB | 96/187 kB | 57/112 kB | 44/65 kB
Progress (5): 413/920 kB | 180/429 kB | 96/187 kB | 57/112 kB | 44/65 kB
Progress (5): 417/920 kB | 180/429 kB | 96/187 kB | 57/112 kB | 44/65 kB
Progress (5): 417/920 kB | 180/429 kB | 100/187 kB | 57/112 kB | 44/65 kB
Progress (5): 417/920 kB | 180/429 kB | 100/187 kB | 61/112 kB | 44/65 kB
Progress (5): 417/920 kB | 180/429 kB | 104/187 kB | 61/112 kB | 44/65 kB
Progress (5): 421/920 kB | 180/429 kB | 104/187 kB | 61/112 kB | 44/65 kB
Progress (5): 421/920 kB | 184/429 kB | 104/187 kB | 61/112 kB | 44/65 kB
Progress (5): 421/920 kB | 184/429 kB | 104/187 kB | 61/112 kB | 48/65 kB
Progress (5): 421/920 kB | 188/429 kB | 104/187 kB | 61/112 kB | 48/65 kB
Progress (5): 425/920 kB | 188/429 kB | 104/187 kB | 61/112 kB | 48/65 kB
Progress (5): 425/920 kB | 188/429 kB | 108/187 kB | 61/112 kB | 48/65 kB
Progress (5): 425/920 kB | 188/429 kB | 108/187 kB | 65/112 kB | 48/65 kB
Progress (5): 425/920 kB | 188/429 kB | 112/187 kB | 65/112 kB | 48/65 kB
Progress (5): 429/920 kB | 188/429 kB | 112/187 kB | 65/112 kB | 48/65 kB
Progress (5): 429/920 kB | 192/429 kB | 112/187 kB | 65/112 kB | 48/65 kB
Progress (5): 429/920 kB | 192/429 kB | 112/187 kB | 65/112 kB | 52/65 kB
Progress (5): 429/920 kB | 196/429 kB | 112/187 kB | 65/112 kB | 52/65 kB
Progress (5): 433/920 kB | 196/429 kB | 112/187 kB | 65/112 kB | 52/65 kB
Progress (5): 433/920 kB | 196/429 kB | 116/187 kB | 65/112 kB | 52/65 kB
Progress (5): 433/920 kB | 196/429 kB | 116/187 kB | 66/112 kB | 52/65 kB
Progress (5): 433/920 kB | 196/429 kB | 120/187 kB | 66/112 kB | 52/65 kB
Progress (5): 437/920 kB | 196/429 kB | 120/187 kB | 66/112 kB | 52/65 kB
Progress (5): 437/920 kB | 200/429 kB | 120/187 kB | 66/112 kB | 52/65 kB
Progress (5): 437/920 kB | 200/429 kB | 120/187 kB | 66/112 kB | 56/65 kB
Progress (5): 437/920 kB | 204/429 kB | 120/187 kB | 66/112 kB | 56/65 kB
Progress (5): 441/920 kB | 204/429 kB | 120/187 kB | 66/112 kB | 56/65 kB
Progress (5): 441/920 kB | 204/429 kB | 124/187 kB | 66/112 kB | 56/65 kB
Progress (5): 441/920 kB | 204/429 kB | 124/187 kB | 70/112 kB | 56/65 kB
Progress (5): 441/920 kB | 204/429 kB | 128/187 kB | 70/112 kB | 56/65 kB
Progress (5): 445/920 kB | 204/429 kB | 128/187 kB | 70/112 kB | 56/65 kB
Progress (5): 445/920 kB | 208/429 kB | 128/187 kB | 70/112 kB | 56/65 kB
Progress (5): 445/920 kB | 208/429 kB | 128/187 kB | 70/112 kB | 60/65 kB
Progress (5): 445/920 kB | 212/429 kB | 128/187 kB | 70/112 kB | 60/65 kB
Progress (5): 449/920 kB | 212/429 kB | 128/187 kB | 70/112 kB | 60/65 kB
Progress (5): 449/920 kB | 212/429 kB | 131/187 kB | 70/112 kB | 60/65 kB
Progress (5): 449/920 kB | 212/429 kB | 131/187 kB | 74/112 kB | 60/65 kB
Progress (5): 449/920 kB | 212/429 kB | 135/187 kB | 74/112 kB | 60/65 kB
Progress (5): 453/920 kB | 212/429 kB | 135/187 kB | 74/112 kB | 60/65 kB
Progress (5): 453/920 kB | 216/429 kB | 135/187 kB | 74/112 kB | 60/65 kB
Progress (5): 453/920 kB | 216/429 kB | 135/187 kB | 74/112 kB | 64/65 kB
Progress (5): 453/920 kB | 220/429 kB | 135/187 kB | 74/112 kB | 64/65 kB
Progress (5): 457/920 kB | 220/429 kB | 135/187 kB | 74/112 kB | 64/65 kB
Progress (5): 457/920 kB | 220/429 kB | 139/187 kB | 74/112 kB | 64/65 kB
Progress (5): 457/920 kB | 220/429 kB | 139/187 kB | 78/112 kB | 64/65 kB
Progress (5): 457/920 kB | 220/429 kB | 143/187 kB | 78/112 kB | 64/65 kB
Progress (5): 461/920 kB | 220/429 kB | 143/187 kB | 78/112 kB | 64/65 kB
Progress (5): 461/920 kB | 224/429 kB | 143/187 kB | 78/112 kB | 64/65 kB
Progress (5): 461/920 kB | 224/429 kB | 143/187 kB | 78/112 kB | 65 kB   
Progress (5): 461/920 kB | 228/429 kB | 143/187 kB | 78/112 kB | 65 kB
Progress (5): 465/920 kB | 228/429 kB | 143/187 kB | 78/112 kB | 65 kB
Progress (5): 465/920 kB | 228/429 kB | 147/187 kB | 78/112 kB | 65 kB
Progress (5): 465/920 kB | 228/429 kB | 147/187 kB | 82/112 kB | 65 kB
Progress (5): 465/920 kB | 228/429 kB | 147/187 kB | 86/112 kB | 65 kB
Progress (5): 465/920 kB | 228/429 kB | 147/187 kB | 90/112 kB | 65 kB
Progress (5): 465/920 kB | 228/429 kB | 151/187 kB | 90/112 kB | 65 kB
Progress (5): 469/920 kB | 228/429 kB | 151/187 kB | 90/112 kB | 65 kB
Progress (5): 469/920 kB | 232/429 kB | 151/187 kB | 90/112 kB | 65 kB
Progress (5): 473/920 kB | 232/429 kB | 151/187 kB | 90/112 kB | 65 kB
Progress (5): 473/920 kB | 232/429 kB | 155/187 kB | 90/112 kB | 65 kB
Progress (5): 473/920 kB | 232/429 kB | 155/187 kB | 94/112 kB | 65 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.jar (65 kB at 419 kB/s)
01:12:41 [2019-07-31T05:12:41.501Z] 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
01:12:41 [2019-07-31T05:12:41.501Z] Progress (4): 473/920 kB | 232/429 kB | 155/187 kB | 98/112 kB
Progress (4): 473/920 kB | 232/429 kB | 159/187 kB | 98/112 kB
Progress (4): 477/920 kB | 232/429 kB | 159/187 kB | 98/112 kB
Progress (4): 477/920 kB | 236/429 kB | 159/187 kB | 98/112 kB
Progress (4): 481/920 kB | 236/429 kB | 159/187 kB | 98/112 kB
Progress (4): 481/920 kB | 236/429 kB | 163/187 kB | 98/112 kB
Progress (4): 481/920 kB | 236/429 kB | 163/187 kB | 102/112 kB
Progress (4): 481/920 kB | 236/429 kB | 167/187 kB | 102/112 kB
Progress (4): 485/920 kB | 236/429 kB | 167/187 kB | 102/112 kB
Progress (4): 485/920 kB | 240/429 kB | 167/187 kB | 102/112 kB
Progress (4): 489/920 kB | 240/429 kB | 167/187 kB | 102/112 kB
Progress (4): 489/920 kB | 240/429 kB | 171/187 kB | 102/112 kB
Progress (4): 489/920 kB | 240/429 kB | 171/187 kB | 106/112 kB
Progress (4): 489/920 kB | 240/429 kB | 175/187 kB | 106/112 kB
Progress (4): 493/920 kB | 240/429 kB | 175/187 kB | 106/112 kB
Progress (4): 493/920 kB | 244/429 kB | 175/187 kB | 106/112 kB
Progress (4): 497/920 kB | 244/429 kB | 175/187 kB | 106/112 kB
Progress (4): 497/920 kB | 244/429 kB | 179/187 kB | 106/112 kB
Progress (4): 497/920 kB | 244/429 kB | 179/187 kB | 110/112 kB
Progress (4): 497/920 kB | 244/429 kB | 183/187 kB | 110/112 kB
Progress (4): 501/920 kB | 244/429 kB | 183/187 kB | 110/112 kB
Progress (4): 501/920 kB | 248/429 kB | 183/187 kB | 110/112 kB
Progress (4): 505/920 kB | 248/429 kB | 183/187 kB | 110/112 kB
Progress (4): 505/920 kB | 248/429 kB | 187 kB | 110/112 kB    
Progress (4): 505/920 kB | 248/429 kB | 187 kB | 112 kB    
Progress (4): 509/920 kB | 248/429 kB | 187 kB | 112 kB
Progress (4): 509/920 kB | 252/429 kB | 187 kB | 112 kB
Progress (4): 513/920 kB | 252/429 kB | 187 kB | 112 kB
Progress (4): 513/920 kB | 256/429 kB | 187 kB | 112 kB
Progress (4): 517/920 kB | 256/429 kB | 187 kB | 112 kB
Progress (4): 517/920 kB | 260/429 kB | 187 kB | 112 kB
Progress (4): 521/920 kB | 260/429 kB | 187 kB | 112 kB
Progress (4): 521/920 kB | 264/429 kB | 187 kB | 112 kB
Progress (4): 525/920 kB | 264/429 kB | 187 kB | 112 kB
Progress (4): 525/920 kB | 268/429 kB | 187 kB | 112 kB
Progress (4): 529/920 kB | 268/429 kB | 187 kB | 112 kB
Progress (4): 529/920 kB | 272/429 kB | 187 kB | 112 kB
Progress (4): 533/920 kB | 272/429 kB | 187 kB | 112 kB
Progress (4): 533/920 kB | 276/429 kB | 187 kB | 112 kB
Progress (4): 537/920 kB | 276/429 kB | 187 kB | 112 kB
Progress (4): 537/920 kB | 280/429 kB | 187 kB | 112 kB
Progress (4): 541/920 kB | 280/429 kB | 187 kB | 112 kB
Progress (4): 541/920 kB | 284/429 kB | 187 kB | 112 kB
Progress (4): 545/920 kB | 284/429 kB | 187 kB | 112 kB
Progress (4): 545/920 kB | 288/429 kB | 187 kB | 112 kB
Progress (4): 549/920 kB | 288/429 kB | 187 kB | 112 kB
Progress (4): 549/920 kB | 292/429 kB | 187 kB | 112 kB
Progress (4): 553/920 kB | 292/429 kB | 187 kB | 112 kB
Progress (4): 553/920 kB | 296/429 kB | 187 kB | 112 kB
Progress (4): 557/920 kB | 296/429 kB | 187 kB | 112 kB
Progress (4): 557/920 kB | 300/429 kB | 187 kB | 112 kB
Progress (4): 561/920 kB | 300/429 kB | 187 kB | 112 kB
Progress (4): 561/920 kB | 304/429 kB | 187 kB | 112 kB
Progress (4): 565/920 kB | 304/429 kB | 187 kB | 112 kB
Progress (4): 565/920 kB | 308/429 kB | 187 kB | 112 kB
Progress (4): 569/920 kB | 308/429 kB | 187 kB | 112 kB
Progress (4): 569/920 kB | 312/429 kB | 187 kB | 112 kB
Progress (4): 573/920 kB | 312/429 kB | 187 kB | 112 kB
Progress (4): 573/920 kB | 316/429 kB | 187 kB | 112 kB
Progress (4): 577/920 kB | 316/429 kB | 187 kB | 112 kB
Progress (4): 577/920 kB | 320/429 kB | 187 kB | 112 kB
Progress (4): 581/920 kB | 320/429 kB | 187 kB | 112 kB
Progress (4): 581/920 kB | 324/429 kB | 187 kB | 112 kB
Progress (4): 585/920 kB | 324/429 kB | 187 kB | 112 kB
Progress (4): 585/920 kB | 328/429 kB | 187 kB | 112 kB
Progress (4): 589/920 kB | 328/429 kB | 187 kB | 112 kB
Progress (4): 589/920 kB | 332/429 kB | 187 kB | 112 kB
Progress (4): 593/920 kB | 332/429 kB | 187 kB | 112 kB
Progress (4): 593/920 kB | 336/429 kB | 187 kB | 112 kB
Progress (4): 597/920 kB | 336/429 kB | 187 kB | 112 kB
Progress (4): 597/920 kB | 340/429 kB | 187 kB | 112 kB
Progress (4): 601/920 kB | 340/429 kB | 187 kB | 112 kB
Progress (4): 601/920 kB | 344/429 kB | 187 kB | 112 kB
Progress (4): 605/920 kB | 344/429 kB | 187 kB | 112 kB
Progress (4): 605/920 kB | 348/429 kB | 187 kB | 112 kB
Progress (4): 609/920 kB | 348/429 kB | 187 kB | 112 kB
Progress (4): 609/920 kB | 352/429 kB | 187 kB | 112 kB
Progress (4): 613/920 kB | 352/429 kB | 187 kB | 112 kB
Progress (4): 613/920 kB | 356/429 kB | 187 kB | 112 kB
Progress (4): 617/920 kB | 356/429 kB | 187 kB | 112 kB
Progress (4): 617/920 kB | 360/429 kB | 187 kB | 112 kB
Progress (4): 621/920 kB | 360/429 kB | 187 kB | 112 kB
Progress (4): 621/920 kB | 364/429 kB | 187 kB | 112 kB
Progress (4): 625/920 kB | 364/429 kB | 187 kB | 112 kB
Progress (4): 625/920 kB | 368/429 kB | 187 kB | 112 kB
Progress (4): 629/920 kB | 368/429 kB | 187 kB | 112 kB
Progress (4): 629/920 kB | 372/429 kB | 187 kB | 112 kB
Progress (4): 633/920 kB | 372/429 kB | 187 kB | 112 kB
Progress (4): 633/920 kB | 376/429 kB | 187 kB | 112 kB
Progress (4): 637/920 kB | 376/429 kB | 187 kB | 112 kB
Progress (4): 637/920 kB | 380/429 kB | 187 kB | 112 kB
Progress (4): 641/920 kB | 380/429 kB | 187 kB | 112 kB
Progress (4): 641/920 kB | 384/429 kB | 187 kB | 112 kB
Progress (4): 645/920 kB | 384/429 kB | 187 kB | 112 kB
Progress (4): 645/920 kB | 388/429 kB | 187 kB | 112 kB
Progress (4): 649/920 kB | 388/429 kB | 187 kB | 112 kB
Progress (4): 649/920 kB | 392/429 kB | 187 kB | 112 kB
Progress (4): 653/920 kB | 392/429 kB | 187 kB | 112 kB
Progress (4): 653/920 kB | 396/429 kB | 187 kB | 112 kB
Progress (4): 657/920 kB | 396/429 kB | 187 kB | 112 kB
Progress (4): 657/920 kB | 400/429 kB | 187 kB | 112 kB
Progress (4): 661/920 kB | 400/429 kB | 187 kB | 112 kB
Progress (4): 661/920 kB | 404/429 kB | 187 kB | 112 kB
Progress (4): 665/920 kB | 404/429 kB | 187 kB | 112 kB
Progress (4): 665/920 kB | 408/429 kB | 187 kB | 112 kB
Progress (4): 669/920 kB | 408/429 kB | 187 kB | 112 kB
Progress (4): 669/920 kB | 412/429 kB | 187 kB | 112 kB
Progress (4): 673/920 kB | 412/429 kB | 187 kB | 112 kB
Progress (4): 673/920 kB | 416/429 kB | 187 kB | 112 kB
Progress (4): 677/920 kB | 416/429 kB | 187 kB | 112 kB
Progress (4): 677/920 kB | 420/429 kB | 187 kB | 112 kB
Progress (4): 681/920 kB | 420/429 kB | 187 kB | 112 kB
Progress (4): 681/920 kB | 424/429 kB | 187 kB | 112 kB
Progress (4): 685/920 kB | 424/429 kB | 187 kB | 112 kB
Progress (4): 685/920 kB | 428/429 kB | 187 kB | 112 kB
Progress (4): 689/920 kB | 428/429 kB | 187 kB | 112 kB
Progress (4): 689/920 kB | 429 kB | 187 kB | 112 kB    
Progress (4): 693/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 697/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 701/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 705/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 709/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 713/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 717/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 721/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 725/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 729/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 733/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 737/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 741/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 745/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 749/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 753/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 757/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 761/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 765/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 769/920 kB | 429 kB | 187 kB | 112 kB
Progress (4): 773/920 kB | 429 kB | 187 kB | 112 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 998 kB/s)
01:12:41 [2019-07-31T05:12:41.501Z] 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 593 kB/s)
01:12:41 [2019-07-31T05:12:41.501Z] Progress (2): 777/920 kB | 429 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
01:12:41 [2019-07-31T05:12:41.501Z] 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
01:12:41 [2019-07-31T05:12:41.501Z] Progress (3): 777/920 kB | 429 kB | 4.1/186 kB
Progress (3): 781/920 kB | 429 kB | 4.1/186 kB
Progress (3): 781/920 kB | 429 kB | 7.7/186 kB
Progress (3): 785/920 kB | 429 kB | 7.7/186 kB
Progress (3): 785/920 kB | 429 kB | 12/186 kB 
Progress (3): 789/920 kB | 429 kB | 12/186 kB
Progress (3): 789/920 kB | 429 kB | 16/186 kB
Progress (3): 793/920 kB | 429 kB | 16/186 kB
Progress (3): 793/920 kB | 429 kB | 20/186 kB
Progress (3): 797/920 kB | 429 kB | 20/186 kB
Progress (3): 797/920 kB | 429 kB | 24/186 kB
Progress (3): 801/920 kB | 429 kB | 24/186 kB
Progress (3): 801/920 kB | 429 kB | 28/186 kB
Progress (3): 805/920 kB | 429 kB | 28/186 kB
Progress (3): 805/920 kB | 429 kB | 32/186 kB
Progress (3): 809/920 kB | 429 kB | 32/186 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 2.2 MB/s)
01:12:41 [2019-07-31T05:12:41.501Z] Progress (2): 813/920 kB | 32/186 kB
Progress (2): 813/920 kB | 33/186 kB
                                    
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
01:12:41 [2019-07-31T05:12:41.760Z] Progress (2): 813/920 kB | 37/186 kB
Progress (2): 817/920 kB | 37/186 kB
Progress (2): 817/920 kB | 41/186 kB
Progress (2): 821/920 kB | 41/186 kB
Progress (2): 821/920 kB | 45/186 kB
Progress (2): 825/920 kB | 45/186 kB
Progress (2): 825/920 kB | 49/186 kB
Progress (2): 829/920 kB | 49/186 kB
Progress (2): 829/920 kB | 53/186 kB
Progress (2): 833/920 kB | 53/186 kB
Progress (2): 833/920 kB | 57/186 kB
Progress (2): 837/920 kB | 57/186 kB
Progress (2): 837/920 kB | 61/186 kB
Progress (2): 841/920 kB | 61/186 kB
Progress (2): 841/920 kB | 65/186 kB
Progress (2): 845/920 kB | 65/186 kB
Progress (2): 845/920 kB | 69/186 kB
Progress (2): 849/920 kB | 69/186 kB
Progress (2): 849/920 kB | 73/186 kB
Progress (2): 853/920 kB | 73/186 kB
Progress (2): 853/920 kB | 77/186 kB
Progress (2): 857/920 kB | 77/186 kB
Progress (2): 857/920 kB | 81/186 kB
Progress (2): 861/920 kB | 81/186 kB
Progress (2): 861/920 kB | 85/186 kB
Progress (2): 865/920 kB | 85/186 kB
Progress (2): 865/920 kB | 89/186 kB
Progress (2): 869/920 kB | 89/186 kB
Progress (2): 869/920 kB | 93/186 kB
Progress (2): 873/920 kB | 93/186 kB
Progress (2): 873/920 kB | 97/186 kB
Progress (2): 877/920 kB | 97/186 kB
Progress (2): 877/920 kB | 101/186 kB
Progress (2): 881/920 kB | 101/186 kB
Progress (2): 881/920 kB | 105/186 kB
Progress (2): 885/920 kB | 105/186 kB
Progress (2): 885/920 kB | 109/186 kB
Progress (2): 889/920 kB | 109/186 kB
Progress (2): 889/920 kB | 113/186 kB
Progress (3): 889/920 kB | 113/186 kB | 4.1/13 kB
Progress (3): 889/920 kB | 113/186 kB | 7.7/13 kB
Progress (4): 889/920 kB | 113/186 kB | 7.7/13 kB | 4.1/524 kB
Progress (4): 889/920 kB | 113/186 kB | 7.7/13 kB | 7.7/524 kB
Progress (4): 889/920 kB | 113/186 kB | 7.7/13 kB | 12/524 kB 
Progress (4): 889/920 kB | 113/186 kB | 7.7/13 kB | 16/524 kB
Progress (4): 893/920 kB | 113/186 kB | 7.7/13 kB | 16/524 kB
Progress (4): 893/920 kB | 113/186 kB | 7.7/13 kB | 20/524 kB
Progress (4): 893/920 kB | 117/186 kB | 7.7/13 kB | 20/524 kB
Progress (5): 893/920 kB | 117/186 kB | 7.7/13 kB | 20/524 kB | 4.1/273 kB
Progress (5): 893/920 kB | 117/186 kB | 12/13 kB | 20/524 kB | 4.1/273 kB 
Progress (5): 893/920 kB | 117/186 kB | 12/13 kB | 20/524 kB | 7.7/273 kB
Progress (5): 893/920 kB | 121/186 kB | 12/13 kB | 20/524 kB | 7.7/273 kB
Progress (5): 893/920 kB | 121/186 kB | 12/13 kB | 24/524 kB | 7.7/273 kB
Progress (5): 897/920 kB | 121/186 kB | 12/13 kB | 24/524 kB | 7.7/273 kB
Progress (5): 897/920 kB | 121/186 kB | 12/13 kB | 28/524 kB | 7.7/273 kB
Progress (5): 897/920 kB | 125/186 kB | 12/13 kB | 28/524 kB | 7.7/273 kB
Progress (5): 897/920 kB | 125/186 kB | 12/13 kB | 28/524 kB | 12/273 kB 
Progress (5): 897/920 kB | 125/186 kB | 13 kB | 28/524 kB | 12/273 kB   
Progress (5): 897/920 kB | 125/186 kB | 13 kB | 28/524 kB | 16/273 kB
Progress (5): 897/920 kB | 129/186 kB | 13 kB | 28/524 kB | 16/273 kB
Progress (5): 897/920 kB | 129/186 kB | 13 kB | 32/524 kB | 16/273 kB
Progress (5): 901/920 kB | 129/186 kB | 13 kB | 32/524 kB | 16/273 kB
Progress (5): 901/920 kB | 129/186 kB | 13 kB | 33/524 kB | 16/273 kB
Progress (5): 901/920 kB | 133/186 kB | 13 kB | 33/524 kB | 16/273 kB
Progress (5): 901/920 kB | 133/186 kB | 13 kB | 37/524 kB | 16/273 kB
Progress (5): 901/920 kB | 133/186 kB | 13 kB | 37/524 kB | 20/273 kB
Progress (5): 901/920 kB | 133/186 kB | 13 kB | 41/524 kB | 20/273 kB
Progress (5): 901/920 kB | 137/186 kB | 13 kB | 41/524 kB | 20/273 kB
Progress (5): 905/920 kB | 137/186 kB | 13 kB | 41/524 kB | 20/273 kB
Progress (5): 905/920 kB | 141/186 kB | 13 kB | 41/524 kB | 20/273 kB
Progress (5): 905/920 kB | 141/186 kB | 13 kB | 45/524 kB | 20/273 kB
Progress (5): 905/920 kB | 141/186 kB | 13 kB | 45/524 kB | 24/273 kB
Progress (5): 905/920 kB | 141/186 kB | 13 kB | 49/524 kB | 24/273 kB
Progress (5): 905/920 kB | 145/186 kB | 13 kB | 49/524 kB | 24/273 kB
Progress (5): 909/920 kB | 145/186 kB | 13 kB | 49/524 kB | 24/273 kB
Progress (5): 909/920 kB | 149/186 kB | 13 kB | 49/524 kB | 24/273 kB
Progress (5): 909/920 kB | 149/186 kB | 13 kB | 53/524 kB | 24/273 kB
Progress (5): 909/920 kB | 149/186 kB | 13 kB | 53/524 kB | 28/273 kB
Progress (5): 909/920 kB | 149/186 kB | 13 kB | 57/524 kB | 28/273 kB
Progress (5): 909/920 kB | 153/186 kB | 13 kB | 57/524 kB | 28/273 kB
Progress (5): 913/920 kB | 153/186 kB | 13 kB | 57/524 kB | 28/273 kB
Progress (5): 913/920 kB | 157/186 kB | 13 kB | 57/524 kB | 28/273 kB
Progress (5): 913/920 kB | 157/186 kB | 13 kB | 61/524 kB | 28/273 kB
Progress (5): 913/920 kB | 157/186 kB | 13 kB | 61/524 kB | 32/273 kB
Progress (5): 913/920 kB | 157/186 kB | 13 kB | 65/524 kB | 32/273 kB
Progress (5): 913/920 kB | 161/186 kB | 13 kB | 65/524 kB | 32/273 kB
Progress (5): 917/920 kB | 161/186 kB | 13 kB | 65/524 kB | 32/273 kB
Progress (5): 917/920 kB | 165/186 kB | 13 kB | 65/524 kB | 32/273 kB
Progress (5): 917/920 kB | 165/186 kB | 13 kB | 66/524 kB | 32/273 kB
Progress (5): 917/920 kB | 165/186 kB | 13 kB | 66/524 kB | 33/273 kB
Progress (5): 917/920 kB | 165/186 kB | 13 kB | 70/524 kB | 33/273 kB
Progress (5): 917/920 kB | 169/186 kB | 13 kB | 70/524 kB | 33/273 kB
Progress (5): 920 kB | 169/186 kB | 13 kB | 70/524 kB | 33/273 kB    
Progress (5): 920 kB | 173/186 kB | 13 kB | 70/524 kB | 33/273 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 50 kB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (4): 920 kB | 173/186 kB | 74/524 kB | 33/273 kB
Progress (4): 920 kB | 173/186 kB | 74/524 kB | 37/273 kB
Progress (4): 920 kB | 173/186 kB | 78/524 kB | 37/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
01:12:41 [2019-07-31T05:12:41.760Z] Progress (4): 920 kB | 177/186 kB | 78/524 kB | 37/273 kB
Progress (4): 920 kB | 177/186 kB | 82/524 kB | 37/273 kB
Progress (4): 920 kB | 177/186 kB | 82/524 kB | 41/273 kB
Progress (4): 920 kB | 177/186 kB | 86/524 kB | 41/273 kB
Progress (4): 920 kB | 181/186 kB | 86/524 kB | 41/273 kB
Progress (4): 920 kB | 181/186 kB | 90/524 kB | 41/273 kB
Progress (4): 920 kB | 181/186 kB | 90/524 kB | 45/273 kB
Progress (4): 920 kB | 181/186 kB | 94/524 kB | 45/273 kB
Progress (4): 920 kB | 185/186 kB | 94/524 kB | 45/273 kB
Progress (4): 920 kB | 185/186 kB | 98/524 kB | 45/273 kB
Progress (4): 920 kB | 185/186 kB | 98/524 kB | 49/273 kB
Progress (4): 920 kB | 185/186 kB | 98/524 kB | 49/273 kB
Progress (4): 920 kB | 186 kB | 98/524 kB | 49/273 kB    
Progress (4): 920 kB | 186 kB | 102/524 kB | 49/273 kB
Progress (4): 920 kB | 186 kB | 102/524 kB | 53/273 kB
Progress (4): 920 kB | 186 kB | 106/524 kB | 53/273 kB
Progress (4): 920 kB | 186 kB | 106/524 kB | 57/273 kB
Progress (4): 920 kB | 186 kB | 110/524 kB | 57/273 kB
Progress (4): 920 kB | 186 kB | 110/524 kB | 61/273 kB
Progress (4): 920 kB | 186 kB | 114/524 kB | 61/273 kB
Progress (4): 920 kB | 186 kB | 114/524 kB | 65/273 kB
Progress (4): 920 kB | 186 kB | 118/524 kB | 65/273 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.jar (920 kB at 3.4 MB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (3): 186 kB | 122/524 kB | 65/273 kB
Progress (3): 186 kB | 122/524 kB | 66/273 kB
Progress (3): 186 kB | 126/524 kB | 66/273 kB
Progress (3): 186 kB | 126/524 kB | 70/273 kB
                                             
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
01:12:41 [2019-07-31T05:12:41.760Z] Progress (3): 186 kB | 126/524 kB | 74/273 kB
Progress (3): 186 kB | 130/524 kB | 74/273 kB
Progress (3): 186 kB | 130/524 kB | 78/273 kB
Progress (3): 186 kB | 131/524 kB | 78/273 kB
Progress (3): 186 kB | 131/524 kB | 82/273 kB
Progress (3): 186 kB | 135/524 kB | 82/273 kB
Progress (3): 186 kB | 135/524 kB | 86/273 kB
Progress (3): 186 kB | 139/524 kB | 86/273 kB
Progress (3): 186 kB | 139/524 kB | 90/273 kB
Progress (3): 186 kB | 143/524 kB | 90/273 kB
Progress (3): 186 kB | 143/524 kB | 94/273 kB
Progress (3): 186 kB | 147/524 kB | 94/273 kB
Progress (3): 186 kB | 147/524 kB | 98/273 kB
Progress (3): 186 kB | 151/524 kB | 98/273 kB
Progress (3): 186 kB | 151/524 kB | 98/273 kB
Progress (3): 186 kB | 155/524 kB | 98/273 kB
Progress (3): 186 kB | 155/524 kB | 102/273 kB
Progress (3): 186 kB | 159/524 kB | 102/273 kB
Progress (3): 186 kB | 159/524 kB | 106/273 kB
Progress (3): 186 kB | 163/524 kB | 106/273 kB
Progress (3): 186 kB | 163/524 kB | 110/273 kB
Progress (3): 186 kB | 167/524 kB | 110/273 kB
Progress (3): 186 kB | 167/524 kB | 114/273 kB
Progress (3): 186 kB | 171/524 kB | 114/273 kB
Progress (3): 186 kB | 171/524 kB | 118/273 kB
Progress (3): 186 kB | 175/524 kB | 118/273 kB
Progress (3): 186 kB | 175/524 kB | 122/273 kB
Progress (3): 186 kB | 179/524 kB | 122/273 kB
Progress (3): 186 kB | 179/524 kB | 126/273 kB
Progress (3): 186 kB | 183/524 kB | 126/273 kB
Progress (3): 186 kB | 183/524 kB | 130/273 kB
Progress (3): 186 kB | 187/524 kB | 130/273 kB
Progress (3): 186 kB | 187/524 kB | 134/273 kB
Progress (3): 186 kB | 191/524 kB | 134/273 kB
Progress (3): 186 kB | 191/524 kB | 138/273 kB
Progress (3): 186 kB | 195/524 kB | 138/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 661 kB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (2): 199/524 kB | 138/273 kB
Progress (2): 199/524 kB | 142/273 kB
Progress (2): 203/524 kB | 142/273 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
01:12:41 [2019-07-31T05:12:41.760Z] Progress (2): 207/524 kB | 142/273 kB
Progress (2): 207/524 kB | 146/273 kB
Progress (2): 211/524 kB | 146/273 kB
Progress (3): 211/524 kB | 146/273 kB | 4.1/156 kB
Progress (3): 215/524 kB | 146/273 kB | 4.1/156 kB
Progress (3): 215/524 kB | 150/273 kB | 4.1/156 kB
Progress (3): 219/524 kB | 150/273 kB | 4.1/156 kB
Progress (3): 219/524 kB | 150/273 kB | 7.7/156 kB
Progress (3): 223/524 kB | 150/273 kB | 7.7/156 kB
Progress (3): 223/524 kB | 150/273 kB | 12/156 kB 
Progress (3): 223/524 kB | 154/273 kB | 12/156 kB
Progress (3): 223/524 kB | 154/273 kB | 16/156 kB
Progress (3): 223/524 kB | 158/273 kB | 16/156 kB
Progress (3): 223/524 kB | 158/273 kB | 20/156 kB
Progress (3): 227/524 kB | 158/273 kB | 20/156 kB
Progress (3): 227/524 kB | 158/273 kB | 24/156 kB
Progress (3): 227/524 kB | 162/273 kB | 24/156 kB
Progress (3): 227/524 kB | 162/273 kB | 28/156 kB
Progress (3): 231/524 kB | 162/273 kB | 28/156 kB
Progress (3): 231/524 kB | 162/273 kB | 32/156 kB
Progress (3): 231/524 kB | 166/273 kB | 32/156 kB
Progress (3): 231/524 kB | 166/273 kB | 33/156 kB
Progress (3): 235/524 kB | 166/273 kB | 33/156 kB
Progress (3): 235/524 kB | 166/273 kB | 37/156 kB
Progress (3): 235/524 kB | 170/273 kB | 37/156 kB
Progress (3): 235/524 kB | 170/273 kB | 41/156 kB
Progress (3): 239/524 kB | 170/273 kB | 41/156 kB
Progress (3): 239/524 kB | 170/273 kB | 45/156 kB
Progress (3): 239/524 kB | 174/273 kB | 45/156 kB
Progress (3): 239/524 kB | 174/273 kB | 49/156 kB
Progress (3): 243/524 kB | 174/273 kB | 49/156 kB
Progress (3): 243/524 kB | 174/273 kB | 53/156 kB
Progress (3): 243/524 kB | 178/273 kB | 53/156 kB
Progress (3): 243/524 kB | 178/273 kB | 57/156 kB
Progress (3): 247/524 kB | 178/273 kB | 57/156 kB
Progress (3): 247/524 kB | 178/273 kB | 61/156 kB
Progress (3): 247/524 kB | 182/273 kB | 61/156 kB
Progress (3): 247/524 kB | 182/273 kB | 65/156 kB
Progress (3): 251/524 kB | 182/273 kB | 65/156 kB
Progress (3): 251/524 kB | 182/273 kB | 66/156 kB
Progress (3): 255/524 kB | 182/273 kB | 66/156 kB
Progress (3): 255/524 kB | 186/273 kB | 66/156 kB
Progress (3): 259/524 kB | 186/273 kB | 66/156 kB
Progress (3): 259/524 kB | 186/273 kB | 70/156 kB
Progress (3): 259/524 kB | 190/273 kB | 70/156 kB
Progress (3): 259/524 kB | 190/273 kB | 74/156 kB
Progress (3): 263/524 kB | 190/273 kB | 74/156 kB
Progress (3): 263/524 kB | 190/273 kB | 78/156 kB
Progress (3): 263/524 kB | 194/273 kB | 78/156 kB
Progress (3): 263/524 kB | 194/273 kB | 82/156 kB
Progress (3): 267/524 kB | 194/273 kB | 82/156 kB
Progress (3): 267/524 kB | 194/273 kB | 86/156 kB
Progress (3): 267/524 kB | 198/273 kB | 86/156 kB
Progress (3): 267/524 kB | 198/273 kB | 90/156 kB
Progress (3): 271/524 kB | 198/273 kB | 90/156 kB
Progress (3): 271/524 kB | 198/273 kB | 94/156 kB
Progress (3): 271/524 kB | 202/273 kB | 94/156 kB
Progress (4): 271/524 kB | 202/273 kB | 94/156 kB | 4.1/39 kB
Progress (4): 271/524 kB | 202/273 kB | 98/156 kB | 4.1/39 kB
Progress (4): 275/524 kB | 202/273 kB | 98/156 kB | 4.1/39 kB
Progress (4): 275/524 kB | 202/273 kB | 98/156 kB | 4.1/39 kB
Progress (5): 275/524 kB | 202/273 kB | 98/156 kB | 4.1/39 kB | 4.1/35 kB
Progress (5): 275/524 kB | 202/273 kB | 98/156 kB | 7.7/39 kB | 4.1/35 kB
Progress (5): 275/524 kB | 206/273 kB | 98/156 kB | 7.7/39 kB | 4.1/35 kB
Progress (5): 275/524 kB | 206/273 kB | 98/156 kB | 12/39 kB | 4.1/35 kB 
Progress (5): 275/524 kB | 206/273 kB | 98/156 kB | 12/39 kB | 7.7/35 kB
Progress (5): 275/524 kB | 206/273 kB | 102/156 kB | 12/39 kB | 7.7/35 kB
Progress (5): 279/524 kB | 206/273 kB | 102/156 kB | 12/39 kB | 7.7/35 kB
Progress (5): 279/524 kB | 206/273 kB | 106/156 kB | 12/39 kB | 7.7/35 kB
Progress (5): 279/524 kB | 206/273 kB | 106/156 kB | 12/39 kB | 12/35 kB 
Progress (5): 279/524 kB | 206/273 kB | 106/156 kB | 16/39 kB | 12/35 kB
Progress (5): 279/524 kB | 210/273 kB | 106/156 kB | 16/39 kB | 12/35 kB
Progress (5): 279/524 kB | 210/273 kB | 106/156 kB | 20/39 kB | 12/35 kB
Progress (5): 279/524 kB | 210/273 kB | 106/156 kB | 20/39 kB | 16/35 kB
Progress (5): 279/524 kB | 210/273 kB | 110/156 kB | 20/39 kB | 16/35 kB
Progress (5): 283/524 kB | 210/273 kB | 110/156 kB | 20/39 kB | 16/35 kB
Progress (5): 283/524 kB | 210/273 kB | 114/156 kB | 20/39 kB | 16/35 kB
Progress (5): 283/524 kB | 210/273 kB | 114/156 kB | 20/39 kB | 20/35 kB
Progress (5): 283/524 kB | 210/273 kB | 114/156 kB | 24/39 kB | 20/35 kB
Progress (5): 283/524 kB | 214/273 kB | 114/156 kB | 24/39 kB | 20/35 kB
Progress (5): 283/524 kB | 214/273 kB | 114/156 kB | 28/39 kB | 20/35 kB
Progress (5): 283/524 kB | 214/273 kB | 114/156 kB | 28/39 kB | 24/35 kB
Progress (5): 283/524 kB | 214/273 kB | 118/156 kB | 28/39 kB | 24/35 kB
Progress (5): 287/524 kB | 214/273 kB | 118/156 kB | 28/39 kB | 24/35 kB
Progress (5): 287/524 kB | 214/273 kB | 122/156 kB | 28/39 kB | 24/35 kB
Progress (5): 287/524 kB | 214/273 kB | 122/156 kB | 28/39 kB | 28/35 kB
Progress (5): 287/524 kB | 214/273 kB | 122/156 kB | 32/39 kB | 28/35 kB
Progress (5): 287/524 kB | 218/273 kB | 122/156 kB | 32/39 kB | 28/35 kB
Progress (5): 287/524 kB | 218/273 kB | 122/156 kB | 36/39 kB | 28/35 kB
Progress (5): 287/524 kB | 218/273 kB | 122/156 kB | 36/39 kB | 32/35 kB
Progress (5): 287/524 kB | 218/273 kB | 126/156 kB | 36/39 kB | 32/35 kB
Progress (5): 291/524 kB | 218/273 kB | 126/156 kB | 36/39 kB | 32/35 kB
Progress (5): 291/524 kB | 218/273 kB | 130/156 kB | 36/39 kB | 32/35 kB
Progress (5): 291/524 kB | 218/273 kB | 130/156 kB | 36/39 kB | 35 kB   
Progress (5): 291/524 kB | 218/273 kB | 130/156 kB | 39 kB | 35 kB   
Progress (5): 291/524 kB | 222/273 kB | 130/156 kB | 39 kB | 35 kB
Progress (5): 291/524 kB | 222/273 kB | 134/156 kB | 39 kB | 35 kB
Progress (5): 295/524 kB | 222/273 kB | 134/156 kB | 39 kB | 35 kB
Progress (5): 295/524 kB | 222/273 kB | 138/156 kB | 39 kB | 35 kB
Progress (5): 295/524 kB | 226/273 kB | 138/156 kB | 39 kB | 35 kB
Progress (5): 295/524 kB | 226/273 kB | 142/156 kB | 39 kB | 35 kB
Progress (5): 299/524 kB | 226/273 kB | 142/156 kB | 39 kB | 35 kB
Progress (5): 299/524 kB | 226/273 kB | 146/156 kB | 39 kB | 35 kB
Progress (5): 299/524 kB | 230/273 kB | 146/156 kB | 39 kB | 35 kB
Progress (5): 299/524 kB | 230/273 kB | 150/156 kB | 39 kB | 35 kB
Progress (5): 303/524 kB | 230/273 kB | 150/156 kB | 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 100 kB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (4): 303/524 kB | 230/273 kB | 154/156 kB | 39 kB
Progress (4): 303/524 kB | 234/273 kB | 154/156 kB | 39 kB
Progress (4): 303/524 kB | 234/273 kB | 156 kB | 39 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
01:12:41 [2019-07-31T05:12:41.760Z] Progress (4): 307/524 kB | 234/273 kB | 156 kB | 39 kB
Progress (4): 307/524 kB | 238/273 kB | 156 kB | 39 kB
Progress (4): 311/524 kB | 238/273 kB | 156 kB | 39 kB
Progress (4): 311/524 kB | 242/273 kB | 156 kB | 39 kB
Progress (4): 315/524 kB | 242/273 kB | 156 kB | 39 kB
Progress (4): 315/524 kB | 246/273 kB | 156 kB | 39 kB
Progress (4): 319/524 kB | 246/273 kB | 156 kB | 39 kB
Progress (4): 319/524 kB | 250/273 kB | 156 kB | 39 kB
Progress (4): 323/524 kB | 250/273 kB | 156 kB | 39 kB
Progress (4): 323/524 kB | 254/273 kB | 156 kB | 39 kB
Progress (4): 327/524 kB | 254/273 kB | 156 kB | 39 kB
Progress (4): 327/524 kB | 258/273 kB | 156 kB | 39 kB
Progress (4): 331/524 kB | 258/273 kB | 156 kB | 39 kB
Progress (4): 331/524 kB | 262/273 kB | 156 kB | 39 kB
Progress (4): 335/524 kB | 262/273 kB | 156 kB | 39 kB
Progress (4): 335/524 kB | 266/273 kB | 156 kB | 39 kB
Progress (4): 339/524 kB | 266/273 kB | 156 kB | 39 kB
Progress (4): 339/524 kB | 270/273 kB | 156 kB | 39 kB
Progress (4): 343/524 kB | 270/273 kB | 156 kB | 39 kB
Progress (4): 343/524 kB | 273 kB | 156 kB | 39 kB    
Progress (4): 347/524 kB | 273 kB | 156 kB | 39 kB
Progress (4): 351/524 kB | 273 kB | 156 kB | 39 kB
Progress (4): 355/524 kB | 273 kB | 156 kB | 39 kB
Progress (4): 359/524 kB | 273 kB | 156 kB | 39 kB
Progress (4): 363/524 kB | 273 kB | 156 kB | 39 kB
Progress (4): 367/524 kB | 273 kB | 156 kB | 39 kB
Progress (4): 371/524 kB | 273 kB | 156 kB | 39 kB
Progress (4): 375/524 kB | 273 kB | 156 kB | 39 kB
Progress (4): 379/524 kB | 273 kB | 156 kB | 39 kB
Progress (4): 383/524 kB | 273 kB | 156 kB | 39 kB
Progress (4): 387/524 kB | 273 kB | 156 kB | 39 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 431 kB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (3): 391/524 kB | 273 kB | 39 kB
                                         
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
01:12:41 [2019-07-31T05:12:41.760Z] 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 108 kB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (3): 391/524 kB | 273 kB | 4.1/68 kB
Progress (3): 395/524 kB | 273 kB | 4.1/68 kB
Progress (3): 395/524 kB | 273 kB | 7.7/68 kB
                                             
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
01:12:41 [2019-07-31T05:12:41.760Z] Progress (3): 395/524 kB | 273 kB | 12/68 kB
Progress (3): 399/524 kB | 273 kB | 12/68 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.jar (273 kB at 743 kB/s)
01:12:41 [2019-07-31T05:12:41.760Z] 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
01:12:41 [2019-07-31T05:12:41.760Z] Progress (2): 399/524 kB | 16/68 kB
Progress (2): 403/524 kB | 16/68 kB
Progress (2): 403/524 kB | 20/68 kB
Progress (2): 407/524 kB | 20/68 kB
Progress (2): 407/524 kB | 24/68 kB
Progress (2): 411/524 kB | 24/68 kB
Progress (2): 411/524 kB | 28/68 kB
Progress (2): 415/524 kB | 28/68 kB
Progress (2): 415/524 kB | 32/68 kB
Progress (2): 419/524 kB | 32/68 kB
Progress (2): 419/524 kB | 33/68 kB
Progress (2): 423/524 kB | 33/68 kB
Progress (2): 423/524 kB | 37/68 kB
Progress (2): 427/524 kB | 37/68 kB
Progress (2): 427/524 kB | 41/68 kB
Progress (2): 431/524 kB | 41/68 kB
Progress (2): 431/524 kB | 45/68 kB
Progress (2): 435/524 kB | 45/68 kB
Progress (2): 435/524 kB | 49/68 kB
Progress (2): 439/524 kB | 49/68 kB
Progress (2): 439/524 kB | 53/68 kB
Progress (2): 443/524 kB | 53/68 kB
Progress (2): 443/524 kB | 57/68 kB
Progress (2): 447/524 kB | 57/68 kB
Progress (2): 447/524 kB | 61/68 kB
Progress (2): 451/524 kB | 61/68 kB
Progress (2): 451/524 kB | 65/68 kB
Progress (2): 455/524 kB | 65/68 kB
Progress (2): 455/524 kB | 68 kB   
Progress (2): 459/524 kB | 68 kB
Progress (2): 463/524 kB | 68 kB
Progress (2): 467/524 kB | 68 kB
Progress (2): 471/524 kB | 68 kB
Progress (2): 475/524 kB | 68 kB
Progress (2): 479/524 kB | 68 kB
Progress (2): 483/524 kB | 68 kB
Progress (3): 483/524 kB | 68 kB | 4.1/332 kB
Progress (3): 487/524 kB | 68 kB | 4.1/332 kB
Progress (3): 487/524 kB | 68 kB | 7.7/332 kB
Progress (3): 491/524 kB | 68 kB | 7.7/332 kB
Progress (3): 491/524 kB | 68 kB | 12/332 kB 
Progress (3): 495/524 kB | 68 kB | 12/332 kB
Progress (3): 495/524 kB | 68 kB | 16/332 kB
Progress (4): 495/524 kB | 68 kB | 16/332 kB | 4.1/30 kB
Progress (4): 499/524 kB | 68 kB | 16/332 kB | 4.1/30 kB
Progress (4): 499/524 kB | 68 kB | 16/332 kB | 7.7/30 kB
Progress (4): 499/524 kB | 68 kB | 20/332 kB | 7.7/30 kB
Progress (4): 499/524 kB | 68 kB | 20/332 kB | 12/30 kB 
Progress (4): 503/524 kB | 68 kB | 20/332 kB | 12/30 kB
Progress (4): 503/524 kB | 68 kB | 20/332 kB | 16/30 kB
Progress (4): 503/524 kB | 68 kB | 24/332 kB | 16/30 kB
Progress (4): 503/524 kB | 68 kB | 24/332 kB | 20/30 kB
Progress (4): 507/524 kB | 68 kB | 24/332 kB | 20/30 kB
Progress (4): 507/524 kB | 68 kB | 24/332 kB | 24/30 kB
Progress (4): 507/524 kB | 68 kB | 28/332 kB | 24/30 kB
Progress (5): 507/524 kB | 68 kB | 28/332 kB | 24/30 kB | 4.1/38 kB
Progress (5): 507/524 kB | 68 kB | 28/332 kB | 28/30 kB | 4.1/38 kB
Progress (5): 511/524 kB | 68 kB | 28/332 kB | 28/30 kB | 4.1/38 kB
Progress (5): 511/524 kB | 68 kB | 28/332 kB | 30 kB | 4.1/38 kB   
Progress (5): 511/524 kB | 68 kB | 28/332 kB | 30 kB | 7.7/38 kB
Progress (5): 511/524 kB | 68 kB | 32/332 kB | 30 kB | 7.7/38 kB
Progress (5): 511/524 kB | 68 kB | 32/332 kB | 30 kB | 12/38 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.jar (68 kB at 177 kB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (4): 515/524 kB | 32/332 kB | 30 kB | 12/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
01:12:41 [2019-07-31T05:12:41.760Z] Progress (4): 515/524 kB | 32/332 kB | 30 kB | 16/38 kB
Progress (4): 515/524 kB | 33/332 kB | 30 kB | 16/38 kB
Progress (4): 519/524 kB | 33/332 kB | 30 kB | 16/38 kB
Progress (4): 519/524 kB | 37/332 kB | 30 kB | 16/38 kB
Progress (4): 519/524 kB | 37/332 kB | 30 kB | 20/38 kB
Progress (4): 519/524 kB | 41/332 kB | 30 kB | 20/38 kB
Progress (4): 523/524 kB | 41/332 kB | 30 kB | 20/38 kB
Progress (4): 523/524 kB | 45/332 kB | 30 kB | 20/38 kB
Progress (4): 523/524 kB | 45/332 kB | 30 kB | 24/38 kB
Progress (4): 523/524 kB | 49/332 kB | 30 kB | 24/38 kB
Progress (4): 524 kB | 49/332 kB | 30 kB | 24/38 kB    
Progress (4): 524 kB | 53/332 kB | 30 kB | 24/38 kB
Progress (4): 524 kB | 53/332 kB | 30 kB | 28/38 kB
Progress (4): 524 kB | 57/332 kB | 30 kB | 28/38 kB
Progress (4): 524 kB | 57/332 kB | 30 kB | 32/38 kB
Progress (4): 524 kB | 61/332 kB | 30 kB | 32/38 kB
Progress (4): 524 kB | 61/332 kB | 30 kB | 36/38 kB
Progress (4): 524 kB | 65/332 kB | 30 kB | 36/38 kB
Progress (4): 524 kB | 65/332 kB | 30 kB | 38 kB   
Progress (4): 524 kB | 66/332 kB | 30 kB | 38 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.jar (30 kB at 77 kB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (3): 524 kB | 70/332 kB | 38 kB
Progress (3): 524 kB | 74/332 kB | 38 kB
                                        
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
01:12:41 [2019-07-31T05:12:41.760Z] Progress (3): 524 kB | 78/332 kB | 38 kB
Progress (3): 524 kB | 82/332 kB | 38 kB
Progress (3): 524 kB | 86/332 kB | 38 kB
Progress (3): 524 kB | 90/332 kB | 38 kB
Progress (3): 524 kB | 94/332 kB | 38 kB
Progress (3): 524 kB | 98/332 kB | 38 kB
Progress (3): 524 kB | 98/332 kB | 38 kB
Progress (3): 524 kB | 102/332 kB | 38 kB
Progress (3): 524 kB | 106/332 kB | 38 kB
Progress (3): 524 kB | 110/332 kB | 38 kB
Progress (3): 524 kB | 114/332 kB | 38 kB
Progress (3): 524 kB | 118/332 kB | 38 kB
Progress (3): 524 kB | 122/332 kB | 38 kB
Progress (3): 524 kB | 126/332 kB | 38 kB
Progress (3): 524 kB | 130/332 kB | 38 kB
Progress (3): 524 kB | 131/332 kB | 38 kB
Progress (3): 524 kB | 135/332 kB | 38 kB
Progress (3): 524 kB | 139/332 kB | 38 kB
Progress (3): 524 kB | 143/332 kB | 38 kB
Progress (3): 524 kB | 147/332 kB | 38 kB
Progress (3): 524 kB | 151/332 kB | 38 kB
Progress (3): 524 kB | 155/332 kB | 38 kB
Progress (3): 524 kB | 159/332 kB | 38 kB
Progress (3): 524 kB | 163/332 kB | 38 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 1.3 MB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (2): 167/332 kB | 38 kB
                                
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
01:12:41 [2019-07-31T05:12:41.760Z] 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 95 kB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (1): 171/332 kB
Progress (2): 171/332 kB | 4.1/35 kB
Progress (2): 175/332 kB | 4.1/35 kB
Progress (2): 175/332 kB | 7.7/35 kB
Progress (2): 179/332 kB | 7.7/35 kB
Progress (2): 179/332 kB | 12/35 kB 
Progress (2): 183/332 kB | 12/35 kB
Progress (2): 183/332 kB | 16/35 kB
Progress (2): 187/332 kB | 16/35 kB
Progress (2): 187/332 kB | 20/35 kB
Progress (2): 191/332 kB | 20/35 kB
Progress (3): 191/332 kB | 20/35 kB | 4.1/108 kB
Progress (3): 195/332 kB | 20/35 kB | 4.1/108 kB
Progress (3): 195/332 kB | 24/35 kB | 4.1/108 kB
Progress (3): 199/332 kB | 24/35 kB | 4.1/108 kB
Progress (3): 199/332 kB | 24/35 kB | 7.7/108 kB
Progress (3): 203/332 kB | 24/35 kB | 7.7/108 kB
Progress (3): 203/332 kB | 28/35 kB | 7.7/108 kB
Progress (3): 207/332 kB | 28/35 kB | 7.7/108 kB
Progress (3): 207/332 kB | 28/35 kB | 12/108 kB 
Progress (3): 211/332 kB | 28/35 kB | 12/108 kB
Progress (3): 211/332 kB | 32/35 kB | 12/108 kB
Progress (3): 215/332 kB | 32/35 kB | 12/108 kB
Progress (3): 215/332 kB | 32/35 kB | 16/108 kB
Progress (3): 219/332 kB | 32/35 kB | 16/108 kB
Progress (3): 219/332 kB | 35 kB | 16/108 kB   
Progress (3): 223/332 kB | 35 kB | 16/108 kB
Progress (3): 223/332 kB | 35 kB | 20/108 kB
Progress (3): 227/332 kB | 35 kB | 20/108 kB
Progress (3): 227/332 kB | 35 kB | 24/108 kB
Progress (3): 231/332 kB | 35 kB | 24/108 kB
Progress (3): 231/332 kB | 35 kB | 28/108 kB
Progress (3): 235/332 kB | 35 kB | 28/108 kB
Progress (3): 235/332 kB | 35 kB | 32/108 kB
Progress (3): 239/332 kB | 35 kB | 32/108 kB
Progress (3): 239/332 kB | 35 kB | 33/108 kB
Progress (3): 239/332 kB | 35 kB | 37/108 kB
Progress (3): 239/332 kB | 35 kB | 41/108 kB
Progress (3): 239/332 kB | 35 kB | 45/108 kB
Progress (3): 243/332 kB | 35 kB | 45/108 kB
Progress (3): 243/332 kB | 35 kB | 49/108 kB
Progress (3): 247/332 kB | 35 kB | 49/108 kB
Progress (3): 247/332 kB | 35 kB | 53/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 77 kB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (3): 247/332 kB | 53/108 kB | 4.1/315 kB
Progress (3): 247/332 kB | 57/108 kB | 4.1/315 kB
Progress (3): 251/332 kB | 57/108 kB | 4.1/315 kB
Progress (3): 251/332 kB | 61/108 kB | 4.1/315 kB
Progress (3): 251/332 kB | 61/108 kB | 7.7/315 kB
Progress (3): 251/332 kB | 65/108 kB | 7.7/315 kB
Progress (3): 255/332 kB | 65/108 kB | 7.7/315 kB
Progress (3): 255/332 kB | 66/108 kB | 7.7/315 kB
Progress (3): 255/332 kB | 66/108 kB | 12/315 kB 
Progress (3): 255/332 kB | 70/108 kB | 12/315 kB
Progress (3): 259/332 kB | 70/108 kB | 12/315 kB
Progress (3): 259/332 kB | 74/108 kB | 12/315 kB
Progress (3): 259/332 kB | 74/108 kB | 16/315 kB
Progress (3): 259/332 kB | 78/108 kB | 16/315 kB
Progress (3): 259/332 kB | 78/108 kB | 20/315 kB
Progress (3): 263/332 kB | 78/108 kB | 20/315 kB
Progress (3): 263/332 kB | 78/108 kB | 24/315 kB
Progress (3): 263/332 kB | 82/108 kB | 24/315 kB
Progress (3): 263/332 kB | 82/108 kB | 28/315 kB
Progress (3): 263/332 kB | 86/108 kB | 28/315 kB
Progress (3): 267/332 kB | 86/108 kB | 28/315 kB
Progress (3): 267/332 kB | 90/108 kB | 28/315 kB
Progress (3): 271/332 kB | 90/108 kB | 28/315 kB
Progress (3): 271/332 kB | 94/108 kB | 28/315 kB
Progress (3): 271/332 kB | 94/108 kB | 32/315 kB
Progress (3): 271/332 kB | 98/108 kB | 32/315 kB
Progress (3): 275/332 kB | 98/108 kB | 32/315 kB
Progress (3): 275/332 kB | 102/108 kB | 32/315 kB
Progress (3): 275/332 kB | 102/108 kB | 33/315 kB
Progress (3): 275/332 kB | 106/108 kB | 33/315 kB
Progress (3): 279/332 kB | 106/108 kB | 33/315 kB
Progress (3): 279/332 kB | 108 kB | 33/315 kB    
Progress (3): 279/332 kB | 108 kB | 37/315 kB
Progress (3): 283/332 kB | 108 kB | 37/315 kB
Progress (3): 283/332 kB | 108 kB | 41/315 kB
Progress (3): 287/332 kB | 108 kB | 41/315 kB
Progress (3): 287/332 kB | 108 kB | 45/315 kB
Progress (3): 291/332 kB | 108 kB | 45/315 kB
Progress (3): 291/332 kB | 108 kB | 49/315 kB
Progress (3): 295/332 kB | 108 kB | 49/315 kB
Progress (3): 295/332 kB | 108 kB | 53/315 kB
Progress (3): 299/332 kB | 108 kB | 53/315 kB
Progress (3): 299/332 kB | 108 kB | 57/315 kB
Progress (3): 303/332 kB | 108 kB | 57/315 kB
Progress (3): 303/332 kB | 108 kB | 61/315 kB
Progress (3): 307/332 kB | 108 kB | 61/315 kB
Progress (3): 307/332 kB | 108 kB | 65/315 kB
Progress (3): 311/332 kB | 108 kB | 65/315 kB
Progress (3): 311/332 kB | 108 kB | 66/315 kB
Progress (3): 315/332 kB | 108 kB | 66/315 kB
Progress (3): 315/332 kB | 108 kB | 70/315 kB
Progress (3): 319/332 kB | 108 kB | 70/315 kB
Progress (3): 319/332 kB | 108 kB | 74/315 kB
Progress (3): 323/332 kB | 108 kB | 74/315 kB
Progress (3): 323/332 kB | 108 kB | 78/315 kB
Progress (3): 327/332 kB | 108 kB | 78/315 kB
Progress (3): 327/332 kB | 108 kB | 82/315 kB
Progress (3): 331/332 kB | 108 kB | 82/315 kB
Progress (3): 331/332 kB | 108 kB | 86/315 kB
Progress (3): 332 kB | 108 kB | 86/315 kB    
Progress (3): 332 kB | 108 kB | 90/315 kB
Progress (3): 332 kB | 108 kB | 94/315 kB
Progress (3): 332 kB | 108 kB | 98/315 kB
Progress (3): 332 kB | 108 kB | 98/315 kB
Progress (3): 332 kB | 108 kB | 102/315 kB
Progress (3): 332 kB | 108 kB | 106/315 kB
Progress (3): 332 kB | 108 kB | 110/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 | 167/315 kB
Progress (3): 332 kB | 108 kB | 171/315 kB
Progress (3): 332 kB | 108 kB | 175/315 kB
Progress (3): 332 kB | 108 kB | 179/315 kB
Progress (3): 332 kB | 108 kB | 183/315 kB
Progress (3): 332 kB | 108 kB | 187/315 kB
                                          
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 703 kB/s)
01:12:41 [2019-07-31T05:12:41.760Z] Progress (2): 108 kB | 191/315 kB
Progress (2): 108 kB | 195/315 kB
Progress (2): 108 kB | 199/315 kB
Progress (2): 108 kB | 203/315 kB
Progress (2): 108 kB | 207/315 kB
Progress (2): 108 kB | 211/315 kB
Progress (2): 108 kB | 215/315 kB
Progress (2): 108 kB | 219/315 kB
Progress (2): 108 kB | 223/315 kB
Progress (2): 108 kB | 227/315 kB
Progress (2): 108 kB | 231/315 kB
Progress (2): 108 kB | 235/315 kB
Progress (2): 108 kB | 239/315 kB
Progress (2): 108 kB | 243/315 kB
Progress (2): 108 kB | 247/315 kB
Progress (2): 108 kB | 251/315 kB
Progress (2): 108 kB | 255/315 kB
Progress (2): 108 kB | 259/315 kB
Progress (2): 108 kB | 263/315 kB
Progress (2): 108 kB | 267/315 kB
Progress (2): 108 kB | 271/315 kB
Progress (2): 108 kB | 275/315 kB
Progress (2): 108 kB | 279/315 kB
Progress (2): 108 kB | 283/315 kB
Progress (2): 108 kB | 287/315 kB
Progress (2): 108 kB | 291/315 kB
Progress (2): 108 kB | 295/315 kB
Progress (2): 108 kB | 299/315 kB
Progress (2): 108 kB | 303/315 kB
Progress (2): 108 kB | 307/315 kB
Progress (2): 108 kB | 311/315 kB
Progress (2): 108 kB | 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 225 kB/s)
01:12:42 [2019-07-31T05:12:42.018Z] 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 643 kB/s)
01:12:42 [2019-07-31T05:12:42.593Z] 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
01:12:42 [2019-07-31T05:12:42.593Z] 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
01:12:42 [2019-07-31T05:12:42.593Z] 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
01:12:42 [2019-07-31T05:12:42.593Z] 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
01:12:42 [2019-07-31T05:12:42.593Z] 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
01:12:42 [2019-07-31T05:12:42.593Z] 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
01:12:42 [2019-07-31T05:12:42.851Z] 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 15 kB/s)
01:12:42 [2019-07-31T05:12:42.851Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
01:12:42 [2019-07-31T05:12:42.851Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
01:12:42 [2019-07-31T05:12:42.851Z] 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
01:12:43 [2019-07-31T05:12:43.108Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
01:12:43 [2019-07-31T05:12:43.108Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
01:12:43 [2019-07-31T05:12:43.108Z] 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
01:12:43 [2019-07-31T05:12:43.108Z] 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 455 kB/s)
01:12:43 [2019-07-31T05:12:43.108Z] 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
01:12:43 [2019-07-31T05:12:43.108Z] 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
01:12:43 [2019-07-31T05:12:43.108Z] 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
01:12:43 [2019-07-31T05:12:43.367Z] 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
01:12:43 [2019-07-31T05:12:43.367Z] 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
01:12:43 [2019-07-31T05:12:43.367Z] 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
01:12:43 [2019-07-31T05:12:43.631Z] 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 837 kB/s)
01:12:43 [2019-07-31T05:12:43.631Z] 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
01:12:43 [2019-07-31T05:12:43.631Z] 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
01:12:43 [2019-07-31T05:12:43.631Z] 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
01:12:43 [2019-07-31T05:12:43.631Z] 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
01:12:43 [2019-07-31T05:12:43.631Z] 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
01:12:43 [2019-07-31T05:12:43.631Z] 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
01:12:43 [2019-07-31T05:12:43.979Z] 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 278 kB/s)
01:12:43 [2019-07-31T05:12:43.979Z] 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
01:12:43 [2019-07-31T05:12:43.979Z] 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
01:12:43 [2019-07-31T05:12:43.979Z] 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
01:12:43 [2019-07-31T05:12:43.979Z] 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
01:12:43 [2019-07-31T05:12:43.979Z] 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
01:12:43 [2019-07-31T05:12:43.979Z] 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
01:12:43 [2019-07-31T05:12:43.979Z] 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 396 kB/s)
01:12:43 [2019-07-31T05:12:43.979Z] 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
01:12:43 [2019-07-31T05:12:43.979Z] 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
01:12:43 [2019-07-31T05:12:43.979Z] 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
01:12:44 [2019-07-31T05:12:44.238Z] 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
01:12:44 [2019-07-31T05:12:44.238Z] 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
01:12:44 [2019-07-31T05:12:44.238Z] 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
01:12:44 [2019-07-31T05:12:44.238Z] 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 293 kB/s)
01:12:44 [2019-07-31T05:12:44.495Z] 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
01:12:44 [2019-07-31T05:12:44.495Z] 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
01:12:44 [2019-07-31T05:12:44.495Z] 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
01:12:44 [2019-07-31T05:12:44.752Z] 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
01:12:44 [2019-07-31T05:12:44.752Z] 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
01:12:44 [2019-07-31T05:12:44.752Z] 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
01:12:44 [2019-07-31T05:12:44.752Z] 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 49 kB/s)
01:12:44 [2019-07-31T05:12:44.752Z] 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
01:12:46 [2019-07-31T05:12:46.124Z] 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
01:12:46 [2019-07-31T05:12:46.124Z] 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
01:12:46 [2019-07-31T05:12:46.124Z] 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
01:12:46 [2019-07-31T05:12:46.382Z] 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
01:12:46 [2019-07-31T05:12:46.382Z] 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
01:12:46 [2019-07-31T05:12:46.382Z] 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)
01:12:46 [2019-07-31T05:12:46.382Z] 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
01:12:46 [2019-07-31T05:12:46.382Z] 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
01:12:46 [2019-07-31T05:12:46.382Z] 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
01:12:46 [2019-07-31T05:12:46.640Z] 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
01:12:46 [2019-07-31T05:12:46.640Z] 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
01:12:46 [2019-07-31T05:12:46.640Z] 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
01:12:46 [2019-07-31T05:12:46.640Z] 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 186 kB/s)
01:12:46 [2019-07-31T05:12:46.640Z] 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
01:12:46 [2019-07-31T05:12:46.640Z] 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
01:12:46 [2019-07-31T05:12:46.640Z] 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
01:12:46 [2019-07-31T05:12:46.898Z] 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
01:12:46 [2019-07-31T05:12:46.898Z] 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
01:12:46 [2019-07-31T05:12:46.898Z] 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
01:12:46 [2019-07-31T05:12:46.898Z] 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 561 kB/s)
01:12:47 [2019-07-31T05:12:47.464Z] 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
01:12:47 [2019-07-31T05:12:47.722Z] 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
01:12:47 [2019-07-31T05:12:47.722Z] 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
01:12:47 [2019-07-31T05:12:47.722Z] 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
01:12:47 [2019-07-31T05:12:47.722Z] 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
01:12:47 [2019-07-31T05:12:47.722Z] 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
01:12:47 [2019-07-31T05:12:47.979Z] 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 70 kB/s)
01:12:47 [2019-07-31T05:12:47.979Z] 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
01:12:47 [2019-07-31T05:12:47.979Z] 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
01:12:47 [2019-07-31T05:12:47.979Z] 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
01:12:48 [2019-07-31T05:12:48.236Z] 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
01:12:48 [2019-07-31T05:12:48.236Z] 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
01:12:48 [2019-07-31T05:12:48.236Z] 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
01:12:48 [2019-07-31T05:12:48.236Z] 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 891 kB/s)
01:12:48 [2019-07-31T05:12:48.236Z] 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
01:12:48 [2019-07-31T05:12:48.236Z] 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
01:12:48 [2019-07-31T05:12:48.236Z] 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
01:12:48 [2019-07-31T05:12:48.494Z] 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
01:12:48 [2019-07-31T05:12:48.494Z] 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
01:12:48 [2019-07-31T05:12:48.494Z] 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
01:12:48 [2019-07-31T05:12:48.494Z] 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 43 kB/s)
01:12:48 [2019-07-31T05:12:48.494Z] 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
01:12:48 [2019-07-31T05:12:48.494Z] 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
01:12:48 [2019-07-31T05:12:48.494Z] 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
01:12:48 [2019-07-31T05:12:48.752Z] 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
01:12:48 [2019-07-31T05:12:48.752Z] 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
01:12:48 [2019-07-31T05:12:48.752Z] 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
01:12:48 [2019-07-31T05:12:48.752Z] 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
01:12:48 [2019-07-31T05:12:48.752Z] 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
01:12:49 [2019-07-31T05:12:49.011Z] 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
01:12:49 [2019-07-31T05:12:49.011Z] 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
01:12:49 [2019-07-31T05:12:49.011Z] 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
01:12:49 [2019-07-31T05:12:49.011Z] 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
01:12:49 [2019-07-31T05:12:49.011Z] 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 (2): 316/512 kB | 0/8.0 MB
Progress (2): 320/512 kB | 0/8.0 MB
Progress (2): 320/512 kB | 0/8.0 MB
Progress (2): 324/512 kB | 0/8.0 MB
Progress (2): 324/512 kB | 0/8.0 MB
Progress (2): 328/512 kB | 0/8.0 MB
Progress (2): 328/512 kB | 0/8.0 MB
Progress (2): 332/512 kB | 0/8.0 MB
Progress (2): 332/512 kB | 0/8.0 MB
Progress (2): 336/512 kB | 0/8.0 MB
Progress (2): 336/512 kB | 0/8.0 MB
Progress (2): 340/512 kB | 0/8.0 MB
Progress (2): 340/512 kB | 0/8.0 MB
Progress (2): 344/512 kB | 0/8.0 MB
Progress (2): 344/512 kB | 0/8.0 MB
Progress (2): 348/512 kB | 0/8.0 MB
Progress (2): 348/512 kB | 0/8.0 MB
Progress (2): 352/512 kB | 0/8.0 MB
Progress (2): 352/512 kB | 0/8.0 MB
Progress (2): 356/512 kB | 0/8.0 MB
Progress (2): 356/512 kB | 0/8.0 MB
Progress (2): 360/512 kB | 0/8.0 MB
Progress (2): 360/512 kB | 0/8.0 MB
Progress (2): 364/512 kB | 0/8.0 MB
Progress (2): 364/512 kB | 0.1/8.0 MB
Progress (2): 368/512 kB | 0.1/8.0 MB
Progress (2): 368/512 kB | 0.1/8.0 MB
Progress (2): 372/512 kB | 0.1/8.0 MB
Progress (2): 372/512 kB | 0.1/8.0 MB
Progress (2): 376/512 kB | 0.1/8.0 MB
Progress (2): 376/512 kB | 0.1/8.0 MB
Progress (2): 380/512 kB | 0.1/8.0 MB
Progress (2): 380/512 kB | 0.1/8.0 MB
Progress (2): 384/512 kB | 0.1/8.0 MB
Progress (2): 384/512 kB | 0.1/8.0 MB
Progress (2): 388/512 kB | 0.1/8.0 MB
Progress (2): 388/512 kB | 0.1/8.0 MB
Progress (2): 392/512 kB | 0.1/8.0 MB
Progress (2): 392/512 kB | 0.1/8.0 MB
Progress (2): 396/512 kB | 0.1/8.0 MB
Progress (2): 396/512 kB | 0.1/8.0 MB
Progress (2): 400/512 kB | 0.1/8.0 MB
Progress (2): 400/512 kB | 0.1/8.0 MB
Progress (2): 404/512 kB | 0.1/8.0 MB
Progress (2): 404/512 kB | 0.1/8.0 MB
Progress (2): 408/512 kB | 0.1/8.0 MB
Progress (2): 408/512 kB | 0.1/8.0 MB
Progress (2): 412/512 kB | 0.1/8.0 MB
Progress (2): 412/512 kB | 0.1/8.0 MB
Progress (2): 416/512 kB | 0.1/8.0 MB
Progress (2): 416/512 kB | 0.1/8.0 MB
Progress (2): 420/512 kB | 0.1/8.0 MB
Progress (2): 420/512 kB | 0.1/8.0 MB
Progress (2): 424/512 kB | 0.1/8.0 MB
Progress (2): 424/512 kB | 0.1/8.0 MB
Progress (2): 428/512 kB | 0.1/8.0 MB
Progress (2): 428/512 kB | 0.1/8.0 MB
Progress (2): 432/512 kB | 0.1/8.0 MB
Progress (2): 432/512 kB | 0.1/8.0 MB
Progress (2): 436/512 kB | 0.1/8.0 MB
Progress (2): 436/512 kB | 0.1/8.0 MB
Progress (2): 440/512 kB | 0.1/8.0 MB
Progress (2): 440/512 kB | 0.1/8.0 MB
Progress (2): 444/512 kB | 0.1/8.0 MB
Progress (2): 444/512 kB | 0.1/8.0 MB
Progress (2): 448/512 kB | 0.1/8.0 MB
Progress (2): 448/512 kB | 0.1/8.0 MB
Progress (2): 452/512 kB | 0.1/8.0 MB
Progress (2): 452/512 kB | 0.1/8.0 MB
Progress (2): 456/512 kB | 0.1/8.0 MB
Progress (2): 456/512 kB | 0.1/8.0 MB
Progress (2): 460/512 kB | 0.1/8.0 MB
Progress (2): 460/512 kB | 0.1/8.0 MB
Progress (2): 464/512 kB | 0.1/8.0 MB
Progress (2): 464/512 kB | 0.2/8.0 MB
Progress (2): 468/512 kB | 0.2/8.0 MB
Progress (2): 468/512 kB | 0.2/8.0 MB
Progress (2): 472/512 kB | 0.2/8.0 MB
Progress (2): 472/512 kB | 0.2/8.0 MB
Progress (2): 476/512 kB | 0.2/8.0 MB
Progress (2): 476/512 kB | 0.2/8.0 MB
Progress (2): 480/512 kB | 0.2/8.0 MB
Progress (2): 480/512 kB | 0.2/8.0 MB
Progress (2): 484/512 kB | 0.2/8.0 MB
Progress (2): 484/512 kB | 0.2/8.0 MB
Progress (2): 488/512 kB | 0.2/8.0 MB
Progress (2): 488/512 kB | 0.2/8.0 MB
Progress (2): 492/512 kB | 0.2/8.0 MB
Progress (2): 492/512 kB | 0.2/8.0 MB
Progress (2): 496/512 kB | 0.2/8.0 MB
Progress (2): 496/512 kB | 0.2/8.0 MB
Progress (2): 500/512 kB | 0.2/8.0 MB
Progress (2): 500/512 kB | 0.2/8.0 MB
Progress (2): 504/512 kB | 0.2/8.0 MB
Progress (2): 504/512 kB | 0.2/8.0 MB
Progress (2): 508/512 kB | 0.2/8.0 MB
Progress (2): 512/512 kB | 0.2/8.0 MB
Progress (2): 512/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
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
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.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/8.0 MB
Progress (2): 512 kB | 0.3/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 6.5 MB/s)
01:12:49 [2019-07-31T05:12:49.528Z] 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 14 MB/s)
01:12:49 [2019-07-31T05:12:49.528Z] 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
01:12:49 [2019-07-31T05:12:49.528Z] 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
01:12:49 [2019-07-31T05:12:49.785Z] 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
01:12:49 [2019-07-31T05:12:49.785Z] 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
01:12:49 [2019-07-31T05:12:49.785Z] 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
01:12:49 [2019-07-31T05:12:49.785Z] 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
01:12:49 [2019-07-31T05:12:49.785Z] 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 42 kB/s)
01:12:50 [2019-07-31T05:12:50.046Z] 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
01:12:50 [2019-07-31T05:12:50.046Z] 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
01:12:50 [2019-07-31T05:12:50.046Z] 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
01:12:50 [2019-07-31T05:12:50.527Z] 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
01:12:50 [2019-07-31T05:12:50.527Z] 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
01:12:50 [2019-07-31T05:12:50.527Z] 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
01:12:50 [2019-07-31T05:12:50.527Z] 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 437 kB/s)
01:12:50 [2019-07-31T05:12:50.527Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
01:12:50 [2019-07-31T05:12:50.527Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
01:12:50 [2019-07-31T05:12:50.527Z] 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
01:12:50 [2019-07-31T05:12:50.527Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
01:12:50 [2019-07-31T05:12:50.527Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
01:12:50 [2019-07-31T05:12:50.527Z] 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
01:12:50 [2019-07-31T05:12:50.527Z] 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 491 kB/s)
01:12:50 [2019-07-31T05:12:50.527Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/22/commons-parent-22.pom
01:12:50 [2019-07-31T05:12:50.527Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom
01:12:50 [2019-07-31T05:12:50.527Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom
01:12:50 [2019-07-31T05:12:50.785Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom
01:12:50 [2019-07-31T05:12:50.785Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom
01:12:50 [2019-07-31T05:12:50.785Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
01:12:50 [2019-07-31T05:12:50.785Z] 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 1.3 MB/s)
01:12:50 [2019-07-31T05:12:50.785Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
01:12:50 [2019-07-31T05:12:50.785Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
01:12:50 [2019-07-31T05:12:50.785Z] 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
01:12:51 [2019-07-31T05:12:51.044Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
01:12:51 [2019-07-31T05:12:51.044Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
01:12:51 [2019-07-31T05:12:51.044Z] 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
01:12:51 [2019-07-31T05:12:51.044Z] 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 7.2 MB/s)
01:12:51 [2019-07-31T05:12:51.301Z] 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
01:12:51 [2019-07-31T05:12:51.301Z] 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
01:12:51 [2019-07-31T05:12:51.301Z] 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
01:12:51 [2019-07-31T05:12:51.559Z] 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
01:12:51 [2019-07-31T05:12:51.559Z] 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
01:12:51 [2019-07-31T05:12:51.559Z] 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
01:12:51 [2019-07-31T05:12:51.559Z] 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 32 kB/s)
01:12:51 [2019-07-31T05:12:51.559Z] 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
01:12:51 [2019-07-31T05:12:51.559Z] 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
01:12:51 [2019-07-31T05:12:51.559Z] 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
01:12:51 [2019-07-31T05:12:51.817Z] 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
01:12:51 [2019-07-31T05:12:51.817Z] 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
01:12:51 [2019-07-31T05:12:51.817Z] 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
01:12:52 [2019-07-31T05:12:52.075Z] 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 266 kB/s)
01:12:52 [2019-07-31T05:12:52.075Z] 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
01:12:52 [2019-07-31T05:12:52.075Z] 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
01:12:52 [2019-07-31T05:12:52.075Z] 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
01:12:52 [2019-07-31T05:12:52.332Z] 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)
01:12:52 [2019-07-31T05:12:52.332Z] 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
01:12:52 [2019-07-31T05:12:52.332Z] 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
01:12:52 [2019-07-31T05:12:52.332Z] 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
01:12:52 [2019-07-31T05:12:52.589Z] Progress (1): 4.1/8.7 kB
Progress (1): 7.8/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 57 kB/s)
01:12:52 [2019-07-31T05:12:52.589Z] 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
01:12:52 [2019-07-31T05:12:52.589Z] 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
01:12:52 [2019-07-31T05:12:52.589Z] 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
01:12:52 [2019-07-31T05:12:52.847Z] 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): 24/78 kB
Progress (1): 28/78 kB
Progress (1): 32/78 kB
Progress (1): 36/78 kB
Progress (1): 40/78 kB
Progress (1): 45/78 kB
Progress (1): 49/78 kB
Progress (1): 53/78 kB
Progress (1): 56/78 kB
Progress (1): 57/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 246 kB/s)
01:12:52 [2019-07-31T05:12:52.847Z] 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
01:12:53 [2019-07-31T05:12:53.104Z] 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
01:12:53 [2019-07-31T05:12:53.104Z] 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
01:12:53 [2019-07-31T05:12:53.104Z] 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
01:12:53 [2019-07-31T05:12:53.104Z] 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
01:12:53 [2019-07-31T05:12:53.104Z] 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
01:12:53 [2019-07-31T05:12:53.104Z] 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 67 kB/s)
01:12:53 [2019-07-31T05:12:53.104Z] 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
01:12:53 [2019-07-31T05:12:53.104Z] 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
01:12:53 [2019-07-31T05:12:53.362Z] 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
01:12:53 [2019-07-31T05:12:53.362Z] 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
01:12:53 [2019-07-31T05:12:53.362Z] 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
01:12:53 [2019-07-31T05:12:53.362Z] 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
01:12:53 [2019-07-31T05:12:53.620Z] 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 35 kB/s)
01:12:53 [2019-07-31T05:12:53.620Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom
01:12:53 [2019-07-31T05:12:53.620Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom
01:12:53 [2019-07-31T05:12:53.620Z] 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
01:12:53 [2019-07-31T05:12:53.620Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom
01:12:53 [2019-07-31T05:12:53.620Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom
01:12:53 [2019-07-31T05:12:53.877Z] 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
01:12:53 [2019-07-31T05:12:53.877Z] 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 609 kB/s)
01:12:53 [2019-07-31T05:12:53.877Z] 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
01:12:53 [2019-07-31T05:12:53.877Z] 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
01:12:53 [2019-07-31T05:12:53.877Z] 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
01:12:53 [2019-07-31T05:12:53.877Z] 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
01:12:54 [2019-07-31T05:12:54.134Z] 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
01:12:54 [2019-07-31T05:12:54.134Z] 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
01:12:54 [2019-07-31T05:12:54.134Z] 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 152 kB/s)
01:12:54 [2019-07-31T05:12:54.134Z] 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
01:12:54 [2019-07-31T05:12:54.134Z] 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
01:12:54 [2019-07-31T05:12:54.134Z] 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
01:12:54 [2019-07-31T05:12:54.392Z] 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
01:12:54 [2019-07-31T05:12:54.392Z] 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
01:12:54 [2019-07-31T05:12:54.392Z] 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
01:12:54 [2019-07-31T05:12:54.392Z] 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 95 kB/s)
01:12:54 [2019-07-31T05:12:54.392Z] 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
01:12:54 [2019-07-31T05:12:54.392Z] 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
01:12:54 [2019-07-31T05:12:54.392Z] 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
01:12:54 [2019-07-31T05:12:54.650Z] 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
01:12:54 [2019-07-31T05:12:54.650Z] 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
01:12:54 [2019-07-31T05:12:54.650Z] 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
01:12:54 [2019-07-31T05:12:54.650Z] 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 177 kB/s)
01:12:54 [2019-07-31T05:12:54.650Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
01:12:54 [2019-07-31T05:12:54.650Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
01:12:54 [2019-07-31T05:12:54.650Z] 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
01:12:54 [2019-07-31T05:12:54.907Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
01:12:54 [2019-07-31T05:12:54.907Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
01:12:54 [2019-07-31T05:12:54.907Z] 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
01:12:54 [2019-07-31T05:12:54.907Z] 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 289 kB/s)
01:12:54 [2019-07-31T05:12:54.907Z] 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
01:12:54 [2019-07-31T05:12:54.907Z] 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
01:12:54 [2019-07-31T05:12:54.907Z] 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
01:12:55 [2019-07-31T05:12:55.165Z] 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
01:12:55 [2019-07-31T05:12:55.165Z] 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
01:12:55 [2019-07-31T05:12:55.165Z] 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
01:12:55 [2019-07-31T05:12:55.165Z] 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 115 kB/s)
01:12:55 [2019-07-31T05:12:55.165Z] 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
01:12:55 [2019-07-31T05:12:55.165Z] 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
01:12:55 [2019-07-31T05:12:55.165Z] 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
01:12:55 [2019-07-31T05:12:55.423Z] 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
01:12:55 [2019-07-31T05:12:55.423Z] 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
01:12:55 [2019-07-31T05:12:55.423Z] 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
01:12:55 [2019-07-31T05:12:55.423Z] 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 87 kB/s)
01:12:55 [2019-07-31T05:12:55.423Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
01:12:55 [2019-07-31T05:12:55.423Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
01:12:55 [2019-07-31T05:12:55.681Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
01:12:55 [2019-07-31T05:12:55.681Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
01:12:55 [2019-07-31T05:12:55.681Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
01:12:55 [2019-07-31T05:12:55.681Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
01:12:55 [2019-07-31T05:12:55.681Z] 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 600 kB/s)
01:12:55 [2019-07-31T05:12:55.681Z] 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
01:12:55 [2019-07-31T05:12:55.681Z] 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
01:12:55 [2019-07-31T05:12:55.938Z] 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
01:12:55 [2019-07-31T05:12:55.938Z] 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
01:12:55 [2019-07-31T05:12:55.938Z] 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
01:12:55 [2019-07-31T05:12:55.938Z] 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
01:12:55 [2019-07-31T05:12:55.938Z] 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 146 kB/s)
01:12:55 [2019-07-31T05:12:55.938Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
01:12:56 [2019-07-31T05:12:56.195Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
01:12:56 [2019-07-31T05:12:56.195Z] 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
01:12:56 [2019-07-31T05:12:56.195Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
01:12:56 [2019-07-31T05:12:56.195Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
01:12:56 [2019-07-31T05:12:56.524Z] 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
01:12:56 [2019-07-31T05:12:56.524Z] 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 105 kB/s)
01:12:56 [2019-07-31T05:12:56.524Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
01:12:56 [2019-07-31T05:12:56.524Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
01:12:56 [2019-07-31T05:12:56.524Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
01:12:56 [2019-07-31T05:12:56.524Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
01:12:56 [2019-07-31T05:12:56.524Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
01:12:56 [2019-07-31T05:12:56.524Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
01:12:56 [2019-07-31T05:12:56.524Z] 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 711 kB/s)
01:12:56 [2019-07-31T05:12:56.524Z] 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
01:12:56 [2019-07-31T05:12:56.524Z] 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
01:12:56 [2019-07-31T05:12:56.831Z] 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
01:12:56 [2019-07-31T05:12:56.831Z] 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
01:12:56 [2019-07-31T05:12:56.831Z] 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
01:12:56 [2019-07-31T05:12:56.831Z] 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
01:12:56 [2019-07-31T05:12:56.831Z] 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 131 kB/s)
01:12:56 [2019-07-31T05:12:56.831Z] 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
01:12:56 [2019-07-31T05:12:56.831Z] 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
01:12:57 [2019-07-31T05:12:57.180Z] 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
01:12:57 [2019-07-31T05:12:57.180Z] 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
01:12:57 [2019-07-31T05:12:57.180Z] 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
01:12:57 [2019-07-31T05:12:57.180Z] 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
01:12:57 [2019-07-31T05:12:57.180Z] 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 124 kB/s)
01:12:57 [2019-07-31T05:12:57.180Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
01:12:57 [2019-07-31T05:12:57.180Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
01:12:57 [2019-07-31T05:12:57.180Z] 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
01:12:57 [2019-07-31T05:12:57.439Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
01:12:57 [2019-07-31T05:12:57.439Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
01:12:57 [2019-07-31T05:12:57.439Z] 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
01:12:57 [2019-07-31T05:12:57.439Z] 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 96 kB/s)
01:12:57 [2019-07-31T05:12:57.439Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
01:12:57 [2019-07-31T05:12:57.439Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
01:12:57 [2019-07-31T05:12:57.439Z] 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
01:12:57 [2019-07-31T05:12:57.697Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
01:12:57 [2019-07-31T05:12:57.697Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
01:12:57 [2019-07-31T05:12:57.697Z] 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
01:12:57 [2019-07-31T05:12:57.697Z] 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 408 kB/s)
01:12:57 [2019-07-31T05:12:57.697Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
01:12:57 [2019-07-31T05:12:57.697Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
01:12:57 [2019-07-31T05:12:57.697Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
01:12:57 [2019-07-31T05:12:57.955Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
01:12:57 [2019-07-31T05:12:57.955Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
01:12:57 [2019-07-31T05:12:57.955Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
01:12:57 [2019-07-31T05:12:57.955Z] 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)
01:12:57 [2019-07-31T05:12:57.955Z] 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
01:12:57 [2019-07-31T05:12:57.955Z] 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
01:12:57 [2019-07-31T05:12:57.955Z] 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
01:12:58 [2019-07-31T05:12:58.213Z] 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
01:12:58 [2019-07-31T05:12:58.213Z] 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
01:12:58 [2019-07-31T05:12:58.213Z] 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
01:12:58 [2019-07-31T05:12:58.213Z] 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 32 kB/s)
01:12:58 [2019-07-31T05:12:58.213Z] 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
01:12:58 [2019-07-31T05:12:58.471Z] 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
01:12:58 [2019-07-31T05:12:58.471Z] 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
01:12:58 [2019-07-31T05:12:58.471Z] 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
01:12:58 [2019-07-31T05:12:58.471Z] 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
01:12:58 [2019-07-31T05:12:58.471Z] 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
01:12:58 [2019-07-31T05:12:58.729Z] 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 59 kB/s)
01:12:58 [2019-07-31T05:12:58.729Z] 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
01:12:58 [2019-07-31T05:12:58.729Z] 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
01:12:58 [2019-07-31T05:12:58.729Z] 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
01:12:58 [2019-07-31T05:12:58.729Z] 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
01:12:58 [2019-07-31T05:12:58.729Z] 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
01:12:58 [2019-07-31T05:12:58.988Z] 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
01:12:58 [2019-07-31T05:12:58.988Z] 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 35 kB/s)
01:12:58 [2019-07-31T05:12:58.988Z] 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
01:12:58 [2019-07-31T05:12:58.988Z] 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
01:12:58 [2019-07-31T05:12:58.988Z] 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
01:12:58 [2019-07-31T05:12:58.988Z] 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
01:12:59 [2019-07-31T05:12:59.246Z] 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
01:12:59 [2019-07-31T05:12:59.246Z] 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
01:12:59 [2019-07-31T05:12:59.246Z] 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 23 kB/s)
01:12:59 [2019-07-31T05:12:59.246Z] 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
01:12:59 [2019-07-31T05:12:59.246Z] 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
01:12:59 [2019-07-31T05:12:59.246Z] 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
01:12:59 [2019-07-31T05:12:59.504Z] 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
01:12:59 [2019-07-31T05:12:59.504Z] 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
01:12:59 [2019-07-31T05:12:59.504Z] 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
01:12:59 [2019-07-31T05:12:59.504Z] 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)
01:12:59 [2019-07-31T05:12:59.504Z] 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
01:12:59 [2019-07-31T05:12:59.504Z] 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
01:12:59 [2019-07-31T05:12:59.504Z] 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
01:12:59 [2019-07-31T05:12:59.761Z] 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
01:12:59 [2019-07-31T05:12:59.761Z] 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
01:12:59 [2019-07-31T05:12:59.761Z] 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
01:12:59 [2019-07-31T05:12:59.761Z] 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 42 kB/s)
01:12:59 [2019-07-31T05:12:59.761Z] 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
01:12:59 [2019-07-31T05:12:59.761Z] 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
01:12:59 [2019-07-31T05:12:59.761Z] 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
01:13:00 [2019-07-31T05:13:00.018Z] 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
01:13:00 [2019-07-31T05:13:00.018Z] 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
01:13:00 [2019-07-31T05:13:00.018Z] 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
01:13:00 [2019-07-31T05:13:00.018Z] 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 64 kB/s)
01:13:00 [2019-07-31T05:13:00.018Z] 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
01:13:00 [2019-07-31T05:13:00.018Z] 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
01:13:00 [2019-07-31T05:13:00.018Z] 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
01:13:00 [2019-07-31T05:13:00.275Z] 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
01:13:00 [2019-07-31T05:13:00.275Z] 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
01:13:00 [2019-07-31T05:13:00.275Z] 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
01:13:00 [2019-07-31T05:13:00.275Z] 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 25 kB/s)
01:13:00 [2019-07-31T05:13:00.275Z] 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
01:13:00 [2019-07-31T05:13:00.275Z] 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
01:13:00 [2019-07-31T05:13:00.275Z] 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
01:13:00 [2019-07-31T05:13:00.533Z] 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
01:13:00 [2019-07-31T05:13:00.791Z] 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
01:13:00 [2019-07-31T05:13:00.791Z] 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
01:13:00 [2019-07-31T05:13:00.791Z] 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 105 kB/s)
01:13:00 [2019-07-31T05:13:00.791Z] 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
01:13:00 [2019-07-31T05:13:00.791Z] 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
01:13:00 [2019-07-31T05:13:00.791Z] 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
01:13:01 [2019-07-31T05:13:01.048Z] 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
01:13:01 [2019-07-31T05:13:01.048Z] 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
01:13:01 [2019-07-31T05:13:01.048Z] 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
01:13:01 [2019-07-31T05:13:01.048Z] 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 23 kB/s)
01:13:01 [2019-07-31T05:13:01.048Z] 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
01:13:01 [2019-07-31T05:13:01.048Z] 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
01:13:01 [2019-07-31T05:13:01.048Z] 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
01:13:01 [2019-07-31T05:13:01.306Z] 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
01:13:01 [2019-07-31T05:13:01.306Z] 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
01:13:01 [2019-07-31T05:13:01.306Z] 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
01:13:01 [2019-07-31T05:13:01.306Z] 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 65 kB/s)
01:13:01 [2019-07-31T05:13:01.306Z] 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
01:13:01 [2019-07-31T05:13:01.306Z] 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
01:13:01 [2019-07-31T05:13:01.306Z] 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
01:13:01 [2019-07-31T05:13:01.563Z] 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
01:13:01 [2019-07-31T05:13:01.563Z] 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
01:13:01 [2019-07-31T05:13:01.563Z] 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
01:13:01 [2019-07-31T05:13:01.563Z] 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 43 kB/s)
01:13:01 [2019-07-31T05:13:01.563Z] 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
01:13:01 [2019-07-31T05:13:01.563Z] 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
01:13:01 [2019-07-31T05:13:01.563Z] 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
01:13:01 [2019-07-31T05:13:01.820Z] 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
01:13:01 [2019-07-31T05:13:01.820Z] 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
01:13:01 [2019-07-31T05:13:01.820Z] 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
01:13:01 [2019-07-31T05:13:01.820Z] 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)
01:13:01 [2019-07-31T05:13:01.820Z] 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
01:13:01 [2019-07-31T05:13:01.820Z] 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
01:13:01 [2019-07-31T05:13:01.820Z] 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
01:13:02 [2019-07-31T05:13:02.077Z] 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
01:13:02 [2019-07-31T05:13:02.077Z] 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
01:13:02 [2019-07-31T05:13:02.077Z] 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
01:13:02 [2019-07-31T05:13:02.077Z] 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 93 kB/s)
01:13:02 [2019-07-31T05:13:02.077Z] 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
01:13:02 [2019-07-31T05:13:02.077Z] 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
01:13:02 [2019-07-31T05:13:02.335Z] 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
01:13:02 [2019-07-31T05:13:02.335Z] 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
01:13:02 [2019-07-31T05:13:02.335Z] 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
01:13:02 [2019-07-31T05:13:02.335Z] 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
01:13:02 [2019-07-31T05:13:02.335Z] 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 64 kB/s)
01:13:02 [2019-07-31T05:13:02.335Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.pom
01:13:02 [2019-07-31T05:13:02.335Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.pom
01:13:02 [2019-07-31T05:13:02.593Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
01:13:02 [2019-07-31T05:13:02.593Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.1/junit-3.8.1.pom
01:13:02 [2019-07-31T05:13:02.593Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.pom
01:13:02 [2019-07-31T05:13:02.593Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
01:13:02 [2019-07-31T05:13:02.593Z] 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 29 kB/s)
01:13:02 [2019-07-31T05:13:02.593Z] 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
01:13:02 [2019-07-31T05:13:02.593Z] 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
01:13:02 [2019-07-31T05:13:02.853Z] 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
01:13:02 [2019-07-31T05:13:02.853Z] 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
01:13:02 [2019-07-31T05:13:02.853Z] 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
01:13:02 [2019-07-31T05:13:02.853Z] 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
01:13:02 [2019-07-31T05:13:02.853Z] 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 245 kB/s)
01:13:02 [2019-07-31T05:13:02.853Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
01:13:03 [2019-07-31T05:13:03.331Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
01:13:03 [2019-07-31T05:13:03.331Z] 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
01:13:03 [2019-07-31T05:13:03.331Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
01:13:03 [2019-07-31T05:13:03.331Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
01:13:03 [2019-07-31T05:13:03.331Z] 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
01:13:03 [2019-07-31T05:13:03.331Z] 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 94 kB/s)
01:13:03 [2019-07-31T05:13:03.331Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
01:13:03 [2019-07-31T05:13:03.331Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
01:13:03 [2019-07-31T05:13:03.331Z] 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
01:13:03 [2019-07-31T05:13:03.680Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
01:13:03 [2019-07-31T05:13:03.680Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
01:13:03 [2019-07-31T05:13:03.680Z] 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
01:13:03 [2019-07-31T05:13:03.680Z] 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)
01:13:03 [2019-07-31T05:13:03.680Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
01:13:03 [2019-07-31T05:13:03.680Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
01:13:03 [2019-07-31T05:13:03.680Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
01:13:03 [2019-07-31T05:13:03.680Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
01:13:03 [2019-07-31T05:13:03.680Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
01:13:03 [2019-07-31T05:13:03.680Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
01:13:03 [2019-07-31T05:13:03.680Z] 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 253 kB/s)
01:13:03 [2019-07-31T05:13:03.680Z] 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
01:13:03 [2019-07-31T05:13:03.680Z] 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
01:13:03 [2019-07-31T05:13:03.938Z] 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
01:13:03 [2019-07-31T05:13:03.938Z] 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
01:13:03 [2019-07-31T05:13:03.938Z] 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
01:13:03 [2019-07-31T05:13:03.938Z] 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
01:13:03 [2019-07-31T05:13:03.938Z] 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 56 kB/s)
01:13:03 [2019-07-31T05:13:03.938Z] 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
01:13:04 [2019-07-31T05:13:04.196Z] 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
01:13:04 [2019-07-31T05:13:04.196Z] 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
01:13:04 [2019-07-31T05:13:04.196Z] 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
01:13:04 [2019-07-31T05:13:04.196Z] 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
01:13:04 [2019-07-31T05:13:04.454Z] 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
01:13:04 [2019-07-31T05:13:04.454Z] 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 84 kB/s)
01:13:04 [2019-07-31T05:13:04.454Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon/8.7/saxon-8.7.pom
01:13:04 [2019-07-31T05:13:04.454Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.pom
01:13:04 [2019-07-31T05:13:04.454Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/net/sf/saxon/saxon/8.7/saxon-8.7.pom
01:13:04 [2019-07-31T05:13:04.711Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.pom
01:13:04 [2019-07-31T05:13:04.711Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon/8.7/saxon-8.7.pom
01:13:04 [2019-07-31T05:13:04.711Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.pom
01:13:04 [2019-07-31T05:13:04.711Z] 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 18 kB/s)
01:13:04 [2019-07-31T05:13:04.711Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom
01:13:04 [2019-07-31T05:13:04.711Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom
01:13:04 [2019-07-31T05:13:04.711Z] 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
01:13:04 [2019-07-31T05:13:04.968Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom
01:13:04 [2019-07-31T05:13:04.968Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom
01:13:04 [2019-07-31T05:13:04.968Z] 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
01:13:04 [2019-07-31T05:13:04.968Z] 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 24 kB/s)
01:13:04 [2019-07-31T05:13:04.968Z] 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
01:13:04 [2019-07-31T05:13:04.968Z] 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
01:13:04 [2019-07-31T05:13:04.968Z] 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
01:13:05 [2019-07-31T05:13:05.226Z] 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 28 kB/s)
01:13:05 [2019-07-31T05:13:05.226Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jboss/jboss-parent/11/jboss-parent-11.pom
01:13:05 [2019-07-31T05:13:05.226Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/jboss-parent/11/jboss-parent-11.pom
01:13:05 [2019-07-31T05:13:05.226Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-parent/11/jboss-parent-11.pom
01:13:05 [2019-07-31T05:13:05.483Z] Progress (1): 4.1/31 kB
Progress (1): 7.9/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 19/31 kB
Progress (1): 23/31 kB
Progress (1): 27/31 kB
Progress (1): 31/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)
01:13:05 [2019-07-31T05:13:05.483Z] 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
01:13:05 [2019-07-31T05:13:05.483Z] 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
01:13:05 [2019-07-31T05:13:05.483Z] 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
01:13:05 [2019-07-31T05:13:05.741Z] 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
01:13:05 [2019-07-31T05:13:05.741Z] 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
01:13:05 [2019-07-31T05:13:05.741Z] 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
01:13:05 [2019-07-31T05:13:05.741Z] 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 271 kB/s)
01:13:05 [2019-07-31T05:13:05.741Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
01:13:05 [2019-07-31T05:13:05.741Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
01:13:05 [2019-07-31T05:13:05.741Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
01:13:05 [2019-07-31T05:13:05.998Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
01:13:05 [2019-07-31T05:13:05.998Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
01:13:05 [2019-07-31T05:13:05.998Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
01:13:05 [2019-07-31T05:13:05.998Z] 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 142 kB/s)
01:13:05 [2019-07-31T05:13:05.998Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.0/maven-core-2.0.pom
01:13:05 [2019-07-31T05:13:05.998Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.0/maven-core-2.0.pom
01:13:06 [2019-07-31T05:13:06.255Z] 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
01:13:06 [2019-07-31T05:13:06.255Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0/maven-core-2.0.pom
01:13:06 [2019-07-31T05:13:06.255Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.pom
01:13:06 [2019-07-31T05:13:06.255Z] 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
01:13:06 [2019-07-31T05:13:06.255Z] 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 187 kB/s)
01:13:06 [2019-07-31T05:13:06.255Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0/maven-2.0.pom
01:13:06 [2019-07-31T05:13:06.255Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0/maven-2.0.pom
01:13:06 [2019-07-31T05:13:06.512Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0/maven-2.0.pom
01:13:06 [2019-07-31T05:13:06.512Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0/maven-2.0.pom
01:13:06 [2019-07-31T05:13:06.512Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0/maven-2.0.pom
01:13:06 [2019-07-31T05:13:06.512Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom
01:13:06 [2019-07-31T05:13:06.512Z] 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 292 kB/s)
01:13:06 [2019-07-31T05:13:06.512Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom
01:13:06 [2019-07-31T05:13:06.512Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom
01:13:06 [2019-07-31T05:13:06.770Z] 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
01:13:06 [2019-07-31T05:13:06.770Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom
01:13:06 [2019-07-31T05:13:06.770Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom
01:13:06 [2019-07-31T05:13:06.770Z] 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
01:13:06 [2019-07-31T05:13:06.770Z] 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 48 kB/s)
01:13:06 [2019-07-31T05:13:06.770Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
01:13:06 [2019-07-31T05:13:06.770Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
01:13:07 [2019-07-31T05:13:07.028Z] 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
01:13:07 [2019-07-31T05:13:07.028Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
01:13:07 [2019-07-31T05:13:07.028Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
01:13:07 [2019-07-31T05:13:07.028Z] 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
01:13:07 [2019-07-31T05:13:07.028Z] 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 83 kB/s)
01:13:07 [2019-07-31T05:13:07.028Z] 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
01:13:07 [2019-07-31T05:13:07.285Z] 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
01:13:07 [2019-07-31T05:13:07.285Z] 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
01:13:07 [2019-07-31T05:13:07.285Z] 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
01:13:07 [2019-07-31T05:13:07.285Z] 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
01:13:07 [2019-07-31T05:13:07.285Z] 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
01:13:07 [2019-07-31T05:13:07.542Z] 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 177 kB/s)
01:13:07 [2019-07-31T05:13:07.542Z] 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
01:13:07 [2019-07-31T05:13:07.542Z] 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
01:13:07 [2019-07-31T05:13:07.542Z] 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
01:13:07 [2019-07-31T05:13:07.542Z] 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
01:13:07 [2019-07-31T05:13:07.542Z] 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
01:13:07 [2019-07-31T05:13:07.542Z] 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
01:13:07 [2019-07-31T05:13:07.799Z] 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 35 kB/s)
01:13:07 [2019-07-31T05:13:07.799Z] 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
01:13:07 [2019-07-31T05:13:07.799Z] 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
01:13:07 [2019-07-31T05:13:07.799Z] 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
01:13:07 [2019-07-31T05:13:07.799Z] 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
01:13:07 [2019-07-31T05:13:07.799Z] 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
01:13:08 [2019-07-31T05:13:08.056Z] 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
01:13:08 [2019-07-31T05:13:08.056Z] 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 33 kB/s)
01:13:08 [2019-07-31T05:13:08.056Z] 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
01:13:08 [2019-07-31T05:13:08.056Z] 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
01:13:08 [2019-07-31T05:13:08.056Z] 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
01:13:08 [2019-07-31T05:13:08.056Z] 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
01:13:08 [2019-07-31T05:13:08.056Z] 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
01:13:08 [2019-07-31T05:13:08.314Z] 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
01:13:08 [2019-07-31T05:13:08.314Z] 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)
01:13:08 [2019-07-31T05:13:08.314Z] 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
01:13:08 [2019-07-31T05:13:08.314Z] 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
01:13:08 [2019-07-31T05:13:08.314Z] 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
01:13:08 [2019-07-31T05:13:08.314Z] 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
01:13:08 [2019-07-31T05:13:08.572Z] 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
01:13:08 [2019-07-31T05:13:08.572Z] 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
01:13:08 [2019-07-31T05:13:08.572Z] 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 35 kB/s)
01:13:08 [2019-07-31T05:13:08.572Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
01:13:08 [2019-07-31T05:13:08.572Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
01:13:08 [2019-07-31T05:13:08.572Z] 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
01:13:08 [2019-07-31T05:13:08.829Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
01:13:08 [2019-07-31T05:13:08.829Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
01:13:08 [2019-07-31T05:13:08.829Z] 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
01:13:08 [2019-07-31T05:13:08.829Z] 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 36 kB/s)
01:13:08 [2019-07-31T05:13:08.829Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
01:13:08 [2019-07-31T05:13:08.829Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
01:13:08 [2019-07-31T05:13:08.829Z] 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
01:13:09 [2019-07-31T05:13:09.087Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
01:13:09 [2019-07-31T05:13:09.087Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
01:13:09 [2019-07-31T05:13:09.087Z] 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
01:13:09 [2019-07-31T05:13:09.087Z] 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 25 kB/s)
01:13:09 [2019-07-31T05:13:09.087Z] 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
01:13:09 [2019-07-31T05:13:09.087Z] 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
01:13:09 [2019-07-31T05:13:09.087Z] 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
01:13:09 [2019-07-31T05:13:09.429Z] 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
01:13:09 [2019-07-31T05:13:09.429Z] 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
01:13:09 [2019-07-31T05:13:09.429Z] 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
01:13:09 [2019-07-31T05:13:09.429Z] 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 22 kB/s)
01:13:09 [2019-07-31T05:13:09.429Z] 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
01:13:09 [2019-07-31T05:13:09.429Z] 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
01:13:09 [2019-07-31T05:13:09.429Z] 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
01:13:09 [2019-07-31T05:13:09.429Z] 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
01:13:09 [2019-07-31T05:13:09.779Z] 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
01:13:09 [2019-07-31T05:13:09.779Z] 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
01:13:09 [2019-07-31T05:13:09.779Z] 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 27 kB/s)
01:13:09 [2019-07-31T05:13:09.779Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
01:13:09 [2019-07-31T05:13:09.779Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
01:13:10 [2019-07-31T05:13:10.037Z] 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
01:13:10 [2019-07-31T05:13:10.037Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
01:13:10 [2019-07-31T05:13:10.037Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
01:13:10 [2019-07-31T05:13:10.037Z] 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
01:13:10 [2019-07-31T05:13:10.037Z] 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 58 kB/s)
01:13:10 [2019-07-31T05:13:10.037Z] 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
01:13:10 [2019-07-31T05:13:10.294Z] 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
01:13:10 [2019-07-31T05:13:10.294Z] 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
01:13:10 [2019-07-31T05:13:10.294Z] 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
01:13:10 [2019-07-31T05:13:10.294Z] 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
01:13:10 [2019-07-31T05:13:10.294Z] 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
01:13:10 [2019-07-31T05:13:10.551Z] 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 37 kB/s)
01:13:10 [2019-07-31T05:13:10.551Z] 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
01:13:10 [2019-07-31T05:13:10.551Z] 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
01:13:10 [2019-07-31T05:13:10.551Z] 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
01:13:10 [2019-07-31T05:13:10.551Z] 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
01:13:10 [2019-07-31T05:13:10.551Z] 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
01:13:10 [2019-07-31T05:13:10.551Z] 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
01:13:10 [2019-07-31T05:13:10.808Z] 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 51 kB/s)
01:13:10 [2019-07-31T05:13:10.808Z] 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
01:13:10 [2019-07-31T05:13:10.808Z] 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
01:13:10 [2019-07-31T05:13:10.808Z] 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
01:13:10 [2019-07-31T05:13:10.808Z] 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
01:13:10 [2019-07-31T05:13:10.808Z] 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
01:13:10 [2019-07-31T05:13:10.808Z] 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
01:13:11 [2019-07-31T05:13:11.064Z] 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 21 kB/s)
01:13:11 [2019-07-31T05:13:11.064Z] 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
01:13:11 [2019-07-31T05:13:11.064Z] 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
01:13:11 [2019-07-31T05:13:11.064Z] 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
01:13:11 [2019-07-31T05:13:11.064Z] 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
01:13:11 [2019-07-31T05:13:11.064Z] 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
01:13:11 [2019-07-31T05:13:11.064Z] 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
01:13:11 [2019-07-31T05:13:11.322Z] 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 50 kB/s)
01:13:11 [2019-07-31T05:13:11.322Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom
01:13:11 [2019-07-31T05:13:11.322Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom
01:13:11 [2019-07-31T05:13:11.322Z] 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
01:13:11 [2019-07-31T05:13:11.322Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom
01:13:11 [2019-07-31T05:13:11.322Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom
01:13:11 [2019-07-31T05:13:11.322Z] 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
01:13:11 [2019-07-31T05:13:11.579Z] 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 13 kB/s)
01:13:11 [2019-07-31T05:13:11.579Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/1.4/commons-io-1.4.pom
01:13:11 [2019-07-31T05:13:11.579Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom
01:13:11 [2019-07-31T05:13:11.579Z] 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
01:13:11 [2019-07-31T05:13:11.579Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom
01:13:11 [2019-07-31T05:13:11.579Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/1.4/commons-io-1.4.pom
01:13:11 [2019-07-31T05:13:11.579Z] 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
01:13:11 [2019-07-31T05:13:11.838Z] 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 425 kB/s)
01:13:11 [2019-07-31T05:13:11.838Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/7/commons-parent-7.pom
01:13:11 [2019-07-31T05:13:11.838Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom
01:13:11 [2019-07-31T05:13:11.838Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom
01:13:11 [2019-07-31T05:13:11.838Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom
01:13:11 [2019-07-31T05:13:11.838Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom
01:13:11 [2019-07-31T05:13:11.838Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom
01:13:12 [2019-07-31T05:13:12.096Z] 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 564 kB/s)
01:13:12 [2019-07-31T05:13:12.096Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/4/apache-4.pom
01:13:12 [2019-07-31T05:13:12.096Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom
01:13:12 [2019-07-31T05:13:12.096Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/4/apache-4.pom
01:13:12 [2019-07-31T05:13:12.096Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/4/apache-4.pom
01:13:12 [2019-07-31T05:13:12.096Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/4/apache-4.pom
01:13:12 [2019-07-31T05:13:12.354Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
01:13:12 [2019-07-31T05:13:12.354Z] 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 155 kB/s)
01:13:12 [2019-07-31T05:13:12.354Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom
01:13:12 [2019-07-31T05:13:12.354Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom
01:13:12 [2019-07-31T05:13:12.354Z] 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
01:13:12 [2019-07-31T05:13:12.354Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom
01:13:12 [2019-07-31T05:13:12.612Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom
01:13:12 [2019-07-31T05:13:12.612Z] 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
01:13:12 [2019-07-31T05:13:12.612Z] 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 158 kB/s)
01:13:12 [2019-07-31T05:13:12.612Z] 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
01:13:12 [2019-07-31T05:13:12.612Z] 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
01:13:12 [2019-07-31T05:13:12.612Z] 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
01:13:12 [2019-07-31T05:13:12.870Z] 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
01:13:12 [2019-07-31T05:13:12.870Z] 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
01:13:12 [2019-07-31T05:13:12.870Z] 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
01:13:12 [2019-07-31T05:13:12.870Z] 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 188 kB/s)
01:13:12 [2019-07-31T05:13:12.870Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/4.0/project-4.0.pom
01:13:12 [2019-07-31T05:13:12.870Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/project/4.0/project-4.0.pom
01:13:12 [2019-07-31T05:13:12.870Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom
01:13:13 [2019-07-31T05:13:13.127Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/project/4.0/project-4.0.pom
01:13:13 [2019-07-31T05:13:13.127Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/project/4.0/project-4.0.pom
01:13:13 [2019-07-31T05:13:13.127Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
01:13:13 [2019-07-31T05:13:13.127Z] 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 423 kB/s)
01:13:13 [2019-07-31T05:13:13.127Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom
01:13:13 [2019-07-31T05:13:13.127Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom
01:13:13 [2019-07-31T05:13:13.127Z] 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
01:13:13 [2019-07-31T05:13:13.386Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom
01:13:13 [2019-07-31T05:13:13.386Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom
01:13:13 [2019-07-31T05:13:13.386Z] 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
01:13:13 [2019-07-31T05:13:13.386Z] 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)
01:13:13 [2019-07-31T05:13:13.386Z] 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
01:13:13 [2019-07-31T05:13:13.386Z] 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
01:13:13 [2019-07-31T05:13:13.386Z] 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
01:13:13 [2019-07-31T05:13:13.644Z] 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
01:13:13 [2019-07-31T05:13:13.644Z] 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
01:13:13 [2019-07-31T05:13:13.644Z] 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
01:13:13 [2019-07-31T05:13:13.644Z] 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 77 kB/s)
01:13:13 [2019-07-31T05:13:13.644Z] 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
01:13:13 [2019-07-31T05:13:13.901Z] 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
01:13:13 [2019-07-31T05:13:13.901Z] 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
01:13:13 [2019-07-31T05:13:13.901Z] 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
01:13:13 [2019-07-31T05:13:13.901Z] 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
01:13:13 [2019-07-31T05:13:13.901Z] 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
01:13:13 [2019-07-31T05:13:13.901Z] 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)
01:13:13 [2019-07-31T05:13:13.901Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/5/commons-parent-5.pom
01:13:14 [2019-07-31T05:13:14.160Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom
01:13:14 [2019-07-31T05:13:14.160Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom
01:13:14 [2019-07-31T05:13:14.160Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom
01:13:14 [2019-07-31T05:13:14.160Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom
01:13:14 [2019-07-31T05:13:14.160Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
01:13:14 [2019-07-31T05:13:14.418Z] 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 517 kB/s)
01:13:14 [2019-07-31T05:13:14.418Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
01:13:14 [2019-07-31T05:13:14.418Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
01:13:14 [2019-07-31T05:13:14.418Z] 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
01:13:14 [2019-07-31T05:13:14.418Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
01:13:15 [2019-07-31T05:13:15.788Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
01:13:18 [2019-07-31T05:13:18.487Z] 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
01:13:18 [2019-07-31T05:13:18.488Z] 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 197 kB/s)
01:13:18 [2019-07-31T05:13:18.745Z] 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
01:13:18 [2019-07-31T05:13:18.745Z] 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
01:13:18 [2019-07-31T05:13:18.745Z] 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
01:13:19 [2019-07-31T05:13:19.002Z] 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
01:13:19 [2019-07-31T05:13:19.002Z] 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
01:13:19 [2019-07-31T05:13:19.002Z] 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
01:13:19 [2019-07-31T05:13:19.002Z] 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 126 kB/s)
01:13:19 [2019-07-31T05:13:19.002Z] 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
01:13:19 [2019-07-31T05:13:19.002Z] 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
01:13:19 [2019-07-31T05:13:19.002Z] 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
01:13:19 [2019-07-31T05:13:19.260Z] 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
01:13:19 [2019-07-31T05:13:19.260Z] 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
01:13:19 [2019-07-31T05:13:19.260Z] 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
01:13:19 [2019-07-31T05:13:19.260Z] 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 95 kB/s)
01:13:19 [2019-07-31T05:13:19.260Z] 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
01:13:19 [2019-07-31T05:13:19.260Z] 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
01:13:19 [2019-07-31T05:13:19.260Z] 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
01:13:19 [2019-07-31T05:13:19.517Z] 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
01:13:19 [2019-07-31T05:13:19.517Z] 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
01:13:19 [2019-07-31T05:13:19.517Z] 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
01:13:20 [2019-07-31T05:13:20.888Z] 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 2.1 kB/s)
01:13:20 [2019-07-31T05:13:20.888Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
01:13:20 [2019-07-31T05:13:20.888Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
01:13:20 [2019-07-31T05:13:20.888Z] 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
01:13:21 [2019-07-31T05:13:21.146Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
01:13:21 [2019-07-31T05:13:21.146Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
01:13:21 [2019-07-31T05:13:21.146Z] 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
01:13:21 [2019-07-31T05:13:21.146Z] 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)
01:13:21 [2019-07-31T05:13:21.403Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/28/commons-parent-28.pom
01:13:21 [2019-07-31T05:13:21.403Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/28/commons-parent-28.pom
01:13:21 [2019-07-31T05:13:21.403Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/28/commons-parent-28.pom
01:13:21 [2019-07-31T05:13:21.661Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/28/commons-parent-28.pom
01:13:21 [2019-07-31T05:13:21.661Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/28/commons-parent-28.pom
01:13:21 [2019-07-31T05:13:21.661Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom
01:13:21 [2019-07-31T05:13:21.661Z] 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 983 kB/s)
01:13:21 [2019-07-31T05:13:21.661Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.2/xz-1.2.pom
01:13:21 [2019-07-31T05:13:21.661Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.2/xz-1.2.pom
01:13:21 [2019-07-31T05:13:21.661Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/tukaani/xz/1.2/xz-1.2.pom
01:13:21 [2019-07-31T05:13:21.926Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.2/xz-1.2.pom
01:13:21 [2019-07-31T05:13:21.926Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.2/xz-1.2.pom
01:13:21 [2019-07-31T05:13:21.926Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom
01:13:21 [2019-07-31T05:13:21.926Z] 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 58 kB/s)
01:13:21 [2019-07-31T05:13:21.926Z] 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
01:13:21 [2019-07-31T05:13:21.926Z] 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
01:13:21 [2019-07-31T05:13:21.926Z] 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
01:13:22 [2019-07-31T05:13:22.224Z] 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
01:13:22 [2019-07-31T05:13:22.224Z] 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
01:13:22 [2019-07-31T05:13:22.224Z] 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
01:13:22 [2019-07-31T05:13:22.224Z] 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 177 kB/s)
01:13:22 [2019-07-31T05:13:22.224Z] 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
01:13:22 [2019-07-31T05:13:22.224Z] 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
01:13:22 [2019-07-31T05:13:22.224Z] 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
01:13:22 [2019-07-31T05:13:22.527Z] 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
01:13:22 [2019-07-31T05:13:22.527Z] 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
01:13:22 [2019-07-31T05:13:22.527Z] 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
01:13:22 [2019-07-31T05:13:22.527Z] 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 51 kB/s)
01:13:22 [2019-07-31T05:13:22.527Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
01:13:22 [2019-07-31T05:13:22.527Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
01:13:22 [2019-07-31T05:13:22.527Z] 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
01:13:22 [2019-07-31T05:13:22.527Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
01:13:22 [2019-07-31T05:13:22.784Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
01:13:22 [2019-07-31T05:13:22.784Z] 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
01:13:22 [2019-07-31T05:13:22.784Z] 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 659 kB/s)
01:13:22 [2019-07-31T05:13:22.784Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
01:13:22 [2019-07-31T05:13:22.784Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
01:13:22 [2019-07-31T05:13:22.784Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
01:13:23 [2019-07-31T05:13:23.041Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
01:13:23 [2019-07-31T05:13:23.041Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
01:13:23 [2019-07-31T05:13:23.041Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
01:13:23 [2019-07-31T05:13:23.041Z] 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 1.1 MB/s)
01:13:23 [2019-07-31T05:13:23.041Z] 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
01:13:23 [2019-07-31T05:13:23.041Z] 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
01:13:23 [2019-07-31T05:13:23.299Z] 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
01:13:23 [2019-07-31T05:13:23.299Z] 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
01:13:23 [2019-07-31T05:13:23.299Z] 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
01:13:23 [2019-07-31T05:13:23.299Z] 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
01:13:23 [2019-07-31T05:13:23.299Z] 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 108 kB/s)
01:13:23 [2019-07-31T05:13:23.299Z] 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
01:13:23 [2019-07-31T05:13:23.556Z] 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 214 kB/s)
01:13:23 [2019-07-31T05:13:23.556Z] 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
01:13:23 [2019-07-31T05:13:23.556Z] 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 487 kB/s)
01:13:23 [2019-07-31T05:13:23.556Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom
01:13:23 [2019-07-31T05:13:23.556Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom
01:13:23 [2019-07-31T05:13:23.556Z] 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
01:13:24 [2019-07-31T05:13:24.038Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom
01:13:24 [2019-07-31T05:13:24.038Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom
01:13:24 [2019-07-31T05:13:24.038Z] 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
01:13:24 [2019-07-31T05:13:24.038Z] 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 14 kB/s)
01:13:24 [2019-07-31T05:13:24.038Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
01:13:24 [2019-07-31T05:13:24.038Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
01:13:24 [2019-07-31T05:13:24.038Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
01:13:24 [2019-07-31T05:13:24.297Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
01:13:24 [2019-07-31T05:13:24.297Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
01:13:24 [2019-07-31T05:13:24.297Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
01:13:24 [2019-07-31T05:13:24.297Z] 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)
01:13:24 [2019-07-31T05:13:24.297Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
01:13:24 [2019-07-31T05:13:24.297Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
01:13:24 [2019-07-31T05:13:24.297Z] 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
01:13:24 [2019-07-31T05:13:24.555Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
01:13:24 [2019-07-31T05:13:24.555Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
01:13:24 [2019-07-31T05:13:24.555Z] 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
01:13:24 [2019-07-31T05:13:24.555Z] 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 140 kB/s)
01:13:24 [2019-07-31T05:13:24.555Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
01:13:24 [2019-07-31T05:13:24.555Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
01:13:24 [2019-07-31T05:13:24.555Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
01:13:24 [2019-07-31T05:13:24.812Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
01:13:24 [2019-07-31T05:13:24.812Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
01:13:24 [2019-07-31T05:13:24.812Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
01:13:24 [2019-07-31T05:13:24.812Z] 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 128 kB/s)
01:13:24 [2019-07-31T05:13:24.812Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom
01:13:24 [2019-07-31T05:13:24.812Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom
01:13:24 [2019-07-31T05:13:24.812Z] 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
01:13:25 [2019-07-31T05:13:25.069Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom
01:13:25 [2019-07-31T05:13:25.069Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom
01:13:25 [2019-07-31T05:13:25.069Z] 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
01:13:25 [2019-07-31T05:13:25.069Z] 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 182 kB/s)
01:13:25 [2019-07-31T05:13:25.069Z] 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
01:13:25 [2019-07-31T05:13:25.069Z] 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
01:13:25 [2019-07-31T05:13:25.069Z] 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
01:13:25 [2019-07-31T05:13:25.327Z] 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
01:13:25 [2019-07-31T05:13:25.327Z] 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
01:13:25 [2019-07-31T05:13:25.327Z] 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
01:13:25 [2019-07-31T05:13:25.327Z] 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 404 kB/s)
01:13:25 [2019-07-31T05:13:25.327Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/5/project-5.pom
01:13:25 [2019-07-31T05:13:25.327Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/project/5/project-5.pom
01:13:25 [2019-07-31T05:13:25.327Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom
01:13:25 [2019-07-31T05:13:25.585Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/project/5/project-5.pom
01:13:25 [2019-07-31T05:13:25.585Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/project/5/project-5.pom
01:13:25 [2019-07-31T05:13:25.585Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/5/project-5.pom
01:13:25 [2019-07-31T05:13:25.585Z] 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 748 kB/s)
01:13:25 [2019-07-31T05:13:25.585Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom
01:13:25 [2019-07-31T05:13:25.585Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom
01:13:25 [2019-07-31T05:13:25.585Z] 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
01:13:25 [2019-07-31T05:13:25.842Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom
01:13:25 [2019-07-31T05:13:25.842Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom
01:13:25 [2019-07-31T05:13:25.842Z] 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
01:13:25 [2019-07-31T05:13:25.842Z] 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 255 kB/s)
01:13:25 [2019-07-31T05:13:25.842Z] 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
01:13:26 [2019-07-31T05:13:26.099Z] 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
01:13:26 [2019-07-31T05:13:26.099Z] 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
01:13:26 [2019-07-31T05:13:26.099Z] 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
01:13:26 [2019-07-31T05:13:26.099Z] 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
01:13:26 [2019-07-31T05:13:26.356Z] 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
01:13:26 [2019-07-31T05:13:26.356Z] 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 315 kB/s)
01:13:26 [2019-07-31T05:13:26.356Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
01:13:26 [2019-07-31T05:13:26.356Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
01:13:26 [2019-07-31T05:13:26.613Z] 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
01:13:26 [2019-07-31T05:13:26.613Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
01:13:26 [2019-07-31T05:13:26.613Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
01:13:26 [2019-07-31T05:13:26.613Z] 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
01:13:26 [2019-07-31T05:13:26.613Z] 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 292 kB/s)
01:13:26 [2019-07-31T05:13:26.613Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/11/commons-parent-11.pom
01:13:26 [2019-07-31T05:13:26.871Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom
01:13:26 [2019-07-31T05:13:26.871Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom
01:13:26 [2019-07-31T05:13:26.871Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom
01:13:26 [2019-07-31T05:13:26.871Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/11/commons-parent-11.pom
01:13:26 [2019-07-31T05:13:26.871Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
01:13:26 [2019-07-31T05:13:26.871Z] 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 822 kB/s)
01:13:26 [2019-07-31T05:13:26.871Z] 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
01:13:27 [2019-07-31T05:13:27.129Z] 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
01:13:27 [2019-07-31T05:13:27.129Z] 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
01:13:27 [2019-07-31T05:13:27.129Z] 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
01:13:27 [2019-07-31T05:13:27.129Z] 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
01:13:27 [2019-07-31T05:13:27.129Z] 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
01:13:27 [2019-07-31T05:13:27.387Z] 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 314 kB/s)
01:13:27 [2019-07-31T05:13:27.387Z] 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
01:13:27 [2019-07-31T05:13:27.387Z] 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
01:13:27 [2019-07-31T05:13:27.387Z] 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
01:13:27 [2019-07-31T05:13:27.387Z] 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
01:13:27 [2019-07-31T05:13:27.387Z] 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
01:13:27 [2019-07-31T05:13:27.387Z] 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
01:13:28 [2019-07-31T05:13:28.759Z] 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 1.4 kB/s)
01:13:28 [2019-07-31T05:13:28.759Z] 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
01:13:28 [2019-07-31T05:13:28.759Z] 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
01:13:28 [2019-07-31T05:13:28.759Z] 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
01:13:28 [2019-07-31T05:13:28.759Z] 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
01:13:28 [2019-07-31T05:13:28.759Z] 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
01:13:28 [2019-07-31T05:13:28.759Z] 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
01:13:28 [2019-07-31T05:13:28.759Z] 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)
01:13:28 [2019-07-31T05:13:28.759Z] 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
01:13:28 [2019-07-31T05:13:28.759Z] 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
01:13:28 [2019-07-31T05:13:28.759Z] 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
01:13:29 [2019-07-31T05:13:29.017Z] 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
01:13:29 [2019-07-31T05:13:29.017Z] 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
01:13:29 [2019-07-31T05:13:29.017Z] 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
01:13:29 [2019-07-31T05:13:29.017Z] 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 70 kB/s)
01:13:29 [2019-07-31T05:13:29.017Z] 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
01:13:29 [2019-07-31T05:13:29.017Z] 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
01:13:29 [2019-07-31T05:13:29.017Z] 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
01:13:29 [2019-07-31T05:13:29.274Z] 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
01:13:29 [2019-07-31T05:13:29.274Z] 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
01:13:29 [2019-07-31T05:13:29.274Z] 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
01:13:29 [2019-07-31T05:13:29.274Z] 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 112 kB/s)
01:13:29 [2019-07-31T05:13:29.274Z] 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
01:13:29 [2019-07-31T05:13:29.274Z] 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
01:13:29 [2019-07-31T05:13:29.274Z] 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
01:13:29 [2019-07-31T05:13:29.532Z] 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
01:13:29 [2019-07-31T05:13:29.532Z] 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
01:13:30 [2019-07-31T05:13:30.904Z] 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
01:13:30 [2019-07-31T05:13:30.904Z] 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 236 kB/s)
01:13:30 [2019-07-31T05:13:30.904Z] 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
01:13:30 [2019-07-31T05:13:30.904Z] 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
01:13:30 [2019-07-31T05:13:30.904Z] 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
01:13:30 [2019-07-31T05:13:30.904Z] 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
01:13:30 [2019-07-31T05:13:30.904Z] 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
01:13:30 [2019-07-31T05:13:30.904Z] 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
01:13:30 [2019-07-31T05:13:30.904Z] 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 43 kB/s)
01:13:30 [2019-07-31T05:13:30.904Z] 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
01:13:30 [2019-07-31T05:13:30.904Z] 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
01:13:30 [2019-07-31T05:13:30.904Z] 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
01:13:31 [2019-07-31T05:13:31.428Z] 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
01:13:31 [2019-07-31T05:13:31.428Z] 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
01:13:31 [2019-07-31T05:13:31.428Z] 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
01:13:31 [2019-07-31T05:13:31.428Z] 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 63 kB/s)
01:13:31 [2019-07-31T05:13:31.428Z] 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
01:13:31 [2019-07-31T05:13:31.428Z] 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
01:13:31 [2019-07-31T05:13:31.428Z] 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
01:13:31 [2019-07-31T05:13:31.428Z] 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
01:13:31 [2019-07-31T05:13:31.428Z] 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
01:13:31 [2019-07-31T05:13:31.686Z] 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
01:13:31 [2019-07-31T05:13:31.686Z] 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 226 kB/s)
01:13:31 [2019-07-31T05:13:31.686Z] 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
01:13:31 [2019-07-31T05:13:31.686Z] 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
01:13:31 [2019-07-31T05:13:31.686Z] 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
01:13:31 [2019-07-31T05:13:31.686Z] 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
01:13:31 [2019-07-31T05:13:31.686Z] 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
01:13:31 [2019-07-31T05:13:31.686Z] 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
01:13:31 [2019-07-31T05:13:31.686Z] 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 103 kB/s)
01:13:31 [2019-07-31T05:13:31.686Z] 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
01:13:31 [2019-07-31T05:13:31.686Z] 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
01:13:31 [2019-07-31T05:13:31.943Z] 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
01:13:31 [2019-07-31T05:13:31.943Z] 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
01:13:31 [2019-07-31T05:13:31.943Z] 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
01:13:31 [2019-07-31T05:13:31.943Z] 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
01:13:31 [2019-07-31T05:13:31.943Z] 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 75 kB/s)
01:13:31 [2019-07-31T05:13:31.943Z] 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
01:13:32 [2019-07-31T05:13:32.201Z] 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
01:13:32 [2019-07-31T05:13:32.201Z] 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
01:13:32 [2019-07-31T05:13:32.201Z] 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
01:13:32 [2019-07-31T05:13:32.202Z] 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
01:13:32 [2019-07-31T05:13:32.202Z] 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
01:13:32 [2019-07-31T05:13:32.202Z] 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 62 kB/s)
01:13:32 [2019-07-31T05:13:32.459Z] 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
01:13:32 [2019-07-31T05:13:32.459Z] 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
01:13:32 [2019-07-31T05:13:32.459Z] 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
01:13:32 [2019-07-31T05:13:32.459Z] 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
01:13:32 [2019-07-31T05:13:32.459Z] 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
01:13:32 [2019-07-31T05:13:32.459Z] 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
01:13:32 [2019-07-31T05:13:32.717Z] 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 41 kB/s)
01:13:32 [2019-07-31T05:13:32.717Z] 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
01:13:32 [2019-07-31T05:13:32.717Z] 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
01:13:32 [2019-07-31T05:13:32.717Z] 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
01:13:32 [2019-07-31T05:13:32.717Z] 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
01:13:32 [2019-07-31T05:13:32.717Z] 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
01:13:32 [2019-07-31T05:13:32.717Z] 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
01:13:32 [2019-07-31T05:13:32.974Z] 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 68 kB/s)
01:13:32 [2019-07-31T05:13:32.974Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
01:13:32 [2019-07-31T05:13:32.974Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
01:13:32 [2019-07-31T05:13:32.974Z] 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
01:13:32 [2019-07-31T05:13:32.974Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
01:13:32 [2019-07-31T05:13:32.974Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
01:13:32 [2019-07-31T05:13:32.974Z] 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
01:13:33 [2019-07-31T05:13:33.231Z] 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 490 kB/s)
01:13:33 [2019-07-31T05:13:33.231Z] 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
01:13:33 [2019-07-31T05:13:33.231Z] 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
01:13:33 [2019-07-31T05:13:33.231Z] 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
01:13:33 [2019-07-31T05:13:33.231Z] 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
01:13:33 [2019-07-31T05:13:33.231Z] 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
01:13:33 [2019-07-31T05:13:33.489Z] 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
01:13:33 [2019-07-31T05:13:33.489Z] 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 46 kB/s)
01:13:33 [2019-07-31T05:13:33.489Z] 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
01:13:33 [2019-07-31T05:13:33.489Z] 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
01:13:33 [2019-07-31T05:13:33.489Z] 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
01:13:33 [2019-07-31T05:13:33.489Z] 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
01:13:33 [2019-07-31T05:13:33.746Z] 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
01:13:33 [2019-07-31T05:13:33.746Z] 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
01:13:33 [2019-07-31T05:13:33.746Z] 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 76 kB/s)
01:13:33 [2019-07-31T05:13:33.746Z] 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
01:13:33 [2019-07-31T05:13:33.746Z] 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
01:13:33 [2019-07-31T05:13:33.746Z] 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
01:13:34 [2019-07-31T05:13:34.003Z] 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
01:13:34 [2019-07-31T05:13:34.003Z] 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
01:13:34 [2019-07-31T05:13:34.003Z] 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
01:13:34 [2019-07-31T05:13:34.003Z] 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)
01:13:34 [2019-07-31T05:13:34.003Z] 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
01:13:34 [2019-07-31T05:13:34.003Z] 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
01:13:34 [2019-07-31T05:13:34.003Z] 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
01:13:34 [2019-07-31T05:13:34.261Z] 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
01:13:34 [2019-07-31T05:13:34.261Z] 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
01:13:34 [2019-07-31T05:13:34.261Z] 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
01:13:34 [2019-07-31T05:13:34.261Z] 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 76 kB/s)
01:13:34 [2019-07-31T05:13:34.261Z] 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
01:13:34 [2019-07-31T05:13:34.261Z] 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
01:13:34 [2019-07-31T05:13:34.261Z] 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
01:13:34 [2019-07-31T05:13:34.519Z] 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
01:13:34 [2019-07-31T05:13:34.519Z] 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
01:13:34 [2019-07-31T05:13:34.519Z] 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
01:13:34 [2019-07-31T05:13:34.519Z] 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 77 kB/s)
01:13:34 [2019-07-31T05:13:34.519Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
01:13:34 [2019-07-31T05:13:34.519Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
01:13:34 [2019-07-31T05:13:34.519Z] 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
01:13:34 [2019-07-31T05:13:34.777Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
01:13:34 [2019-07-31T05:13:34.777Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
01:13:34 [2019-07-31T05:13:34.777Z] 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
01:13:34 [2019-07-31T05:13:34.777Z] 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 266 kB/s)
01:13:34 [2019-07-31T05:13:34.777Z] 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
01:13:34 [2019-07-31T05:13:34.777Z] 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
01:13:34 [2019-07-31T05:13:34.777Z] 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
01:13:35 [2019-07-31T05:13:35.034Z] 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
01:13:35 [2019-07-31T05:13:35.034Z] 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
01:13:35 [2019-07-31T05:13:35.034Z] 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
01:13:35 [2019-07-31T05:13:35.034Z] 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 23 kB/s)
01:13:35 [2019-07-31T05:13:35.034Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
01:13:35 [2019-07-31T05:13:35.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
01:13:35 [2019-07-31T05:13:35.034Z] 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
01:13:35 [2019-07-31T05:13:35.292Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
01:13:35 [2019-07-31T05:13:35.292Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
01:13:35 [2019-07-31T05:13:35.292Z] 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
01:13:35 [2019-07-31T05:13:35.292Z] 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 242 kB/s)
01:13:35 [2019-07-31T05:13:35.292Z] 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
01:13:35 [2019-07-31T05:13:35.292Z] 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
01:13:35 [2019-07-31T05:13:35.292Z] 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
01:13:35 [2019-07-31T05:13:35.549Z] 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
01:13:35 [2019-07-31T05:13:35.549Z] 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
01:13:35 [2019-07-31T05:13:35.549Z] 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
01:13:35 [2019-07-31T05:13:35.549Z] 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 43 kB/s)
01:13:35 [2019-07-31T05:13:35.549Z] 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
01:13:35 [2019-07-31T05:13:35.549Z] 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
01:13:35 [2019-07-31T05:13:35.806Z] 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
01:13:35 [2019-07-31T05:13:35.806Z] 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
01:13:35 [2019-07-31T05:13:35.806Z] 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
01:13:35 [2019-07-31T05:13:35.806Z] 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
01:13:35 [2019-07-31T05:13:35.806Z] 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 163 kB/s)
01:13:35 [2019-07-31T05:13:35.806Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/11/oss-parent-11.pom
01:13:35 [2019-07-31T05:13:35.806Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/oss-parent/11/oss-parent-11.pom
01:13:36 [2019-07-31T05:13:36.064Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom
01:13:36 [2019-07-31T05:13:36.064Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/oss-parent/11/oss-parent-11.pom
01:13:36 [2019-07-31T05:13:36.064Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/oss-parent/11/oss-parent-11.pom
01:13:36 [2019-07-31T05:13:36.064Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom
01:13:36 [2019-07-31T05:13:36.064Z] 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 799 kB/s)
01:13:36 [2019-07-31T05:13:36.064Z] 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
01:13:36 [2019-07-31T05:13:36.322Z] 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
01:13:36 [2019-07-31T05:13:36.322Z] 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
01:13:36 [2019-07-31T05:13:36.322Z] 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
01:13:36 [2019-07-31T05:13:36.322Z] 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
01:13:36 [2019-07-31T05:13:36.322Z] 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
01:13:36 [2019-07-31T05:13:36.322Z] 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 42 kB/s)
01:13:36 [2019-07-31T05:13:36.579Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/10/oss-parent-10.pom
01:13:36 [2019-07-31T05:13:36.579Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/oss-parent/10/oss-parent-10.pom
01:13:36 [2019-07-31T05:13:36.579Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/oss-parent/10/oss-parent-10.pom
01:13:36 [2019-07-31T05:13:36.579Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/oss-parent/10/oss-parent-10.pom
01:13:36 [2019-07-31T05:13:36.579Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/oss-parent/10/oss-parent-10.pom
01:13:36 [2019-07-31T05:13:36.579Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/10/oss-parent-10.pom
01:13:36 [2019-07-31T05:13:36.836Z] 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 751 kB/s)
01:13:36 [2019-07-31T05:13:36.836Z] 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
01:13:36 [2019-07-31T05:13:36.836Z] 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
01:13:36 [2019-07-31T05:13:36.836Z] 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
01:13:36 [2019-07-31T05:13:36.836Z] 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
01:13:36 [2019-07-31T05:13:36.836Z] 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
01:13:36 [2019-07-31T05:13:36.836Z] 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
01:13:37 [2019-07-31T05:13:37.095Z] 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)
01:13:37 [2019-07-31T05:13:37.095Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/joda-time/joda-time/2.0/joda-time-2.0.pom
01:13:37 [2019-07-31T05:13:37.095Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/joda-time/joda-time/2.0/joda-time-2.0.pom
01:13:37 [2019-07-31T05:13:37.095Z] 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
01:13:37 [2019-07-31T05:13:37.095Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/joda-time/joda-time/2.0/joda-time-2.0.pom
01:13:37 [2019-07-31T05:13:37.095Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/joda-time/joda-time/2.0/joda-time-2.0.pom
01:13:37 [2019-07-31T05:13:37.528Z] 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
01:13:37 [2019-07-31T05:13:37.528Z] 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 464 kB/s)
01:13:37 [2019-07-31T05:13:37.528Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/15.0/guava-15.0.pom
01:13:37 [2019-07-31T05:13:37.528Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/15.0/guava-15.0.pom
01:13:37 [2019-07-31T05:13:37.528Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom
01:13:37 [2019-07-31T05:13:37.528Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/15.0/guava-15.0.pom
01:13:37 [2019-07-31T05:13:37.528Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/15.0/guava-15.0.pom
01:13:37 [2019-07-31T05:13:37.528Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0/guava-15.0.pom
01:13:37 [2019-07-31T05:13:37.528Z] 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 208 kB/s)
01:13:37 [2019-07-31T05:13:37.528Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
01:13:37 [2019-07-31T05:13:37.528Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
01:13:37 [2019-07-31T05:13:37.528Z] 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
01:13:37 [2019-07-31T05:13:37.786Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
01:13:37 [2019-07-31T05:13:37.786Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
01:13:37 [2019-07-31T05:13:37.786Z] 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
01:13:37 [2019-07-31T05:13:37.786Z] 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 229 kB/s)
01:13:37 [2019-07-31T05:13:37.786Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
01:13:37 [2019-07-31T05:13:37.786Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
01:13:37 [2019-07-31T05:13:37.786Z] 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
01:13:38 [2019-07-31T05:13:38.043Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
01:13:38 [2019-07-31T05:13:38.043Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
01:13:38 [2019-07-31T05:13:38.043Z] 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
01:13:38 [2019-07-31T05:13:38.043Z] 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 34 kB/s)
01:13:38 [2019-07-31T05:13:38.043Z] 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
01:13:38 [2019-07-31T05:13:38.043Z] 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 296 kB/s)
01:13:38 [2019-07-31T05:13:38.043Z] 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
01:13:38 [2019-07-31T05:13:38.300Z] 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 449 kB/s)
01:13:38 [2019-07-31T05:13:38.300Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom
01:13:38 [2019-07-31T05:13:38.300Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom
01:13:38 [2019-07-31T05:13:38.300Z] 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
01:13:38 [2019-07-31T05:13:38.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom
01:13:38 [2019-07-31T05:13:38.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom
01:13:38 [2019-07-31T05:13:38.558Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] 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 30 kB/s)
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon/8.7/saxon-8.7.jar
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.jar
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/1.4/commons-io-1.4.jar
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar
01:13:38 [2019-07-31T05:13:38.823Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.823Z] 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
                      
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
01:13:38 [2019-07-31T05:13:38.823Z] 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
01:13:38 [2019-07-31T05:13:38.824Z] 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
                        
Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/joda-time/joda-time/2.0/joda-time-2.0.jar
01:13:38 [2019-07-31T05:13:38.824Z] 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
                        
Progress (1): 0.2/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
01:13:38 [2019-07-31T05:13:38.824Z] 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.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
                        
Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
01:13:38 [2019-07-31T05:13:38.824Z] 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
                        
Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar
01:13:39 [2019-07-31T05:13:39.082Z] 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
                        
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
01:13:39 [2019-07-31T05:13:39.082Z] 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
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
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
Progress (1): 0.9/1.9 MB
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
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 6.3 MB/s)
01:13:39 [2019-07-31T05:13:39.082Z] 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
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
01:13:39 [2019-07-31T05:13:39.082Z] 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
01:13:39 [2019-07-31T05:13:39.082Z] 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
01:13:39 [2019-07-31T05:13:39.082Z] 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
01:13:39 [2019-07-31T05:13:39.082Z] 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
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.jar
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar
01:13:39 [2019-07-31T05:13:39.082Z] 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
01:13:39 [2019-07-31T05:13:39.082Z] 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
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
01:13:39 [2019-07-31T05:13:39.082Z] 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
01:13:39 [2019-07-31T05:13:39.082Z] 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
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.jar
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar
01:13:39 [2019-07-31T05:13:39.082Z] 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
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
01:13:39 [2019-07-31T05:13:39.082Z] 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
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar
01:13:39 [2019-07-31T05:13:39.082Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
01:13:39 [2019-07-31T05:13:39.339Z] 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
01:13:39 [2019-07-31T05:13:39.339Z] 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
01:13:39 [2019-07-31T05:13:39.339Z] 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
01:13:39 [2019-07-31T05:13:39.339Z] 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
01:13:39 [2019-07-31T05:13:39.339Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/joda-time/joda-time/2.0/joda-time-2.0.jar
01:13:39 [2019-07-31T05:13:39.339Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/15.0/guava-15.0.jar
01:13:39 [2019-07-31T05:13:39.339Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
01:13:39 [2019-07-31T05:13:39.339Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar
01:13:39 [2019-07-31T05:13:39.339Z] 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
01:13:39 [2019-07-31T05:13:39.339Z] 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
01:13:39 [2019-07-31T05:13:39.339Z] 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
01:13:39 [2019-07-31T05:13:39.339Z] 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
01:13:39 [2019-07-31T05:13:39.339Z] 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
01:13:39 [2019-07-31T05:13:39.339Z] 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
01:13:39 [2019-07-31T05:13:39.596Z] 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
01:13:39 [2019-07-31T05:13:39.596Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/net/sf/saxon/saxon/8.7/saxon-8.7.jar
01:13:39 [2019-07-31T05:13:39.596Z] 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
01:13:39 [2019-07-31T05:13:39.596Z] 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
01:13:39 [2019-07-31T05:13:39.596Z] 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
01:13:39 [2019-07-31T05:13:39.596Z] 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
01:13:39 [2019-07-31T05:13:39.596Z] 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
01:13:39 [2019-07-31T05:13:39.596Z] 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
01:13:39 [2019-07-31T05:13:39.853Z] Progress (1): 4.1/97 kB
Progress (1): 7.9/97 kB
Progress (1): 12/97 kB 
Progress (1): 13/97 kB
Progress (1): 17/97 kB
Progress (1): 21/97 kB
Progress (1): 25/97 kB
Progress (1): 30/97 kB
Progress (1): 34/97 kB
Progress (1): 35/97 kB
                      
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
01:13:39 [2019-07-31T05:13:39.853Z] Progress (1): 39/97 kB
Progress (1): 43/97 kB
Progress (1): 47/97 kB
Progress (1): 51/97 kB
Progress (1): 55/97 kB
Progress (1): 59/97 kB
Progress (1): 63/97 kB
Progress (1): 64/97 kB
                      
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
01:13:39 [2019-07-31T05:13:39.853Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
01:13:39 [2019-07-31T05:13:39.853Z] 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
01:13:39 [2019-07-31T05:13:39.853Z] Progress (1): 68/97 kB
Progress (1): 73/97 kB
Progress (1): 77/97 kB
Progress (1): 81/97 kB
Progress (1): 85/97 kB
Progress (1): 89/97 kB
Progress (1): 93/97 kB
Progress (1): 94/97 kB
                      
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
01:13:40 [2019-07-31T05:13:40.111Z] Progress (1): 97 kB
                   
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
01:13:40 [2019-07-31T05:13:40.111Z] 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
01:13:40 [2019-07-31T05:13:40.111Z] 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
01:13:40 [2019-07-31T05:13:40.111Z] 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 145 kB/s)
01:13:40 [2019-07-31T05:13:40.111Z] 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
01:13:40 [2019-07-31T05:13:40.111Z] 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
01:13:40 [2019-07-31T05:13:40.111Z] 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
01:13:40 [2019-07-31T05:13:40.111Z] 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
01:13:40 [2019-07-31T05:13:40.111Z] 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
01:13:40 [2019-07-31T05:13:40.111Z] 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
01:13:40 [2019-07-31T05:13:40.111Z] 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
01:13:40 [2019-07-31T05:13:40.367Z] 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
01:13:40 [2019-07-31T05:13:40.367Z] 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
01:13:40 [2019-07-31T05:13:40.367Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar
01:13:40 [2019-07-31T05:13:40.367Z] 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
01:13:40 [2019-07-31T05:13:40.367Z] 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
01:13:40 [2019-07-31T05:13:40.367Z] 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
01:13:40 [2019-07-31T05:13:40.625Z] 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
01:13:40 [2019-07-31T05:13:40.625Z] 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
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
01:13:40 [2019-07-31T05:13:40.625Z] 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
01:13:40 [2019-07-31T05:13:40.625Z] 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
01:13:40 [2019-07-31T05:13:40.625Z] 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
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.jar
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar
01:13:40 [2019-07-31T05:13:40.625Z] 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
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
01:13:40 [2019-07-31T05:13:40.625Z] 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
01:13:40 [2019-07-31T05:13:40.625Z] 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
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.1/junit-3.8.1.jar
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar
01:13:40 [2019-07-31T05:13:40.625Z] 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
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
01:13:40 [2019-07-31T05:13:40.625Z] 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
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar
01:13:40 [2019-07-31T05:13:40.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
01:13:40 [2019-07-31T05:13:40.625Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/joda-time/joda-time/2.0/joda-time-2.0.jar
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/15.0/guava-15.0.jar
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon/8.7/saxon-8.7.jar
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] 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
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.jar
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
01:13:40 [2019-07-31T05:13:40.883Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/1.4/commons-io-1.4.jar
01:13:41 [2019-07-31T05:13:41.141Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar
01:13:41 [2019-07-31T05:13:41.141Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar
01:13:41 [2019-07-31T05:13:41.141Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/joda-time/joda-time/2.0/joda-time-2.0.jar
01:13:41 [2019-07-31T05:13:41.141Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/15.0/guava-15.0.jar
01:13:41 [2019-07-31T05:13:41.141Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar
01:13:41 [2019-07-31T05:13:41.141Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.141Z] Progress (1): 4.1/129 kB
Progress (1): 7.7/129 kB
Progress (1): 12/129 kB 
Progress (1): 16/129 kB
Progress (1): 20/129 kB
Progress (1): 24/129 kB
Progress (1): 28/129 kB
Progress (1): 32/129 kB
Progress (1): 36/129 kB
Progress (1): 40/129 kB
Progress (2): 40/129 kB | 4.1/378 kB
Progress (2): 44/129 kB | 4.1/378 kB
Progress (2): 44/129 kB | 7.7/378 kB
Progress (2): 48/129 kB | 7.7/378 kB
Progress (2): 48/129 kB | 12/378 kB 
Progress (3): 48/129 kB | 12/378 kB | 4.1/230 kB
Progress (3): 52/129 kB | 12/378 kB | 4.1/230 kB
Progress (3): 52/129 kB | 12/378 kB | 7.7/230 kB
Progress (4): 52/129 kB | 12/378 kB | 7.7/230 kB | 4.1/82 kB
Progress (4): 52/129 kB | 16/378 kB | 7.7/230 kB | 4.1/82 kB
Progress (4): 52/129 kB | 16/378 kB | 7.7/230 kB | 7.7/82 kB
Progress (4): 52/129 kB | 16/378 kB | 12/230 kB | 7.7/82 kB 
Progress (4): 56/129 kB | 16/378 kB | 12/230 kB | 7.7/82 kB
Progress (4): 56/129 kB | 16/378 kB | 16/230 kB | 7.7/82 kB
Progress (4): 56/129 kB | 16/378 kB | 16/230 kB | 12/82 kB 
Progress (4): 56/129 kB | 20/378 kB | 16/230 kB | 12/82 kB
Progress (4): 56/129 kB | 20/378 kB | 16/230 kB | 16/82 kB
Progress (4): 56/129 kB | 20/378 kB | 20/230 kB | 16/82 kB
Progress (4): 60/129 kB | 20/378 kB | 20/230 kB | 16/82 kB
Progress (4): 60/129 kB | 20/378 kB | 24/230 kB | 16/82 kB
Progress (4): 60/129 kB | 20/378 kB | 24/230 kB | 20/82 kB
Progress (4): 60/129 kB | 24/378 kB | 24/230 kB | 20/82 kB
Progress (4): 60/129 kB | 24/378 kB | 24/230 kB | 24/82 kB
Progress (4): 60/129 kB | 24/378 kB | 28/230 kB | 24/82 kB
Progress (4): 64/129 kB | 24/378 kB | 28/230 kB | 24/82 kB
Progress (4): 64/129 kB | 24/378 kB | 32/230 kB | 24/82 kB
Progress (4): 64/129 kB | 24/378 kB | 32/230 kB | 28/82 kB
Progress (4): 64/129 kB | 28/378 kB | 32/230 kB | 28/82 kB
Progress (4): 64/129 kB | 28/378 kB | 32/230 kB | 32/82 kB
Progress (4): 64/129 kB | 28/378 kB | 36/230 kB | 32/82 kB
Progress (4): 68/129 kB | 28/378 kB | 36/230 kB | 32/82 kB
Progress (4): 68/129 kB | 28/378 kB | 40/230 kB | 32/82 kB
Progress (4): 68/129 kB | 28/378 kB | 40/230 kB | 36/82 kB
Progress (4): 68/129 kB | 32/378 kB | 40/230 kB | 36/82 kB
Progress (4): 68/129 kB | 32/378 kB | 40/230 kB | 40/82 kB
Progress (4): 68/129 kB | 32/378 kB | 44/230 kB | 40/82 kB
Progress (4): 72/129 kB | 32/378 kB | 44/230 kB | 40/82 kB
Progress (4): 72/129 kB | 32/378 kB | 48/230 kB | 40/82 kB
Progress (4): 72/129 kB | 32/378 kB | 48/230 kB | 44/82 kB
Progress (4): 72/129 kB | 36/378 kB | 48/230 kB | 44/82 kB
Progress (4): 72/129 kB | 36/378 kB | 48/230 kB | 48/82 kB
Progress (4): 72/129 kB | 36/378 kB | 52/230 kB | 48/82 kB
Progress (4): 76/129 kB | 36/378 kB | 52/230 kB | 48/82 kB
Progress (4): 76/129 kB | 36/378 kB | 56/230 kB | 48/82 kB
Progress (4): 76/129 kB | 36/378 kB | 56/230 kB | 52/82 kB
Progress (4): 76/129 kB | 40/378 kB | 56/230 kB | 52/82 kB
Progress (4): 76/129 kB | 40/378 kB | 56/230 kB | 56/82 kB
Progress (4): 76/129 kB | 40/378 kB | 60/230 kB | 56/82 kB
Progress (4): 80/129 kB | 40/378 kB | 60/230 kB | 56/82 kB
Progress (4): 80/129 kB | 40/378 kB | 64/230 kB | 56/82 kB
Progress (4): 80/129 kB | 40/378 kB | 64/230 kB | 60/82 kB
Progress (4): 80/129 kB | 44/378 kB | 64/230 kB | 60/82 kB
Progress (4): 80/129 kB | 44/378 kB | 64/230 kB | 64/82 kB
Progress (4): 80/129 kB | 44/378 kB | 68/230 kB | 64/82 kB
Progress (4): 84/129 kB | 44/378 kB | 68/230 kB | 64/82 kB
Progress (4): 84/129 kB | 44/378 kB | 72/230 kB | 64/82 kB
Progress (4): 84/129 kB | 44/378 kB | 72/230 kB | 68/82 kB
Progress (4): 84/129 kB | 48/378 kB | 72/230 kB | 68/82 kB
Progress (4): 84/129 kB | 48/378 kB | 72/230 kB | 72/82 kB
Progress (4): 84/129 kB | 48/378 kB | 76/230 kB | 72/82 kB
Progress (4): 88/129 kB | 48/378 kB | 76/230 kB | 72/82 kB
Progress (4): 88/129 kB | 48/378 kB | 80/230 kB | 72/82 kB
Progress (4): 88/129 kB | 48/378 kB | 80/230 kB | 76/82 kB
Progress (4): 88/129 kB | 52/378 kB | 80/230 kB | 76/82 kB
Progress (4): 88/129 kB | 52/378 kB | 80/230 kB | 80/82 kB
Progress (4): 88/129 kB | 52/378 kB | 84/230 kB | 80/82 kB
Progress (4): 92/129 kB | 52/378 kB | 84/230 kB | 80/82 kB
Progress (4): 92/129 kB | 52/378 kB | 88/230 kB | 80/82 kB
Progress (4): 92/129 kB | 52/378 kB | 88/230 kB | 82 kB   
Progress (4): 92/129 kB | 56/378 kB | 88/230 kB | 82 kB
Progress (4): 92/129 kB | 56/378 kB | 92/230 kB | 82 kB
Progress (4): 96/129 kB | 56/378 kB | 92/230 kB | 82 kB
Progress (4): 96/129 kB | 56/378 kB | 96/230 kB | 82 kB
Progress (4): 96/129 kB | 60/378 kB | 96/230 kB | 82 kB
Progress (4): 96/129 kB | 60/378 kB | 98/230 kB | 82 kB
Progress (4): 100/129 kB | 60/378 kB | 98/230 kB | 82 kB
Progress (4): 100/129 kB | 60/378 kB | 102/230 kB | 82 kB
Progress (4): 100/129 kB | 64/378 kB | 102/230 kB | 82 kB
Progress (4): 100/129 kB | 64/378 kB | 106/230 kB | 82 kB
Progress (4): 104/129 kB | 64/378 kB | 106/230 kB | 82 kB
Progress (4): 104/129 kB | 64/378 kB | 110/230 kB | 82 kB
Progress (4): 104/129 kB | 68/378 kB | 110/230 kB | 82 kB
Progress (4): 104/129 kB | 68/378 kB | 114/230 kB | 82 kB
Progress (4): 108/129 kB | 68/378 kB | 114/230 kB | 82 kB
Progress (4): 108/129 kB | 68/378 kB | 118/230 kB | 82 kB
Progress (4): 108/129 kB | 72/378 kB | 118/230 kB | 82 kB
Progress (4): 108/129 kB | 72/378 kB | 122/230 kB | 82 kB
Progress (4): 112/129 kB | 72/378 kB | 122/230 kB | 82 kB
Progress (4): 112/129 kB | 72/378 kB | 126/230 kB | 82 kB
Progress (4): 112/129 kB | 76/378 kB | 126/230 kB | 82 kB
Progress (4): 112/129 kB | 76/378 kB | 130/230 kB | 82 kB
Progress (4): 116/129 kB | 76/378 kB | 130/230 kB | 82 kB
Progress (4): 116/129 kB | 76/378 kB | 131/230 kB | 82 kB
Progress (4): 116/129 kB | 80/378 kB | 131/230 kB | 82 kB
Progress (4): 116/129 kB | 80/378 kB | 135/230 kB | 82 kB
Progress (4): 120/129 kB | 80/378 kB | 135/230 kB | 82 kB
Progress (4): 120/129 kB | 80/378 kB | 139/230 kB | 82 kB
Progress (4): 120/129 kB | 84/378 kB | 139/230 kB | 82 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 1.2 MB/s)
01:13:41 [2019-07-31T05:13:41.141Z] Progress (3): 120/129 kB | 88/378 kB | 139/230 kB
Progress (3): 120/129 kB | 88/378 kB | 143/230 kB
Progress (3): 124/129 kB | 88/378 kB | 143/230 kB
Progress (3): 124/129 kB | 88/378 kB | 147/230 kB
Progress (3): 124/129 kB | 92/378 kB | 147/230 kB
                                                 
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
01:13:41 [2019-07-31T05:13:41.141Z] Progress (3): 124/129 kB | 96/378 kB | 147/230 kB
Progress (3): 124/129 kB | 96/378 kB | 151/230 kB
Progress (3): 128/129 kB | 96/378 kB | 151/230 kB
Progress (3): 128/129 kB | 96/378 kB | 155/230 kB
Progress (3): 128/129 kB | 100/378 kB | 155/230 kB
Progress (3): 128/129 kB | 100/378 kB | 159/230 kB
Progress (3): 129 kB | 100/378 kB | 159/230 kB    
Progress (3): 129 kB | 100/378 kB | 163/230 kB
Progress (3): 129 kB | 104/378 kB | 163/230 kB
Progress (3): 129 kB | 104/378 kB | 167/230 kB
Progress (3): 129 kB | 108/378 kB | 167/230 kB
Progress (3): 129 kB | 108/378 kB | 171/230 kB
Progress (3): 129 kB | 112/378 kB | 171/230 kB
Progress (3): 129 kB | 112/378 kB | 175/230 kB
Progress (3): 129 kB | 116/378 kB | 175/230 kB
Progress (3): 129 kB | 116/378 kB | 179/230 kB
Progress (3): 129 kB | 120/378 kB | 179/230 kB
Progress (3): 129 kB | 120/378 kB | 183/230 kB
Progress (3): 129 kB | 124/378 kB | 183/230 kB
Progress (3): 129 kB | 124/378 kB | 187/230 kB
Progress (3): 129 kB | 128/378 kB | 187/230 kB
Progress (3): 129 kB | 128/378 kB | 191/230 kB
Progress (3): 129 kB | 132/378 kB | 191/230 kB
Progress (3): 129 kB | 132/378 kB | 195/230 kB
Progress (3): 129 kB | 136/378 kB | 195/230 kB
Progress (3): 129 kB | 136/378 kB | 199/230 kB
Progress (3): 129 kB | 140/378 kB | 199/230 kB
Progress (3): 129 kB | 140/378 kB | 203/230 kB
Progress (3): 129 kB | 144/378 kB | 203/230 kB
Progress (3): 129 kB | 144/378 kB | 207/230 kB
Progress (3): 129 kB | 148/378 kB | 207/230 kB
Progress (3): 129 kB | 148/378 kB | 211/230 kB
Progress (3): 129 kB | 152/378 kB | 211/230 kB
Progress (3): 129 kB | 152/378 kB | 215/230 kB
Progress (3): 129 kB | 156/378 kB | 215/230 kB
Progress (3): 129 kB | 156/378 kB | 219/230 kB
Progress (3): 129 kB | 160/378 kB | 219/230 kB
Progress (3): 129 kB | 160/378 kB | 223/230 kB
Progress (3): 129 kB | 164/378 kB | 223/230 kB
Progress (3): 129 kB | 164/378 kB | 227/230 kB
Progress (3): 129 kB | 168/378 kB | 227/230 kB
Progress (3): 129 kB | 168/378 kB | 230 kB    
Progress (3): 129 kB | 172/378 kB | 230 kB
Progress (3): 129 kB | 176/378 kB | 230 kB
Progress (3): 129 kB | 180/378 kB | 230 kB
Progress (3): 129 kB | 184/378 kB | 230 kB
Progress (3): 129 kB | 188/378 kB | 230 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)
01:13:41 [2019-07-31T05:13:41.141Z] Progress (2): 192/378 kB | 230 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
01:13:41 [2019-07-31T05:13:41.141Z] Progress (2): 196/378 kB | 230 kB
Progress (2): 200/378 kB | 230 kB
Progress (2): 204/378 kB | 230 kB
Progress (2): 208/378 kB | 230 kB
Progress (2): 212/378 kB | 230 kB
Progress (2): 216/378 kB | 230 kB
Progress (2): 220/378 kB | 230 kB
Progress (3): 220/378 kB | 230 kB | 4.1/145 kB
Progress (3): 224/378 kB | 230 kB | 4.1/145 kB
Progress (3): 224/378 kB | 230 kB | 7.7/145 kB
Progress (3): 228/378 kB | 230 kB | 7.7/145 kB
Progress (3): 228/378 kB | 230 kB | 12/145 kB 
Progress (3): 232/378 kB | 230 kB | 12/145 kB
Progress (3): 232/378 kB | 230 kB | 16/145 kB
Progress (3): 236/378 kB | 230 kB | 16/145 kB
Progress (3): 236/378 kB | 230 kB | 20/145 kB
Progress (3): 240/378 kB | 230 kB | 20/145 kB
Progress (3): 240/378 kB | 230 kB | 24/145 kB
Progress (3): 244/378 kB | 230 kB | 24/145 kB
Progress (3): 244/378 kB | 230 kB | 28/145 kB
Progress (3): 248/378 kB | 230 kB | 28/145 kB
Progress (3): 248/378 kB | 230 kB | 32/145 kB
Progress (3): 252/378 kB | 230 kB | 32/145 kB
Progress (3): 252/378 kB | 230 kB | 36/145 kB
Progress (3): 256/378 kB | 230 kB | 36/145 kB
Progress (3): 256/378 kB | 230 kB | 40/145 kB
Progress (4): 256/378 kB | 230 kB | 40/145 kB | 4.1/244 kB
Progress (4): 256/378 kB | 230 kB | 44/145 kB | 4.1/244 kB
Progress (4): 260/378 kB | 230 kB | 44/145 kB | 4.1/244 kB
Progress (4): 260/378 kB | 230 kB | 48/145 kB | 4.1/244 kB
Progress (4): 260/378 kB | 230 kB | 48/145 kB | 7.7/244 kB
Progress (4): 260/378 kB | 230 kB | 52/145 kB | 7.7/244 kB
Progress (4): 264/378 kB | 230 kB | 52/145 kB | 7.7/244 kB
Progress (4): 264/378 kB | 230 kB | 56/145 kB | 7.7/244 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.jar (230 kB at 1.9 MB/s)
01:13:41 [2019-07-31T05:13:41.141Z] 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
01:13:41 [2019-07-31T05:13:41.400Z] Progress (3): 264/378 kB | 56/145 kB | 12/244 kB
Progress (4): 264/378 kB | 56/145 kB | 12/244 kB | 0/3.3 MB
Progress (4): 264/378 kB | 60/145 kB | 12/244 kB | 0/3.3 MB
Progress (4): 268/378 kB | 60/145 kB | 12/244 kB | 0/3.3 MB
Progress (4): 268/378 kB | 64/145 kB | 12/244 kB | 0/3.3 MB
Progress (4): 268/378 kB | 64/145 kB | 12/244 kB | 0/3.3 MB
Progress (4): 268/378 kB | 64/145 kB | 16/244 kB | 0/3.3 MB
Progress (4): 268/378 kB | 64/145 kB | 16/244 kB | 0/3.3 MB
Progress (4): 268/378 kB | 64/145 kB | 16/244 kB | 0/3.3 MB
Progress (4): 268/378 kB | 66/145 kB | 16/244 kB | 0/3.3 MB
Progress (4): 272/378 kB | 66/145 kB | 16/244 kB | 0/3.3 MB
Progress (4): 272/378 kB | 70/145 kB | 16/244 kB | 0/3.3 MB
Progress (4): 272/378 kB | 70/145 kB | 16/244 kB | 0/3.3 MB
Progress (4): 272/378 kB | 70/145 kB | 20/244 kB | 0/3.3 MB
Progress (4): 272/378 kB | 70/145 kB | 20/244 kB | 0/3.3 MB
Progress (4): 272/378 kB | 74/145 kB | 20/244 kB | 0/3.3 MB
Progress (4): 276/378 kB | 74/145 kB | 20/244 kB | 0/3.3 MB
Progress (4): 276/378 kB | 78/145 kB | 20/244 kB | 0/3.3 MB
Progress (4): 276/378 kB | 78/145 kB | 20/244 kB | 0/3.3 MB
Progress (4): 276/378 kB | 78/145 kB | 24/244 kB | 0/3.3 MB
Progress (4): 276/378 kB | 78/145 kB | 24/244 kB | 0/3.3 MB
Progress (4): 276/378 kB | 82/145 kB | 24/244 kB | 0/3.3 MB
Progress (4): 280/378 kB | 82/145 kB | 24/244 kB | 0/3.3 MB
Progress (4): 280/378 kB | 86/145 kB | 24/244 kB | 0/3.3 MB
Progress (4): 280/378 kB | 86/145 kB | 24/244 kB | 0/3.3 MB
Progress (4): 280/378 kB | 86/145 kB | 28/244 kB | 0/3.3 MB
Progress (4): 280/378 kB | 86/145 kB | 28/244 kB | 0/3.3 MB
Progress (4): 280/378 kB | 90/145 kB | 28/244 kB | 0/3.3 MB
Progress (4): 284/378 kB | 90/145 kB | 28/244 kB | 0/3.3 MB
Progress (4): 284/378 kB | 94/145 kB | 28/244 kB | 0/3.3 MB
Progress (4): 284/378 kB | 94/145 kB | 28/244 kB | 0/3.3 MB
Progress (4): 284/378 kB | 94/145 kB | 32/244 kB | 0/3.3 MB
Progress (4): 284/378 kB | 94/145 kB | 32/244 kB | 0/3.3 MB
Progress (4): 284/378 kB | 98/145 kB | 32/244 kB | 0/3.3 MB
Progress (4): 288/378 kB | 98/145 kB | 32/244 kB | 0/3.3 MB
Progress (4): 288/378 kB | 98/145 kB | 32/244 kB | 0/3.3 MB
Progress (4): 288/378 kB | 98/145 kB | 32/244 kB | 0/3.3 MB
Progress (4): 288/378 kB | 98/145 kB | 33/244 kB | 0/3.3 MB
Progress (4): 288/378 kB | 102/145 kB | 33/244 kB | 0/3.3 MB
Progress (4): 292/378 kB | 102/145 kB | 33/244 kB | 0/3.3 MB
Progress (4): 292/378 kB | 106/145 kB | 33/244 kB | 0/3.3 MB
Progress (4): 292/378 kB | 106/145 kB | 37/244 kB | 0/3.3 MB
Progress (4): 292/378 kB | 106/145 kB | 37/244 kB | 0.1/3.3 MB
Progress (4): 292/378 kB | 106/145 kB | 41/244 kB | 0.1/3.3 MB
Progress (4): 292/378 kB | 110/145 kB | 41/244 kB | 0.1/3.3 MB
Progress (5): 292/378 kB | 110/145 kB | 41/244 kB | 0.1/3.3 MB | 4.1/44 kB
Progress (5): 296/378 kB | 110/145 kB | 41/244 kB | 0.1/3.3 MB | 4.1/44 kB
Progress (5): 296/378 kB | 110/145 kB | 41/244 kB | 0.1/3.3 MB | 7.7/44 kB
Progress (5): 296/378 kB | 114/145 kB | 41/244 kB | 0.1/3.3 MB | 7.7/44 kB
Progress (5): 296/378 kB | 114/145 kB | 45/244 kB | 0.1/3.3 MB | 7.7/44 kB
Progress (5): 296/378 kB | 114/145 kB | 45/244 kB | 0.1/3.3 MB | 7.7/44 kB
Progress (5): 296/378 kB | 114/145 kB | 49/244 kB | 0.1/3.3 MB | 7.7/44 kB
Progress (5): 296/378 kB | 118/145 kB | 49/244 kB | 0.1/3.3 MB | 7.7/44 kB
Progress (5): 296/378 kB | 118/145 kB | 49/244 kB | 0.1/3.3 MB | 12/44 kB 
Progress (5): 300/378 kB | 118/145 kB | 49/244 kB | 0.1/3.3 MB | 12/44 kB
Progress (5): 300/378 kB | 118/145 kB | 49/244 kB | 0.1/3.3 MB | 16/44 kB
Progress (5): 300/378 kB | 122/145 kB | 49/244 kB | 0.1/3.3 MB | 16/44 kB
Progress (5): 300/378 kB | 122/145 kB | 53/244 kB | 0.1/3.3 MB | 16/44 kB
Progress (5): 300/378 kB | 122/145 kB | 53/244 kB | 0.1/3.3 MB | 16/44 kB
Progress (5): 300/378 kB | 122/145 kB | 57/244 kB | 0.1/3.3 MB | 16/44 kB
Progress (5): 300/378 kB | 126/145 kB | 57/244 kB | 0.1/3.3 MB | 16/44 kB
Progress (5): 300/378 kB | 126/145 kB | 57/244 kB | 0.1/3.3 MB | 20/44 kB
Progress (5): 304/378 kB | 126/145 kB | 57/244 kB | 0.1/3.3 MB | 20/44 kB
Progress (5): 304/378 kB | 126/145 kB | 57/244 kB | 0.1/3.3 MB | 24/44 kB
Progress (5): 304/378 kB | 130/145 kB | 57/244 kB | 0.1/3.3 MB | 24/44 kB
Progress (5): 304/378 kB | 130/145 kB | 61/244 kB | 0.1/3.3 MB | 24/44 kB
Progress (5): 304/378 kB | 130/145 kB | 61/244 kB | 0.1/3.3 MB | 24/44 kB
Progress (5): 304/378 kB | 130/145 kB | 65/244 kB | 0.1/3.3 MB | 24/44 kB
Progress (5): 304/378 kB | 134/145 kB | 65/244 kB | 0.1/3.3 MB | 24/44 kB
Progress (5): 304/378 kB | 134/145 kB | 65/244 kB | 0.1/3.3 MB | 28/44 kB
Progress (5): 308/378 kB | 134/145 kB | 65/244 kB | 0.1/3.3 MB | 28/44 kB
Progress (5): 308/378 kB | 134/145 kB | 65/244 kB | 0.1/3.3 MB | 32/44 kB
Progress (5): 308/378 kB | 138/145 kB | 65/244 kB | 0.1/3.3 MB | 32/44 kB
Progress (5): 308/378 kB | 138/145 kB | 66/244 kB | 0.1/3.3 MB | 32/44 kB
Progress (5): 308/378 kB | 138/145 kB | 66/244 kB | 0.1/3.3 MB | 32/44 kB
Progress (5): 308/378 kB | 138/145 kB | 70/244 kB | 0.1/3.3 MB | 32/44 kB
Progress (5): 308/378 kB | 142/145 kB | 70/244 kB | 0.1/3.3 MB | 32/44 kB
Progress (5): 308/378 kB | 142/145 kB | 70/244 kB | 0.1/3.3 MB | 36/44 kB
Progress (5): 312/378 kB | 142/145 kB | 70/244 kB | 0.1/3.3 MB | 36/44 kB
Progress (5): 312/378 kB | 142/145 kB | 70/244 kB | 0.1/3.3 MB | 40/44 kB
Progress (5): 312/378 kB | 145 kB | 70/244 kB | 0.1/3.3 MB | 40/44 kB    
Progress (5): 312/378 kB | 145 kB | 74/244 kB | 0.1/3.3 MB | 40/44 kB
Progress (5): 312/378 kB | 145 kB | 74/244 kB | 0.1/3.3 MB | 40/44 kB
Progress (5): 312/378 kB | 145 kB | 78/244 kB | 0.1/3.3 MB | 40/44 kB
Progress (5): 312/378 kB | 145 kB | 78/244 kB | 0.1/3.3 MB | 44/44 kB
Progress (5): 316/378 kB | 145 kB | 78/244 kB | 0.1/3.3 MB | 44/44 kB
Progress (5): 316/378 kB | 145 kB | 78/244 kB | 0.1/3.3 MB | 44 kB   
Progress (5): 316/378 kB | 145 kB | 82/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 316/378 kB | 145 kB | 82/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 316/378 kB | 145 kB | 86/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 320/378 kB | 145 kB | 86/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 320/378 kB | 145 kB | 90/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 320/378 kB | 145 kB | 90/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 320/378 kB | 145 kB | 94/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 324/378 kB | 145 kB | 94/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 324/378 kB | 145 kB | 98/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 324/378 kB | 145 kB | 98/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 324/378 kB | 145 kB | 98/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 328/378 kB | 145 kB | 98/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 328/378 kB | 145 kB | 102/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 328/378 kB | 145 kB | 102/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 328/378 kB | 145 kB | 106/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 332/378 kB | 145 kB | 106/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 332/378 kB | 145 kB | 110/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 332/378 kB | 145 kB | 110/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 332/378 kB | 145 kB | 114/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 336/378 kB | 145 kB | 114/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 336/378 kB | 145 kB | 118/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 336/378 kB | 145 kB | 118/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 336/378 kB | 145 kB | 122/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 340/378 kB | 145 kB | 122/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 340/378 kB | 145 kB | 126/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 340/378 kB | 145 kB | 126/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 340/378 kB | 145 kB | 130/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 344/378 kB | 145 kB | 130/244 kB | 0.1/3.3 MB | 44 kB
Progress (5): 344/378 kB | 145 kB | 134/244 kB | 0.1/3.3 MB | 44 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 944 kB/s)
01:13:41 [2019-07-31T05:13:41.400Z] Progress (4): 344/378 kB | 134/244 kB | 0.1/3.3 MB | 44 kB
                                                          
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
01:13:41 [2019-07-31T05:13:41.400Z] Progress (4): 344/378 kB | 138/244 kB | 0.1/3.3 MB | 44 kB
Progress (4): 348/378 kB | 138/244 kB | 0.1/3.3 MB | 44 kB
Progress (4): 348/378 kB | 142/244 kB | 0.1/3.3 MB | 44 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 286 kB/s)
01:13:41 [2019-07-31T05:13:41.400Z] Progress (3): 348/378 kB | 142/244 kB | 0.1/3.3 MB
                                                  
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
01:13:41 [2019-07-31T05:13:41.400Z] Progress (3): 348/378 kB | 146/244 kB | 0.1/3.3 MB
Progress (3): 352/378 kB | 146/244 kB | 0.1/3.3 MB
Progress (3): 352/378 kB | 150/244 kB | 0.1/3.3 MB
Progress (3): 352/378 kB | 150/244 kB | 0.1/3.3 MB
Progress (3): 352/378 kB | 154/244 kB | 0.1/3.3 MB
Progress (3): 356/378 kB | 154/244 kB | 0.1/3.3 MB
Progress (3): 356/378 kB | 158/244 kB | 0.1/3.3 MB
Progress (3): 356/378 kB | 158/244 kB | 0.1/3.3 MB
Progress (3): 356/378 kB | 162/244 kB | 0.1/3.3 MB
Progress (3): 360/378 kB | 162/244 kB | 0.1/3.3 MB
Progress (3): 360/378 kB | 166/244 kB | 0.1/3.3 MB
Progress (3): 360/378 kB | 166/244 kB | 0.1/3.3 MB
Progress (3): 360/378 kB | 170/244 kB | 0.1/3.3 MB
Progress (3): 364/378 kB | 170/244 kB | 0.1/3.3 MB
Progress (3): 364/378 kB | 174/244 kB | 0.1/3.3 MB
Progress (3): 364/378 kB | 174/244 kB | 0.1/3.3 MB
Progress (3): 364/378 kB | 178/244 kB | 0.1/3.3 MB
Progress (3): 368/378 kB | 178/244 kB | 0.1/3.3 MB
Progress (3): 368/378 kB | 182/244 kB | 0.1/3.3 MB
Progress (3): 372/378 kB | 182/244 kB | 0.1/3.3 MB
Progress (3): 372/378 kB | 182/244 kB | 0.1/3.3 MB
Progress (3): 376/378 kB | 182/244 kB | 0.1/3.3 MB
Progress (3): 376/378 kB | 186/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 186/244 kB | 0.1/3.3 MB    
Progress (3): 378 kB | 186/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 190/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 190/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 194/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 194/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 198/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 198/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 202/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 202/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 206/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 206/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 210/244 kB | 0.1/3.3 MB
Progress (3): 378 kB | 210/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 214/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 214/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 218/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 218/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 222/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 222/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 226/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 226/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 230/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 230/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 234/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 234/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 238/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 238/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 242/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 242/244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB    
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.2/3.3 MB
Progress (3): 378 kB | 244 kB | 0.3/3.3 MB
Progress (3): 378 kB | 244 kB | 0.3/3.3 MB
Progress (4): 378 kB | 244 kB | 0.3/3.3 MB | 4.1/79 kB
Progress (4): 378 kB | 244 kB | 0.3/3.3 MB | 4.1/79 kB
Progress (4): 378 kB | 244 kB | 0.3/3.3 MB | 7.7/79 kB
Progress (4): 378 kB | 244 kB | 0.3/3.3 MB | 7.7/79 kB
Progress (4): 378 kB | 244 kB | 0.3/3.3 MB | 12/79 kB 
Progress (4): 378 kB | 244 kB | 0.3/3.3 MB | 12/79 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.4 MB/s)
01:13:41 [2019-07-31T05:13:41.400Z] Progress (3): 378 kB | 0.3/3.3 MB | 16/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
01:13:41 [2019-07-31T05:13:41.400Z] 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.2 MB/s)
01:13:41 [2019-07-31T05:13:41.400Z] Progress (2): 0.3/3.3 MB | 16/79 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
01:13:41 [2019-07-31T05:13:41.400Z] Progress (2): 0.3/3.3 MB | 20/79 kB
Progress (2): 0.3/3.3 MB | 20/79 kB
Progress (2): 0.3/3.3 MB | 24/79 kB
Progress (2): 0.3/3.3 MB | 24/79 kB
Progress (2): 0.3/3.3 MB | 28/79 kB
Progress (2): 0.3/3.3 MB | 28/79 kB
Progress (2): 0.3/3.3 MB | 32/79 kB
Progress (2): 0.3/3.3 MB | 32/79 kB
Progress (2): 0.3/3.3 MB | 33/79 kB
Progress (2): 0.3/3.3 MB | 33/79 kB
Progress (3): 0.3/3.3 MB | 33/79 kB | 4.1/21 kB
Progress (3): 0.3/3.3 MB | 33/79 kB | 4.1/21 kB
Progress (3): 0.3/3.3 MB | 37/79 kB | 4.1/21 kB
Progress (3): 0.3/3.3 MB | 37/79 kB | 4.1/21 kB
Progress (3): 0.3/3.3 MB | 37/79 kB | 7.7/21 kB
Progress (3): 0.3/3.3 MB | 37/79 kB | 7.7/21 kB
Progress (3): 0.3/3.3 MB | 37/79 kB | 12/21 kB 
Progress (3): 0.3/3.3 MB | 41/79 kB | 12/21 kB
Progress (3): 0.3/3.3 MB | 41/79 kB | 16/21 kB
Progress (3): 0.3/3.3 MB | 45/79 kB | 16/21 kB
Progress (3): 0.3/3.3 MB | 45/79 kB | 16/21 kB
Progress (3): 0.3/3.3 MB | 49/79 kB | 16/21 kB
Progress (3): 0.3/3.3 MB | 49/79 kB | 16/21 kB
Progress (3): 0.3/3.3 MB | 53/79 kB | 16/21 kB
Progress (3): 0.3/3.3 MB | 53/79 kB | 20/21 kB
Progress (3): 0.3/3.3 MB | 57/79 kB | 20/21 kB
Progress (3): 0.3/3.3 MB | 57/79 kB | 20/21 kB
Progress (3): 0.3/3.3 MB | 61/79 kB | 20/21 kB
Progress (3): 0.3/3.3 MB | 61/79 kB | 20/21 kB
Progress (3): 0.3/3.3 MB | 61/79 kB | 21 kB   
Progress (3): 0.3/3.3 MB | 61/79 kB | 21 kB
Progress (3): 0.3/3.3 MB | 65/79 kB | 21 kB
Progress (3): 0.3/3.3 MB | 65/79 kB | 21 kB
Progress (3): 0.3/3.3 MB | 69/79 kB | 21 kB
Progress (3): 0.3/3.3 MB | 69/79 kB | 21 kB
Progress (3): 0.3/3.3 MB | 73/79 kB | 21 kB
Progress (3): 0.3/3.3 MB | 73/79 kB | 21 kB
Progress (3): 0.3/3.3 MB | 77/79 kB | 21 kB
Progress (4): 0.3/3.3 MB | 77/79 kB | 21 kB | 4.1/105 kB
Progress (4): 0.3/3.3 MB | 79 kB | 21 kB | 4.1/105 kB   
Progress (4): 0.3/3.3 MB | 79 kB | 21 kB | 4.1/105 kB
Progress (4): 0.3/3.3 MB | 79 kB | 21 kB | 7.7/105 kB
Progress (4): 0.3/3.3 MB | 79 kB | 21 kB | 7.7/105 kB
Progress (4): 0.3/3.3 MB | 79 kB | 21 kB | 7.7/105 kB
Progress (4): 0.4/3.3 MB | 79 kB | 21 kB | 7.7/105 kB
Progress (4): 0.4/3.3 MB | 79 kB | 21 kB | 7.7/105 kB
Progress (4): 0.4/3.3 MB | 79 kB | 21 kB | 7.7/105 kB
Progress (4): 0.4/3.3 MB | 79 kB | 21 kB | 12/105 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 92 kB/s)
01:13:41 [2019-07-31T05:13:41.400Z] 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
01:13:41 [2019-07-31T05:13:41.400Z] Progress (4): 0.4/3.3 MB | 79 kB | 12/105 kB | 4.1/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 16/105 kB | 4.1/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 16/105 kB | 4.1/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 20/105 kB | 4.1/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 20/105 kB | 7.7/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 24/105 kB | 7.7/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 24/105 kB | 12/30 kB 
Progress (4): 0.4/3.3 MB | 79 kB | 24/105 kB | 12/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 24/105 kB | 16/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 28/105 kB | 16/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 28/105 kB | 20/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 28/105 kB | 20/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 28/105 kB | 24/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 32/105 kB | 24/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 32/105 kB | 28/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 32/105 kB | 28/30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 32/105 kB | 30 kB   
Progress (4): 0.4/3.3 MB | 79 kB | 33/105 kB | 30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 33/105 kB | 30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 37/105 kB | 30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 37/105 kB | 30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 41/105 kB | 30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 41/105 kB | 30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 45/105 kB | 30 kB
Progress (4): 0.4/3.3 MB | 79 kB | 45/105 kB | 30 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 341 kB/s)
01:13:41 [2019-07-31T05:13:41.400Z] Progress (3): 0.4/3.3 MB | 45/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 49/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 49/105 kB | 30 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
01:13:41 [2019-07-31T05:13:41.400Z] Progress (3): 0.4/3.3 MB | 49/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 53/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 53/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 57/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 57/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 61/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 61/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 65/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 65/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 66/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 66/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 70/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 70/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 74/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 74/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 78/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 78/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 82/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 82/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 86/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 86/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 90/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 90/105 kB | 30 kB
Progress (3): 0.4/3.3 MB | 94/105 kB | 30 kB
Progress (3): 0.5/3.3 MB | 94/105 kB | 30 kB
Progress (3): 0.5/3.3 MB | 98/105 kB | 30 kB
Progress (3): 0.5/3.3 MB | 98/105 kB | 30 kB
Progress (3): 0.5/3.3 MB | 102/105 kB | 30 kB
Progress (3): 0.5/3.3 MB | 102/105 kB | 30 kB
Progress (3): 0.5/3.3 MB | 105 kB | 30 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 128 kB/s)
01:13:41 [2019-07-31T05:13:41.400Z] Progress (2): 0.5/3.3 MB | 105 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
01:13:41 [2019-07-31T05:13:41.400Z] 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/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 4.1/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 7.7/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 7.7/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 12/51 kB 
Progress (3): 0.5/3.3 MB | 105 kB | 12/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 16/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 16/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 20/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 20/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 24/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 24/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 28/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 28/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 32/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 32/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 33/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 33/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 37/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 37/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 41/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 41/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 45/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 45/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 49/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 49/51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 51 kB   
Progress (3): 0.5/3.3 MB | 105 kB | 51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 51 kB
Progress (3): 0.5/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 kB
Progress (3): 0.6/3.3 MB | 105 kB | 51 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 203 kB/s)
01:13:41 [2019-07-31T05:13:41.400Z] Progress (3): 0.6/3.3 MB | 105 kB | 4.1/121 kB
Progress (3): 0.6/3.3 MB | 105 kB | 4.1/121 kB
Progress (3): 0.6/3.3 MB | 105 kB | 7.7/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
01:13:41 [2019-07-31T05:13:41.400Z] Progress (3): 0.6/3.3 MB | 105 kB | 12/121 kB
Progress (3): 0.6/3.3 MB | 105 kB | 12/121 kB
Progress (3): 0.6/3.3 MB | 105 kB | 16/121 kB
Progress (3): 0.6/3.3 MB | 105 kB | 16/121 kB
Progress (3): 0.6/3.3 MB | 105 kB | 20/121 kB
Progress (3): 0.6/3.3 MB | 105 kB | 20/121 kB
Progress (3): 0.6/3.3 MB | 105 kB | 24/121 kB
Progress (3): 0.6/3.3 MB | 105 kB | 24/121 kB
Progress (3): 0.6/3.3 MB | 105 kB | 28/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 28/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 32/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 32/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 33/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 33/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 33/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 33/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 37/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 37/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 41/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 41/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 45/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 45/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 49/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 49/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 53/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 53/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 57/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 57/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 61/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 61/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 65/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 65/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 66/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 66/121 kB
Progress (3): 0.7/3.3 MB | 105 kB | 70/121 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 407 kB/s)
01:13:41 [2019-07-31T05:13:41.400Z] Progress (3): 0.7/3.3 MB | 70/121 kB | 4.1/195 kB
Progress (3): 0.7/3.3 MB | 74/121 kB | 4.1/195 kB
Progress (3): 0.7/3.3 MB | 74/121 kB | 4.1/195 kB
Progress (3): 0.7/3.3 MB | 78/121 kB | 4.1/195 kB
Progress (3): 0.7/3.3 MB | 78/121 kB | 7.7/195 kB
                                                 
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
01:13:41 [2019-07-31T05:13:41.400Z] Progress (3): 0.7/3.3 MB | 78/121 kB | 12/195 kB
Progress (3): 0.7/3.3 MB | 82/121 kB | 12/195 kB
Progress (3): 0.7/3.3 MB | 82/121 kB | 12/195 kB
Progress (3): 0.7/3.3 MB | 86/121 kB | 12/195 kB
Progress (3): 0.7/3.3 MB | 86/121 kB | 16/195 kB
Progress (3): 0.7/3.3 MB | 90/121 kB | 16/195 kB
Progress (3): 0.7/3.3 MB | 90/121 kB | 16/195 kB
Progress (3): 0.7/3.3 MB | 94/121 kB | 16/195 kB
Progress (3): 0.7/3.3 MB | 94/121 kB | 20/195 kB
Progress (3): 0.7/3.3 MB | 98/121 kB | 20/195 kB
Progress (3): 0.7/3.3 MB | 98/121 kB | 20/195 kB
Progress (3): 0.7/3.3 MB | 98/121 kB | 20/195 kB
Progress (3): 0.7/3.3 MB | 98/121 kB | 24/195 kB
Progress (3): 0.7/3.3 MB | 102/121 kB | 24/195 kB
Progress (3): 0.7/3.3 MB | 102/121 kB | 24/195 kB
Progress (3): 0.7/3.3 MB | 106/121 kB | 24/195 kB
Progress (3): 0.7/3.3 MB | 106/121 kB | 28/195 kB
Progress (3): 0.7/3.3 MB | 106/121 kB | 28/195 kB
Progress (3): 0.7/3.3 MB | 106/121 kB | 32/195 kB
Progress (3): 0.7/3.3 MB | 110/121 kB | 32/195 kB
Progress (3): 0.7/3.3 MB | 110/121 kB | 33/195 kB
Progress (3): 0.7/3.3 MB | 110/121 kB | 33/195 kB
Progress (3): 0.7/3.3 MB | 110/121 kB | 37/195 kB
Progress (3): 0.7/3.3 MB | 110/121 kB | 37/195 kB
Progress (3): 0.7/3.3 MB | 114/121 kB | 37/195 kB
Progress (3): 0.7/3.3 MB | 114/121 kB | 37/195 kB
Progress (3): 0.7/3.3 MB | 118/121 kB | 37/195 kB
Progress (3): 0.7/3.3 MB | 118/121 kB | 41/195 kB
Progress (3): 0.7/3.3 MB | 121 kB | 41/195 kB    
Progress (3): 0.7/3.3 MB | 121 kB | 41/195 kB
Progress (3): 0.7/3.3 MB | 121 kB | 45/195 kB
Progress (3): 0.7/3.3 MB | 121 kB | 45/195 kB
Progress (3): 0.7/3.3 MB | 121 kB | 49/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 49/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 53/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 53/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 57/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 57/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 61/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 61/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 65/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 65/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 66/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 66/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 70/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 70/195 kB
Progress (3): 0.8/3.3 MB | 121 kB | 74/195 kB
Progress (4): 0.8/3.3 MB | 121 kB | 74/195 kB | 4.1/38 kB
Progress (4): 0.8/3.3 MB | 121 kB | 78/195 kB | 4.1/38 kB
Progress (4): 0.8/3.3 MB | 121 kB | 78/195 kB | 4.1/38 kB
Progress (4): 0.8/3.3 MB | 121 kB | 82/195 kB | 4.1/38 kB
Progress (4): 0.8/3.3 MB | 121 kB | 82/195 kB | 4.1/38 kB
Progress (4): 0.8/3.3 MB | 121 kB | 82/195 kB | 7.7/38 kB
Progress (4): 0.8/3.3 MB | 121 kB | 82/195 kB | 7.7/38 kB
Progress (4): 0.8/3.3 MB | 121 kB | 86/195 kB | 7.7/38 kB
Progress (4): 0.8/3.3 MB | 121 kB | 86/195 kB | 7.7/38 kB
Progress (4): 0.8/3.3 MB | 121 kB | 90/195 kB | 7.7/38 kB
Progress (4): 0.8/3.3 MB | 121 kB | 90/195 kB | 12/38 kB 
Progress (4): 0.8/3.3 MB | 121 kB | 94/195 kB | 12/38 kB
Progress (5): 0.8/3.3 MB | 121 kB | 94/195 kB | 12/38 kB | 4.1/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 94/195 kB | 12/38 kB | 4.1/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 94/195 kB | 12/38 kB | 7.7/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 98/195 kB | 12/38 kB | 7.7/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 98/195 kB | 16/38 kB | 7.7/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 98/195 kB | 16/38 kB | 7.7/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 98/195 kB | 16/38 kB | 12/109 kB 
Progress (5): 0.8/3.3 MB | 121 kB | 98/195 kB | 16/38 kB | 12/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 98/195 kB | 16/38 kB | 16/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 102/195 kB | 16/38 kB | 16/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 102/195 kB | 20/38 kB | 16/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 106/195 kB | 20/38 kB | 16/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 106/195 kB | 20/38 kB | 20/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 106/195 kB | 20/38 kB | 20/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 106/195 kB | 20/38 kB | 24/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 110/195 kB | 20/38 kB | 24/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 110/195 kB | 24/38 kB | 24/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 114/195 kB | 24/38 kB | 24/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 114/195 kB | 24/38 kB | 28/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 114/195 kB | 24/38 kB | 28/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 114/195 kB | 24/38 kB | 32/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 118/195 kB | 24/38 kB | 32/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 118/195 kB | 28/38 kB | 32/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 122/195 kB | 28/38 kB | 32/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 122/195 kB | 28/38 kB | 33/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 122/195 kB | 28/38 kB | 33/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 122/195 kB | 28/38 kB | 37/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 126/195 kB | 28/38 kB | 37/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 126/195 kB | 32/38 kB | 37/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 130/195 kB | 32/38 kB | 37/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 130/195 kB | 32/38 kB | 41/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 130/195 kB | 32/38 kB | 41/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 130/195 kB | 32/38 kB | 45/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 131/195 kB | 32/38 kB | 45/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 131/195 kB | 33/38 kB | 45/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 135/195 kB | 33/38 kB | 45/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 135/195 kB | 33/38 kB | 49/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 135/195 kB | 33/38 kB | 49/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 135/195 kB | 33/38 kB | 53/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 139/195 kB | 33/38 kB | 53/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 139/195 kB | 37/38 kB | 53/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 143/195 kB | 37/38 kB | 53/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 143/195 kB | 37/38 kB | 57/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 143/195 kB | 37/38 kB | 57/109 kB
Progress (5): 0.8/3.3 MB | 121 kB | 143/195 kB | 37/38 kB | 61/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 431 kB/s)
01:13:41 [2019-07-31T05:13:41.400Z] 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
01:13:41 [2019-07-31T05:13:41.400Z] Progress (4): 0.8/3.3 MB | 147/195 kB | 37/38 kB | 61/109 kB
Progress (4): 0.8/3.3 MB | 147/195 kB | 38 kB | 61/109 kB   
Progress (4): 0.8/3.3 MB | 151/195 kB | 38 kB | 61/109 kB
Progress (4): 0.8/3.3 MB | 151/195 kB | 38 kB | 65/109 kB
Progress (4): 0.8/3.3 MB | 151/195 kB | 38 kB | 65/109 kB
Progress (4): 0.8/3.3 MB | 151/195 kB | 38 kB | 66/109 kB
Progress (4): 0.8/3.3 MB | 151/195 kB | 38 kB | 66/109 kB
Progress (4): 0.8/3.3 MB | 155/195 kB | 38 kB | 66/109 kB
Progress (4): 0.8/3.3 MB | 155/195 kB | 38 kB | 66/109 kB
Progress (4): 0.8/3.3 MB | 155/195 kB | 38 kB | 70/109 kB
Progress (4): 0.8/3.3 MB | 155/195 kB | 38 kB | 70/109 kB
Progress (4): 0.8/3.3 MB | 159/195 kB | 38 kB | 70/109 kB
Progress (4): 0.8/3.3 MB | 159/195 kB | 38 kB | 70/109 kB
Progress (4): 0.8/3.3 MB | 159/195 kB | 38 kB | 74/109 kB
Progress (4): 0.8/3.3 MB | 159/195 kB | 38 kB | 74/109 kB
Progress (4): 0.8/3.3 MB | 163/195 kB | 38 kB | 74/109 kB
Progress (4): 0.9/3.3 MB | 163/195 kB | 38 kB | 74/109 kB
Progress (4): 0.9/3.3 MB | 163/195 kB | 38 kB | 78/109 kB
Progress (4): 0.9/3.3 MB | 163/195 kB | 38 kB | 78/109 kB
Progress (4): 0.9/3.3 MB | 167/195 kB | 38 kB | 78/109 kB
Progress (4): 0.9/3.3 MB | 167/195 kB | 38 kB | 78/109 kB
Progress (4): 0.9/3.3 MB | 167/195 kB | 38 kB | 82/109 kB
Progress (4): 0.9/3.3 MB | 167/195 kB | 38 kB | 82/109 kB
Progress (4): 0.9/3.3 MB | 171/195 kB | 38 kB | 82/109 kB
Progress (4): 0.9/3.3 MB | 171/195 kB | 38 kB | 82/109 kB
Progress (4): 0.9/3.3 MB | 171/195 kB | 38 kB | 86/109 kB
Progress (4): 0.9/3.3 MB | 171/195 kB | 38 kB | 86/109 kB
Progress (4): 0.9/3.3 MB | 175/195 kB | 38 kB | 86/109 kB
Progress (4): 0.9/3.3 MB | 175/195 kB | 38 kB | 86/109 kB
Progress (4): 0.9/3.3 MB | 175/195 kB | 38 kB | 90/109 kB
Progress (4): 0.9/3.3 MB | 175/195 kB | 38 kB | 90/109 kB
Progress (4): 0.9/3.3 MB | 175/195 kB | 38 kB | 94/109 kB
Progress (4): 0.9/3.3 MB | 179/195 kB | 38 kB | 94/109 kB
Progress (4): 0.9/3.3 MB | 179/195 kB | 38 kB | 98/109 kB
Progress (4): 0.9/3.3 MB | 179/195 kB | 38 kB | 98/109 kB
Progress (4): 0.9/3.3 MB | 179/195 kB | 38 kB | 102/109 kB
Progress (4): 0.9/3.3 MB | 183/195 kB | 38 kB | 102/109 kB
Progress (4): 0.9/3.3 MB | 183/195 kB | 38 kB | 106/109 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 130 kB/s)
01:13:41 [2019-07-31T05:13:41.400Z] 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
01:13:41 [2019-07-31T05:13:41.400Z] Progress (3): 0.9/3.3 MB | 183/195 kB | 106/109 kB
Progress (3): 0.9/3.3 MB | 183/195 kB | 109 kB    
Progress (3): 0.9/3.3 MB | 187/195 kB | 109 kB
Progress (3): 0.9/3.3 MB | 187/195 kB | 109 kB
Progress (3): 0.9/3.3 MB | 191/195 kB | 109 kB
Progress (3): 0.9/3.3 MB | 191/195 kB | 109 kB
Progress (3): 0.9/3.3 MB | 195/195 kB | 109 kB
Progress (3): 0.9/3.3 MB | 195/195 kB | 109 kB
Progress (3): 0.9/3.3 MB | 195 kB | 109 kB    
Progress (3): 0.9/3.3 MB | 195 kB | 109 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 4.1/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 4.1/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 7.7/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 7.7/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 12/276 kB 
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 12/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 16/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 16/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 20/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 20/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 24/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 24/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 28/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 28/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 32/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 32/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 33/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 33/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 33/276 kB
Progress (4): 0.9/3.3 MB | 195 kB | 109 kB | 33/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 33/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 33/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 33/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 33/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 33/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 33/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 33/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 37/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 37/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 41/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 41/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 45/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 45/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 49/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 49/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 53/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 57/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 61/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 65/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 66/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 66/276 kB
Progress (4): 1.0/3.3 MB | 195 kB | 109 kB | 70/276 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 338 kB/s)
01:13:41 [2019-07-31T05:13:41.400Z] 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 603 kB/s)
01:13:41 [2019-07-31T05:13:41.400Z] 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
01:13:41 [2019-07-31T05:13:41.400Z] Progress (2): 1.0/3.3 MB | 74/276 kB
Progress (2): 1.0/3.3 MB | 74/276 kB
Progress (3): 1.0/3.3 MB | 74/276 kB | 4.1/172 kB
Progress (3): 1.0/3.3 MB | 78/276 kB | 4.1/172 kB
Progress (3): 1.0/3.3 MB | 78/276 kB | 4.1/172 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
01:13:41 [2019-07-31T05:13:41.401Z] Progress (3): 1.0/3.3 MB | 78/276 kB | 4.1/172 kB
Progress (3): 1.0/3.3 MB | 82/276 kB | 4.1/172 kB
Progress (3): 1.0/3.3 MB | 82/276 kB | 7.7/172 kB
Progress (3): 1.0/3.3 MB | 82/276 kB | 7.7/172 kB
Progress (3): 1.0/3.3 MB | 86/276 kB | 7.7/172 kB
Progress (3): 1.0/3.3 MB | 86/276 kB | 7.7/172 kB
Progress (3): 1.0/3.3 MB | 86/276 kB | 12/172 kB 
Progress (3): 1.0/3.3 MB | 86/276 kB | 12/172 kB
Progress (3): 1.0/3.3 MB | 90/276 kB | 12/172 kB
Progress (3): 1.0/3.3 MB | 90/276 kB | 12/172 kB
Progress (3): 1.0/3.3 MB | 90/276 kB | 16/172 kB
Progress (3): 1.0/3.3 MB | 90/276 kB | 16/172 kB
Progress (3): 1.0/3.3 MB | 94/276 kB | 16/172 kB
Progress (3): 1.0/3.3 MB | 94/276 kB | 20/172 kB
Progress (3): 1.0/3.3 MB | 98/276 kB | 20/172 kB
Progress (3): 1.0/3.3 MB | 98/276 kB | 20/172 kB
Progress (3): 1.0/3.3 MB | 98/276 kB | 20/172 kB
Progress (3): 1.0/3.3 MB | 98/276 kB | 24/172 kB
Progress (3): 1.0/3.3 MB | 102/276 kB | 24/172 kB
Progress (3): 1.0/3.3 MB | 102/276 kB | 24/172 kB
Progress (3): 1.0/3.3 MB | 106/276 kB | 24/172 kB
Progress (3): 1.0/3.3 MB | 106/276 kB | 28/172 kB
Progress (3): 1.0/3.3 MB | 110/276 kB | 28/172 kB
Progress (3): 1.0/3.3 MB | 110/276 kB | 28/172 kB
Progress (3): 1.0/3.3 MB | 114/276 kB | 28/172 kB
Progress (3): 1.0/3.3 MB | 114/276 kB | 32/172 kB
Progress (3): 1.0/3.3 MB | 118/276 kB | 32/172 kB
Progress (3): 1.0/3.3 MB | 118/276 kB | 32/172 kB
Progress (3): 1.0/3.3 MB | 122/276 kB | 32/172 kB
Progress (3): 1.0/3.3 MB | 122/276 kB | 33/172 kB
Progress (3): 1.0/3.3 MB | 126/276 kB | 33/172 kB
Progress (3): 1.0/3.3 MB | 126/276 kB | 33/172 kB
Progress (3): 1.0/3.3 MB | 130/276 kB | 33/172 kB
Progress (3): 1.0/3.3 MB | 130/276 kB | 37/172 kB
Progress (3): 1.0/3.3 MB | 131/276 kB | 37/172 kB
Progress (3): 1.1/3.3 MB | 131/276 kB | 37/172 kB
Progress (3): 1.1/3.3 MB | 135/276 kB | 37/172 kB
Progress (3): 1.1/3.3 MB | 135/276 kB | 41/172 kB
Progress (3): 1.1/3.3 MB | 139/276 kB | 41/172 kB
Progress (3): 1.1/3.3 MB | 139/276 kB | 41/172 kB
Progress (3): 1.1/3.3 MB | 143/276 kB | 41/172 kB
Progress (3): 1.1/3.3 MB | 143/276 kB | 45/172 kB
Progress (3): 1.1/3.3 MB | 147/276 kB | 45/172 kB
Progress (3): 1.1/3.3 MB | 147/276 kB | 45/172 kB
Progress (3): 1.1/3.3 MB | 151/276 kB | 45/172 kB
Progress (3): 1.1/3.3 MB | 151/276 kB | 49/172 kB
Progress (3): 1.1/3.3 MB | 155/276 kB | 49/172 kB
Progress (3): 1.1/3.3 MB | 155/276 kB | 49/172 kB
Progress (3): 1.1/3.3 MB | 159/276 kB | 49/172 kB
Progress (3): 1.1/3.3 MB | 159/276 kB | 53/172 kB
Progress (3): 1.1/3.3 MB | 163/276 kB | 53/172 kB
Progress (3): 1.1/3.3 MB | 163/276 kB | 53/172 kB
Progress (3): 1.1/3.3 MB | 164/276 kB | 53/172 kB
Progress (3): 1.1/3.3 MB | 164/276 kB | 57/172 kB
Progress (3): 1.1/3.3 MB | 168/276 kB | 57/172 kB
Progress (3): 1.1/3.3 MB | 168/276 kB | 57/172 kB
Progress (3): 1.1/3.3 MB | 172/276 kB | 57/172 kB
Progress (3): 1.1/3.3 MB | 172/276 kB | 61/172 kB
Progress (3): 1.1/3.3 MB | 176/276 kB | 61/172 kB
Progress (3): 1.1/3.3 MB | 176/276 kB | 61/172 kB
Progress (3): 1.1/3.3 MB | 180/276 kB | 61/172 kB
Progress (3): 1.1/3.3 MB | 180/276 kB | 65/172 kB
Progress (3): 1.1/3.3 MB | 184/276 kB | 65/172 kB
Progress (3): 1.1/3.3 MB | 184/276 kB | 65/172 kB
Progress (3): 1.1/3.3 MB | 188/276 kB | 65/172 kB
Progress (3): 1.1/3.3 MB | 188/276 kB | 66/172 kB
Progress (3): 1.1/3.3 MB | 192/276 kB | 66/172 kB
Progress (3): 1.1/3.3 MB | 192/276 kB | 66/172 kB
Progress (3): 1.1/3.3 MB | 196/276 kB | 66/172 kB
Progress (3): 1.1/3.3 MB | 196/276 kB | 70/172 kB
Progress (3): 1.1/3.3 MB | 196/276 kB | 70/172 kB
Progress (3): 1.1/3.3 MB | 197/276 kB | 70/172 kB
Progress (3): 1.1/3.3 MB | 197/276 kB | 70/172 kB
Progress (3): 1.1/3.3 MB | 197/276 kB | 74/172 kB
Progress (3): 1.1/3.3 MB | 201/276 kB | 74/172 kB
Progress (3): 1.1/3.3 MB | 201/276 kB | 78/172 kB
Progress (3): 1.1/3.3 MB | 201/276 kB | 78/172 kB
Progress (3): 1.1/3.3 MB | 201/276 kB | 82/172 kB
Progress (3): 1.1/3.3 MB | 205/276 kB | 82/172 kB
Progress (3): 1.1/3.3 MB | 205/276 kB | 86/172 kB
Progress (3): 1.1/3.3 MB | 205/276 kB | 86/172 kB
Progress (4): 1.1/3.3 MB | 205/276 kB | 86/172 kB | 4.1/61 kB
Progress (4): 1.1/3.3 MB | 205/276 kB | 90/172 kB | 4.1/61 kB
Progress (4): 1.1/3.3 MB | 209/276 kB | 90/172 kB | 4.1/61 kB
Progress (4): 1.1/3.3 MB | 209/276 kB | 94/172 kB | 4.1/61 kB
Progress (4): 1.1/3.3 MB | 209/276 kB | 94/172 kB | 7.7/61 kB
Progress (4): 1.1/3.3 MB | 209/276 kB | 94/172 kB | 7.7/61 kB
Progress (4): 1.1/3.3 MB | 209/276 kB | 94/172 kB | 12/61 kB 
Progress (4): 1.1/3.3 MB | 209/276 kB | 98/172 kB | 12/61 kB
Progress (4): 1.1/3.3 MB | 213/276 kB | 98/172 kB | 12/61 kB
Progress (4): 1.1/3.3 MB | 213/276 kB | 102/172 kB | 12/61 kB
Progress (5): 1.1/3.3 MB | 213/276 kB | 102/172 kB | 12/61 kB | 4.1/47 kB
Progress (5): 1.1/3.3 MB | 213/276 kB | 102/172 kB | 16/61 kB | 4.1/47 kB
Progress (5): 1.1/3.3 MB | 213/276 kB | 102/172 kB | 16/61 kB | 4.1/47 kB
Progress (5): 1.1/3.3 MB | 213/276 kB | 102/172 kB | 20/61 kB | 4.1/47 kB
Progress (5): 1.1/3.3 MB | 213/276 kB | 102/172 kB | 20/61 kB | 7.7/47 kB
Progress (5): 1.1/3.3 MB | 213/276 kB | 106/172 kB | 20/61 kB | 7.7/47 kB
Progress (5): 1.1/3.3 MB | 217/276 kB | 106/172 kB | 20/61 kB | 7.7/47 kB
Progress (5): 1.1/3.3 MB | 217/276 kB | 110/172 kB | 20/61 kB | 7.7/47 kB
Progress (5): 1.1/3.3 MB | 217/276 kB | 110/172 kB | 20/61 kB | 12/47 kB 
Progress (5): 1.1/3.3 MB | 217/276 kB | 110/172 kB | 24/61 kB | 12/47 kB
Progress (5): 1.1/3.3 MB | 217/276 kB | 110/172 kB | 24/61 kB | 12/47 kB
Progress (5): 1.1/3.3 MB | 217/276 kB | 110/172 kB | 28/61 kB | 12/47 kB
Progress (5): 1.1/3.3 MB | 217/276 kB | 110/172 kB | 28/61 kB | 16/47 kB
Progress (5): 1.1/3.3 MB | 217/276 kB | 114/172 kB | 28/61 kB | 16/47 kB
Progress (5): 1.1/3.3 MB | 221/276 kB | 114/172 kB | 28/61 kB | 16/47 kB
Progress (5): 1.1/3.3 MB | 221/276 kB | 118/172 kB | 28/61 kB | 16/47 kB
Progress (5): 1.1/3.3 MB | 221/276 kB | 118/172 kB | 28/61 kB | 20/47 kB
Progress (5): 1.1/3.3 MB | 221/276 kB | 118/172 kB | 32/61 kB | 20/47 kB
Progress (5): 1.1/3.3 MB | 221/276 kB | 118/172 kB | 32/61 kB | 20/47 kB
Progress (5): 1.1/3.3 MB | 221/276 kB | 118/172 kB | 33/61 kB | 20/47 kB
Progress (5): 1.1/3.3 MB | 221/276 kB | 118/172 kB | 33/61 kB | 24/47 kB
Progress (5): 1.1/3.3 MB | 221/276 kB | 122/172 kB | 33/61 kB | 24/47 kB
Progress (5): 1.1/3.3 MB | 225/276 kB | 122/172 kB | 33/61 kB | 24/47 kB
Progress (5): 1.1/3.3 MB | 225/276 kB | 126/172 kB | 33/61 kB | 24/47 kB
Progress (5): 1.1/3.3 MB | 225/276 kB | 126/172 kB | 33/61 kB | 28/47 kB
Progress (5): 1.1/3.3 MB | 225/276 kB | 126/172 kB | 37/61 kB | 28/47 kB
Progress (5): 1.1/3.3 MB | 225/276 kB | 126/172 kB | 37/61 kB | 28/47 kB
Progress (5): 1.1/3.3 MB | 225/276 kB | 126/172 kB | 41/61 kB | 28/47 kB
Progress (5): 1.1/3.3 MB | 225/276 kB | 126/172 kB | 41/61 kB | 32/47 kB
Progress (5): 1.1/3.3 MB | 225/276 kB | 130/172 kB | 41/61 kB | 32/47 kB
Progress (5): 1.1/3.3 MB | 229/276 kB | 130/172 kB | 41/61 kB | 32/47 kB
Progress (5): 1.1/3.3 MB | 229/276 kB | 134/172 kB | 41/61 kB | 32/47 kB
Progress (5): 1.1/3.3 MB | 229/276 kB | 134/172 kB | 41/61 kB | 33/47 kB
Progress (5): 1.1/3.3 MB | 229/276 kB | 134/172 kB | 45/61 kB | 33/47 kB
Progress (5): 1.1/3.3 MB | 229/276 kB | 134/172 kB | 45/61 kB | 33/47 kB
Progress (5): 1.1/3.3 MB | 229/276 kB | 134/172 kB | 49/61 kB | 33/47 kB
Progress (5): 1.1/3.3 MB | 229/276 kB | 134/172 kB | 49/61 kB | 37/47 kB
Progress (5): 1.1/3.3 MB | 229/276 kB | 138/172 kB | 49/61 kB | 37/47 kB
Progress (5): 1.1/3.3 MB | 233/276 kB | 138/172 kB | 49/61 kB | 37/47 kB
Progress (5): 1.1/3.3 MB | 233/276 kB | 142/172 kB | 49/61 kB | 37/47 kB
Progress (5): 1.1/3.3 MB | 233/276 kB | 142/172 kB | 49/61 kB | 41/47 kB
Progress (5): 1.1/3.3 MB | 233/276 kB | 142/172 kB | 53/61 kB | 41/47 kB
Progress (5): 1.1/3.3 MB | 233/276 kB | 142/172 kB | 53/61 kB | 41/47 kB
Progress (5): 1.1/3.3 MB | 233/276 kB | 142/172 kB | 57/61 kB | 41/47 kB
Progress (5): 1.1/3.3 MB | 233/276 kB | 142/172 kB | 57/61 kB | 45/47 kB
Progress (5): 1.1/3.3 MB | 233/276 kB | 146/172 kB | 57/61 kB | 45/47 kB
Progress (5): 1.1/3.3 MB | 237/276 kB | 146/172 kB | 57/61 kB | 45/47 kB
Progress (5): 1.1/3.3 MB | 237/276 kB | 150/172 kB | 57/61 kB | 45/47 kB
Progress (5): 1.1/3.3 MB | 237/276 kB | 150/172 kB | 57/61 kB | 47 kB   
Progress (5): 1.1/3.3 MB | 237/276 kB | 150/172 kB | 61 kB | 47 kB   
Progress (5): 1.1/3.3 MB | 237/276 kB | 150/172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 237/276 kB | 154/172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 241/276 kB | 154/172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 241/276 kB | 158/172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 241/276 kB | 158/172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 241/276 kB | 162/172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 245/276 kB | 162/172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 245/276 kB | 166/172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 245/276 kB | 166/172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 245/276 kB | 170/172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 249/276 kB | 170/172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 249/276 kB | 172 kB | 61 kB | 47 kB    
Progress (5): 1.1/3.3 MB | 249/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 253/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 253/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.1/3.3 MB | 257/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 257/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 261/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 261/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 265/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 265/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 269/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 269/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 273/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 273/276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB    
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.2/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.3/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.4/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB | 47 kB
Progress (5): 1.5/3.3 MB | 276 kB | 172 kB | 61 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)
01:13:41 [2019-07-31T05:13:41.401Z] Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 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
01:13:41 [2019-07-31T05:13:41.401Z] Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB
Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB
Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB
Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB
Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB
Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB
Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB
Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB
Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB
Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB
Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 kB
Progress (4): 1.5/3.3 MB | 276 kB | 172 kB | 61 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 155 kB/s)
01:13:41 [2019-07-31T05:13:41.401Z] Progress (3): 1.5/3.3 MB | 276 kB | 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
01:13:41 [2019-07-31T05:13:41.401Z] Progress (3): 1.5/3.3 MB | 276 kB | 172 kB
Progress (3): 1.5/3.3 MB | 276 kB | 172 kB
Progress (3): 1.5/3.3 MB | 276 kB | 172 kB
Progress (3): 1.5/3.3 MB | 276 kB | 172 kB
Progress (3): 1.5/3.3 MB | 276 kB | 172 kB
Progress (3): 1.5/3.3 MB | 276 kB | 172 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 703 kB/s)
01:13:41 [2019-07-31T05:13:41.401Z] Progress (2): 1.5/3.3 MB | 172 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
01:13:41 [2019-07-31T05:13:41.401Z] Progress (2): 1.5/3.3 MB | 172 kB
Progress (2): 1.6/3.3 MB | 172 kB
Progress (2): 1.6/3.3 MB | 172 kB
Progress (2): 1.6/3.3 MB | 172 kB
Progress (2): 1.6/3.3 MB | 172 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 435 kB/s)
01:13:41 [2019-07-31T05:13:41.401Z] Progress (1): 1.6/3.3 MB
                        
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
01:13:41 [2019-07-31T05:13:41.660Z] Progress (1): 1.6/3.3 MB
Progress (1): 1.6/3.3 MB
Progress (1): 1.6/3.3 MB
Progress (1): 1.6/3.3 MB
Progress (1): 1.6/3.3 MB
Progress (1): 1.6/3.3 MB
Progress (1): 1.6/3.3 MB
Progress (2): 1.6/3.3 MB | 4.1/52 kB
Progress (2): 1.6/3.3 MB | 4.1/52 kB
Progress (2): 1.6/3.3 MB | 7.7/52 kB
Progress (2): 1.6/3.3 MB | 7.7/52 kB
Progress (2): 1.6/3.3 MB | 12/52 kB 
Progress (2): 1.6/3.3 MB | 12/52 kB
Progress (2): 1.6/3.3 MB | 16/52 kB
Progress (2): 1.6/3.3 MB | 16/52 kB
Progress (2): 1.6/3.3 MB | 20/52 kB
Progress (2): 1.6/3.3 MB | 20/52 kB
Progress (2): 1.6/3.3 MB | 24/52 kB
Progress (2): 1.6/3.3 MB | 24/52 kB
Progress (2): 1.6/3.3 MB | 28/52 kB
Progress (2): 1.6/3.3 MB | 32/52 kB
Progress (2): 1.6/3.3 MB | 32/52 kB
Progress (2): 1.6/3.3 MB | 36/52 kB
Progress (2): 1.6/3.3 MB | 36/52 kB
Progress (2): 1.6/3.3 MB | 40/52 kB
Progress (2): 1.6/3.3 MB | 40/52 kB
Progress (2): 1.6/3.3 MB | 44/52 kB
Progress (2): 1.6/3.3 MB | 44/52 kB
Progress (2): 1.6/3.3 MB | 48/52 kB
Progress (2): 1.6/3.3 MB | 48/52 kB
Progress (2): 1.6/3.3 MB | 48/52 kB
Progress (2): 1.6/3.3 MB | 52/52 kB
Progress (2): 1.6/3.3 MB | 52/52 kB
Progress (3): 1.6/3.3 MB | 52/52 kB | 4.1/254 kB
Progress (3): 1.7/3.3 MB | 52/52 kB | 4.1/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 4.1/254 kB   
Progress (3): 1.7/3.3 MB | 52 kB | 4.1/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 7.7/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 7.7/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 12/254 kB 
Progress (3): 1.7/3.3 MB | 52 kB | 12/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 16/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 16/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 20/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 20/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 24/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 24/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 28/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 28/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 32/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 32/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 33/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 33/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 37/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 37/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 41/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 41/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 45/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 45/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 49/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 49/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 53/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 53/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 57/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 57/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 61/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 61/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 65/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 65/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 66/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 66/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 70/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 70/254 kB
Progress (3): 1.7/3.3 MB | 52 kB | 74/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 128 kB/s)
01:13:41 [2019-07-31T05:13:41.660Z] Progress (2): 1.7/3.3 MB | 74/254 kB
Progress (2): 1.7/3.3 MB | 74/254 kB
Progress (3): 1.7/3.3 MB | 74/254 kB | 4.1/65 kB
Progress (3): 1.7/3.3 MB | 74/254 kB | 7.7/65 kB
                                                
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
01:13:41 [2019-07-31T05:13:41.660Z] Progress (4): 1.7/3.3 MB | 74/254 kB | 7.7/65 kB | 4.1/125 kB
Progress (4): 1.7/3.3 MB | 74/254 kB | 12/65 kB | 4.1/125 kB 
Progress (4): 1.7/3.3 MB | 78/254 kB | 12/65 kB | 4.1/125 kB
Progress (4): 1.7/3.3 MB | 78/254 kB | 12/65 kB | 4.1/125 kB
Progress (4): 1.7/3.3 MB | 82/254 kB | 12/65 kB | 4.1/125 kB
Progress (4): 1.7/3.3 MB | 82/254 kB | 16/65 kB | 4.1/125 kB
Progress (4): 1.7/3.3 MB | 86/254 kB | 16/65 kB | 4.1/125 kB
Progress (4): 1.7/3.3 MB | 86/254 kB | 16/65 kB | 7.7/125 kB
Progress (4): 1.7/3.3 MB | 90/254 kB | 16/65 kB | 7.7/125 kB
Progress (4): 1.7/3.3 MB | 90/254 kB | 16/65 kB | 12/125 kB 
Progress (4): 1.7/3.3 MB | 90/254 kB | 20/65 kB | 12/125 kB
Progress (4): 1.7/3.3 MB | 90/254 kB | 20/65 kB | 12/125 kB
Progress (4): 1.7/3.3 MB | 90/254 kB | 24/65 kB | 12/125 kB
Progress (4): 1.7/3.3 MB | 90/254 kB | 24/65 kB | 16/125 kB
Progress (4): 1.7/3.3 MB | 94/254 kB | 24/65 kB | 16/125 kB
Progress (4): 1.7/3.3 MB | 94/254 kB | 24/65 kB | 20/125 kB
Progress (4): 1.7/3.3 MB | 94/254 kB | 28/65 kB | 20/125 kB
Progress (4): 1.7/3.3 MB | 94/254 kB | 28/65 kB | 20/125 kB
Progress (4): 1.7/3.3 MB | 94/254 kB | 32/65 kB | 20/125 kB
Progress (4): 1.7/3.3 MB | 94/254 kB | 32/65 kB | 24/125 kB
Progress (4): 1.7/3.3 MB | 98/254 kB | 32/65 kB | 24/125 kB
Progress (4): 1.7/3.3 MB | 98/254 kB | 32/65 kB | 28/125 kB
Progress (4): 1.7/3.3 MB | 98/254 kB | 36/65 kB | 28/125 kB
Progress (4): 1.8/3.3 MB | 98/254 kB | 36/65 kB | 28/125 kB
Progress (4): 1.8/3.3 MB | 98/254 kB | 40/65 kB | 28/125 kB
Progress (4): 1.8/3.3 MB | 98/254 kB | 40/65 kB | 32/125 kB
Progress (4): 1.8/3.3 MB | 98/254 kB | 40/65 kB | 32/125 kB
Progress (4): 1.8/3.3 MB | 98/254 kB | 40/65 kB | 33/125 kB
Progress (4): 1.8/3.3 MB | 98/254 kB | 44/65 kB | 33/125 kB
Progress (4): 1.8/3.3 MB | 98/254 kB | 44/65 kB | 33/125 kB
Progress (4): 1.8/3.3 MB | 98/254 kB | 48/65 kB | 33/125 kB
Progress (4): 1.8/3.3 MB | 98/254 kB | 48/65 kB | 37/125 kB
Progress (4): 1.8/3.3 MB | 102/254 kB | 48/65 kB | 37/125 kB
Progress (4): 1.8/3.3 MB | 102/254 kB | 48/65 kB | 41/125 kB
Progress (4): 1.8/3.3 MB | 102/254 kB | 52/65 kB | 41/125 kB
Progress (4): 1.8/3.3 MB | 102/254 kB | 52/65 kB | 41/125 kB
Progress (4): 1.8/3.3 MB | 102/254 kB | 56/65 kB | 41/125 kB
Progress (4): 1.8/3.3 MB | 102/254 kB | 56/65 kB | 45/125 kB
Progress (4): 1.8/3.3 MB | 106/254 kB | 56/65 kB | 45/125 kB
Progress (4): 1.8/3.3 MB | 106/254 kB | 56/65 kB | 49/125 kB
Progress (4): 1.8/3.3 MB | 106/254 kB | 60/65 kB | 49/125 kB
Progress (4): 1.8/3.3 MB | 106/254 kB | 60/65 kB | 49/125 kB
Progress (5): 1.8/3.3 MB | 106/254 kB | 60/65 kB | 49/125 kB | 4.1/866 kB
Progress (5): 1.8/3.3 MB | 106/254 kB | 60/65 kB | 49/125 kB | 4.1/866 kB
Progress (5): 1.8/3.3 MB | 106/254 kB | 64/65 kB | 49/125 kB | 4.1/866 kB
Progress (5): 1.8/3.3 MB | 106/254 kB | 64/65 kB | 53/125 kB | 4.1/866 kB
Progress (5): 1.8/3.3 MB | 110/254 kB | 64/65 kB | 53/125 kB | 4.1/866 kB
Progress (5): 1.8/3.3 MB | 110/254 kB | 64/65 kB | 57/125 kB | 4.1/866 kB
Progress (5): 1.8/3.3 MB | 110/254 kB | 65 kB | 57/125 kB | 4.1/866 kB   
Progress (5): 1.8/3.3 MB | 110/254 kB | 65 kB | 57/125 kB | 4.1/866 kB
Progress (5): 1.8/3.3 MB | 110/254 kB | 65 kB | 57/125 kB | 7.7/866 kB
Progress (5): 1.8/3.3 MB | 110/254 kB | 65 kB | 57/125 kB | 7.7/866 kB
Progress (5): 1.8/3.3 MB | 110/254 kB | 65 kB | 61/125 kB | 7.7/866 kB
Progress (5): 1.8/3.3 MB | 114/254 kB | 65 kB | 61/125 kB | 7.7/866 kB
Progress (5): 1.8/3.3 MB | 114/254 kB | 65 kB | 65/125 kB | 7.7/866 kB
Progress (5): 1.8/3.3 MB | 114/254 kB | 65 kB | 65/125 kB | 7.7/866 kB
Progress (5): 1.8/3.3 MB | 114/254 kB | 65 kB | 65/125 kB | 12/866 kB 
Progress (5): 1.8/3.3 MB | 114/254 kB | 65 kB | 65/125 kB | 12/866 kB
Progress (5): 1.8/3.3 MB | 114/254 kB | 65 kB | 66/125 kB | 12/866 kB
Progress (5): 1.8/3.3 MB | 118/254 kB | 65 kB | 66/125 kB | 12/866 kB
Progress (5): 1.8/3.3 MB | 118/254 kB | 65 kB | 70/125 kB | 12/866 kB
Progress (5): 1.8/3.3 MB | 118/254 kB | 65 kB | 70/125 kB | 12/866 kB
Progress (5): 1.8/3.3 MB | 118/254 kB | 65 kB | 70/125 kB | 16/866 kB
Progress (5): 1.8/3.3 MB | 118/254 kB | 65 kB | 70/125 kB | 16/866 kB
Progress (5): 1.8/3.3 MB | 118/254 kB | 65 kB | 74/125 kB | 16/866 kB
Progress (5): 1.8/3.3 MB | 122/254 kB | 65 kB | 74/125 kB | 16/866 kB
Progress (5): 1.8/3.3 MB | 122/254 kB | 65 kB | 78/125 kB | 16/866 kB
Progress (5): 1.8/3.3 MB | 122/254 kB | 65 kB | 78/125 kB | 16/866 kB
Progress (5): 1.8/3.3 MB | 122/254 kB | 65 kB | 78/125 kB | 20/866 kB
Progress (5): 1.8/3.3 MB | 122/254 kB | 65 kB | 78/125 kB | 20/866 kB
Progress (5): 1.8/3.3 MB | 122/254 kB | 65 kB | 82/125 kB | 20/866 kB
Progress (5): 1.8/3.3 MB | 126/254 kB | 65 kB | 82/125 kB | 20/866 kB
Progress (5): 1.8/3.3 MB | 126/254 kB | 65 kB | 86/125 kB | 20/866 kB
Progress (5): 1.8/3.3 MB | 126/254 kB | 65 kB | 86/125 kB | 20/866 kB
Progress (5): 1.8/3.3 MB | 126/254 kB | 65 kB | 86/125 kB | 24/866 kB
Progress (5): 1.8/3.3 MB | 126/254 kB | 65 kB | 86/125 kB | 24/866 kB
Progress (5): 1.8/3.3 MB | 126/254 kB | 65 kB | 90/125 kB | 24/866 kB
Progress (5): 1.8/3.3 MB | 130/254 kB | 65 kB | 90/125 kB | 24/866 kB
Progress (5): 1.8/3.3 MB | 130/254 kB | 65 kB | 94/125 kB | 24/866 kB
Progress (5): 1.8/3.3 MB | 130/254 kB | 65 kB | 94/125 kB | 24/866 kB
Progress (5): 1.8/3.3 MB | 130/254 kB | 65 kB | 94/125 kB | 28/866 kB
Progress (5): 1.8/3.3 MB | 130/254 kB | 65 kB | 94/125 kB | 28/866 kB
Progress (5): 1.8/3.3 MB | 130/254 kB | 65 kB | 98/125 kB | 28/866 kB
Progress (5): 1.8/3.3 MB | 131/254 kB | 65 kB | 98/125 kB | 28/866 kB
Progress (5): 1.8/3.3 MB | 131/254 kB | 65 kB | 98/125 kB | 28/866 kB
Progress (5): 1.8/3.3 MB | 131/254 kB | 65 kB | 98/125 kB | 28/866 kB
Progress (5): 1.8/3.3 MB | 131/254 kB | 65 kB | 98/125 kB | 32/866 kB
Progress (5): 1.8/3.3 MB | 131/254 kB | 65 kB | 98/125 kB | 32/866 kB
Progress (5): 1.8/3.3 MB | 131/254 kB | 65 kB | 102/125 kB | 32/866 kB
Progress (5): 1.8/3.3 MB | 135/254 kB | 65 kB | 102/125 kB | 32/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 147 kB/s)
01:13:41 [2019-07-31T05:13:41.660Z] Progress (4): 1.8/3.3 MB | 135/254 kB | 106/125 kB | 32/866 kB
Progress (4): 1.8/3.3 MB | 135/254 kB | 106/125 kB | 32/866 kB
Progress (4): 1.8/3.3 MB | 135/254 kB | 106/125 kB | 33/866 kB
Progress (4): 1.8/3.3 MB | 135/254 kB | 110/125 kB | 33/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
01:13:41 [2019-07-31T05:13:41.660Z] Progress (4): 1.8/3.3 MB | 139/254 kB | 110/125 kB | 33/866 kB
Progress (4): 1.8/3.3 MB | 139/254 kB | 114/125 kB | 33/866 kB
Progress (4): 1.8/3.3 MB | 139/254 kB | 114/125 kB | 37/866 kB
Progress (4): 1.8/3.3 MB | 139/254 kB | 114/125 kB | 37/866 kB
Progress (4): 1.8/3.3 MB | 139/254 kB | 114/125 kB | 41/866 kB
Progress (4): 1.8/3.3 MB | 139/254 kB | 118/125 kB | 41/866 kB
Progress (4): 1.8/3.3 MB | 143/254 kB | 118/125 kB | 41/866 kB
Progress (4): 1.8/3.3 MB | 143/254 kB | 122/125 kB | 41/866 kB
Progress (4): 1.8/3.3 MB | 143/254 kB | 122/125 kB | 45/866 kB
Progress (4): 1.8/3.3 MB | 143/254 kB | 122/125 kB | 45/866 kB
Progress (4): 1.8/3.3 MB | 143/254 kB | 122/125 kB | 49/866 kB
Progress (4): 1.8/3.3 MB | 143/254 kB | 125 kB | 49/866 kB    
Progress (4): 1.8/3.3 MB | 147/254 kB | 125 kB | 49/866 kB
Progress (4): 1.8/3.3 MB | 147/254 kB | 125 kB | 53/866 kB
Progress (4): 1.8/3.3 MB | 151/254 kB | 125 kB | 53/866 kB
Progress (4): 1.8/3.3 MB | 151/254 kB | 125 kB | 53/866 kB
Progress (4): 1.8/3.3 MB | 155/254 kB | 125 kB | 53/866 kB
Progress (4): 1.8/3.3 MB | 155/254 kB | 125 kB | 57/866 kB
Progress (4): 1.8/3.3 MB | 155/254 kB | 125 kB | 57/866 kB
Progress (4): 1.8/3.3 MB | 155/254 kB | 125 kB | 61/866 kB
Progress (4): 1.8/3.3 MB | 155/254 kB | 125 kB | 61/866 kB
Progress (4): 1.8/3.3 MB | 159/254 kB | 125 kB | 61/866 kB
Progress (4): 1.9/3.3 MB | 159/254 kB | 125 kB | 61/866 kB
Progress (4): 1.9/3.3 MB | 159/254 kB | 125 kB | 65/866 kB
Progress (4): 1.9/3.3 MB | 163/254 kB | 125 kB | 65/866 kB
Progress (4): 1.9/3.3 MB | 163/254 kB | 125 kB | 66/866 kB
Progress (4): 1.9/3.3 MB | 163/254 kB | 125 kB | 66/866 kB
Progress (4): 1.9/3.3 MB | 163/254 kB | 125 kB | 70/866 kB
Progress (4): 1.9/3.3 MB | 164/254 kB | 125 kB | 70/866 kB
Progress (4): 1.9/3.3 MB | 164/254 kB | 125 kB | 74/866 kB
Progress (4): 1.9/3.3 MB | 164/254 kB | 125 kB | 74/866 kB
Progress (4): 1.9/3.3 MB | 164/254 kB | 125 kB | 78/866 kB
Progress (4): 1.9/3.3 MB | 168/254 kB | 125 kB | 78/866 kB
Progress (4): 1.9/3.3 MB | 168/254 kB | 125 kB | 82/866 kB
Progress (4): 1.9/3.3 MB | 168/254 kB | 125 kB | 82/866 kB
Progress (4): 1.9/3.3 MB | 168/254 kB | 125 kB | 86/866 kB
Progress (4): 1.9/3.3 MB | 172/254 kB | 125 kB | 86/866 kB
Progress (4): 1.9/3.3 MB | 172/254 kB | 125 kB | 90/866 kB
Progress (4): 1.9/3.3 MB | 176/254 kB | 125 kB | 90/866 kB
Progress (4): 1.9/3.3 MB | 176/254 kB | 125 kB | 90/866 kB
Progress (4): 1.9/3.3 MB | 180/254 kB | 125 kB | 90/866 kB
Progress (5): 1.9/3.3 MB | 180/254 kB | 125 kB | 90/866 kB | 4.1/33 kB
Progress (5): 1.9/3.3 MB | 180/254 kB | 125 kB | 94/866 kB | 4.1/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 274 kB/s)
01:13:41 [2019-07-31T05:13:41.660Z] Progress (4): 1.9/3.3 MB | 180/254 kB | 94/866 kB | 7.7/33 kB
Progress (4): 1.9/3.3 MB | 184/254 kB | 94/866 kB | 7.7/33 kB
Progress (4): 1.9/3.3 MB | 184/254 kB | 94/866 kB | 7.7/33 kB
Progress (4): 1.9/3.3 MB | 188/254 kB | 94/866 kB | 7.7/33 kB
Progress (4): 1.9/3.3 MB | 188/254 kB | 94/866 kB | 12/33 kB 
Progress (4): 1.9/3.3 MB | 192/254 kB | 94/866 kB | 12/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
01:13:41 [2019-07-31T05:13:41.660Z] Progress (4): 1.9/3.3 MB | 192/254 kB | 98/866 kB | 12/33 kB
Progress (4): 1.9/3.3 MB | 196/254 kB | 98/866 kB | 12/33 kB
Progress (4): 1.9/3.3 MB | 196/254 kB | 98/866 kB | 16/33 kB
Progress (4): 1.9/3.3 MB | 196/254 kB | 98/866 kB | 16/33 kB
Progress (4): 1.9/3.3 MB | 196/254 kB | 98/866 kB | 20/33 kB
Progress (4): 1.9/3.3 MB | 197/254 kB | 98/866 kB | 20/33 kB
Progress (4): 1.9/3.3 MB | 197/254 kB | 98/866 kB | 20/33 kB
Progress (4): 1.9/3.3 MB | 201/254 kB | 98/866 kB | 20/33 kB
Progress (4): 1.9/3.3 MB | 201/254 kB | 98/866 kB | 24/33 kB
Progress (4): 1.9/3.3 MB | 201/254 kB | 98/866 kB | 24/33 kB
Progress (4): 1.9/3.3 MB | 201/254 kB | 98/866 kB | 28/33 kB
Progress (4): 1.9/3.3 MB | 205/254 kB | 98/866 kB | 28/33 kB
Progress (4): 1.9/3.3 MB | 205/254 kB | 102/866 kB | 28/33 kB
Progress (4): 1.9/3.3 MB | 209/254 kB | 102/866 kB | 28/33 kB
Progress (4): 1.9/3.3 MB | 209/254 kB | 102/866 kB | 32/33 kB
Progress (4): 1.9/3.3 MB | 209/254 kB | 102/866 kB | 32/33 kB
Progress (4): 1.9/3.3 MB | 209/254 kB | 102/866 kB | 33/33 kB
Progress (4): 1.9/3.3 MB | 213/254 kB | 102/866 kB | 33/33 kB
Progress (4): 1.9/3.3 MB | 213/254 kB | 106/866 kB | 33/33 kB
Progress (4): 1.9/3.3 MB | 217/254 kB | 106/866 kB | 33/33 kB
Progress (4): 1.9/3.3 MB | 217/254 kB | 106/866 kB | 33 kB   
Progress (4): 1.9/3.3 MB | 217/254 kB | 106/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 221/254 kB | 106/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 221/254 kB | 110/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 225/254 kB | 110/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 225/254 kB | 110/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 229/254 kB | 110/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 229/254 kB | 114/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 233/254 kB | 114/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 233/254 kB | 114/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 237/254 kB | 114/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 237/254 kB | 118/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 241/254 kB | 118/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 241/254 kB | 118/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 245/254 kB | 118/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 245/254 kB | 122/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 249/254 kB | 122/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 249/254 kB | 122/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 253/254 kB | 122/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 253/254 kB | 126/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 126/866 kB | 33 kB    
Progress (4): 1.9/3.3 MB | 254 kB | 126/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 130/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 130/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 134/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 134/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 138/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 138/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 142/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 142/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 146/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 146/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 150/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 150/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 154/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 154/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 158/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 158/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 162/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 162/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 166/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 166/866 kB | 33 kB
Progress (4): 1.9/3.3 MB | 254 kB | 170/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 170/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 174/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 174/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 178/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 178/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 182/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 182/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 186/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 186/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 190/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 190/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 194/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 194/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 198/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 198/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 202/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 202/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 206/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 206/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 210/866 kB | 33 kB
Progress (4): 2.0/3.3 MB | 254 kB | 210/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 70 kB/s)
01:13:41 [2019-07-31T05:13:41.660Z] Progress (4): 2.0/3.3 MB | 254 kB | 210/866 kB | 4.1/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 210/866 kB | 4.1/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 214/866 kB | 4.1/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 214/866 kB | 4.1/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 214/866 kB | 7.7/193 kB
                                                           
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
01:13:41 [2019-07-31T05:13:41.660Z] Progress (4): 2.0/3.3 MB | 254 kB | 214/866 kB | 12/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 214/866 kB | 12/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 218/866 kB | 12/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 218/866 kB | 12/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 222/866 kB | 12/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 222/866 kB | 16/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 226/866 kB | 16/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 226/866 kB | 16/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 230/866 kB | 16/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 230/866 kB | 20/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 234/866 kB | 20/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 234/866 kB | 20/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 238/866 kB | 20/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 238/866 kB | 24/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 242/866 kB | 24/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 242/866 kB | 24/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 246/866 kB | 24/193 kB
Progress (4): 2.0/3.3 MB | 254 kB | 246/866 kB | 28/193 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 526 kB/s)
01:13:41 [2019-07-31T05:13:41.660Z] Progress (3): 2.0/3.3 MB | 250/866 kB | 28/193 kB
Progress (3): 2.0/3.3 MB | 250/866 kB | 28/193 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0/guava-15.0.jar
01:13:41 [2019-07-31T05:13:41.661Z] Progress (3): 2.0/3.3 MB | 250/866 kB | 32/193 kB
Progress (3): 2.0/3.3 MB | 250/866 kB | 32/193 kB
Progress (3): 2.0/3.3 MB | 254/866 kB | 32/193 kB
Progress (3): 2.0/3.3 MB | 254/866 kB | 32/193 kB
Progress (3): 2.0/3.3 MB | 254/866 kB | 33/193 kB
Progress (3): 2.0/3.3 MB | 254/866 kB | 33/193 kB
Progress (3): 2.0/3.3 MB | 254/866 kB | 37/193 kB
Progress (3): 2.0/3.3 MB | 258/866 kB | 37/193 kB
Progress (3): 2.0/3.3 MB | 258/866 kB | 41/193 kB
Progress (3): 2.0/3.3 MB | 262/866 kB | 41/193 kB
Progress (3): 2.0/3.3 MB | 262/866 kB | 41/193 kB
Progress (3): 2.0/3.3 MB | 266/866 kB | 41/193 kB
Progress (3): 2.0/3.3 MB | 266/866 kB | 45/193 kB
Progress (3): 2.0/3.3 MB | 270/866 kB | 45/193 kB
Progress (3): 2.0/3.3 MB | 270/866 kB | 49/193 kB
Progress (3): 2.0/3.3 MB | 270/866 kB | 49/193 kB
Progress (3): 2.0/3.3 MB | 270/866 kB | 53/193 kB
Progress (3): 2.0/3.3 MB | 274/866 kB | 53/193 kB
Progress (3): 2.0/3.3 MB | 274/866 kB | 57/193 kB
Progress (3): 2.0/3.3 MB | 274/866 kB | 57/193 kB
Progress (3): 2.0/3.3 MB | 274/866 kB | 61/193 kB
Progress (3): 2.0/3.3 MB | 278/866 kB | 61/193 kB
Progress (3): 2.0/3.3 MB | 278/866 kB | 65/193 kB
Progress (3): 2.1/3.3 MB | 278/866 kB | 65/193 kB
Progress (3): 2.1/3.3 MB | 278/866 kB | 66/193 kB
Progress (3): 2.1/3.3 MB | 278/866 kB | 66/193 kB
Progress (3): 2.1/3.3 MB | 278/866 kB | 70/193 kB
Progress (3): 2.1/3.3 MB | 282/866 kB | 70/193 kB
Progress (3): 2.1/3.3 MB | 282/866 kB | 74/193 kB
Progress (3): 2.1/3.3 MB | 286/866 kB | 74/193 kB
Progress (3): 2.1/3.3 MB | 286/866 kB | 74/193 kB
Progress (3): 2.1/3.3 MB | 290/866 kB | 74/193 kB
Progress (3): 2.1/3.3 MB | 290/866 kB | 78/193 kB
Progress (3): 2.1/3.3 MB | 294/866 kB | 78/193 kB
Progress (4): 2.1/3.3 MB | 294/866 kB | 78/193 kB | 4.1/569 kB
Progress (4): 2.1/3.3 MB | 294/866 kB | 78/193 kB | 4.1/569 kB
Progress (4): 2.1/3.3 MB | 294/866 kB | 78/193 kB | 7.7/569 kB
Progress (4): 2.1/3.3 MB | 298/866 kB | 78/193 kB | 7.7/569 kB
Progress (4): 2.1/3.3 MB | 298/866 kB | 82/193 kB | 7.7/569 kB
Progress (4): 2.1/3.3 MB | 302/866 kB | 82/193 kB | 7.7/569 kB
Progress (4): 2.1/3.3 MB | 302/866 kB | 82/193 kB | 12/569 kB 
Progress (4): 2.1/3.3 MB | 302/866 kB | 82/193 kB | 12/569 kB
Progress (4): 2.1/3.3 MB | 302/866 kB | 82/193 kB | 16/569 kB
Progress (4): 2.1/3.3 MB | 306/866 kB | 82/193 kB | 16/569 kB
Progress (4): 2.1/3.3 MB | 306/866 kB | 86/193 kB | 16/569 kB
Progress (4): 2.1/3.3 MB | 310/866 kB | 86/193 kB | 16/569 kB
Progress (4): 2.1/3.3 MB | 310/866 kB | 86/193 kB | 20/569 kB
Progress (4): 2.1/3.3 MB | 310/866 kB | 86/193 kB | 20/569 kB
Progress (5): 2.1/3.3 MB | 310/866 kB | 86/193 kB | 20/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 310/866 kB | 86/193 kB | 24/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 314/866 kB | 86/193 kB | 24/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 314/866 kB | 90/193 kB | 24/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 318/866 kB | 90/193 kB | 24/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 318/866 kB | 90/193 kB | 28/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 318/866 kB | 90/193 kB | 28/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 318/866 kB | 90/193 kB | 28/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 318/866 kB | 90/193 kB | 28/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 318/866 kB | 90/193 kB | 32/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 322/866 kB | 90/193 kB | 32/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 322/866 kB | 94/193 kB | 32/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 326/866 kB | 94/193 kB | 32/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 326/866 kB | 94/193 kB | 36/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 326/866 kB | 94/193 kB | 36/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 326/866 kB | 94/193 kB | 36/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 326/866 kB | 94/193 kB | 36/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 326/866 kB | 94/193 kB | 40/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 330/866 kB | 94/193 kB | 40/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 330/866 kB | 98/193 kB | 40/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 334/866 kB | 98/193 kB | 40/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 334/866 kB | 98/193 kB | 44/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 334/866 kB | 98/193 kB | 44/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 334/866 kB | 98/193 kB | 44/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 334/866 kB | 98/193 kB | 48/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 338/866 kB | 98/193 kB | 48/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 338/866 kB | 98/193 kB | 48/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 342/866 kB | 98/193 kB | 48/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 342/866 kB | 98/193 kB | 52/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 342/866 kB | 98/193 kB | 52/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 342/866 kB | 98/193 kB | 52/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 342/866 kB | 98/193 kB | 52/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 342/866 kB | 98/193 kB | 56/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 346/866 kB | 98/193 kB | 56/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 346/866 kB | 102/193 kB | 56/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 350/866 kB | 102/193 kB | 56/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 350/866 kB | 102/193 kB | 60/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 350/866 kB | 102/193 kB | 60/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 350/866 kB | 102/193 kB | 60/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 350/866 kB | 102/193 kB | 60/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 350/866 kB | 102/193 kB | 64/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 354/866 kB | 102/193 kB | 64/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 354/866 kB | 106/193 kB | 64/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 358/866 kB | 106/193 kB | 64/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 358/866 kB | 106/193 kB | 68/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 358/866 kB | 106/193 kB | 68/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 358/866 kB | 106/193 kB | 68/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 358/866 kB | 106/193 kB | 68/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 358/866 kB | 106/193 kB | 72/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 362/866 kB | 106/193 kB | 72/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 362/866 kB | 110/193 kB | 72/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 366/866 kB | 110/193 kB | 72/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 366/866 kB | 110/193 kB | 76/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 366/866 kB | 110/193 kB | 76/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 366/866 kB | 110/193 kB | 76/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 366/866 kB | 110/193 kB | 76/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 366/866 kB | 110/193 kB | 80/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 370/866 kB | 110/193 kB | 80/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 370/866 kB | 114/193 kB | 80/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 374/866 kB | 114/193 kB | 80/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 374/866 kB | 114/193 kB | 84/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 374/866 kB | 114/193 kB | 84/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 374/866 kB | 114/193 kB | 84/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 374/866 kB | 114/193 kB | 84/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 374/866 kB | 114/193 kB | 88/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 374/866 kB | 114/193 kB | 88/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 378/866 kB | 114/193 kB | 88/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 378/866 kB | 118/193 kB | 88/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 382/866 kB | 118/193 kB | 88/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 382/866 kB | 118/193 kB | 88/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 382/866 kB | 118/193 kB | 92/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 382/866 kB | 118/193 kB | 92/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 382/866 kB | 118/193 kB | 96/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 382/866 kB | 118/193 kB | 96/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 386/866 kB | 118/193 kB | 96/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 386/866 kB | 122/193 kB | 96/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 390/866 kB | 122/193 kB | 96/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 390/866 kB | 122/193 kB | 96/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 390/866 kB | 122/193 kB | 100/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 390/866 kB | 122/193 kB | 100/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 390/866 kB | 122/193 kB | 104/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 390/866 kB | 122/193 kB | 104/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 394/866 kB | 122/193 kB | 104/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 394/866 kB | 126/193 kB | 104/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 398/866 kB | 126/193 kB | 104/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 398/866 kB | 126/193 kB | 104/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 398/866 kB | 126/193 kB | 108/569 kB | 0/2.2 MB
Progress (5): 2.1/3.3 MB | 398/866 kB | 126/193 kB | 108/569 kB | 0.1/2.2 MB
Progress (5): 2.1/3.3 MB | 398/866 kB | 126/193 kB | 112/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 398/866 kB | 126/193 kB | 112/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 402/866 kB | 126/193 kB | 112/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 402/866 kB | 130/193 kB | 112/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 406/866 kB | 130/193 kB | 112/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 406/866 kB | 130/193 kB | 112/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 406/866 kB | 130/193 kB | 116/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 406/866 kB | 130/193 kB | 116/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 406/866 kB | 130/193 kB | 120/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 406/866 kB | 130/193 kB | 120/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 410/866 kB | 130/193 kB | 120/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 410/866 kB | 131/193 kB | 120/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 414/866 kB | 131/193 kB | 120/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 414/866 kB | 131/193 kB | 120/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 414/866 kB | 131/193 kB | 124/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 414/866 kB | 131/193 kB | 124/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 414/866 kB | 131/193 kB | 128/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 414/866 kB | 131/193 kB | 128/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 418/866 kB | 131/193 kB | 128/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 418/866 kB | 135/193 kB | 128/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 422/866 kB | 135/193 kB | 128/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 422/866 kB | 135/193 kB | 128/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 422/866 kB | 135/193 kB | 132/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 422/866 kB | 135/193 kB | 132/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 422/866 kB | 135/193 kB | 136/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 422/866 kB | 135/193 kB | 136/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 426/866 kB | 135/193 kB | 136/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 426/866 kB | 139/193 kB | 136/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 430/866 kB | 139/193 kB | 136/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 430/866 kB | 139/193 kB | 136/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 430/866 kB | 139/193 kB | 140/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 430/866 kB | 139/193 kB | 140/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 430/866 kB | 139/193 kB | 144/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 430/866 kB | 139/193 kB | 144/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 430/866 kB | 139/193 kB | 144/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 434/866 kB | 139/193 kB | 144/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 434/866 kB | 143/193 kB | 144/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 438/866 kB | 143/193 kB | 144/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 438/866 kB | 143/193 kB | 144/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 438/866 kB | 143/193 kB | 144/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 438/866 kB | 143/193 kB | 148/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 438/866 kB | 143/193 kB | 148/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 442/866 kB | 143/193 kB | 148/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 442/866 kB | 147/193 kB | 148/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 446/866 kB | 147/193 kB | 148/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 446/866 kB | 147/193 kB | 148/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 446/866 kB | 147/193 kB | 152/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 446/866 kB | 147/193 kB | 152/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 446/866 kB | 147/193 kB | 156/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 446/866 kB | 147/193 kB | 156/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 450/866 kB | 147/193 kB | 156/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 450/866 kB | 151/193 kB | 156/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 454/866 kB | 151/193 kB | 156/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 454/866 kB | 151/193 kB | 156/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 454/866 kB | 151/193 kB | 160/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 454/866 kB | 151/193 kB | 160/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 454/866 kB | 151/193 kB | 164/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 454/866 kB | 151/193 kB | 164/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 458/866 kB | 151/193 kB | 164/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 458/866 kB | 155/193 kB | 164/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 462/866 kB | 155/193 kB | 164/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 462/866 kB | 155/193 kB | 164/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 462/866 kB | 155/193 kB | 168/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 462/866 kB | 155/193 kB | 168/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 462/866 kB | 155/193 kB | 172/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 462/866 kB | 155/193 kB | 172/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 466/866 kB | 155/193 kB | 172/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 466/866 kB | 159/193 kB | 172/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 470/866 kB | 159/193 kB | 172/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 470/866 kB | 159/193 kB | 172/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 470/866 kB | 159/193 kB | 176/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 470/866 kB | 159/193 kB | 176/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 470/866 kB | 159/193 kB | 180/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 470/866 kB | 159/193 kB | 180/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 470/866 kB | 159/193 kB | 180/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 474/866 kB | 159/193 kB | 180/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 474/866 kB | 163/193 kB | 180/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 478/866 kB | 163/193 kB | 180/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 478/866 kB | 163/193 kB | 180/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 478/866 kB | 163/193 kB | 180/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 478/866 kB | 163/193 kB | 184/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 478/866 kB | 163/193 kB | 184/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 478/866 kB | 163/193 kB | 184/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 482/866 kB | 163/193 kB | 184/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 482/866 kB | 167/193 kB | 184/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 486/866 kB | 167/193 kB | 184/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 486/866 kB | 167/193 kB | 184/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 486/866 kB | 167/193 kB | 184/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 486/866 kB | 167/193 kB | 188/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 486/866 kB | 167/193 kB | 188/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 486/866 kB | 167/193 kB | 188/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 490/866 kB | 167/193 kB | 188/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 490/866 kB | 171/193 kB | 188/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 494/866 kB | 171/193 kB | 188/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 494/866 kB | 171/193 kB | 188/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 494/866 kB | 171/193 kB | 188/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 494/866 kB | 171/193 kB | 192/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 494/866 kB | 171/193 kB | 192/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 494/866 kB | 171/193 kB | 192/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 498/866 kB | 171/193 kB | 192/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 498/866 kB | 175/193 kB | 192/569 kB | 0.1/2.2 MB
Progress (5): 2.2/3.3 MB | 502/866 kB | 175/193 kB | 192/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 502/866 kB | 175/193 kB | 192/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 502/866 kB | 175/193 kB | 192/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 502/866 kB | 175/193 kB | 196/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 502/866 kB | 175/193 kB | 196/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 502/866 kB | 175/193 kB | 196/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 506/866 kB | 175/193 kB | 196/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 506/866 kB | 179/193 kB | 196/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 510/866 kB | 179/193 kB | 196/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 510/866 kB | 179/193 kB | 196/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 510/866 kB | 179/193 kB | 196/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 510/866 kB | 179/193 kB | 200/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 510/866 kB | 179/193 kB | 200/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 510/866 kB | 179/193 kB | 200/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 514/866 kB | 179/193 kB | 200/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 514/866 kB | 183/193 kB | 200/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 518/866 kB | 183/193 kB | 200/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 522/866 kB | 183/193 kB | 200/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 522/866 kB | 183/193 kB | 200/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 522/866 kB | 183/193 kB | 200/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 522/866 kB | 183/193 kB | 204/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 522/866 kB | 183/193 kB | 204/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 522/866 kB | 183/193 kB | 204/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 526/866 kB | 183/193 kB | 204/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 526/866 kB | 187/193 kB | 204/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 530/866 kB | 187/193 kB | 204/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 530/866 kB | 187/193 kB | 204/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 530/866 kB | 187/193 kB | 204/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 530/866 kB | 187/193 kB | 208/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 530/866 kB | 187/193 kB | 208/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 530/866 kB | 187/193 kB | 208/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 534/866 kB | 187/193 kB | 208/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 534/866 kB | 191/193 kB | 208/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 538/866 kB | 191/193 kB | 208/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 538/866 kB | 191/193 kB | 208/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 538/866 kB | 191/193 kB | 208/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 538/866 kB | 191/193 kB | 212/569 kB | 0.1/2.2 MB
Progress (5): 2.3/3.3 MB | 538/866 kB | 191/193 kB | 212/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 538/866 kB | 191/193 kB | 212/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 542/866 kB | 191/193 kB | 212/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 542/866 kB | 193 kB | 212/569 kB | 0.2/2.2 MB    
Progress (5): 2.3/3.3 MB | 546/866 kB | 193 kB | 212/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 546/866 kB | 193 kB | 212/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 546/866 kB | 193 kB | 212/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 546/866 kB | 193 kB | 216/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 546/866 kB | 193 kB | 216/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 546/866 kB | 193 kB | 216/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 550/866 kB | 193 kB | 216/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 550/866 kB | 193 kB | 216/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 550/866 kB | 193 kB | 216/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 550/866 kB | 193 kB | 220/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 550/866 kB | 193 kB | 220/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 550/866 kB | 193 kB | 220/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 554/866 kB | 193 kB | 220/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 554/866 kB | 193 kB | 220/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 554/866 kB | 193 kB | 220/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 554/866 kB | 193 kB | 224/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 554/866 kB | 193 kB | 224/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 554/866 kB | 193 kB | 224/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 558/866 kB | 193 kB | 224/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 558/866 kB | 193 kB | 224/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 558/866 kB | 193 kB | 224/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 558/866 kB | 193 kB | 228/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 558/866 kB | 193 kB | 228/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 558/866 kB | 193 kB | 228/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 562/866 kB | 193 kB | 228/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 562/866 kB | 193 kB | 228/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 562/866 kB | 193 kB | 228/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 562/866 kB | 193 kB | 232/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 562/866 kB | 193 kB | 232/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 562/866 kB | 193 kB | 232/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 566/866 kB | 193 kB | 232/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 566/866 kB | 193 kB | 232/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 566/866 kB | 193 kB | 232/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 566/866 kB | 193 kB | 236/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 566/866 kB | 193 kB | 236/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 566/866 kB | 193 kB | 236/569 kB | 0.2/2.2 MB
Progress (5): 2.3/3.3 MB | 570/866 kB | 193 kB | 236/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 325 kB/s)
01:13:41 [2019-07-31T05:13:41.661Z] Progress (4): 2.3/3.3 MB | 574/866 kB | 236/569 kB | 0.2/2.2 MB
Progress (4): 2.3/3.3 MB | 574/866 kB | 236/569 kB | 0.2/2.2 MB
Progress (4): 2.3/3.3 MB | 574/866 kB | 236/569 kB | 0.2/2.2 MB
Progress (4): 2.3/3.3 MB | 574/866 kB | 240/569 kB | 0.2/2.2 MB
Progress (4): 2.3/3.3 MB | 574/866 kB | 240/569 kB | 0.2/2.2 MB
Progress (4): 2.3/3.3 MB | 574/866 kB | 240/569 kB | 0.2/2.2 MB
Progress (4): 2.3/3.3 MB | 578/866 kB | 240/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
01:13:41 [2019-07-31T05:13:41.661Z] Progress (4): 2.3/3.3 MB | 582/866 kB | 240/569 kB | 0.2/2.2 MB
Progress (4): 2.3/3.3 MB | 582/866 kB | 240/569 kB | 0.2/2.2 MB
Progress (4): 2.3/3.3 MB | 582/866 kB | 240/569 kB | 0.2/2.2 MB
Progress (4): 2.3/3.3 MB | 582/866 kB | 244/569 kB | 0.2/2.2 MB
Progress (4): 2.3/3.3 MB | 582/866 kB | 244/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 582/866 kB | 244/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 586/866 kB | 244/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 586/866 kB | 244/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 586/866 kB | 244/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 586/866 kB | 248/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 586/866 kB | 248/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 586/866 kB | 248/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 590/866 kB | 248/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 590/866 kB | 248/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 590/866 kB | 248/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 590/866 kB | 252/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 590/866 kB | 252/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 590/866 kB | 252/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 594/866 kB | 252/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 594/866 kB | 252/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 594/866 kB | 252/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 594/866 kB | 256/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 594/866 kB | 256/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 594/866 kB | 256/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 598/866 kB | 256/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 598/866 kB | 256/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 598/866 kB | 256/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 598/866 kB | 260/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 598/866 kB | 260/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 598/866 kB | 260/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 602/866 kB | 260/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 602/866 kB | 260/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 602/866 kB | 260/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 602/866 kB | 264/569 kB | 0.2/2.2 MB
Progress (4): 2.4/3.3 MB | 602/866 kB | 264/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 602/866 kB | 264/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 606/866 kB | 264/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 606/866 kB | 264/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 606/866 kB | 264/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 606/866 kB | 268/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 606/866 kB | 268/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 606/866 kB | 268/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 610/866 kB | 268/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 610/866 kB | 268/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 610/866 kB | 268/569 kB | 0.3/2.2 MB
Progress (5): 2.4/3.3 MB | 610/866 kB | 268/569 kB | 0.3/2.2 MB | 4.1/10.0 kB
Progress (5): 2.4/3.3 MB | 610/866 kB | 272/569 kB | 0.3/2.2 MB | 4.1/10.0 kB
Progress (5): 2.4/3.3 MB | 610/866 kB | 272/569 kB | 0.3/2.2 MB | 7.7/10.0 kB
Progress (5): 2.4/3.3 MB | 610/866 kB | 272/569 kB | 0.3/2.2 MB | 7.7/10.0 kB
Progress (5): 2.4/3.3 MB | 610/866 kB | 272/569 kB | 0.3/2.2 MB | 7.7/10.0 kB
Progress (5): 2.4/3.3 MB | 614/866 kB | 272/569 kB | 0.3/2.2 MB | 7.7/10.0 kB
Progress (5): 2.4/3.3 MB | 614/866 kB | 272/569 kB | 0.3/2.2 MB | 7.7/10.0 kB
Progress (5): 2.4/3.3 MB | 614/866 kB | 272/569 kB | 0.3/2.2 MB | 7.7/10.0 kB
Progress (5): 2.4/3.3 MB | 614/866 kB | 272/569 kB | 0.3/2.2 MB | 10.0 kB    
Progress (5): 2.4/3.3 MB | 614/866 kB | 276/569 kB | 0.3/2.2 MB | 10.0 kB
Progress (5): 2.4/3.3 MB | 614/866 kB | 276/569 kB | 0.3/2.2 MB | 10.0 kB
Progress (5): 2.4/3.3 MB | 614/866 kB | 276/569 kB | 0.3/2.2 MB | 10.0 kB
Progress (5): 2.4/3.3 MB | 618/866 kB | 276/569 kB | 0.3/2.2 MB | 10.0 kB
Progress (5): 2.4/3.3 MB | 618/866 kB | 276/569 kB | 0.3/2.2 MB | 10.0 kB
Progress (5): 2.4/3.3 MB | 618/866 kB | 276/569 kB | 0.3/2.2 MB | 10.0 kB
Progress (5): 2.4/3.3 MB | 618/866 kB | 280/569 kB | 0.3/2.2 MB | 10.0 kB
Progress (5): 2.4/3.3 MB | 618/866 kB | 284/569 kB | 0.3/2.2 MB | 10.0 kB
Progress (5): 2.4/3.3 MB | 618/866 kB | 288/569 kB | 0.3/2.2 MB | 10.0 kB
Progress (5): 2.4/3.3 MB | 618/866 kB | 292/569 kB | 0.3/2.2 MB | 10.0 kB
Progress (5): 2.4/3.3 MB | 618/866 kB | 296/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 16 kB/s)
01:13:41 [2019-07-31T05:13:41.661Z] 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
01:13:41 [2019-07-31T05:13:41.919Z] Progress (4): 2.4/3.3 MB | 618/866 kB | 296/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 618/866 kB | 296/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 622/866 kB | 296/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 622/866 kB | 296/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 622/866 kB | 296/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 622/866 kB | 300/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 622/866 kB | 300/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 622/866 kB | 300/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 626/866 kB | 300/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 626/866 kB | 300/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 626/866 kB | 300/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 626/866 kB | 304/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 626/866 kB | 304/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 626/866 kB | 304/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 630/866 kB | 304/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 630/866 kB | 304/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 630/866 kB | 304/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 630/866 kB | 308/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 630/866 kB | 308/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 630/866 kB | 308/569 kB | 0.3/2.2 MB
Progress (4): 2.4/3.3 MB | 634/866 kB | 308/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 634/866 kB | 308/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 634/866 kB | 312/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 634/866 kB | 312/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 638/866 kB | 312/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 638/866 kB | 312/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 642/866 kB | 312/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 642/866 kB | 312/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 642/866 kB | 316/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 642/866 kB | 316/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 646/866 kB | 316/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 646/866 kB | 316/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 650/866 kB | 316/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 650/866 kB | 316/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 650/866 kB | 320/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 650/866 kB | 320/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 654/866 kB | 320/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 654/866 kB | 320/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 658/866 kB | 320/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 658/866 kB | 320/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 658/866 kB | 324/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 658/866 kB | 324/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 662/866 kB | 324/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 662/866 kB | 324/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 666/866 kB | 324/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 666/866 kB | 324/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 666/866 kB | 328/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 666/866 kB | 328/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 666/866 kB | 328/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 670/866 kB | 328/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 670/866 kB | 328/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 674/866 kB | 328/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 674/866 kB | 328/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 674/866 kB | 332/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 674/866 kB | 332/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 678/866 kB | 332/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 678/866 kB | 332/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 682/866 kB | 332/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 682/866 kB | 332/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 682/866 kB | 336/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 682/866 kB | 336/569 kB | 0.3/2.2 MB
Progress (4): 2.5/3.3 MB | 686/866 kB | 336/569 kB | 0.3/2.2 MB
Progress (5): 2.5/3.3 MB | 686/866 kB | 336/569 kB | 0.3/2.2 MB | 4.1/351 kB
Progress (5): 2.5/3.3 MB | 686/866 kB | 336/569 kB | 0.3/2.2 MB | 4.1/351 kB
Progress (5): 2.5/3.3 MB | 686/866 kB | 336/569 kB | 0.3/2.2 MB | 7.7/351 kB
Progress (5): 2.5/3.3 MB | 690/866 kB | 336/569 kB | 0.3/2.2 MB | 7.7/351 kB
Progress (5): 2.5/3.3 MB | 690/866 kB | 336/569 kB | 0.3/2.2 MB | 7.7/351 kB
Progress (5): 2.5/3.3 MB | 690/866 kB | 340/569 kB | 0.3/2.2 MB | 7.7/351 kB
Progress (5): 2.5/3.3 MB | 690/866 kB | 340/569 kB | 0.3/2.2 MB | 7.7/351 kB
Progress (5): 2.5/3.3 MB | 694/866 kB | 340/569 kB | 0.3/2.2 MB | 7.7/351 kB
Progress (5): 2.5/3.3 MB | 694/866 kB | 340/569 kB | 0.3/2.2 MB | 12/351 kB 
Progress (5): 2.5/3.3 MB | 694/866 kB | 340/569 kB | 0.3/2.2 MB | 12/351 kB
Progress (5): 2.5/3.3 MB | 694/866 kB | 340/569 kB | 0.3/2.2 MB | 16/351 kB
Progress (5): 2.5/3.3 MB | 694/866 kB | 340/569 kB | 0.3/2.2 MB | 16/351 kB
Progress (5): 2.5/3.3 MB | 698/866 kB | 340/569 kB | 0.3/2.2 MB | 16/351 kB
Progress (5): 2.5/3.3 MB | 698/866 kB | 340/569 kB | 0.3/2.2 MB | 16/351 kB
Progress (5): 2.5/3.3 MB | 698/866 kB | 344/569 kB | 0.3/2.2 MB | 16/351 kB
Progress (5): 2.5/3.3 MB | 698/866 kB | 344/569 kB | 0.3/2.2 MB | 16/351 kB
Progress (5): 2.5/3.3 MB | 702/866 kB | 344/569 kB | 0.3/2.2 MB | 16/351 kB
Progress (5): 2.5/3.3 MB | 702/866 kB | 344/569 kB | 0.3/2.2 MB | 16/351 kB
Progress (5): 2.5/3.3 MB | 702/866 kB | 344/569 kB | 0.3/2.2 MB | 20/351 kB
Progress (5): 2.5/3.3 MB | 702/866 kB | 344/569 kB | 0.4/2.2 MB | 20/351 kB
Progress (5): 2.5/3.3 MB | 706/866 kB | 344/569 kB | 0.4/2.2 MB | 20/351 kB
Progress (5): 2.5/3.3 MB | 706/866 kB | 344/569 kB | 0.4/2.2 MB | 20/351 kB
Progress (5): 2.5/3.3 MB | 706/866 kB | 348/569 kB | 0.4/2.2 MB | 20/351 kB
Progress (5): 2.5/3.3 MB | 706/866 kB | 348/569 kB | 0.4/2.2 MB | 20/351 kB
Progress (5): 2.5/3.3 MB | 710/866 kB | 348/569 kB | 0.4/2.2 MB | 20/351 kB
Progress (5): 2.5/3.3 MB | 710/866 kB | 348/569 kB | 0.4/2.2 MB | 20/351 kB
Progress (5): 2.5/3.3 MB | 710/866 kB | 348/569 kB | 0.4/2.2 MB | 24/351 kB
Progress (5): 2.5/3.3 MB | 710/866 kB | 348/569 kB | 0.4/2.2 MB | 24/351 kB
Progress (5): 2.5/3.3 MB | 714/866 kB | 348/569 kB | 0.4/2.2 MB | 24/351 kB
Progress (5): 2.5/3.3 MB | 714/866 kB | 348/569 kB | 0.4/2.2 MB | 24/351 kB
Progress (5): 2.5/3.3 MB | 714/866 kB | 352/569 kB | 0.4/2.2 MB | 24/351 kB
Progress (5): 2.5/3.3 MB | 714/866 kB | 352/569 kB | 0.4/2.2 MB | 24/351 kB
Progress (5): 2.5/3.3 MB | 718/866 kB | 352/569 kB | 0.4/2.2 MB | 24/351 kB
Progress (5): 2.5/3.3 MB | 718/866 kB | 352/569 kB | 0.4/2.2 MB | 24/351 kB
Progress (5): 2.5/3.3 MB | 718/866 kB | 352/569 kB | 0.4/2.2 MB | 28/351 kB
Progress (5): 2.5/3.3 MB | 718/866 kB | 352/569 kB | 0.4/2.2 MB | 28/351 kB
Progress (5): 2.5/3.3 MB | 722/866 kB | 352/569 kB | 0.4/2.2 MB | 28/351 kB
Progress (5): 2.5/3.3 MB | 722/866 kB | 352/569 kB | 0.4/2.2 MB | 28/351 kB
Progress (5): 2.5/3.3 MB | 722/866 kB | 356/569 kB | 0.4/2.2 MB | 28/351 kB
Progress (5): 2.5/3.3 MB | 722/866 kB | 356/569 kB | 0.4/2.2 MB | 28/351 kB
Progress (5): 2.5/3.3 MB | 726/866 kB | 356/569 kB | 0.4/2.2 MB | 28/351 kB
Progress (5): 2.5/3.3 MB | 726/866 kB | 356/569 kB | 0.4/2.2 MB | 28/351 kB
Progress (5): 2.5/3.3 MB | 726/866 kB | 356/569 kB | 0.4/2.2 MB | 32/351 kB
Progress (5): 2.5/3.3 MB | 726/866 kB | 356/569 kB | 0.4/2.2 MB | 32/351 kB
Progress (5): 2.5/3.3 MB | 730/866 kB | 356/569 kB | 0.4/2.2 MB | 32/351 kB
Progress (5): 2.6/3.3 MB | 730/866 kB | 356/569 kB | 0.4/2.2 MB | 32/351 kB
Progress (5): 2.6/3.3 MB | 730/866 kB | 360/569 kB | 0.4/2.2 MB | 32/351 kB
Progress (5): 2.6/3.3 MB | 730/866 kB | 360/569 kB | 0.4/2.2 MB | 32/351 kB
Progress (5): 2.6/3.3 MB | 734/866 kB | 360/569 kB | 0.4/2.2 MB | 32/351 kB
Progress (5): 2.6/3.3 MB | 734/866 kB | 360/569 kB | 0.4/2.2 MB | 32/351 kB
Progress (5): 2.6/3.3 MB | 734/866 kB | 360/569 kB | 0.4/2.2 MB | 33/351 kB
Progress (5): 2.6/3.3 MB | 734/866 kB | 360/569 kB | 0.4/2.2 MB | 33/351 kB
Progress (5): 2.6/3.3 MB | 738/866 kB | 360/569 kB | 0.4/2.2 MB | 33/351 kB
Progress (5): 2.6/3.3 MB | 738/866 kB | 360/569 kB | 0.4/2.2 MB | 33/351 kB
Progress (5): 2.6/3.3 MB | 738/866 kB | 364/569 kB | 0.4/2.2 MB | 33/351 kB
Progress (5): 2.6/3.3 MB | 738/866 kB | 364/569 kB | 0.4/2.2 MB | 33/351 kB
Progress (5): 2.6/3.3 MB | 742/866 kB | 364/569 kB | 0.4/2.2 MB | 33/351 kB
Progress (5): 2.6/3.3 MB | 742/866 kB | 364/569 kB | 0.4/2.2 MB | 33/351 kB
Progress (5): 2.6/3.3 MB | 742/866 kB | 364/569 kB | 0.4/2.2 MB | 37/351 kB
Progress (5): 2.6/3.3 MB | 742/866 kB | 364/569 kB | 0.4/2.2 MB | 37/351 kB
Progress (5): 2.6/3.3 MB | 742/866 kB | 364/569 kB | 0.4/2.2 MB | 41/351 kB
Progress (5): 2.6/3.3 MB | 746/866 kB | 364/569 kB | 0.4/2.2 MB | 41/351 kB
Progress (5): 2.6/3.3 MB | 746/866 kB | 364/569 kB | 0.4/2.2 MB | 41/351 kB
Progress (5): 2.6/3.3 MB | 746/866 kB | 368/569 kB | 0.4/2.2 MB | 41/351 kB
Progress (5): 2.6/3.3 MB | 746/866 kB | 368/569 kB | 0.4/2.2 MB | 41/351 kB
Progress (5): 2.6/3.3 MB | 750/866 kB | 368/569 kB | 0.4/2.2 MB | 41/351 kB
Progress (5): 2.6/3.3 MB | 750/866 kB | 368/569 kB | 0.4/2.2 MB | 45/351 kB
Progress (5): 2.6/3.3 MB | 750/866 kB | 368/569 kB | 0.4/2.2 MB | 45/351 kB
Progress (5): 2.6/3.3 MB | 750/866 kB | 368/569 kB | 0.4/2.2 MB | 49/351 kB
Progress (5): 2.6/3.3 MB | 750/866 kB | 368/569 kB | 0.4/2.2 MB | 49/351 kB
Progress (5): 2.6/3.3 MB | 754/866 kB | 368/569 kB | 0.4/2.2 MB | 49/351 kB
Progress (5): 2.6/3.3 MB | 754/866 kB | 368/569 kB | 0.4/2.2 MB | 49/351 kB
Progress (5): 2.6/3.3 MB | 754/866 kB | 372/569 kB | 0.4/2.2 MB | 49/351 kB
Progress (5): 2.6/3.3 MB | 754/866 kB | 372/569 kB | 0.4/2.2 MB | 49/351 kB
Progress (5): 2.6/3.3 MB | 758/866 kB | 372/569 kB | 0.4/2.2 MB | 49/351 kB
Progress (5): 2.6/3.3 MB | 758/866 kB | 372/569 kB | 0.4/2.2 MB | 49/351 kB
Progress (5): 2.6/3.3 MB | 758/866 kB | 372/569 kB | 0.4/2.2 MB | 53/351 kB
Progress (5): 2.6/3.3 MB | 758/866 kB | 372/569 kB | 0.4/2.2 MB | 53/351 kB
Progress (5): 2.6/3.3 MB | 762/866 kB | 372/569 kB | 0.4/2.2 MB | 53/351 kB
Progress (5): 2.6/3.3 MB | 762/866 kB | 372/569 kB | 0.4/2.2 MB | 53/351 kB
Progress (5): 2.6/3.3 MB | 762/866 kB | 376/569 kB | 0.4/2.2 MB | 53/351 kB
Progress (5): 2.6/3.3 MB | 762/866 kB | 376/569 kB | 0.4/2.2 MB | 53/351 kB
Progress (5): 2.6/3.3 MB | 766/866 kB | 376/569 kB | 0.4/2.2 MB | 53/351 kB
Progress (5): 2.6/3.3 MB | 766/866 kB | 376/569 kB | 0.4/2.2 MB | 53/351 kB
Progress (5): 2.6/3.3 MB | 766/866 kB | 376/569 kB | 0.4/2.2 MB | 57/351 kB
Progress (5): 2.6/3.3 MB | 770/866 kB | 376/569 kB | 0.4/2.2 MB | 57/351 kB
Progress (5): 2.6/3.3 MB | 770/866 kB | 376/569 kB | 0.4/2.2 MB | 57/351 kB
Progress (5): 2.6/3.3 MB | 770/866 kB | 380/569 kB | 0.4/2.2 MB | 57/351 kB
Progress (5): 2.6/3.3 MB | 770/866 kB | 380/569 kB | 0.4/2.2 MB | 57/351 kB
Progress (5): 2.6/3.3 MB | 774/866 kB | 380/569 kB | 0.4/2.2 MB | 57/351 kB
Progress (5): 2.6/3.3 MB | 774/866 kB | 380/569 kB | 0.4/2.2 MB | 61/351 kB
Progress (5): 2.6/3.3 MB | 774/866 kB | 380/569 kB | 0.4/2.2 MB | 61/351 kB
Progress (5): 2.6/3.3 MB | 774/866 kB | 380/569 kB | 0.4/2.2 MB | 65/351 kB
Progress (5): 2.6/3.3 MB | 778/866 kB | 380/569 kB | 0.4/2.2 MB | 65/351 kB
Progress (5): 2.6/3.3 MB | 778/866 kB | 380/569 kB | 0.4/2.2 MB | 65/351 kB
Progress (5): 2.6/3.3 MB | 778/866 kB | 384/569 kB | 0.4/2.2 MB | 65/351 kB
Progress (5): 2.6/3.3 MB | 778/866 kB | 384/569 kB | 0.4/2.2 MB | 65/351 kB
Progress (5): 2.6/3.3 MB | 782/866 kB | 384/569 kB | 0.4/2.2 MB | 65/351 kB
Progress (5): 2.6/3.3 MB | 782/866 kB | 384/569 kB | 0.4/2.2 MB | 66/351 kB
Progress (5): 2.6/3.3 MB | 782/866 kB | 384/569 kB | 0.4/2.2 MB | 66/351 kB
Progress (5): 2.6/3.3 MB | 782/866 kB | 384/569 kB | 0.4/2.2 MB | 70/351 kB
Progress (5): 2.6/3.3 MB | 786/866 kB | 384/569 kB | 0.4/2.2 MB | 70/351 kB
Progress (5): 2.6/3.3 MB | 786/866 kB | 384/569 kB | 0.4/2.2 MB | 70/351 kB
Progress (5): 2.6/3.3 MB | 786/866 kB | 388/569 kB | 0.4/2.2 MB | 70/351 kB
Progress (5): 2.6/3.3 MB | 786/866 kB | 388/569 kB | 0.4/2.2 MB | 70/351 kB
Progress (5): 2.6/3.3 MB | 790/866 kB | 388/569 kB | 0.4/2.2 MB | 70/351 kB
Progress (5): 2.6/3.3 MB | 790/866 kB | 388/569 kB | 0.4/2.2 MB | 74/351 kB
Progress (5): 2.6/3.3 MB | 790/866 kB | 388/569 kB | 0.4/2.2 MB | 74/351 kB
Progress (5): 2.6/3.3 MB | 790/866 kB | 388/569 kB | 0.4/2.2 MB | 78/351 kB
Progress (5): 2.6/3.3 MB | 794/866 kB | 388/569 kB | 0.4/2.2 MB | 78/351 kB
Progress (5): 2.6/3.3 MB | 794/866 kB | 388/569 kB | 0.4/2.2 MB | 78/351 kB
Progress (5): 2.6/3.3 MB | 794/866 kB | 392/569 kB | 0.4/2.2 MB | 78/351 kB
Progress (5): 2.6/3.3 MB | 794/866 kB | 392/569 kB | 0.4/2.2 MB | 78/351 kB
Progress (5): 2.6/3.3 MB | 798/866 kB | 392/569 kB | 0.4/2.2 MB | 78/351 kB
Progress (5): 2.6/3.3 MB | 798/866 kB | 392/569 kB | 0.4/2.2 MB | 82/351 kB
Progress (5): 2.6/3.3 MB | 798/866 kB | 392/569 kB | 0.4/2.2 MB | 82/351 kB
Progress (5): 2.6/3.3 MB | 798/866 kB | 392/569 kB | 0.4/2.2 MB | 86/351 kB
Progress (5): 2.6/3.3 MB | 802/866 kB | 392/569 kB | 0.4/2.2 MB | 86/351 kB
Progress (5): 2.6/3.3 MB | 802/866 kB | 392/569 kB | 0.4/2.2 MB | 86/351 kB
Progress (5): 2.6/3.3 MB | 802/866 kB | 396/569 kB | 0.4/2.2 MB | 86/351 kB
Progress (5): 2.6/3.3 MB | 802/866 kB | 396/569 kB | 0.4/2.2 MB | 86/351 kB
Progress (5): 2.6/3.3 MB | 806/866 kB | 396/569 kB | 0.4/2.2 MB | 86/351 kB
Progress (5): 2.6/3.3 MB | 806/866 kB | 396/569 kB | 0.4/2.2 MB | 90/351 kB
Progress (5): 2.6/3.3 MB | 806/866 kB | 396/569 kB | 0.4/2.2 MB | 90/351 kB
Progress (5): 2.6/3.3 MB | 806/866 kB | 396/569 kB | 0.4/2.2 MB | 94/351 kB
Progress (5): 2.6/3.3 MB | 810/866 kB | 396/569 kB | 0.4/2.2 MB | 94/351 kB
Progress (5): 2.6/3.3 MB | 810/866 kB | 396/569 kB | 0.4/2.2 MB | 94/351 kB
Progress (5): 2.6/3.3 MB | 810/866 kB | 400/569 kB | 0.4/2.2 MB | 94/351 kB
Progress (5): 2.6/3.3 MB | 810/866 kB | 400/569 kB | 0.4/2.2 MB | 94/351 kB
Progress (5): 2.6/3.3 MB | 814/866 kB | 400/569 kB | 0.4/2.2 MB | 94/351 kB
Progress (5): 2.6/3.3 MB | 814/866 kB | 400/569 kB | 0.4/2.2 MB | 98/351 kB
Progress (5): 2.6/3.3 MB | 814/866 kB | 400/569 kB | 0.4/2.2 MB | 98/351 kB
Progress (5): 2.6/3.3 MB | 814/866 kB | 400/569 kB | 0.4/2.2 MB | 98/351 kB
Progress (5): 2.6/3.3 MB | 814/866 kB | 400/569 kB | 0.4/2.2 MB | 98/351 kB
Progress (5): 2.6/3.3 MB | 818/866 kB | 400/569 kB | 0.4/2.2 MB | 98/351 kB
Progress (5): 2.6/3.3 MB | 818/866 kB | 400/569 kB | 0.4/2.2 MB | 98/351 kB
Progress (5): 2.6/3.3 MB | 818/866 kB | 404/569 kB | 0.4/2.2 MB | 98/351 kB
Progress (5): 2.6/3.3 MB | 818/866 kB | 404/569 kB | 0.4/2.2 MB | 98/351 kB
Progress (5): 2.6/3.3 MB | 822/866 kB | 404/569 kB | 0.4/2.2 MB | 98/351 kB
Progress (5): 2.6/3.3 MB | 822/866 kB | 404/569 kB | 0.4/2.2 MB | 98/351 kB
Progress (5): 2.6/3.3 MB | 822/866 kB | 404/569 kB | 0.4/2.2 MB | 102/351 kB
Progress (5): 2.6/3.3 MB | 822/866 kB | 404/569 kB | 0.4/2.2 MB | 102/351 kB
Progress (5): 2.6/3.3 MB | 826/866 kB | 404/569 kB | 0.4/2.2 MB | 102/351 kB
Progress (5): 2.6/3.3 MB | 826/866 kB | 404/569 kB | 0.4/2.2 MB | 102/351 kB
Progress (5): 2.6/3.3 MB | 826/866 kB | 408/569 kB | 0.4/2.2 MB | 102/351 kB
Progress (5): 2.7/3.3 MB | 826/866 kB | 408/569 kB | 0.4/2.2 MB | 102/351 kB
Progress (5): 2.7/3.3 MB | 830/866 kB | 408/569 kB | 0.4/2.2 MB | 102/351 kB
Progress (5): 2.7/3.3 MB | 830/866 kB | 408/569 kB | 0.5/2.2 MB | 102/351 kB
Progress (5): 2.7/3.3 MB | 830/866 kB | 408/569 kB | 0.5/2.2 MB | 106/351 kB
Progress (5): 2.7/3.3 MB | 830/866 kB | 408/569 kB | 0.5/2.2 MB | 106/351 kB
Progress (5): 2.7/3.3 MB | 834/866 kB | 408/569 kB | 0.5/2.2 MB | 106/351 kB
Progress (5): 2.7/3.3 MB | 834/866 kB | 408/569 kB | 0.5/2.2 MB | 106/351 kB
Progress (5): 2.7/3.3 MB | 834/866 kB | 412/569 kB | 0.5/2.2 MB | 106/351 kB
Progress (5): 2.7/3.3 MB | 834/866 kB | 412/569 kB | 0.5/2.2 MB | 106/351 kB
Progress (5): 2.7/3.3 MB | 838/866 kB | 412/569 kB | 0.5/2.2 MB | 106/351 kB
Progress (5): 2.7/3.3 MB | 838/866 kB | 412/569 kB | 0.5/2.2 MB | 106/351 kB
Progress (5): 2.7/3.3 MB | 838/866 kB | 412/569 kB | 0.5/2.2 MB | 110/351 kB
Progress (5): 2.7/3.3 MB | 838/866 kB | 412/569 kB | 0.5/2.2 MB | 110/351 kB
Progress (5): 2.7/3.3 MB | 842/866 kB | 412/569 kB | 0.5/2.2 MB | 110/351 kB
Progress (5): 2.7/3.3 MB | 842/866 kB | 412/569 kB | 0.5/2.2 MB | 110/351 kB
Progress (5): 2.7/3.3 MB | 842/866 kB | 416/569 kB | 0.5/2.2 MB | 110/351 kB
Progress (5): 2.7/3.3 MB | 842/866 kB | 416/569 kB | 0.5/2.2 MB | 110/351 kB
Progress (5): 2.7/3.3 MB | 846/866 kB | 416/569 kB | 0.5/2.2 MB | 110/351 kB
Progress (5): 2.7/3.3 MB | 846/866 kB | 416/569 kB | 0.5/2.2 MB | 110/351 kB
Progress (5): 2.7/3.3 MB | 846/866 kB | 416/569 kB | 0.5/2.2 MB | 114/351 kB
Progress (5): 2.7/3.3 MB | 846/866 kB | 416/569 kB | 0.5/2.2 MB | 114/351 kB
Progress (5): 2.7/3.3 MB | 850/866 kB | 416/569 kB | 0.5/2.2 MB | 114/351 kB
Progress (5): 2.7/3.3 MB | 850/866 kB | 416/569 kB | 0.5/2.2 MB | 114/351 kB
Progress (5): 2.7/3.3 MB | 850/866 kB | 420/569 kB | 0.5/2.2 MB | 114/351 kB
Progress (5): 2.7/3.3 MB | 850/866 kB | 420/569 kB | 0.5/2.2 MB | 114/351 kB
Progress (5): 2.7/3.3 MB | 854/866 kB | 420/569 kB | 0.5/2.2 MB | 114/351 kB
Progress (5): 2.7/3.3 MB | 854/866 kB | 420/569 kB | 0.5/2.2 MB | 114/351 kB
Progress (5): 2.7/3.3 MB | 854/866 kB | 420/569 kB | 0.5/2.2 MB | 118/351 kB
Progress (5): 2.7/3.3 MB | 854/866 kB | 420/569 kB | 0.5/2.2 MB | 118/351 kB
Progress (5): 2.7/3.3 MB | 858/866 kB | 420/569 kB | 0.5/2.2 MB | 118/351 kB
Progress (5): 2.7/3.3 MB | 858/866 kB | 420/569 kB | 0.5/2.2 MB | 118/351 kB
Progress (5): 2.7/3.3 MB | 858/866 kB | 424/569 kB | 0.5/2.2 MB | 118/351 kB
Progress (5): 2.7/3.3 MB | 858/866 kB | 424/569 kB | 0.5/2.2 MB | 118/351 kB
Progress (5): 2.7/3.3 MB | 862/866 kB | 424/569 kB | 0.5/2.2 MB | 118/351 kB
Progress (5): 2.7/3.3 MB | 862/866 kB | 424/569 kB | 0.5/2.2 MB | 118/351 kB
Progress (5): 2.7/3.3 MB | 862/866 kB | 424/569 kB | 0.5/2.2 MB | 122/351 kB
Progress (5): 2.7/3.3 MB | 862/866 kB | 424/569 kB | 0.5/2.2 MB | 122/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 424/569 kB | 0.5/2.2 MB | 122/351 kB    
Progress (5): 2.7/3.3 MB | 866 kB | 424/569 kB | 0.5/2.2 MB | 122/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 428/569 kB | 0.5/2.2 MB | 122/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 428/569 kB | 0.5/2.2 MB | 122/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 428/569 kB | 0.5/2.2 MB | 122/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 428/569 kB | 0.5/2.2 MB | 126/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 428/569 kB | 0.5/2.2 MB | 126/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 428/569 kB | 0.5/2.2 MB | 126/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 432/569 kB | 0.5/2.2 MB | 126/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 432/569 kB | 0.5/2.2 MB | 126/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 432/569 kB | 0.5/2.2 MB | 126/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 432/569 kB | 0.5/2.2 MB | 130/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 432/569 kB | 0.5/2.2 MB | 130/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 432/569 kB | 0.5/2.2 MB | 130/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 436/569 kB | 0.5/2.2 MB | 130/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 436/569 kB | 0.5/2.2 MB | 130/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 436/569 kB | 0.5/2.2 MB | 130/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 436/569 kB | 0.5/2.2 MB | 131/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 436/569 kB | 0.5/2.2 MB | 131/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 436/569 kB | 0.5/2.2 MB | 131/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 440/569 kB | 0.5/2.2 MB | 131/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 440/569 kB | 0.5/2.2 MB | 131/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 440/569 kB | 0.5/2.2 MB | 131/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 440/569 kB | 0.5/2.2 MB | 135/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 440/569 kB | 0.5/2.2 MB | 135/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 440/569 kB | 0.5/2.2 MB | 135/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 444/569 kB | 0.5/2.2 MB | 135/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 444/569 kB | 0.5/2.2 MB | 135/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 444/569 kB | 0.5/2.2 MB | 135/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 444/569 kB | 0.5/2.2 MB | 139/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 444/569 kB | 0.5/2.2 MB | 139/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 444/569 kB | 0.5/2.2 MB | 139/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 448/569 kB | 0.5/2.2 MB | 139/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 448/569 kB | 0.5/2.2 MB | 139/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 448/569 kB | 0.5/2.2 MB | 139/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 448/569 kB | 0.5/2.2 MB | 143/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 448/569 kB | 0.5/2.2 MB | 143/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 448/569 kB | 0.5/2.2 MB | 143/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 452/569 kB | 0.5/2.2 MB | 143/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 452/569 kB | 0.5/2.2 MB | 143/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 452/569 kB | 0.5/2.2 MB | 143/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 452/569 kB | 0.5/2.2 MB | 147/351 kB
Progress (5): 2.7/3.3 MB | 866 kB | 452/569 kB | 0.5/2.2 MB | 147/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.2 MB/s)
01:13:41 [2019-07-31T05:13:41.920Z] Progress (4): 2.7/3.3 MB | 452/569 kB | 0.5/2.2 MB | 147/351 kB
Progress (4): 2.7/3.3 MB | 456/569 kB | 0.5/2.2 MB | 147/351 kB
Progress (4): 2.7/3.3 MB | 456/569 kB | 0.5/2.2 MB | 147/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
01:13:41 [2019-07-31T05:13:41.920Z] Progress (4): 2.7/3.3 MB | 456/569 kB | 0.5/2.2 MB | 147/351 kB
Progress (4): 2.7/3.3 MB | 456/569 kB | 0.5/2.2 MB | 151/351 kB
Progress (4): 2.7/3.3 MB | 456/569 kB | 0.6/2.2 MB | 151/351 kB
Progress (4): 2.8/3.3 MB | 456/569 kB | 0.6/2.2 MB | 151/351 kB
Progress (4): 2.8/3.3 MB | 460/569 kB | 0.6/2.2 MB | 151/351 kB
Progress (4): 2.8/3.3 MB | 460/569 kB | 0.6/2.2 MB | 151/351 kB
Progress (4): 2.8/3.3 MB | 460/569 kB | 0.6/2.2 MB | 151/351 kB
Progress (4): 2.8/3.3 MB | 460/569 kB | 0.6/2.2 MB | 155/351 kB
Progress (4): 2.8/3.3 MB | 460/569 kB | 0.6/2.2 MB | 155/351 kB
Progress (4): 2.8/3.3 MB | 460/569 kB | 0.6/2.2 MB | 155/351 kB
Progress (4): 2.8/3.3 MB | 464/569 kB | 0.6/2.2 MB | 155/351 kB
Progress (4): 2.8/3.3 MB | 464/569 kB | 0.6/2.2 MB | 155/351 kB
Progress (4): 2.8/3.3 MB | 464/569 kB | 0.6/2.2 MB | 155/351 kB
Progress (4): 2.8/3.3 MB | 464/569 kB | 0.6/2.2 MB | 159/351 kB
Progress (4): 2.8/3.3 MB | 464/569 kB | 0.6/2.2 MB | 159/351 kB
Progress (4): 2.8/3.3 MB | 464/569 kB | 0.6/2.2 MB | 159/351 kB
Progress (4): 2.8/3.3 MB | 468/569 kB | 0.6/2.2 MB | 159/351 kB
Progress (4): 2.8/3.3 MB | 468/569 kB | 0.6/2.2 MB | 159/351 kB
Progress (4): 2.8/3.3 MB | 468/569 kB | 0.6/2.2 MB | 159/351 kB
Progress (4): 2.8/3.3 MB | 468/569 kB | 0.6/2.2 MB | 163/351 kB
Progress (4): 2.8/3.3 MB | 468/569 kB | 0.6/2.2 MB | 163/351 kB
Progress (4): 2.8/3.3 MB | 468/569 kB | 0.6/2.2 MB | 163/351 kB
Progress (4): 2.8/3.3 MB | 472/569 kB | 0.6/2.2 MB | 163/351 kB
Progress (4): 2.8/3.3 MB | 472/569 kB | 0.6/2.2 MB | 163/351 kB
Progress (4): 2.8/3.3 MB | 472/569 kB | 0.6/2.2 MB | 163/351 kB
Progress (4): 2.8/3.3 MB | 472/569 kB | 0.6/2.2 MB | 164/351 kB
Progress (4): 2.8/3.3 MB | 472/569 kB | 0.6/2.2 MB | 164/351 kB
Progress (4): 2.8/3.3 MB | 472/569 kB | 0.6/2.2 MB | 164/351 kB
Progress (4): 2.8/3.3 MB | 476/569 kB | 0.6/2.2 MB | 164/351 kB
Progress (4): 2.8/3.3 MB | 476/569 kB | 0.6/2.2 MB | 164/351 kB
Progress (4): 2.8/3.3 MB | 476/569 kB | 0.6/2.2 MB | 164/351 kB
Progress (4): 2.8/3.3 MB | 476/569 kB | 0.6/2.2 MB | 168/351 kB
Progress (4): 2.8/3.3 MB | 476/569 kB | 0.6/2.2 MB | 168/351 kB
Progress (4): 2.8/3.3 MB | 476/569 kB | 0.6/2.2 MB | 168/351 kB
Progress (4): 2.8/3.3 MB | 480/569 kB | 0.6/2.2 MB | 168/351 kB
Progress (4): 2.8/3.3 MB | 480/569 kB | 0.6/2.2 MB | 168/351 kB
Progress (4): 2.8/3.3 MB | 480/569 kB | 0.6/2.2 MB | 168/351 kB
Progress (4): 2.8/3.3 MB | 480/569 kB | 0.6/2.2 MB | 172/351 kB
Progress (4): 2.8/3.3 MB | 480/569 kB | 0.6/2.2 MB | 176/351 kB
Progress (4): 2.8/3.3 MB | 480/569 kB | 0.6/2.2 MB | 180/351 kB
Progress (4): 2.8/3.3 MB | 480/569 kB | 0.6/2.2 MB | 184/351 kB
Progress (4): 2.8/3.3 MB | 480/569 kB | 0.6/2.2 MB | 188/351 kB
Progress (4): 2.8/3.3 MB | 480/569 kB | 0.6/2.2 MB | 192/351 kB
Progress (4): 2.8/3.3 MB | 480/569 kB | 0.6/2.2 MB | 192/351 kB
Progress (4): 2.8/3.3 MB | 480/569 kB | 0.6/2.2 MB | 192/351 kB
Progress (4): 2.8/3.3 MB | 484/569 kB | 0.6/2.2 MB | 192/351 kB
Progress (4): 2.8/3.3 MB | 484/569 kB | 0.6/2.2 MB | 192/351 kB
Progress (4): 2.8/3.3 MB | 484/569 kB | 0.6/2.2 MB | 192/351 kB
Progress (4): 2.8/3.3 MB | 484/569 kB | 0.6/2.2 MB | 196/351 kB
Progress (5): 2.8/3.3 MB | 484/569 kB | 0.6/2.2 MB | 196/351 kB | 4.1/4.2 kB
Progress (5): 2.8/3.3 MB | 484/569 kB | 0.6/2.2 MB | 197/351 kB | 4.1/4.2 kB
Progress (5): 2.8/3.3 MB | 484/569 kB | 0.6/2.2 MB | 197/351 kB | 4.1/4.2 kB
Progress (5): 2.8/3.3 MB | 484/569 kB | 0.6/2.2 MB | 197/351 kB | 4.1/4.2 kB
Progress (5): 2.8/3.3 MB | 488/569 kB | 0.6/2.2 MB | 197/351 kB | 4.1/4.2 kB
Progress (5): 2.8/3.3 MB | 488/569 kB | 0.6/2.2 MB | 197/351 kB | 4.1/4.2 kB
Progress (5): 2.8/3.3 MB | 488/569 kB | 0.6/2.2 MB | 197/351 kB | 4.1/4.2 kB
Progress (5): 2.8/3.3 MB | 488/569 kB | 0.6/2.2 MB | 201/351 kB | 4.1/4.2 kB
Progress (5): 2.8/3.3 MB | 488/569 kB | 0.6/2.2 MB | 201/351 kB | 4.2 kB    
Progress (5): 2.8/3.3 MB | 488/569 kB | 0.6/2.2 MB | 205/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 488/569 kB | 0.6/2.2 MB | 205/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 488/569 kB | 0.6/2.2 MB | 205/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 492/569 kB | 0.6/2.2 MB | 205/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 492/569 kB | 0.6/2.2 MB | 205/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 492/569 kB | 0.6/2.2 MB | 205/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 492/569 kB | 0.6/2.2 MB | 209/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 492/569 kB | 0.6/2.2 MB | 209/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 492/569 kB | 0.6/2.2 MB | 209/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 496/569 kB | 0.6/2.2 MB | 209/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 496/569 kB | 0.6/2.2 MB | 209/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 496/569 kB | 0.6/2.2 MB | 209/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 496/569 kB | 0.6/2.2 MB | 213/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 496/569 kB | 0.6/2.2 MB | 213/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 500/569 kB | 0.6/2.2 MB | 213/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 500/569 kB | 0.6/2.2 MB | 213/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 500/569 kB | 0.6/2.2 MB | 217/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 500/569 kB | 0.6/2.2 MB | 217/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 500/569 kB | 0.6/2.2 MB | 221/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 500/569 kB | 0.6/2.2 MB | 221/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 504/569 kB | 0.6/2.2 MB | 221/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 504/569 kB | 0.6/2.2 MB | 221/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 504/569 kB | 0.6/2.2 MB | 225/351 kB | 4.2 kB
Progress (5): 2.8/3.3 MB | 504/569 kB | 0.6/2.2 MB | 225/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.7 kB/s)
01:13:41 [2019-07-31T05:13:41.920Z] Progress (4): 2.8/3.3 MB | 504/569 kB | 0.6/2.2 MB | 229/351 kB
Progress (4): 2.8/3.3 MB | 504/569 kB | 0.6/2.2 MB | 229/351 kB
Progress (4): 2.8/3.3 MB | 508/569 kB | 0.6/2.2 MB | 229/351 kB
Progress (4): 2.9/3.3 MB | 508/569 kB | 0.6/2.2 MB | 229/351 kB
Progress (4): 2.9/3.3 MB | 508/569 kB | 0.6/2.2 MB | 229/351 kB
Progress (4): 2.9/3.3 MB | 508/569 kB | 0.6/2.2 MB | 229/351 kB
Progress (4): 2.9/3.3 MB | 508/569 kB | 0.6/2.2 MB | 233/351 kB
Progress (4): 2.9/3.3 MB | 508/569 kB | 0.6/2.2 MB | 233/351 kB
Progress (4): 2.9/3.3 MB | 512/569 kB | 0.6/2.2 MB | 233/351 kB
Progress (4): 2.9/3.3 MB | 512/569 kB | 0.6/2.2 MB | 233/351 kB
Progress (4): 2.9/3.3 MB | 512/569 kB | 0.6/2.2 MB | 237/351 kB
Progress (4): 2.9/3.3 MB | 512/569 kB | 0.6/2.2 MB | 237/351 kB
Progress (4): 2.9/3.3 MB | 512/569 kB | 0.6/2.2 MB | 241/351 kB
Progress (4): 2.9/3.3 MB | 512/569 kB | 0.6/2.2 MB | 241/351 kB
Progress (4): 2.9/3.3 MB | 516/569 kB | 0.6/2.2 MB | 241/351 kB
Progress (4): 2.9/3.3 MB | 516/569 kB | 0.6/2.2 MB | 241/351 kB
Progress (4): 2.9/3.3 MB | 516/569 kB | 0.6/2.2 MB | 245/351 kB
Progress (4): 2.9/3.3 MB | 516/569 kB | 0.6/2.2 MB | 245/351 kB
Progress (4): 2.9/3.3 MB | 516/569 kB | 0.6/2.2 MB | 249/351 kB
Progress (4): 2.9/3.3 MB | 516/569 kB | 0.6/2.2 MB | 249/351 kB
Progress (4): 2.9/3.3 MB | 520/569 kB | 0.6/2.2 MB | 249/351 kB
Progress (4): 2.9/3.3 MB | 520/569 kB | 0.6/2.2 MB | 249/351 kB
Progress (4): 2.9/3.3 MB | 520/569 kB | 0.6/2.2 MB | 253/351 kB
Progress (4): 2.9/3.3 MB | 520/569 kB | 0.7/2.2 MB | 253/351 kB
Progress (4): 2.9/3.3 MB | 520/569 kB | 0.7/2.2 MB | 257/351 kB
Progress (4): 2.9/3.3 MB | 520/569 kB | 0.7/2.2 MB | 257/351 kB
Progress (4): 2.9/3.3 MB | 524/569 kB | 0.7/2.2 MB | 257/351 kB
Progress (4): 2.9/3.3 MB | 524/569 kB | 0.7/2.2 MB | 257/351 kB
Progress (4): 2.9/3.3 MB | 524/569 kB | 0.7/2.2 MB | 261/351 kB
Progress (4): 2.9/3.3 MB | 524/569 kB | 0.7/2.2 MB | 261/351 kB
Progress (4): 2.9/3.3 MB | 524/569 kB | 0.7/2.2 MB | 265/351 kB
Progress (4): 2.9/3.3 MB | 524/569 kB | 0.7/2.2 MB | 265/351 kB
Progress (4): 2.9/3.3 MB | 528/569 kB | 0.7/2.2 MB | 265/351 kB
Progress (4): 2.9/3.3 MB | 528/569 kB | 0.7/2.2 MB | 265/351 kB
Progress (4): 2.9/3.3 MB | 528/569 kB | 0.7/2.2 MB | 269/351 kB
Progress (4): 2.9/3.3 MB | 528/569 kB | 0.7/2.2 MB | 269/351 kB
Progress (4): 2.9/3.3 MB | 528/569 kB | 0.7/2.2 MB | 273/351 kB
Progress (4): 2.9/3.3 MB | 528/569 kB | 0.7/2.2 MB | 273/351 kB
Progress (4): 2.9/3.3 MB | 532/569 kB | 0.7/2.2 MB | 273/351 kB
Progress (4): 2.9/3.3 MB | 532/569 kB | 0.7/2.2 MB | 273/351 kB
Progress (4): 2.9/3.3 MB | 532/569 kB | 0.7/2.2 MB | 277/351 kB
Progress (4): 2.9/3.3 MB | 532/569 kB | 0.7/2.2 MB | 277/351 kB
Progress (4): 2.9/3.3 MB | 532/569 kB | 0.7/2.2 MB | 281/351 kB
Progress (4): 2.9/3.3 MB | 532/569 kB | 0.7/2.2 MB | 281/351 kB
Progress (4): 2.9/3.3 MB | 536/569 kB | 0.7/2.2 MB | 281/351 kB
Progress (4): 2.9/3.3 MB | 536/569 kB | 0.7/2.2 MB | 281/351 kB
Progress (4): 2.9/3.3 MB | 536/569 kB | 0.7/2.2 MB | 285/351 kB
Progress (4): 2.9/3.3 MB | 536/569 kB | 0.7/2.2 MB | 285/351 kB
Progress (4): 2.9/3.3 MB | 536/569 kB | 0.7/2.2 MB | 289/351 kB
Progress (4): 2.9/3.3 MB | 536/569 kB | 0.7/2.2 MB | 289/351 kB
Progress (4): 2.9/3.3 MB | 540/569 kB | 0.7/2.2 MB | 289/351 kB
Progress (4): 2.9/3.3 MB | 540/569 kB | 0.7/2.2 MB | 289/351 kB
Progress (4): 2.9/3.3 MB | 540/569 kB | 0.7/2.2 MB | 293/351 kB
Progress (4): 2.9/3.3 MB | 540/569 kB | 0.7/2.2 MB | 293/351 kB
Progress (4): 2.9/3.3 MB | 540/569 kB | 0.7/2.2 MB | 297/351 kB
Progress (4): 2.9/3.3 MB | 540/569 kB | 0.7/2.2 MB | 297/351 kB
Progress (4): 2.9/3.3 MB | 544/569 kB | 0.7/2.2 MB | 297/351 kB
Progress (4): 2.9/3.3 MB | 544/569 kB | 0.7/2.2 MB | 297/351 kB
Progress (4): 2.9/3.3 MB | 544/569 kB | 0.7/2.2 MB | 301/351 kB
Progress (4): 2.9/3.3 MB | 544/569 kB | 0.7/2.2 MB | 301/351 kB
Progress (4): 2.9/3.3 MB | 544/569 kB | 0.7/2.2 MB | 305/351 kB
Progress (4): 2.9/3.3 MB | 544/569 kB | 0.7/2.2 MB | 305/351 kB
Progress (4): 2.9/3.3 MB | 548/569 kB | 0.7/2.2 MB | 305/351 kB
Progress (4): 2.9/3.3 MB | 548/569 kB | 0.7/2.2 MB | 305/351 kB
Progress (4): 2.9/3.3 MB | 548/569 kB | 0.7/2.2 MB | 309/351 kB
Progress (4): 2.9/3.3 MB | 548/569 kB | 0.7/2.2 MB | 309/351 kB
Progress (4): 2.9/3.3 MB | 548/569 kB | 0.7/2.2 MB | 313/351 kB
Progress (4): 2.9/3.3 MB | 548/569 kB | 0.7/2.2 MB | 313/351 kB
Progress (4): 2.9/3.3 MB | 552/569 kB | 0.7/2.2 MB | 313/351 kB
Progress (4): 2.9/3.3 MB | 552/569 kB | 0.7/2.2 MB | 313/351 kB
Progress (4): 2.9/3.3 MB | 552/569 kB | 0.7/2.2 MB | 317/351 kB
Progress (4): 2.9/3.3 MB | 552/569 kB | 0.7/2.2 MB | 317/351 kB
Progress (4): 2.9/3.3 MB | 552/569 kB | 0.7/2.2 MB | 321/351 kB
Progress (4): 2.9/3.3 MB | 552/569 kB | 0.7/2.2 MB | 321/351 kB
Progress (4): 2.9/3.3 MB | 552/569 kB | 0.7/2.2 MB | 321/351 kB
Progress (4): 2.9/3.3 MB | 556/569 kB | 0.7/2.2 MB | 321/351 kB
Progress (4): 2.9/3.3 MB | 556/569 kB | 0.7/2.2 MB | 321/351 kB
Progress (4): 2.9/3.3 MB | 556/569 kB | 0.7/2.2 MB | 321/351 kB
Progress (4): 2.9/3.3 MB | 556/569 kB | 0.7/2.2 MB | 325/351 kB
Progress (4): 3.0/3.3 MB | 556/569 kB | 0.7/2.2 MB | 325/351 kB
Progress (4): 3.0/3.3 MB | 560/569 kB | 0.7/2.2 MB | 325/351 kB
Progress (4): 3.0/3.3 MB | 560/569 kB | 0.7/2.2 MB | 325/351 kB
Progress (4): 3.0/3.3 MB | 560/569 kB | 0.7/2.2 MB | 329/351 kB
Progress (4): 3.0/3.3 MB | 560/569 kB | 0.7/2.2 MB | 329/351 kB
Progress (4): 3.0/3.3 MB | 560/569 kB | 0.7/2.2 MB | 333/351 kB
Progress (4): 3.0/3.3 MB | 560/569 kB | 0.7/2.2 MB | 333/351 kB
Progress (4): 3.0/3.3 MB | 564/569 kB | 0.7/2.2 MB | 333/351 kB
Progress (4): 3.0/3.3 MB | 564/569 kB | 0.7/2.2 MB | 333/351 kB
Progress (4): 3.0/3.3 MB | 564/569 kB | 0.7/2.2 MB | 337/351 kB
Progress (4): 3.0/3.3 MB | 564/569 kB | 0.7/2.2 MB | 337/351 kB
Progress (4): 3.0/3.3 MB | 564/569 kB | 0.7/2.2 MB | 341/351 kB
Progress (4): 3.0/3.3 MB | 564/569 kB | 0.7/2.2 MB | 341/351 kB
Progress (4): 3.0/3.3 MB | 568/569 kB | 0.7/2.2 MB | 341/351 kB
Progress (4): 3.0/3.3 MB | 568/569 kB | 0.7/2.2 MB | 341/351 kB
Progress (4): 3.0/3.3 MB | 568/569 kB | 0.7/2.2 MB | 345/351 kB
Progress (4): 3.0/3.3 MB | 568/569 kB | 0.7/2.2 MB | 345/351 kB
Progress (4): 3.0/3.3 MB | 568/569 kB | 0.7/2.2 MB | 349/351 kB
Progress (4): 3.0/3.3 MB | 568/569 kB | 0.7/2.2 MB | 349/351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 349/351 kB    
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 349/351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB    
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.7/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.8/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.8/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.8/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.8/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.8/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.8/2.2 MB | 351 kB
Progress (4): 3.0/3.3 MB | 569 kB | 0.8/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 457 kB/s)
01:13:41 [2019-07-31T05:13:41.920Z] Progress (3): 3.0/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.0/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.0/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.0/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
Progress (3): 3.1/3.3 MB | 569 kB | 0.8/2.2 MB
                                              
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 734 kB/s)
01:13:41 [2019-07-31T05:13:41.920Z] Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.8/2.2 MB
Progress (2): 3.1/3.3 MB | 0.9/2.2 MB
Progress (2): 3.1/3.3 MB | 0.9/2.2 MB
Progress (2): 3.1/3.3 MB | 0.9/2.2 MB
Progress (2): 3.1/3.3 MB | 0.9/2.2 MB
Progress (2): 3.1/3.3 MB | 0.9/2.2 MB
Progress (2): 3.1/3.3 MB | 0.9/2.2 MB
Progress (2): 3.1/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 0.9/2.2 MB
Progress (2): 3.2/3.3 MB | 1.0/2.2 MB
Progress (2): 3.2/3.3 MB | 1.0/2.2 MB
Progress (2): 3.2/3.3 MB | 1.0/2.2 MB
Progress (2): 3.2/3.3 MB | 1.0/2.2 MB
Progress (2): 3.2/3.3 MB | 1.0/2.2 MB
Progress (2): 3.2/3.3 MB | 1.0/2.2 MB
Progress (2): 3.2/3.3 MB | 1.0/2.2 MB
Progress (2): 3.3/3.3 MB | 1.0/2.2 MB
Progress (2): 3.3/3.3 MB | 1.0/2.2 MB
Progress (2): 3.3/3.3 MB | 1.0/2.2 MB
Progress (2): 3.3/3.3 MB | 1.0/2.2 MB
Progress (2): 3.3/3.3 MB | 1.0/2.2 MB
Progress (2): 3.3/3.3 MB | 1.0/2.2 MB
Progress (2): 3.3/3.3 MB | 1.0/2.2 MB
Progress (2): 3.3/3.3 MB | 1.0/2.2 MB
Progress (2): 3.3/3.3 MB | 1.0/2.2 MB
Progress (2): 3.3/3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB    
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.0/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.1/2.2 MB
Progress (2): 3.3 MB | 1.2/2.2 MB
Progress (2): 3.3 MB | 1.2/2.2 MB
Progress (2): 3.3 MB | 1.2/2.2 MB
Progress (2): 3.3 MB | 1.2/2.2 MB
Progress (2): 3.3 MB | 1.2/2.2 MB
Progress (2): 3.3 MB | 1.2/2.2 MB
Progress (2): 3.3 MB | 1.2/2.2 MB
Progress (2): 3.3 MB | 1.2/2.2 MB
Progress (2): 3.3 MB | 1.2/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 4.0 MB/s)
01:13:41 [2019-07-31T05:13:41.920Z] Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.2/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.3/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.4/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.5/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.6/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.7/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/2.2 MB
Progress (1): 1.8/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): 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/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.4 MB/s)
01:13:42 [2019-07-31T05:13:42.523Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties
01:13:42 [2019-07-31T05:13:42.781Z] [INFO] Adding repository https://download.eclipse.org/tools/cdt/releases/9.8
01:13:43 [2019-07-31T05:13:43.345Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/cdt/releases/9.8/
01:13:43 [2019-07-31T05:13:43.345Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/cdt/releases/9.8/
01:13:43 [2019-07-31T05:13:43.345Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/
01:13:43 [2019-07-31T05:13:43.345Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/
01:13:43 [2019-07-31T05:13:43.603Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/
01:13:43 [2019-07-31T05:13:43.603Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/
01:13:43 [2019-07-31T05:13:43.862Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/
01:13:43 [2019-07-31T05:13:43.862Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/
01:13:43 [2019-07-31T05:13:43.862Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/
01:13:43 [2019-07-31T05:13:43.862Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/
01:13:44 [2019-07-31T05:13:44.431Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/
01:13:44 [2019-07-31T05:13:44.431Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/
01:13:44 [2019-07-31T05:13:44.689Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/
01:13:44 [2019-07-31T05:13:44.689Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/
01:13:44 [2019-07-31T05:13:44.947Z] [INFO] Fetching p2.index from https://download.eclipse.org/linuxtools/update-7.3.0/
01:13:44 [2019-07-31T05:13:44.947Z] [INFO] Fetching p2.index from https://download.eclipse.org/linuxtools/update-7.3.0/
01:13:45 [2019-07-31T05:13:45.205Z] [INFO] Adding repository https://download.eclipse.org/linuxtools/update-7.3.0
01:13:45 [2019-07-31T05:13:45.205Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/linuxtools/update-7.3.0/
01:13:45 [2019-07-31T05:13:45.205Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/linuxtools/update-7.3.0/
01:13:45 [2019-07-31T05:13:45.462Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/
01:13:45 [2019-07-31T05:13:45.462Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/
01:13:45 [2019-07-31T05:13:45.462Z] [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots
01:13:45 [2019-07-31T05:13:45.462Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/
01:13:45 [2019-07-31T05:13:45.462Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/
01:13:45 [2019-07-31T05:13:45.725Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/
01:13:45 [2019-07-31T05:13:45.725Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/
01:13:45 [2019-07-31T05:13:45.725Z] [INFO] Adding repository https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1
01:13:45 [2019-07-31T05:13:45.983Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/
01:13:45 [2019-07-31T05:13:45.983Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/
01:13:45 [2019-07-31T05:13:45.983Z] [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/
01:13:45 [2019-07-31T05:13:45.983Z] [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/
01:13:46 [2019-07-31T05:13:46.241Z] [INFO] Adding repository https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository
01:13:46 [2019-07-31T05:13:46.241Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/
01:13:46 [2019-07-31T05:13:46.241Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/
01:13:46 [2019-07-31T05:13:46.241Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/
01:13:46 [2019-07-31T05:13:46.241Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/
01:13:46 [2019-07-31T05:13:46.497Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository
01:13:46 [2019-07-31T05:13:46.497Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/
01:13:46 [2019-07-31T05:13:46.497Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/
01:13:46 [2019-07-31T05:13:46.754Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB)
01:13:46 [2019-07-31T05:13:46.754Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB)
01:13:47 [2019-07-31T05:13:47.012Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/
01:13:47 [2019-07-31T05:13:47.012Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/
01:13:47 [2019-07-31T05:13:47.270Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/
01:13:47 [2019-07-31T05:13:47.270Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/
01:13:47 [2019-07-31T05:13:47.834Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
01:13:47 [2019-07-31T05:13:47.834Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
01:13:47 [2019-07-31T05:13:47.834Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
01:13:47 [2019-07-31T05:13:47.834Z] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (430B)
01:13:47 [2019-07-31T05:13:47.834Z] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (430B)
01:13:48 [2019-07-31T05:13:48.091Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
01:13:48 [2019-07-31T05:13:48.091Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
01:13:48 [2019-07-31T05:13:48.091Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
01:13:48 [2019-07-31T05:13:48.091Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
01:13:48 [2019-07-31T05:13:48.348Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/
01:13:48 [2019-07-31T05:13:48.349Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/
01:13:48 [2019-07-31T05:13:48.349Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/
01:13:48 [2019-07-31T05:13:48.349Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/
01:13:48 [2019-07-31T05:13:48.606Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/
01:13:48 [2019-07-31T05:13:48.606Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/
01:13:48 [2019-07-31T05:13:48.865Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/
01:13:48 [2019-07-31T05:13:48.865Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/
01:13:48 [2019-07-31T05:13:48.865Z] [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/
01:13:48 [2019-07-31T05:13:48.865Z] [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/
01:13:48 [2019-07-31T05:13:48.865Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800
01:13:49 [2019-07-31T05:13:49.326Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/
01:13:49 [2019-07-31T05:13:49.326Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/
01:13:49 [2019-07-31T05:13:49.585Z] [INFO] Adding repository https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2
01:13:49 [2019-07-31T05:13:49.843Z] [INFO] Fetching content.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/ (902B)
01:13:49 [2019-07-31T05:13:49.843Z] [INFO] Fetching content.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/ (902B)
01:13:50 [2019-07-31T05:13:50.103Z] [INFO] Fetching p2.index from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/
01:13:50 [2019-07-31T05:13:50.103Z] [INFO] Fetching p2.index from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/
01:13:50 [2019-07-31T05:13:50.103Z] [INFO] Adding repository https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository
01:13:50 [2019-07-31T05:13:50.360Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/
01:13:50 [2019-07-31T05:13:50.360Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/
01:13:50 [2019-07-31T05:13:50.616Z] [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/
01:13:50 [2019-07-31T05:13:50.616Z] [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/
01:13:50 [2019-07-31T05:13:50.875Z] [INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.18
01:13:50 [2019-07-31T05:13:50.875Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/
01:14:00 [2019-07-31T05:14:00.840Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties
01:14:06 [2019-07-31T05:14:06.126Z] [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)
01:14:06 [2019-07-31T05:14:06.126Z] [INFO] The user operation is waiting for background work to complete.
01:14:06 [2019-07-31T05:14:06.126Z] [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)
01:14:06 [2019-07-31T05:14:06.427Z] [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110...
01:14:06 [2019-07-31T05:14:06.427Z] [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)
01:14:06 [2019-07-31T05:14:06.427Z] [INFO] The user operation is waiting for background work to complete.
01:14:06 [2019-07-31T05:14:06.427Z] [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)
01:14:06 [2019-07-31T05:14:06.427Z] [INFO] Unpacking com.google.guava_21.0.0.v20170206-1425...
01:14:07 [2019-07-31T05:14:07.524Z] [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)
01:14:07 [2019-07-31T05:14:07.524Z] [INFO] The user operation is waiting for background work to complete.
01:14:07 [2019-07-31T05:14:07.524Z] [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)
01:14:08 [2019-07-31T05:14:08.133Z] [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337...
01:14:12 [2019-07-31T05:14:12.611Z] [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)
01:14:12 [2019-07-31T05:14:12.611Z] [INFO] The user operation is waiting for background work to complete.
01:14:12 [2019-07-31T05:14:12.611Z] [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)
01:14:12 [2019-07-31T05:14:12.611Z] [INFO] Unpacking javax.activation_1.1.0.v201211130549...
01:14:12 [2019-07-31T05:14:12.869Z] [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/
01:14:12 [2019-07-31T05:14:12.869Z] [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/
01:14:12 [2019-07-31T05:14:12.869Z] [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)
01:14:12 [2019-07-31T05:14:12.869Z] [INFO] The user operation is waiting for background work to complete.
01:14:12 [2019-07-31T05:14:12.869Z] [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)
01:14:13 [2019-07-31T05:14:13.127Z] [INFO] Unpacking org.eclipse.osgi_3.14.0.v20190517-1309...
01:14:13 [2019-07-31T05:14:13.692Z] [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)
01:14:13 [2019-07-31T05:14:13.692Z] [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)
01:14:13 [2019-07-31T05:14:13.692Z] [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)
01:14:13 [2019-07-31T05:14:13.692Z] [INFO] The user operation is waiting for background work to complete.
01:14:13 [2019-07-31T05:14:13.692Z] [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)
01:14:13 [2019-07-31T05:14:13.950Z] [INFO] Unpacking javax.xml.bind_2.2.0.v201105210648...
01:14:13 [2019-07-31T05:14:13.950Z] [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)
01:14:13 [2019-07-31T05:14:13.950Z] [INFO] The user operation is waiting for background work to complete.
01:14:13 [2019-07-31T05:14:13.950Z] [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)
01:14:13 [2019-07-31T05:14:13.950Z] [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
01:14:14 [2019-07-31T05:14:14.208Z] [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)
01:14:14 [2019-07-31T05:14:14.208Z] [INFO] The user operation is waiting for background work to complete.
01:14:14 [2019-07-31T05:14:14.208Z] [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)
01:14:14 [2019-07-31T05:14:14.208Z] [INFO] Unpacking org.eclipse.cdt.core_6.8.1.201907021957...
01:14:16 [2019-07-31T05:14:16.109Z] [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)
01:14:16 [2019-07-31T05:14:16.109Z] [INFO] The user operation is waiting for background work to complete.
01:14:16 [2019-07-31T05:14:16.109Z] [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)
01:14:16 [2019-07-31T05:14:16.109Z] [INFO] Unpacking org.eclipse.cdt.core.native_5.10.1.201811241055...
01:14:16 [2019-07-31T05:14:16.109Z] [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)
01:14:16 [2019-07-31T05:14:16.109Z] [INFO] The user operation is waiting for background work to complete.
01:14:16 [2019-07-31T05:14:16.109Z] [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)
01:14:16 [2019-07-31T05:14:16.624Z] [INFO] Unpacking org.eclipse.core.contenttype_3.7.300.v20190215-2048...
01:14:16 [2019-07-31T05:14:16.624Z] [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)
01:14:16 [2019-07-31T05:14:16.624Z] [INFO] The user operation is waiting for background work to complete.
01:14:16 [2019-07-31T05:14:16.624Z] [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)
01:14:16 [2019-07-31T05:14:16.624Z] [INFO] Unpacking org.eclipse.core.expressions_3.6.400.v20190518-1240...
01:14:16 [2019-07-31T05:14:16.624Z] [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)
01:14:16 [2019-07-31T05:14:16.624Z] [INFO] The user operation is waiting for background work to complete.
01:14:16 [2019-07-31T05:14:16.624Z] [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)
01:14:16 [2019-07-31T05:14:16.882Z] [INFO] Unpacking org.eclipse.core.filebuffers_3.6.600.v20190519-2344...
01:14:16 [2019-07-31T05:14:16.882Z] [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)
01:14:16 [2019-07-31T05:14:16.882Z] [INFO] The user operation is waiting for background work to complete.
01:14:16 [2019-07-31T05:14:16.882Z] [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)
01:14:16 [2019-07-31T05:14:16.882Z] [INFO] Unpacking org.eclipse.core.filesystem_1.7.400.v20190518-1151...
01:14:16 [2019-07-31T05:14:16.882Z] [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)
01:14:16 [2019-07-31T05:14:16.882Z] [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)
01:14:17 [2019-07-31T05:14:17.139Z] [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)
01:14:17 [2019-07-31T05:14:17.139Z] [INFO] The user operation is waiting for background work to complete.
01:14:17 [2019-07-31T05:14:17.140Z] [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)
01:14:17 [2019-07-31T05:14:17.140Z] [INFO] Unpacking org.eclipse.core.runtime_3.15.300.v20190508-0543...
01:14:17 [2019-07-31T05:14:17.140Z] [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)
01:14:17 [2019-07-31T05:14:17.140Z] [INFO] The user operation is waiting for background work to complete.
01:14:17 [2019-07-31T05:14:17.140Z] [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)
01:14:17 [2019-07-31T05:14:17.397Z] [INFO] Unpacking org.eclipse.core.variables_3.4.500.v20190510-0549...
01:14:17 [2019-07-31T05:14:17.397Z] [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)
01:14:17 [2019-07-31T05:14:17.397Z] [INFO] The user operation is waiting for background work to complete.
01:14:17 [2019-07-31T05:14:17.397Z] [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)
01:14:17 [2019-07-31T05:14:17.397Z] [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840...
01:14:17 [2019-07-31T05:14:17.660Z] [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)
01:14:17 [2019-07-31T05:14:17.660Z] [INFO] The user operation is waiting for background work to complete.
01:14:17 [2019-07-31T05:14:17.660Z] [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)
01:14:17 [2019-07-31T05:14:17.660Z] [INFO] Unpacking org.eclipse.text_3.8.200.v20190519-2344...
01:14:17 [2019-07-31T05:14:17.918Z] [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)
01:14:17 [2019-07-31T05:14:17.918Z] [INFO] The user operation is waiting for background work to complete.
01:14:17 [2019-07-31T05:14:17.918Z] [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)
01:14:17 [2019-07-31T05:14:17.918Z] [INFO] Unpacking org.eclipse.core.commands_3.9.400.v20190516-1358...
01:14:18 [2019-07-31T05:14:18.174Z] [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)
01:14:18 [2019-07-31T05:14:18.174Z] [INFO] The user operation is waiting for background work to complete.
01:14:18 [2019-07-31T05:14:18.174Z] [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)
01:14:18 [2019-07-31T05:14:18.174Z] [INFO] Unpacking org.eclipse.equinox.common_3.10.400.v20190516-1504...
01:14:18 [2019-07-31T05:14:18.174Z] [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)
01:14:18 [2019-07-31T05:14:18.174Z] [INFO] The user operation is waiting for background work to complete.
01:14:18 [2019-07-31T05:14:18.174Z] [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)
01:14:18 [2019-07-31T05:14:18.431Z] [INFO] Unpacking org.eclipse.equinox.preferences_3.7.400.v20190516-1504...
01:14:18 [2019-07-31T05:14:18.431Z] [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)
01:14:18 [2019-07-31T05:14:18.431Z] [INFO] The user operation is waiting for background work to complete.
01:14:18 [2019-07-31T05:14:18.431Z] [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)
01:14:18 [2019-07-31T05:14:18.431Z] [INFO] Unpacking org.eclipse.equinox.registry_3.8.400.v20190516-1504...
01:14:18 [2019-07-31T05:14:18.689Z] [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)
01:14:18 [2019-07-31T05:14:18.689Z] [INFO] The user operation is waiting for background work to complete.
01:14:18 [2019-07-31T05:14:18.689Z] [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)
01:14:18 [2019-07-31T05:14:18.689Z] [INFO] Unpacking org.eclipse.core.jobs_3.10.400.v20190506-1457...
01:14:18 [2019-07-31T05:14:18.689Z] [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)
01:14:18 [2019-07-31T05:14:18.689Z] [INFO] The user operation is waiting for background work to complete.
01:14:18 [2019-07-31T05:14:18.689Z] [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)
01:14:18 [2019-07-31T05:14:18.947Z] [INFO] Unpacking org.eclipse.equinox.app_1.4.200.v20190516-1504...
01:14:18 [2019-07-31T05:14:18.947Z] [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)
01:14:18 [2019-07-31T05:14:18.947Z] [INFO] The user operation is waiting for background work to complete.
01:14:18 [2019-07-31T05:14:18.947Z] [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)
01:14:18 [2019-07-31T05:14:18.947Z] [INFO] Unpacking org.eclipse.jdt.annotation_2.2.300.v20190328-1431...
01:14:19 [2019-07-31T05:14:19.205Z] [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/
01:14:19 [2019-07-31T05:14:19.205Z] [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/
01:14:19 [2019-07-31T05:14:19.205Z] [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)
01:14:19 [2019-07-31T05:14:19.205Z] [INFO] The user operation is waiting for background work to complete.
01:14:19 [2019-07-31T05:14:19.205Z] [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)
01:14:19 [2019-07-31T05:14:19.205Z] [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430...
01:14:19 [2019-07-31T05:14:19.463Z] [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)
01:14:19 [2019-07-31T05:14:19.463Z] [INFO] The user operation is waiting for background work to complete.
01:14:19 [2019-07-31T05:14:19.463Z] [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)
01:14:19 [2019-07-31T05:14:19.463Z] [INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130...
01:14:19 [2019-07-31T05:14:19.720Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties
01:14:19 [2019-07-31T05:14:19.978Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties
01:14:19 [2019-07-31T05:14:19.978Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core.tests:0.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties
01:14:20 [2019-07-31T05:14:20.236Z] [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)
01:14:20 [2019-07-31T05:14:20.236Z] [INFO] The user operation is waiting for background work to complete.
01:14:20 [2019-07-31T05:14:20.236Z] [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)
01:14:20 [2019-07-31T05:14:20.236Z] [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436...
01:14:20 [2019-07-31T05:14:20.236Z] [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)
01:14:20 [2019-07-31T05:14:20.236Z] [INFO] The user operation is waiting for background work to complete.
01:14:20 [2019-07-31T05:14:20.236Z] [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)
01:14:20 [2019-07-31T05:14:20.494Z] [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436...
01:14:20 [2019-07-31T05:14:20.494Z] [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)
01:14:20 [2019-07-31T05:14:20.494Z] [INFO] The user operation is waiting for background work to complete.
01:14:20 [2019-07-31T05:14:20.494Z] [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)
01:14:20 [2019-07-31T05:14:20.752Z] [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436...
01:14:20 [2019-07-31T05:14:20.752Z] [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)
01:14:20 [2019-07-31T05:14:20.752Z] [INFO] The user operation is waiting for background work to complete.
01:14:20 [2019-07-31T05:14:20.752Z] [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)
01:14:21 [2019-07-31T05:14:21.009Z] [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436...
01:14:21 [2019-07-31T05:14:21.009Z] [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)
01:14:21 [2019-07-31T05:14:21.009Z] [INFO] The user operation is waiting for background work to complete.
01:14:21 [2019-07-31T05:14:21.009Z] [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)
01:14:21 [2019-07-31T05:14:21.009Z] [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436...
01:14:21 [2019-07-31T05:14:21.267Z] [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)
01:14:21 [2019-07-31T05:14:21.267Z] [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)
01:14:21 [2019-07-31T05:14:21.531Z] [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)
01:14:21 [2019-07-31T05:14:21.531Z] [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)
01:14:21 [2019-07-31T05:14:21.531Z] [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)
01:14:21 [2019-07-31T05:14:21.531Z] [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)
01:14:21 [2019-07-31T05:14:21.788Z] [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)
01:14:21 [2019-07-31T05:14:21.788Z] [INFO] The user operation is waiting for background work to complete.
01:14:21 [2019-07-31T05:14:21.788Z] [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)
01:14:21 [2019-07-31T05:14:21.788Z] [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
01:14:21 [2019-07-31T05:14:21.788Z] [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)
01:14:21 [2019-07-31T05:14:21.788Z] [INFO] The user operation is waiting for background work to complete.
01:14:21 [2019-07-31T05:14:21.788Z] [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)
01:14:22 [2019-07-31T05:14:22.045Z] [INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619...
01:14:22 [2019-07-31T05:14:22.045Z] [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)
01:14:22 [2019-07-31T05:14:22.045Z] [INFO] The user operation is waiting for background work to complete.
01:14:22 [2019-07-31T05:14:22.045Z] [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)
01:14:22 [2019-07-31T05:14:22.303Z] [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147...
01:14:22 [2019-07-31T05:14:22.303Z] [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)
01:14:22 [2019-07-31T05:14:22.303Z] [INFO] The user operation is waiting for background work to complete.
01:14:22 [2019-07-31T05:14:22.303Z] [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)
01:14:22 [2019-07-31T05:14:22.303Z] [INFO] Unpacking org.eclipse.osgi.util_3.5.200.v20190115-2323...
01:14:22 [2019-07-31T05:14:22.561Z] [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)
01:14:22 [2019-07-31T05:14:22.561Z] [INFO] The user operation is waiting for background work to complete.
01:14:22 [2019-07-31T05:14:22.561Z] [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)
01:14:22 [2019-07-31T05:14:22.561Z] [INFO] Unpacking org.eclipse.compare_3.7.600.v20190519-2354...
01:14:22 [2019-07-31T05:14:22.823Z] [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)
01:14:22 [2019-07-31T05:14:22.823Z] [INFO] The user operation is waiting for background work to complete.
01:14:22 [2019-07-31T05:14:22.823Z] [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)
01:14:22 [2019-07-31T05:14:22.823Z] [INFO] Unpacking org.eclipse.ui_3.113.0.v20190513-2118...
01:14:23 [2019-07-31T05:14:23.081Z] [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)
01:14:23 [2019-07-31T05:14:23.081Z] [INFO] The user operation is waiting for background work to complete.
01:14:23 [2019-07-31T05:14:23.081Z] [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)
01:14:23 [2019-07-31T05:14:23.081Z] [INFO] Unpacking org.eclipse.jface.text_3.15.200.v20190519-2344...
01:14:23 [2019-07-31T05:14:23.648Z] [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)
01:14:23 [2019-07-31T05:14:23.648Z] [INFO] The user operation is waiting for background work to complete.
01:14:23 [2019-07-31T05:14:23.648Z] [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)
01:14:23 [2019-07-31T05:14:23.648Z] [INFO] Unpacking org.eclipse.ui.ide_3.15.200.v20190519-2104...
01:14:24 [2019-07-31T05:14:24.581Z] [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)
01:14:24 [2019-07-31T05:14:24.581Z] [INFO] The user operation is waiting for background work to complete.
01:14:24 [2019-07-31T05:14:24.581Z] [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)
01:14:24 [2019-07-31T05:14:24.581Z] [INFO] Unpacking org.eclipse.ui.views_3.9.400.v20190517-1612...
01:14:24 [2019-07-31T05:14:24.581Z] [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)
01:14:24 [2019-07-31T05:14:24.581Z] [INFO] The user operation is waiting for background work to complete.
01:14:24 [2019-07-31T05:14:24.581Z] [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)
01:14:24 [2019-07-31T05:14:24.581Z] [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344...
01:14:24 [2019-07-31T05:14:24.838Z] [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)
01:14:24 [2019-07-31T05:14:24.838Z] [INFO] The user operation is waiting for background work to complete.
01:14:24 [2019-07-31T05:14:24.838Z] [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)
01:14:25 [2019-07-31T05:14:25.096Z] [INFO] Unpacking org.eclipse.ui.editors_3.11.500.v20190519-2344...
01:14:25 [2019-07-31T05:14:25.353Z] [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)
01:14:25 [2019-07-31T05:14:25.353Z] [INFO] The user operation is waiting for background work to complete.
01:14:25 [2019-07-31T05:14:25.353Z] [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)
01:14:25 [2019-07-31T05:14:25.353Z] [INFO] Unpacking org.eclipse.ui.forms_3.8.0.v20190519-1034...
01:14:25 [2019-07-31T05:14:25.611Z] [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)
01:14:25 [2019-07-31T05:14:25.611Z] [INFO] The user operation is waiting for background work to complete.
01:14:25 [2019-07-31T05:14:25.611Z] [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)
01:14:25 [2019-07-31T05:14:25.611Z] [INFO] Unpacking org.eclipse.compare.core_3.6.500.v20190519-2354...
01:14:25 [2019-07-31T05:14:25.611Z] [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)
01:14:25 [2019-07-31T05:14:25.611Z] [INFO] The user operation is waiting for background work to complete.
01:14:25 [2019-07-31T05:14:25.611Z] [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)
01:14:25 [2019-07-31T05:14:25.611Z] [INFO] Unpacking org.eclipse.core.databinding_1.7.400.v20190513-2118...
01:14:25 [2019-07-31T05:14:25.869Z] [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)
01:14:25 [2019-07-31T05:14:25.869Z] [INFO] The user operation is waiting for background work to complete.
01:14:25 [2019-07-31T05:14:25.869Z] [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)
01:14:25 [2019-07-31T05:14:25.869Z] [INFO] Unpacking org.eclipse.core.databinding.observable_1.7.0.v20190515-0910...
01:14:26 [2019-07-31T05:14:26.125Z] [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)
01:14:26 [2019-07-31T05:14:26.125Z] [INFO] The user operation is waiting for background work to complete.
01:14:26 [2019-07-31T05:14:26.125Z] [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)
01:14:26 [2019-07-31T05:14:26.125Z] [INFO] Unpacking org.eclipse.core.databinding.property_1.7.0.v20190510-1100...
01:14:26 [2019-07-31T05:14:26.125Z] [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)
01:14:26 [2019-07-31T05:14:26.125Z] [INFO] The user operation is waiting for background work to complete.
01:14:26 [2019-07-31T05:14:26.125Z] [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)
01:14:26 [2019-07-31T05:14:26.382Z] [INFO] Unpacking org.eclipse.core.net_1.3.500.v20190519-2354...
01:14:26 [2019-07-31T05:14:26.382Z] [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)
01:14:26 [2019-07-31T05:14:26.382Z] [INFO] The user operation is waiting for background work to complete.
01:14:26 [2019-07-31T05:14:26.382Z] [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)
01:14:26 [2019-07-31T05:14:26.382Z] [INFO] Unpacking org.eclipse.equinox.security_1.3.200.v20190516-1504...
01:14:26 [2019-07-31T05:14:26.639Z] [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)
01:14:26 [2019-07-31T05:14:26.639Z] [INFO] The user operation is waiting for background work to complete.
01:14:26 [2019-07-31T05:14:26.639Z] [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)
01:14:26 [2019-07-31T05:14:26.639Z] [INFO] Unpacking org.eclipse.e4.core.commands_0.12.600.v20190510-1100...
01:14:26 [2019-07-31T05:14:26.639Z] [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)
01:14:26 [2019-07-31T05:14:26.639Z] [INFO] The user operation is waiting for background work to complete.
01:14:26 [2019-07-31T05:14:26.639Z] [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)
01:14:26 [2019-07-31T05:14:26.896Z] [INFO] Unpacking org.eclipse.e4.core.di_1.7.200.v20190506-1457...
01:14:26 [2019-07-31T05:14:26.896Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.07kB)
01:14:26 [2019-07-31T05:14:26.896Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.07kB)
01:14:26 [2019-07-31T05:14:26.896Z] [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)
01:14:26 [2019-07-31T05:14:26.896Z] [INFO] The user operation is waiting for background work to complete.
01:14:26 [2019-07-31T05:14:26.896Z] [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)
01:14:27 [2019-07-31T05:14:27.152Z] [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.100.v20190518-1217...
01:14:27 [2019-07-31T05:14:27.152Z] [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)
01:14:27 [2019-07-31T05:14:27.152Z] [INFO] The user operation is waiting for background work to complete.
01:14:27 [2019-07-31T05:14:27.152Z] [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)
01:14:27 [2019-07-31T05:14:27.152Z] [INFO] Unpacking org.eclipse.e4.core.services_2.1.400.v20181215-2145...
01:14:27 [2019-07-31T05:14:27.152Z] [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)
01:14:27 [2019-07-31T05:14:27.152Z] [INFO] The user operation is waiting for background work to complete.
01:14:27 [2019-07-31T05:14:27.152Z] [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)
01:14:27 [2019-07-31T05:14:27.410Z] [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217...
01:14:27 [2019-07-31T05:14:27.410Z] [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)
01:14:27 [2019-07-31T05:14:27.410Z] [INFO] The user operation is waiting for background work to complete.
01:14:27 [2019-07-31T05:14:27.410Z] [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)
01:14:27 [2019-07-31T05:14:27.410Z] [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308...
01:14:27 [2019-07-31T05:14:27.410Z] [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)
01:14:27 [2019-07-31T05:14:27.410Z] [INFO] The user operation is waiting for background work to complete.
01:14:27 [2019-07-31T05:14:27.410Z] [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)
01:14:27 [2019-07-31T05:14:27.667Z] [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457...
01:14:27 [2019-07-31T05:14:27.667Z] [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)
01:14:27 [2019-07-31T05:14:27.667Z] [INFO] The user operation is waiting for background work to complete.
01:14:27 [2019-07-31T05:14:27.667Z] [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)
01:14:27 [2019-07-31T05:14:27.667Z] [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118...
01:14:27 [2019-07-31T05:14:27.926Z] [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)
01:14:27 [2019-07-31T05:14:27.926Z] [INFO] The user operation is waiting for background work to complete.
01:14:27 [2019-07-31T05:14:27.926Z] [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)
01:14:27 [2019-07-31T05:14:27.926Z] [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
01:14:28 [2019-07-31T05:14:28.326Z] [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)
01:14:28 [2019-07-31T05:14:28.326Z] [INFO] The user operation is waiting for background work to complete.
01:14:28 [2019-07-31T05:14:28.326Z] [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)
01:14:28 [2019-07-31T05:14:28.326Z] [INFO] Unpacking org.eclipse.emf.ecore_2.18.0.v20190528-0845...
01:14:28 [2019-07-31T05:14:28.891Z] [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)
01:14:28 [2019-07-31T05:14:28.891Z] [INFO] The user operation is waiting for background work to complete.
01:14:28 [2019-07-31T05:14:28.891Z] [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)
01:14:28 [2019-07-31T05:14:28.891Z] [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100...
01:14:28 [2019-07-31T05:14:28.891Z] [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)
01:14:28 [2019-07-31T05:14:28.891Z] [INFO] The user operation is waiting for background work to complete.
01:14:28 [2019-07-31T05:14:28.891Z] [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)
01:14:29 [2019-07-31T05:14:29.149Z] [INFO] Unpacking org.eclipse.swt_3.111.0.v20190605-1801...
01:14:29 [2019-07-31T05:14:29.149Z] [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)
01:14:29 [2019-07-31T05:14:29.149Z] [INFO] The user operation is waiting for background work to complete.
01:14:29 [2019-07-31T05:14:29.149Z] [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)
01:14:29 [2019-07-31T05:14:29.149Z] [INFO] Unpacking org.eclipse.jface_3.16.0.v20190528-0922...
01:14:29 [2019-07-31T05:14:29.407Z] [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)
01:14:29 [2019-07-31T05:14:29.407Z] [INFO] The user operation is waiting for background work to complete.
01:14:29 [2019-07-31T05:14:29.407Z] [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)
01:14:29 [2019-07-31T05:14:29.665Z] [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118...
01:14:29 [2019-07-31T05:14:29.665Z] [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)
01:14:29 [2019-07-31T05:14:29.665Z] [INFO] The user operation is waiting for background work to complete.
01:14:29 [2019-07-31T05:14:29.665Z] [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)
01:14:29 [2019-07-31T05:14:29.922Z] [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118...
01:14:29 [2019-07-31T05:14:29.922Z] [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)
01:14:29 [2019-07-31T05:14:29.922Z] [INFO] The user operation is waiting for background work to complete.
01:14:29 [2019-07-31T05:14:29.922Z] [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)
01:14:29 [2019-07-31T05:14:29.922Z] [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100...
01:14:30 [2019-07-31T05:14:30.180Z] [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)
01:14:30 [2019-07-31T05:14:30.180Z] [INFO] The user operation is waiting for background work to complete.
01:14:30 [2019-07-31T05:14:30.180Z] [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)
01:14:30 [2019-07-31T05:14:30.180Z] [INFO] Unpacking org.eclipse.e4.ui.di_1.2.600.v20190510-1100...
01:14:30 [2019-07-31T05:14:30.180Z] [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)
01:14:30 [2019-07-31T05:14:30.180Z] [INFO] The user operation is waiting for background work to complete.
01:14:30 [2019-07-31T05:14:30.180Z] [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)
01:14:30 [2019-07-31T05:14:30.438Z] [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118...
01:14:30 [2019-07-31T05:14:30.438Z] [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)
01:14:30 [2019-07-31T05:14:30.438Z] [INFO] The user operation is waiting for background work to complete.
01:14:30 [2019-07-31T05:14:30.438Z] [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)
01:14:30 [2019-07-31T05:14:30.696Z] [INFO] Unpacking org.eclipse.e4.ui.services_1.3.500.v20190513-2118...
01:14:30 [2019-07-31T05:14:30.696Z] [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)
01:14:30 [2019-07-31T05:14:30.696Z] [INFO] The user operation is waiting for background work to complete.
01:14:30 [2019-07-31T05:14:30.696Z] [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)
01:14:30 [2019-07-31T05:14:30.696Z] [INFO] Unpacking org.eclipse.equinox.event_1.5.100.v20190528-1257...
01:14:30 [2019-07-31T05:14:30.696Z] [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)
01:14:30 [2019-07-31T05:14:30.696Z] [INFO] The user operation is waiting for background work to complete.
01:14:30 [2019-07-31T05:14:30.696Z] [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)
01:14:30 [2019-07-31T05:14:30.953Z] [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100...
01:14:30 [2019-07-31T05:14:30.953Z] [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)
01:14:30 [2019-07-31T05:14:30.953Z] [INFO] The user operation is waiting for background work to complete.
01:14:30 [2019-07-31T05:14:30.953Z] [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)
01:14:30 [2019-07-31T05:14:30.953Z] [INFO] Unpacking org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505...
01:14:31 [2019-07-31T05:14:31.211Z] [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)
01:14:31 [2019-07-31T05:14:31.211Z] [INFO] The user operation is waiting for background work to complete.
01:14:31 [2019-07-31T05:14:31.211Z] [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)
01:14:31 [2019-07-31T05:14:31.211Z] [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
01:14:31 [2019-07-31T05:14:31.211Z] [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)
01:14:31 [2019-07-31T05:14:31.211Z] [INFO] The user operation is waiting for background work to complete.
01:14:31 [2019-07-31T05:14:31.211Z] [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)
01:14:31 [2019-07-31T05:14:31.469Z] [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
01:14:31 [2019-07-31T05:14:31.469Z] [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)
01:14:31 [2019-07-31T05:14:31.469Z] [INFO] The user operation is waiting for background work to complete.
01:14:31 [2019-07-31T05:14:31.469Z] [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)
01:14:31 [2019-07-31T05:14:31.726Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118...
01:14:31 [2019-07-31T05:14:31.726Z] [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)
01:14:31 [2019-07-31T05:14:31.726Z] [INFO] The user operation is waiting for background work to complete.
01:14:31 [2019-07-31T05:14:31.726Z] [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)
01:14:31 [2019-07-31T05:14:31.726Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525...
01:14:31 [2019-07-31T05:14:31.983Z] [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)
01:14:31 [2019-07-31T05:14:31.983Z] [INFO] The user operation is waiting for background work to complete.
01:14:31 [2019-07-31T05:14:31.983Z] [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)
01:14:31 [2019-07-31T05:14:31.983Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118...
01:14:31 [2019-07-31T05:14:31.983Z] [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)
01:14:31 [2019-07-31T05:14:31.983Z] [INFO] The user operation is waiting for background work to complete.
01:14:31 [2019-07-31T05:14:31.983Z] [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)
01:14:32 [2019-07-31T05:14:32.241Z] [INFO] Unpacking org.eclipse.jface.databinding_1.9.0.v20190519-0933...
01:14:32 [2019-07-31T05:14:32.241Z] [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)
01:14:32 [2019-07-31T05:14:32.241Z] [INFO] The user operation is waiting for background work to complete.
01:14:32 [2019-07-31T05:14:32.241Z] [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)
01:14:32 [2019-07-31T05:14:32.499Z] [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118...
01:14:32 [2019-07-31T05:14:32.499Z] [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)
01:14:32 [2019-07-31T05:14:32.499Z] [INFO] The user operation is waiting for background work to complete.
01:14:32 [2019-07-31T05:14:32.499Z] [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)
01:14:32 [2019-07-31T05:14:32.499Z] [INFO] Unpacking org.eclipse.emf.common_2.16.0.v20190528-0845...
01:14:32 [2019-07-31T05:14:32.757Z] [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)
01:14:32 [2019-07-31T05:14:32.757Z] [INFO] The user operation is waiting for background work to complete.
01:14:32 [2019-07-31T05:14:32.757Z] [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)
01:14:32 [2019-07-31T05:14:32.757Z] [INFO] Unpacking org.eclipse.equinox.bidi_1.2.0.v20190514-1046...
01:14:32 [2019-07-31T05:14:32.757Z] [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)
01:14:32 [2019-07-31T05:14:32.757Z] [INFO] The user operation is waiting for background work to complete.
01:14:32 [2019-07-31T05:14:32.757Z] [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)
01:14:33 [2019-07-31T05:14:33.014Z] [INFO] Unpacking org.eclipse.equinox.launcher_1.5.400.v20190515-0925...
01:14:33 [2019-07-31T05:14:33.014Z] [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)
01:14:33 [2019-07-31T05:14:33.014Z] [INFO] The user operation is waiting for background work to complete.
01:14:33 [2019-07-31T05:14:33.014Z] [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)
01:14:33 [2019-07-31T05:14:33.014Z] [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.0.v20190215-2242...
01:14:33 [2019-07-31T05:14:33.271Z] [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)
01:14:33 [2019-07-31T05:14:33.271Z] [INFO] The user operation is waiting for background work to complete.
01:14:33 [2019-07-31T05:14:33.271Z] [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)
01:14:33 [2019-07-31T05:14:33.271Z] [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320...
01:14:33 [2019-07-31T05:14:33.271Z] [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)
01:14:33 [2019-07-31T05:14:33.271Z] [INFO] The user operation is waiting for background work to complete.
01:14:33 [2019-07-31T05:14:33.271Z] [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)
01:14:33 [2019-07-31T05:14:33.528Z] [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548...
01:14:33 [2019-07-31T05:14:33.528Z] [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)
01:14:33 [2019-07-31T05:14:33.528Z] [INFO] The user operation is waiting for background work to complete.
01:14:33 [2019-07-31T05:14:33.528Z] [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)
01:14:33 [2019-07-31T05:14:33.786Z] [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302...
01:14:33 [2019-07-31T05:14:33.786Z] [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)
01:14:33 [2019-07-31T05:14:33.786Z] [INFO] The user operation is waiting for background work to complete.
01:14:33 [2019-07-31T05:14:33.786Z] [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)
01:14:33 [2019-07-31T05:14:33.786Z] [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320...
01:14:34 [2019-07-31T05:14:34.044Z] [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)
01:14:34 [2019-07-31T05:14:34.044Z] [INFO] The user operation is waiting for background work to complete.
01:14:34 [2019-07-31T05:14:34.044Z] [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)
01:14:34 [2019-07-31T05:14:34.044Z] [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
01:14:34 [2019-07-31T05:14:34.044Z] [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)
01:14:34 [2019-07-31T05:14:34.044Z] [INFO] The user operation is waiting for background work to complete.
01:14:34 [2019-07-31T05:14:34.044Z] [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)
01:14:34 [2019-07-31T05:14:34.301Z] [INFO] Unpacking org.eclipse.help_3.8.400.v20190423-0921...
01:14:34 [2019-07-31T05:14:34.301Z] [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)
01:14:34 [2019-07-31T05:14:34.301Z] [INFO] The user operation is waiting for background work to complete.
01:14:34 [2019-07-31T05:14:34.301Z] [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)
01:14:34 [2019-07-31T05:14:34.301Z] [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840...
01:14:35 [2019-07-31T05:14:35.028Z] [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)
01:14:35 [2019-07-31T05:14:35.028Z] [INFO] The user operation is waiting for background work to complete.
01:14:35 [2019-07-31T05:14:35.028Z] [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)
01:14:35 [2019-07-31T05:14:35.028Z] [INFO] Unpacking org.eclipse.ui.navigator_3.8.0.v20190519-2104...
01:14:36 [2019-07-31T05:14:36.398Z] [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)
01:14:36 [2019-07-31T05:14:36.398Z] [INFO] The user operation is waiting for background work to complete.
01:14:36 [2019-07-31T05:14:36.398Z] [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)
01:14:36 [2019-07-31T05:14:36.398Z] [INFO] Unpacking org.eclipse.team.core_3.8.600.v20190519-2354...
01:14:36 [2019-07-31T05:14:36.398Z] [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)
01:14:36 [2019-07-31T05:14:36.398Z] [INFO] The user operation is waiting for background work to complete.
01:14:36 [2019-07-31T05:14:36.398Z] [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)
01:14:36 [2019-07-31T05:14:36.656Z] [INFO] Unpacking org.eclipse.team.ui_3.8.500.v20190519-2354...
01:14:37 [2019-07-31T05:14:37.220Z] [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)
01:14:37 [2019-07-31T05:14:37.220Z] [INFO] The user operation is waiting for background work to complete.
01:14:37 [2019-07-31T05:14:37.220Z] [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)
01:14:37 [2019-07-31T05:14:37.220Z] [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801...
01:14:38 [2019-07-31T05:14:38.153Z] [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)
01:14:38 [2019-07-31T05:14:38.153Z] [INFO] The user operation is waiting for background work to complete.
01:14:38 [2019-07-31T05:14:38.153Z] [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)
01:14:38 [2019-07-31T05:14:38.153Z] [INFO] Unpacking org.eclipse.test.performance_3.13.500.v20190518-1058...
01:14:38 [2019-07-31T05:14:38.153Z] [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)
01:14:38 [2019-07-31T05:14:38.153Z] [INFO] The user operation is waiting for background work to complete.
01:14:38 [2019-07-31T05:14:38.153Z] [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)
01:14:38 [2019-07-31T05:14:38.411Z] [INFO] Unpacking org.junit_4.12.0.v201504281640...
01:14:38 [2019-07-31T05:14:38.411Z] [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)
01:14:38 [2019-07-31T05:14:38.411Z] [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)
01:14:39 [2019-07-31T05:14:39.783Z] [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/ (12.99MB of 59.71MB at 12.99MB/s)
01:14:40 [2019-07-31T05:14:40.715Z] [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/ (27.14MB of 59.71MB at 13.3MB/s)
01:14:41 [2019-07-31T05:14:41.647Z] [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/ (41.22MB of 59.71MB at 13.56MB/s)
01:14:42 [2019-07-31T05:14:42.580Z] [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/ (53.78MB of 59.71MB at 13.3MB/s)
01:14:43 [2019-07-31T05:14:43.428Z] [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)
01:14:43 [2019-07-31T05:14:43.428Z] [INFO] The user operation is waiting for background work to complete.
01:14:43 [2019-07-31T05:14:43.428Z] [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)
01:14:43 [2019-07-31T05:14:43.428Z] [INFO] Unpacking org.eclipse.ui.workbench_3.115.0.v20190521-1602...
01:14:44 [2019-07-31T05:14:44.363Z] [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)
01:14:44 [2019-07-31T05:14:44.363Z] [INFO] The user operation is waiting for background work to complete.
01:14:44 [2019-07-31T05:14:44.363Z] [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)
01:14:44 [2019-07-31T05:14:44.363Z] [INFO] Unpacking org.eclipse.ui.ide.application_1.3.300.v20190513-2118...
01:14:44 [2019-07-31T05:14:44.363Z] [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)
01:14:44 [2019-07-31T05:14:44.363Z] [INFO] The user operation is waiting for background work to complete.
01:14:44 [2019-07-31T05:14:44.363Z] [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)
01:14:44 [2019-07-31T05:14:44.621Z] [INFO] Unpacking org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104...
01:14:44 [2019-07-31T05:14:44.621Z] [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)
01:14:44 [2019-07-31T05:14:44.621Z] [INFO] The user operation is waiting for background work to complete.
01:14:44 [2019-07-31T05:14:44.621Z] [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)
01:14:44 [2019-07-31T05:14:44.621Z] [INFO] Unpacking org.eclipse.urischeme_1.0.300.v20190514-0858...
01:14:44 [2019-07-31T05:14:44.879Z] [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)
01:14:44 [2019-07-31T05:14:44.879Z] [INFO] The user operation is waiting for background work to complete.
01:14:44 [2019-07-31T05:14:44.879Z] [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)
01:14:44 [2019-07-31T05:14:44.879Z] [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118...
01:14:44 [2019-07-31T05:14:44.879Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (29.18kB)
01:14:44 [2019-07-31T05:14:44.879Z] [INFO] The user operation is waiting for background work to complete.
01:14:44 [2019-07-31T05:14:44.879Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (29.18kB)
01:14:45 [2019-07-31T05:14:45.137Z] [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
01:14:45 [2019-07-31T05:14:45.703Z] [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)
01:14:45 [2019-07-31T05:14:45.703Z] [INFO] The user operation is waiting for background work to complete.
01:14:45 [2019-07-31T05:14:45.703Z] [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)
01:14:45 [2019-07-31T05:14:45.703Z] [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
01:14:45 [2019-07-31T05:14:45.960Z] [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)
01:14:45 [2019-07-31T05:14:45.960Z] [INFO] The user operation is waiting for background work to complete.
01:14:45 [2019-07-31T05:14:45.960Z] [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)
01:14:46 [2019-07-31T05:14:46.218Z] [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801...
01:14:47 [2019-07-31T05:14:47.151Z] [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)
01:14:47 [2019-07-31T05:14:47.151Z] [INFO] The user operation is waiting for background work to complete.
01:14:47 [2019-07-31T05:14:47.151Z] [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)
01:14:47 [2019-07-31T05:14:47.151Z] [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801...
01:14:48 [2019-07-31T05:14:48.084Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties
01:14:48 [2019-07-31T05:14:48.342Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui:0.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties
01:14:48 [2019-07-31T05:14:48.342Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui:0.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties
01:14:48 [2019-07-31T05:14:48.600Z] [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)
01:14:48 [2019-07-31T05:14:48.600Z] [INFO] The user operation is waiting for background work to complete.
01:14:48 [2019-07-31T05:14:48.600Z] [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)
01:14:48 [2019-07-31T05:14:48.858Z] [INFO] Unpacking org.apache.commons.compress_1.18.0.v20181121-2221...
01:14:49 [2019-07-31T05:14:49.116Z] [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)
01:14:49 [2019-07-31T05:14:49.116Z] [INFO] The user operation is waiting for background work to complete.
01:14:49 [2019-07-31T05:14:49.116Z] [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)
01:14:49 [2019-07-31T05:14:49.116Z] [INFO] Unpacking org.apache.xerces_2.9.0.v201101211617...
01:14:49 [2019-07-31T05:14:49.681Z] [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)
01:14:49 [2019-07-31T05:14:49.681Z] [INFO] The user operation is waiting for background work to complete.
01:14:49 [2019-07-31T05:14:49.681Z] [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)
01:14:49 [2019-07-31T05:14:49.681Z] [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
01:14:49 [2019-07-31T05:14:49.681Z] [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)
01:14:49 [2019-07-31T05:14:49.681Z] [INFO] The user operation is waiting for background work to complete.
01:14:49 [2019-07-31T05:14:49.681Z] [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)
01:14:49 [2019-07-31T05:14:49.938Z] [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
01:14:49 [2019-07-31T05:14:49.938Z] [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)
01:14:49 [2019-07-31T05:14:49.938Z] [INFO] The user operation is waiting for background work to complete.
01:14:49 [2019-07-31T05:14:49.938Z] [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)
01:14:49 [2019-07-31T05:14:49.938Z] [INFO] Unpacking org.eclipse.debug.core_3.13.300.v20190514-0832...
01:14:50 [2019-07-31T05:14:50.195Z] [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)
01:14:50 [2019-07-31T05:14:50.195Z] [INFO] The user operation is waiting for background work to complete.
01:14:50 [2019-07-31T05:14:50.195Z] [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)
01:14:50 [2019-07-31T05:14:50.195Z] [INFO] Unpacking org.eclipse.debug.ui_3.14.100.v20190518-2143...
01:14:51 [2019-07-31T05:14:51.302Z] [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)
01:14:51 [2019-07-31T05:14:51.302Z] [INFO] The user operation is waiting for background work to complete.
01:14:51 [2019-07-31T05:14:51.302Z] [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)
01:14:51 [2019-07-31T05:14:51.302Z] [INFO] Unpacking org.eclipse.ui.console_3.8.500.v20190514-0743...
01:14:51 [2019-07-31T05:14:51.867Z] [INFO] Fetching update-7.3.0&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/linuxtools/
01:14:51 [2019-07-31T05:14:51.867Z] [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)
01:14:51 [2019-07-31T05:14:51.867Z] [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)
01:14:51 [2019-07-31T05:14:51.867Z] [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)
01:14:51 [2019-07-31T05:14:51.867Z] [INFO] The user operation is waiting for background work to complete.
01:14:51 [2019-07-31T05:14:51.867Z] [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)
01:14:52 [2019-07-31T05:14:52.123Z] [INFO] Unpacking org.swtchart_0.10.0.v201605200358...
01:14:52 [2019-07-31T05:14:52.123Z] [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)
01:14:52 [2019-07-31T05:14:52.123Z] [INFO] The user operation is waiting for background work to complete.
01:14:52 [2019-07-31T05:14:52.123Z] [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)
01:14:52 [2019-07-31T05:14:52.123Z] [INFO] Unpacking org.eclipse.search_3.11.600.v20190519-2344...
01:14:52 [2019-07-31T05:14:52.380Z] [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)
01:14:52 [2019-07-31T05:14:52.381Z] [INFO] The user operation is waiting for background work to complete.
01:14:52 [2019-07-31T05:14:52.381Z] [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)
01:14:52 [2019-07-31T05:14:52.638Z] [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.300.v201904272112...
01:14:52 [2019-07-31T05:14:52.895Z] [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)
01:14:52 [2019-07-31T05:14:52.895Z] [INFO] The user operation is waiting for background work to complete.
01:14:52 [2019-07-31T05:14:52.895Z] [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)
01:14:52 [2019-07-31T05:14:52.895Z] [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.0.v201901071922...
01:14:52 [2019-07-31T05:14:52.895Z] [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)
01:14:52 [2019-07-31T05:14:52.895Z] [INFO] The user operation is waiting for background work to complete.
01:14:52 [2019-07-31T05:14:52.895Z] [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)
01:14:53 [2019-07-31T05:14:53.152Z] [INFO] Unpacking org.eclipse.ui.themes_1.2.600.v20190513-0458...
01:14:53 [2019-07-31T05:14:53.152Z] [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)
01:14:53 [2019-07-31T05:14:53.152Z] [INFO] The user operation is waiting for background work to complete.
01:14:53 [2019-07-31T05:14:53.152Z] [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)
01:14:53 [2019-07-31T05:14:53.152Z] [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010...
01:14:53 [2019-07-31T05:14:53.410Z] [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)
01:14:53 [2019-07-31T05:14:53.410Z] [INFO] The user operation is waiting for background work to complete.
01:14:53 [2019-07-31T05:14:53.410Z] [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)
01:14:53 [2019-07-31T05:14:53.410Z] [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010...
01:14:53 [2019-07-31T05:14:53.410Z] [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)
01:14:53 [2019-07-31T05:14:53.410Z] [INFO] The user operation is waiting for background work to complete.
01:14:53 [2019-07-31T05:14:53.410Z] [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)
01:14:53 [2019-07-31T05:14:53.410Z] [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201903222010...
01:14:53 [2019-07-31T05:14:53.667Z] [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)
01:14:53 [2019-07-31T05:14:53.667Z] [INFO] The user operation is waiting for background work to complete.
01:14:53 [2019-07-31T05:14:53.667Z] [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)
01:14:53 [2019-07-31T05:14:53.667Z] [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010...
01:14:53 [2019-07-31T05:14:53.667Z] [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)
01:14:53 [2019-07-31T05:14:53.667Z] [INFO] The user operation is waiting for background work to complete.
01:14:53 [2019-07-31T05:14:53.667Z] [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)
01:14:53 [2019-07-31T05:14:53.925Z] [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010...
01:14:53 [2019-07-31T05:14:53.925Z] [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)
01:14:53 [2019-07-31T05:14:53.925Z] [INFO] The user operation is waiting for background work to complete.
01:14:53 [2019-07-31T05:14:53.925Z] [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)
01:14:54 [2019-07-31T05:14:54.182Z] [INFO] Unpacking org.eclipse.wst.common.ui_1.1.700.v201905071717...
01:14:54 [2019-07-31T05:14:54.182Z] [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)
01:14:54 [2019-07-31T05:14:54.182Z] [INFO] The user operation is waiting for background work to complete.
01:14:54 [2019-07-31T05:14:54.182Z] [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)
01:14:54 [2019-07-31T05:14:54.182Z] [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010...
01:14:54 [2019-07-31T05:14:54.438Z] [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)
01:14:54 [2019-07-31T05:14:54.438Z] [INFO] The user operation is waiting for background work to complete.
01:14:54 [2019-07-31T05:14:54.438Z] [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)
01:14:54 [2019-07-31T05:14:54.438Z] [INFO] Unpacking org.eclipse.wst.sse.core_1.2.100.v201901310548...
01:14:54 [2019-07-31T05:14:54.695Z] [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)
01:14:54 [2019-07-31T05:14:54.695Z] [INFO] The user operation is waiting for background work to complete.
01:14:54 [2019-07-31T05:14:54.695Z] [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)
01:14:54 [2019-07-31T05:14:54.695Z] [INFO] Unpacking org.eclipse.wst.sse.ui_1.6.0.v201905291408...
01:14:54 [2019-07-31T05:14:54.952Z] [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)
01:14:54 [2019-07-31T05:14:54.952Z] [INFO] The user operation is waiting for background work to complete.
01:14:54 [2019-07-31T05:14:54.952Z] [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)
01:14:55 [2019-07-31T05:14:55.209Z] [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137...
01:14:55 [2019-07-31T05:14:55.209Z] [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)
01:14:55 [2019-07-31T05:14:55.209Z] [INFO] The user operation is waiting for background work to complete.
01:14:55 [2019-07-31T05:14:55.209Z] [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)
01:14:55 [2019-07-31T05:14:55.466Z] [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201903222010...
01:14:55 [2019-07-31T05:14:55.466Z] [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)
01:14:55 [2019-07-31T05:14:55.466Z] [INFO] The user operation is waiting for background work to complete.
01:14:55 [2019-07-31T05:14:55.466Z] [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)
01:14:55 [2019-07-31T05:14:55.723Z] [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201901071922...
01:14:55 [2019-07-31T05:14:55.980Z] [INFO] Fetching 2.18&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/
01:14:55 [2019-07-31T05:14:55.980Z] [INFO] Fetching 2.18&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/
01:14:56 [2019-07-31T05:14:56.238Z] [INFO] Fetching 806fe8add18a00191b60ed63a373fb0a from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/4/ (535.89kB)
01:14:56 [2019-07-31T05:14:56.238Z] [INFO] The user operation is waiting for background work to complete.
01:14:56 [2019-07-31T05:14:56.238Z] [INFO] Fetching 806fe8add18a00191b60ed63a373fb0a from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/4/ (535.89kB)
01:14:57 [2019-07-31T05:14:57.329Z] [INFO] Fetching 806fe8add18a00191b60ed63a373fb0a from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/4/ (291.58kB of 535.89kB at 287.58kB/s)
01:14:57 [2019-07-31T05:14:57.329Z] [INFO] Unpacking org.eclipse.xsd_2.16.0.v20190321-1341...
01:14:58 [2019-07-31T05:14:58.261Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui:0.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties
01:14:58 [2019-07-31T05:14:58.826Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core:2.1.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties
01:14:58 [2019-07-31T05:14:58.826Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core:2.1.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties
01:14:58 [2019-07-31T05:14:58.826Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core:2.1.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties
01:14:58 [2019-07-31T05:14:58.826Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties
01:14:58 [2019-07-31T05:14:58.826Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties
01:14:59 [2019-07-31T05:14:59.391Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties
01:14:59 [2019-07-31T05:14:59.648Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties
01:14:59 [2019-07-31T05:14:59.648Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties
01:14:59 [2019-07-31T05:14:59.906Z] [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)
01:14:59 [2019-07-31T05:14:59.906Z] [INFO] The user operation is waiting for background work to complete.
01:14:59 [2019-07-31T05:14:59.906Z] [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)
01:14:59 [2019-07-31T05:14:59.906Z] [INFO] Unpacking org.json_1.0.0.v201011060100...
01:14:59 [2019-07-31T05:14:59.906Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties
01:14:59 [2019-07-31T05:14:59.906Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties
01:15:00 [2019-07-31T05:15:00.165Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties
01:15:00 [2019-07-31T05:15:00.730Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties
01:15:00 [2019-07-31T05:15:00.730Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties
01:15:00 [2019-07-31T05:15:00.730Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties
01:15:01 [2019-07-31T05:15:01.663Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties
01:15:01 [2019-07-31T05:15:01.663Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties
01:15:01 [2019-07-31T05:15:01.663Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties
01:15:02 [2019-07-31T05:15:02.595Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties
01:15:02 [2019-07-31T05:15:02.852Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties
01:15:02 [2019-07-31T05:15:02.852Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties
01:15:03 [2019-07-31T05:15:03.116Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties
01:15:03 [2019-07-31T05:15:03.116Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties
01:15:03 [2019-07-31T05:15:03.116Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties
01:15:03 [2019-07-31T05:15:03.681Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties
01:15:03 [2019-07-31T05:15:03.939Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties
01:15:03 [2019-07-31T05:15:03.939Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui:3.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties
01:15:05 [2019-07-31T05:15:05.093Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties
01:15:05 [2019-07-31T05:15:05.093Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties
01:15:05 [2019-07-31T05:15:05.093Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties
01:15:06 [2019-07-31T05:15:06.027Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties
01:15:06 [2019-07-31T05:15:06.027Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core:1.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties
01:15:06 [2019-07-31T05:15:06.027Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core:1.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties
01:15:06 [2019-07-31T05:15:06.285Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core:1.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties
01:15:06 [2019-07-31T05:15:06.285Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties
01:15:06 [2019-07-31T05:15:06.285Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties
01:15:06 [2019-07-31T05:15:06.850Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties
01:15:07 [2019-07-31T05:15:07.108Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties
01:15:07 [2019-07-31T05:15:07.108Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties
01:15:07 [2019-07-31T05:15:07.673Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties
01:15:08 [2019-07-31T05:15:08.238Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties
01:15:08 [2019-07-31T05:15:08.238Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties
01:15:08 [2019-07-31T05:15:08.495Z] [INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.9.0.201907231440.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (62.65kB)
01:15:08 [2019-07-31T05:15:08.495Z] [INFO] The user operation is waiting for background work to complete.
01:15:08 [2019-07-31T05:15:08.495Z] [INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.9.0.201907231440.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (62.65kB)
01:15:08 [2019-07-31T05:15:08.495Z] [INFO] Unpacking org.eclipse.swtbot.eclipse.finder_2.9.0.201907231440...
01:15:08 [2019-07-31T05:15:08.495Z] [INFO] Fetching org.eclipse.swtbot.swt.finder_2.9.0.201907231440.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (262.07kB)
01:15:08 [2019-07-31T05:15:08.495Z] [INFO] The user operation is waiting for background work to complete.
01:15:08 [2019-07-31T05:15:08.495Z] [INFO] Fetching org.eclipse.swtbot.swt.finder_2.9.0.201907231440.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (262.07kB)
01:15:09 [2019-07-31T05:15:09.060Z] [INFO] Unpacking org.eclipse.swtbot.swt.finder_2.9.0.201907231440...
01:15:09 [2019-07-31T05:15:09.317Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (32.1kB)
01:15:09 [2019-07-31T05:15:09.317Z] [INFO] The user operation is waiting for background work to complete.
01:15:09 [2019-07-31T05:15:09.317Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (32.1kB)
01:15:09 [2019-07-31T05:15:09.575Z] [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246...
01:15:09 [2019-07-31T05:15:09.575Z] [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (129.49kB)
01:15:09 [2019-07-31T05:15:09.575Z] [INFO] The user operation is waiting for background work to complete.
01:15:09 [2019-07-31T05:15:09.575Z] [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (129.49kB)
01:15:09 [2019-07-31T05:15:09.575Z] [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815...
01:15:09 [2019-07-31T05:15:09.832Z] [INFO] Fetching org.eclipse.swtbot.junit4_x_2.9.0.201907231440.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (20.44kB)
01:15:09 [2019-07-31T05:15:09.832Z] [INFO] The user operation is waiting for background work to complete.
01:15:09 [2019-07-31T05:15:09.832Z] [INFO] Fetching org.eclipse.swtbot.junit4_x_2.9.0.201907231440.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (20.44kB)
01:15:09 [2019-07-31T05:15:09.832Z] [INFO] Unpacking org.eclipse.swtbot.junit4_x_2.9.0.201907231440...
01:15:10 [2019-07-31T05:15:10.766Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties
01:15:10 [2019-07-31T05:15:10.766Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties
01:15:10 [2019-07-31T05:15:10.766Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties
01:15:11 [2019-07-31T05:15:11.024Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties
01:15:11 [2019-07-31T05:15:11.024Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties
01:15:11 [2019-07-31T05:15:11.024Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties
01:15:11 [2019-07-31T05:15:11.835Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties
01:15:11 [2019-07-31T05:15:11.835Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties
01:15:11 [2019-07-31T05:15:11.835Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties
01:15:12 [2019-07-31T05:15:12.767Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties
01:15:12 [2019-07-31T05:15:12.767Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties
01:15:12 [2019-07-31T05:15:12.767Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties
01:15:14 [2019-07-31T05:15:14.136Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties
01:15:14 [2019-07-31T05:15:14.701Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties
01:15:14 [2019-07-31T05:15:14.701Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties
01:15:15 [2019-07-31T05:15:15.633Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties
01:15:15 [2019-07-31T05:15:15.891Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties
01:15:15 [2019-07-31T05:15:15.891Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties
01:15:16 [2019-07-31T05:15:16.824Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties
01:15:17 [2019-07-31T05:15:17.081Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties
01:15:17 [2019-07-31T05:15:17.081Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties
01:15:18 [2019-07-31T05:15:18.013Z] [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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties
01:15:18 [2019-07-31T05:15:18.270Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties
01:15:23 [2019-07-31T05:15:23.530Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties
01:15:23 [2019-07-31T05:15:23.788Z] [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)
01:15:23 [2019-07-31T05:15:23.788Z] [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)
01:15:24 [2019-07-31T05:15:24.353Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties
01:15:24 [2019-07-31T05:15:24.353Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core:2.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties
01:15:24 [2019-07-31T05:15:24.353Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core:2.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties
01:15:24 [2019-07-31T05:15:24.353Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core:2.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties
01:15:24 [2019-07-31T05:15:24.610Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties
01:15:24 [2019-07-31T05:15:24.611Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties
01:15:24 [2019-07-31T05:15:24.868Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties
01:15:25 [2019-07-31T05:15:25.125Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties
01:15:25 [2019-07-31T05:15:25.125Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.058Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.058Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.058Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.315Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.315Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests:1.1.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.315Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests:1.1.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.572Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests:1.1.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.830Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.830Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.830Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.830Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties
01:15:26 [2019-07-31T05:15:26.830Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties
01:15:27 [2019-07-31T05:15:27.088Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties
01:15:27 [2019-07-31T05:15:27.088Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml
01:15:27 [2019-07-31T05:15:27.088Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml
01:15:27 [2019-07-31T05:15:27.653Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml
01:15:27 [2019-07-31T05:15:27.653Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/pom.xml
01:15:27 [2019-07-31T05:15:27.653Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/pom.xml
01:15:27 [2019-07-31T05:15:27.653Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/pom.xml
01:15:27 [2019-07-31T05:15:27.653Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties
01:15:27 [2019-07-31T05:15:27.653Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties
01:15:28 [2019-07-31T05:15:28.216Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties
01:15:28 [2019-07-31T05:15:28.475Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties
01:15:28 [2019-07-31T05:15:28.475Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties
01:15:29 [2019-07-31T05:15:29.229Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties
01:15:29 [2019-07-31T05:15:29.229Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core:4.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties
01:15:29 [2019-07-31T05:15:29.229Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core:4.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties
01:15:29 [2019-07-31T05:15:29.486Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core:4.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties
01:15:29 [2019-07-31T05:15:29.486Z] [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_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties
01:15:29 [2019-07-31T05:15:29.486Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties
01:15:30 [2019-07-31T05:15:30.418Z] [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_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties
01:15:30 [2019-07-31T05:15:30.418Z] [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_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties
01:15:30 [2019-07-31T05:15:30.418Z] [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_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties
01:15:31 [2019-07-31T05:15:31.789Z] [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_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties
01:15:31 [2019-07-31T05:15:31.789Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/pom.xml
01:15:31 [2019-07-31T05:15:31.789Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/pom.xml
01:15:32 [2019-07-31T05:15:32.047Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/pom.xml
01:15:32 [2019-07-31T05:15:32.047Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.047Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.304Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.304Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.304Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.304Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.304Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.304Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.304Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.304Z] [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_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.304Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.561Z] [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_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml
01:15:32 [2019-07-31T05:15:32.561Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.examples:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties
01:15:32 [2019-07-31T05:15:32.561Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.examples:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties
01:15:33 [2019-07-31T05:15:33.494Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.examples:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties
01:15:33 [2019-07-31T05:15:33.494Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties
01:15:33 [2019-07-31T05:15:33.494Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties
01:15:33 [2019-07-31T05:15:33.752Z] [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)
01:15:33 [2019-07-31T05:15:33.752Z] [INFO] The user operation is waiting for background work to complete.
01:15:33 [2019-07-31T05:15:33.752Z] [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)
01:15:34 [2019-07-31T05:15:34.009Z] [INFO] Unpacking org.eclipse.cdt.debug.core_8.3.200.201905162046...
01:15:34 [2019-07-31T05:15:34.009Z] [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)
01:15:34 [2019-07-31T05:15:34.009Z] [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)
01:15:34 [2019-07-31T05:15:34.266Z] [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)
01:15:34 [2019-07-31T05:15:34.266Z] [INFO] The user operation is waiting for background work to complete.
01:15:34 [2019-07-31T05:15:34.266Z] [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)
01:15:34 [2019-07-31T05:15:34.266Z] [INFO] Unpacking org.eclipse.cdt.debug.ui_8.3.100.201906030422...
01:15:34 [2019-07-31T05:15:34.524Z] [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)
01:15:34 [2019-07-31T05:15:34.524Z] [INFO] The user operation is waiting for background work to complete.
01:15:34 [2019-07-31T05:15:34.524Z] [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)
01:15:34 [2019-07-31T05:15:34.782Z] [INFO] Unpacking org.eclipse.cdt.ui_6.5.1.201906210145...
01:15:36 [2019-07-31T05:15:36.680Z] [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)
01:15:36 [2019-07-31T05:15:36.680Z] [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)
01:15:37 [2019-07-31T05:15:37.226Z] [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)
01:15:37 [2019-07-31T05:15:37.226Z] [INFO] The user operation is waiting for background work to complete.
01:15:37 [2019-07-31T05:15:37.226Z] [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)
01:15:37 [2019-07-31T05:15:37.226Z] [INFO] Unpacking org.eclipse.cdt.dsf_2.8.1.201811241055...
01:15:37 [2019-07-31T05:15:37.226Z] [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)
01:15:37 [2019-07-31T05:15:37.226Z] [INFO] The user operation is waiting for background work to complete.
01:15:37 [2019-07-31T05:15:37.226Z] [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)
01:15:37 [2019-07-31T05:15:37.226Z] [INFO] Unpacking org.eclipse.cdt.dsf.gdb_5.7.1.201906211704...
01:15:37 [2019-07-31T05:15:37.791Z] [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)
01:15:37 [2019-07-31T05:15:37.791Z] [INFO] The user operation is waiting for background work to complete.
01:15:37 [2019-07-31T05:15:37.791Z] [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)
01:15:37 [2019-07-31T05:15:37.791Z] [INFO] Unpacking org.eclipse.cdt.launch_9.2.1.201811291831...
01:15:38 [2019-07-31T05:15:38.356Z] [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)
01:15:38 [2019-07-31T05:15:38.356Z] [INFO] The user operation is waiting for background work to complete.
01:15:38 [2019-07-31T05:15:38.356Z] [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)
01:15:38 [2019-07-31T05:15:38.356Z] [INFO] Unpacking org.eclipse.cdt.gdb_7.0.1.201811241055...
01:15:38 [2019-07-31T05:15:38.356Z] [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)
01:15:38 [2019-07-31T05:15:38.356Z] [INFO] The user operation is waiting for background work to complete.
01:15:38 [2019-07-31T05:15:38.356Z] [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)
01:15:38 [2019-07-31T05:15:38.356Z] [INFO] Unpacking org.eclipse.cdt.native.serial_1.1.100.201901082014...
01:15:38 [2019-07-31T05:15:38.613Z] [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)
01:15:38 [2019-07-31T05:15:38.613Z] [INFO] The user operation is waiting for background work to complete.
01:15:38 [2019-07-31T05:15:38.613Z] [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)
01:15:38 [2019-07-31T05:15:38.613Z] [INFO] Unpacking org.eclipse.cdt.dsf.gdb.ui_2.6.200.201906030422...
01:15:38 [2019-07-31T05:15:38.870Z] [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)
01:15:38 [2019-07-31T05:15:38.870Z] [INFO] The user operation is waiting for background work to complete.
01:15:38 [2019-07-31T05:15:38.870Z] [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)
01:15:39 [2019-07-31T05:15:39.127Z] [INFO] Unpacking org.eclipse.cdt.dsf.ui_2.5.100.201904261715...
01:15:39 [2019-07-31T05:15:39.692Z] [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)
01:15:39 [2019-07-31T05:15:39.692Z] [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)
01:15:39 [2019-07-31T05:15:39.692Z] [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)
01:15:39 [2019-07-31T05:15:39.692Z] [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)
01:15:39 [2019-07-31T05:15:39.692Z] [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)
01:15:39 [2019-07-31T05:15:39.692Z] [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)
01:15:40 [2019-07-31T05:15:40.256Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties
01:15:40 [2019-07-31T05:15:40.513Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties
01:15:40 [2019-07-31T05:15:40.513Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties
01:15:41 [2019-07-31T05:15:41.078Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties
01:15:41 [2019-07-31T05:15:41.336Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties
01:15:41 [2019-07-31T05:15:41.336Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties
01:15:41 [2019-07-31T05:15:41.901Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties
01:15:42 [2019-07-31T05:15:42.159Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties
01:15:42 [2019-07-31T05:15:42.159Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties
01:15:43 [2019-07-31T05:15:43.089Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties
01:15:43 [2019-07-31T05:15:43.533Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties
01:15:43 [2019-07-31T05:15:43.533Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties
01:15:43 [2019-07-31T05:15:43.881Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties
01:15:44 [2019-07-31T05:15:44.138Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties
01:15:44 [2019-07-31T05:15:44.138Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties
01:15:44 [2019-07-31T05:15:44.396Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties
01:15:44 [2019-07-31T05:15:44.396Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties
01:15:44 [2019-07-31T05:15:44.396Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties
01:15:44 [2019-07-31T05:15:44.961Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties
01:15:44 [2019-07-31T05:15:44.961Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties
01:15:44 [2019-07-31T05:15:44.961Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties
01:15:45 [2019-07-31T05:15:45.219Z] [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)
01:15:45 [2019-07-31T05:15:45.219Z] [INFO] The user operation is waiting for background work to complete.
01:15:45 [2019-07-31T05:15:45.219Z] [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)
01:15:45 [2019-07-31T05:15:45.219Z] [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902...
01:15:45 [2019-07-31T05:15:45.476Z] [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)
01:15:45 [2019-07-31T05:15:45.476Z] [INFO] The user operation is waiting for background work to complete.
01:15:45 [2019-07-31T05:15:45.476Z] [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)
01:15:45 [2019-07-31T05:15:45.476Z] [INFO] Unpacking org.eclipse.jsch.core_1.3.500.v20190413-1338...
01:15:45 [2019-07-31T05:15:45.733Z] [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)
01:15:45 [2019-07-31T05:15:45.733Z] [INFO] The user operation is waiting for background work to complete.
01:15:45 [2019-07-31T05:15:45.733Z] [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)
01:15:45 [2019-07-31T05:15:45.733Z] [INFO] Unpacking org.eclipse.jsch.ui_1.3.500.v20190519-2354...
01:15:45 [2019-07-31T05:15:45.733Z] [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)
01:15:45 [2019-07-31T05:15:45.733Z] [INFO] The user operation is waiting for background work to complete.
01:15:45 [2019-07-31T05:15:45.733Z] [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)
01:15:45 [2019-07-31T05:15:45.990Z] [INFO] Unpacking org.eclipse.remote.core_4.0.0.201906061531...
01:15:45 [2019-07-31T05:15:45.990Z] [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)
01:15:45 [2019-07-31T05:15:45.990Z] [INFO] The user operation is waiting for background work to complete.
01:15:45 [2019-07-31T05:15:45.990Z] [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)
01:15:45 [2019-07-31T05:15:45.990Z] [INFO] Unpacking org.eclipse.remote.jsch.core_1.0.0.201906061531...
01:15:46 [2019-07-31T05:15:46.248Z] [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)
01:15:46 [2019-07-31T05:15:46.248Z] [INFO] The user operation is waiting for background work to complete.
01:15:46 [2019-07-31T05:15:46.248Z] [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)
01:15:46 [2019-07-31T05:15:46.248Z] [INFO] Unpacking org.eclipse.remote.jsch.ui_1.0.0.201906061531...
01:15:46 [2019-07-31T05:15:46.248Z] [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)
01:15:46 [2019-07-31T05:15:46.248Z] [INFO] The user operation is waiting for background work to complete.
01:15:46 [2019-07-31T05:15:46.248Z] [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)
01:15:46 [2019-07-31T05:15:46.505Z] [INFO] Unpacking org.eclipse.remote.ui_2.1.1.201906061531...
01:15:47 [2019-07-31T05:15:47.070Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties
01:15:47 [2019-07-31T05:15:47.070Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core:1.2.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties
01:15:47 [2019-07-31T05:15:47.070Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core:1.2.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties
01:15:47 [2019-07-31T05:15:47.328Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core:1.2.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties
01:15:47 [2019-07-31T05:15:47.328Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties
01:15:47 [2019-07-31T05:15:47.328Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core.tests:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties
01:15:47 [2019-07-31T05:15:47.893Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties
01:15:47 [2019-07-31T05:15:47.893Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui:1.2.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties
01:15:47 [2019-07-31T05:15:47.893Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui:1.2.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties
01:15:48 [2019-07-31T05:15:48.457Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui:1.2.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties
01:15:48 [2019-07-31T05:15:48.714Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties
01:15:48 [2019-07-31T05:15:48.714Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.tests:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties
01:15:49 [2019-07-31T05:15:49.647Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties
01:15:49 [2019-07-31T05:15:49.647Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties
01:15:49 [2019-07-31T05:15:49.647Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties
01:15:50 [2019-07-31T05:15:50.582Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties
01:15:50 [2019-07-31T05:15:50.582Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties
01:15:50 [2019-07-31T05:15:50.582Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties
01:15:50 [2019-07-31T05:15:50.582Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties
01:15:50 [2019-07-31T05:15:50.582Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties
01:15:50 [2019-07-31T05:15:50.582Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core.tests:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties
01:15:51 [2019-07-31T05:15:51.125Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties
01:15:51 [2019-07-31T05:15:51.383Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties
01:15:51 [2019-07-31T05:15:51.383Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties
01:15:51 [2019-07-31T05:15:51.947Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties
01:15:52 [2019-07-31T05:15:52.205Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties
01:15:52 [2019-07-31T05:15:52.205Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties
01:15:53 [2019-07-31T05:15:53.137Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties
01:15:53 [2019-07-31T05:15:53.137Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core:4.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties
01:15:53 [2019-07-31T05:15:53.137Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core:4.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties
01:15:53 [2019-07-31T05:15:53.394Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core:4.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties
01:15:53 [2019-07-31T05:15:53.394Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties
01:15:53 [2019-07-31T05:15:53.394Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties
01:15:53 [2019-07-31T05:15:53.959Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties
01:15:53 [2019-07-31T05:15:53.959Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui:3.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties
01:15:53 [2019-07-31T05:15:53.959Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui:3.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties
01:15:54 [2019-07-31T05:15:54.892Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui:3.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties
01:15:54 [2019-07-31T05:15:54.892Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties
01:15:54 [2019-07-31T05:15:54.892Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties
01:15:55 [2019-07-31T05:15:55.824Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties
01:15:55 [2019-07-31T05:15:55.824Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties
01:15:55 [2019-07-31T05:15:55.824Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties
01:15:56 [2019-07-31T05:15:56.794Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties
01:15:56 [2019-07-31T05:15:56.794Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties
01:15:56 [2019-07-31T05:15:56.794Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties
01:15:57 [2019-07-31T05:15:57.726Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties
01:15:57 [2019-07-31T05:15:57.726Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties
01:15:57 [2019-07-31T05:15:57.726Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties
01:15:58 [2019-07-31T05:15:58.893Z] [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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties
01:15:58 [2019-07-31T05:15:58.893Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties
01:15:58 [2019-07-31T05:15:58.893Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties
01:15:58 [2019-07-31T05:15:58.893Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties
01:15:58 [2019-07-31T05:15:58.893Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml
01:15:58 [2019-07-31T05:15:58.893Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml
01:15:59 [2019-07-31T05:15:59.151Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml
01:15:59 [2019-07-31T05:15:59.409Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties
01:15:59 [2019-07-31T05:15:59.409Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties
01:16:00 [2019-07-31T05:16:00.231Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties
01:16:00 [2019-07-31T05:16:00.231Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties
01:16:00 [2019-07-31T05:16:00.231Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties
01:16:00 [2019-07-31T05:16:00.231Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties
01:16:00 [2019-07-31T05:16:00.231Z] [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_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties
01:16:00 [2019-07-31T05:16:00.231Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties
01:16:00 [2019-07-31T05:16:00.794Z] [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_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties
01:16:00 [2019-07-31T05:16:00.794Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties
01:16:00 [2019-07-31T05:16:00.794Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties
01:16:01 [2019-07-31T05:16:01.359Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties
01:16:01 [2019-07-31T05:16:01.617Z] [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_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties
01:16:01 [2019-07-31T05:16:01.617Z] [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_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties
01:16:02 [2019-07-31T05:16:02.181Z] [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_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties
01:16:02 [2019-07-31T05:16:02.439Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding/pom.xml
01:16:02 [2019-07-31T05:16:02.439Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding/pom.xml
01:16:02 [2019-07-31T05:16:02.696Z] [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)
01:16:02 [2019-07-31T05:16:02.696Z] [INFO] The user operation is waiting for background work to complete.
01:16:02 [2019-07-31T05:16:02.696Z] [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)
01:16:02 [2019-07-31T05:16:02.696Z] [INFO] Unpacking org.eclipse.ui.intro_3.5.600.v20190329-1257...
01:16:02 [2019-07-31T05:16:02.953Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding/pom.xml
01:16:03 [2019-07-31T05:16:03.211Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml
01:16:03 [2019-07-31T05:16:03.211Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml
01:16:03 [2019-07-31T05:16:03.468Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml
01:16:03 [2019-07-31T05:16:03.468Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp/pom.xml
01:16:03 [2019-07-31T05:16:03.468Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp/pom.xml
01:16:04 [2019-07-31T05:16:04.031Z] [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)
01:16:04 [2019-07-31T05:16:04.031Z] [INFO] The user operation is waiting for background work to complete.
01:16:04 [2019-07-31T05:16:04.031Z] [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)
01:16:04 [2019-07-31T05:16:04.031Z] [INFO] Unpacking com.sun.el_2.2.0.v201303151357...
01:16:04 [2019-07-31T05:16:04.031Z] [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)
01:16:04 [2019-07-31T05:16:04.031Z] [INFO] The user operation is waiting for background work to complete.
01:16:04 [2019-07-31T05:16:04.031Z] [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)
01:16:04 [2019-07-31T05:16:04.288Z] [INFO] Unpacking javax.el_2.2.0.v201303151357...
01:16:04 [2019-07-31T05:16:04.288Z] [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)
01:16:04 [2019-07-31T05:16:04.288Z] [INFO] The user operation is waiting for background work to complete.
01:16:04 [2019-07-31T05:16:04.288Z] [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)
01:16:04 [2019-07-31T05:16:04.288Z] [INFO] Unpacking javax.servlet_3.1.0.v201410161800...
01:16:04 [2019-07-31T05:16:04.545Z] [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)
01:16:04 [2019-07-31T05:16:04.545Z] [INFO] The user operation is waiting for background work to complete.
01:16:04 [2019-07-31T05:16:04.545Z] [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)
01:16:05 [2019-07-31T05:16:05.324Z] [INFO] Unpacking com.sun.jna_4.5.1.v20180403-1933...
01:16:05 [2019-07-31T05:16:05.889Z] [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)
01:16:05 [2019-07-31T05:16:05.889Z] [INFO] The user operation is waiting for background work to complete.
01:16:05 [2019-07-31T05:16:05.889Z] [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)
01:16:05 [2019-07-31T05:16:05.889Z] [INFO] Unpacking com.sun.jna.platform_4.5.1.v20180403-1933...
01:16:06 [2019-07-31T05:16:06.454Z] [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)
01:16:06 [2019-07-31T05:16:06.454Z] [INFO] The user operation is waiting for background work to complete.
01:16:06 [2019-07-31T05:16:06.454Z] [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)
01:16:06 [2019-07-31T05:16:06.454Z] [INFO] Unpacking javax.annotation_1.2.0.v201602091430...
01:16:06 [2019-07-31T05:16:06.454Z] [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)
01:16:06 [2019-07-31T05:16:06.454Z] [INFO] The user operation is waiting for background work to complete.
01:16:06 [2019-07-31T05:16:06.454Z] [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)
01:16:06 [2019-07-31T05:16:06.454Z] [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158...
01:16:06 [2019-07-31T05:16:06.711Z] [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)
01:16:06 [2019-07-31T05:16:06.711Z] [INFO] The user operation is waiting for background work to complete.
01:16:06 [2019-07-31T05:16:06.711Z] [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)
01:16:06 [2019-07-31T05:16:06.711Z] [INFO] Unpacking javax.xml.stream_1.0.1.v201004272200...
01:16:06 [2019-07-31T05:16:06.711Z] [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)
01:16:06 [2019-07-31T05:16:06.711Z] [INFO] The user operation is waiting for background work to complete.
01:16:06 [2019-07-31T05:16:06.711Z] [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)
01:16:06 [2019-07-31T05:16:06.969Z] [INFO] Unpacking org.apache.ant_1.10.5.v20190526-1402...
01:16:07 [2019-07-31T05:16:07.534Z] [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)
01:16:07 [2019-07-31T05:16:07.534Z] [INFO] The user operation is waiting for background work to complete.
01:16:07 [2019-07-31T05:16:07.534Z] [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)
01:16:07 [2019-07-31T05:16:07.534Z] [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845...
01:16:07 [2019-07-31T05:16:07.791Z] [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)
01:16:07 [2019-07-31T05:16:07.791Z] [INFO] The user operation is waiting for background work to complete.
01:16:07 [2019-07-31T05:16:07.791Z] [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)
01:16:07 [2019-07-31T05:16:07.791Z] [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324...
01:16:07 [2019-07-31T05:16:07.791Z] [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)
01:16:07 [2019-07-31T05:16:07.791Z] [INFO] The user operation is waiting for background work to complete.
01:16:07 [2019-07-31T05:16:07.791Z] [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)
01:16:08 [2019-07-31T05:16:08.048Z] [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646...
01:16:08 [2019-07-31T05:16:08.048Z] [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)
01:16:08 [2019-07-31T05:16:08.048Z] [INFO] The user operation is waiting for background work to complete.
01:16:08 [2019-07-31T05:16:08.048Z] [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)
01:16:08 [2019-07-31T05:16:08.048Z] [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646...
01:16:08 [2019-07-31T05:16:08.305Z] [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)
01:16:08 [2019-07-31T05:16:08.305Z] [INFO] The user operation is waiting for background work to complete.
01:16:08 [2019-07-31T05:16:08.305Z] [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)
01:16:08 [2019-07-31T05:16:08.305Z] [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430...
01:16:08 [2019-07-31T05:16:08.562Z] [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)
01:16:08 [2019-07-31T05:16:08.562Z] [INFO] The user operation is waiting for background work to complete.
01:16:08 [2019-07-31T05:16:08.562Z] [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)
01:16:08 [2019-07-31T05:16:08.819Z] [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214...
01:16:08 [2019-07-31T05:16:08.819Z] [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)
01:16:08 [2019-07-31T05:16:08.819Z] [INFO] The user operation is waiting for background work to complete.
01:16:08 [2019-07-31T05:16:08.819Z] [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)
01:16:09 [2019-07-31T05:16:09.076Z] [INFO] Unpacking org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947...
01:16:09 [2019-07-31T05:16:09.076Z] [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)
01:16:09 [2019-07-31T05:16:09.076Z] [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)
01:16:09 [2019-07-31T05:16:09.640Z] [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)
01:16:09 [2019-07-31T05:16:09.640Z] [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)
01:16:09 [2019-07-31T05:16:09.640Z] [INFO] The user operation is waiting for background work to complete.
01:16:09 [2019-07-31T05:16:09.640Z] [INFO] Unpacking org.apache.lucene.analyzers-common_8.0.0.v20190404-1858...
01:16:10 [2019-07-31T05:16:10.572Z] [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)
01:16:10 [2019-07-31T05:16:10.572Z] [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)
01:16:10 [2019-07-31T05:16:10.572Z] [INFO] The user operation is waiting for background work to complete.
01:16:10 [2019-07-31T05:16:10.573Z] [INFO] Unpacking org.apache.lucene.core_8.0.0.v20190404-1858...
01:16:11 [2019-07-31T05:16:11.503Z] [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)
01:16:11 [2019-07-31T05:16:11.503Z] [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)
01:16:11 [2019-07-31T05:16:11.503Z] [INFO] The user operation is waiting for background work to complete.
01:16:11 [2019-07-31T05:16:11.760Z] [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858...
01:16:12 [2019-07-31T05:16:12.694Z] [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)
01:16:12 [2019-07-31T05:16:12.694Z] [INFO] The user operation is waiting for background work to complete.
01:16:12 [2019-07-31T05:16:12.694Z] [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)
01:16:12 [2019-07-31T05:16:12.951Z] [INFO] Unpacking org.eclipse.ant.core_3.5.400.v20190510-0606...
01:16:12 [2019-07-31T05:16:12.951Z] [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)
01:16:12 [2019-07-31T05:16:12.951Z] [INFO] The user operation is waiting for background work to complete.
01:16:12 [2019-07-31T05:16:12.951Z] [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)
01:16:13 [2019-07-31T05:16:13.209Z] [INFO] Unpacking org.eclipse.compare.win32_1.2.500.v20190519-2354...
01:16:13 [2019-07-31T05:16:13.209Z] [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)
01:16:13 [2019-07-31T05:16:13.209Z] [INFO] The user operation is waiting for background work to complete.
01:16:13 [2019-07-31T05:16:13.209Z] [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)
01:16:13 [2019-07-31T05:16:13.209Z] [INFO] Unpacking org.eclipse.core.databinding.beans_1.5.0.v20190510-1100...
01:16:13 [2019-07-31T05:16:13.209Z] [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)
01:16:13 [2019-07-31T05:16:13.209Z] [INFO] The user operation is waiting for background work to complete.
01:16:13 [2019-07-31T05:16:13.209Z] [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)
01:16:13 [2019-07-31T05:16:13.466Z] [INFO] Unpacking org.eclipse.core.externaltools_1.1.300.v20190510-0549...
01:16:13 [2019-07-31T05:16:13.466Z] [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)
01:16:13 [2019-07-31T05:16:13.466Z] [INFO] The user operation is waiting for background work to complete.
01:16:13 [2019-07-31T05:16:13.466Z] [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)
01:16:13 [2019-07-31T05:16:13.724Z] [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158...
01:16:13 [2019-07-31T05:16:13.724Z] [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)
01:16:13 [2019-07-31T05:16:13.724Z] [INFO] The user operation is waiting for background work to complete.
01:16:13 [2019-07-31T05:16:13.724Z] [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)
01:16:13 [2019-07-31T05:16:13.724Z] [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635...
01:16:13 [2019-07-31T05:16:13.724Z] [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)
01:16:13 [2019-07-31T05:16:13.724Z] [INFO] The user operation is waiting for background work to complete.
01:16:13 [2019-07-31T05:16:13.724Z] [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)
01:16:13 [2019-07-31T05:16:13.981Z] [INFO] Unpacking org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942...
01:16:13 [2019-07-31T05:16:13.981Z] [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)
01:16:13 [2019-07-31T05:16:13.981Z] [INFO] The user operation is waiting for background work to complete.
01:16:13 [2019-07-31T05:16:13.981Z] [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)
01:16:13 [2019-07-31T05:16:13.981Z] [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115...
01:16:13 [2019-07-31T05:16:13.981Z] [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)
01:16:13 [2019-07-31T05:16:13.981Z] [INFO] The user operation is waiting for background work to complete.
01:16:13 [2019-07-31T05:16:13.981Z] [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)
01:16:14 [2019-07-31T05:16:14.238Z] [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407...
01:16:14 [2019-07-31T05:16:14.238Z] [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)
01:16:14 [2019-07-31T05:16:14.238Z] [INFO] The user operation is waiting for background work to complete.
01:16:14 [2019-07-31T05:16:14.238Z] [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)
01:16:14 [2019-07-31T05:16:14.496Z] [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016...
01:16:14 [2019-07-31T05:16:14.496Z] [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)
01:16:14 [2019-07-31T05:16:14.496Z] [INFO] The user operation is waiting for background work to complete.
01:16:14 [2019-07-31T05:16:14.496Z] [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)
01:16:14 [2019-07-31T05:16:14.496Z] [INFO] Unpacking org.eclipse.equinox.util_1.1.200.v20181008-1820...
01:16:14 [2019-07-31T05:16:14.754Z] [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)
01:16:14 [2019-07-31T05:16:14.754Z] [INFO] The user operation is waiting for background work to complete.
01:16:14 [2019-07-31T05:16:14.754Z] [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)
01:16:14 [2019-07-31T05:16:14.754Z] [INFO] Unpacking org.eclipse.equinox.console_1.3.300.v20190516-1504...
01:16:14 [2019-07-31T05:16:14.754Z] [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)
01:16:14 [2019-07-31T05:16:14.754Z] [INFO] The user operation is waiting for background work to complete.
01:16:14 [2019-07-31T05:16:14.754Z] [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)
01:16:15 [2019-07-31T05:16:15.010Z] [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736...
01:16:15 [2019-07-31T05:16:15.010Z] [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)
01:16:15 [2019-07-31T05:16:15.010Z] [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)
01:16:15 [2019-07-31T05:16:15.010Z] [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)
01:16:15 [2019-07-31T05:16:15.010Z] [INFO] The user operation is waiting for background work to complete.
01:16:15 [2019-07-31T05:16:15.010Z] [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)
01:16:15 [2019-07-31T05:16:15.267Z] [INFO] Unpacking org.eclipse.ecf_3.9.3.v20190423-0625...
01:16:15 [2019-07-31T05:16:15.267Z] [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)
01:16:15 [2019-07-31T05:16:15.267Z] [INFO] The user operation is waiting for background work to complete.
01:16:15 [2019-07-31T05:16:15.267Z] [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)
01:16:15 [2019-07-31T05:16:15.267Z] [INFO] Unpacking org.eclipse.ecf.identity_3.9.1.v20181107-1749...
01:16:15 [2019-07-31T05:16:15.831Z] [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)
01:16:15 [2019-07-31T05:16:15.831Z] [INFO] The user operation is waiting for background work to complete.
01:16:15 [2019-07-31T05:16:15.831Z] [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)
01:16:15 [2019-07-31T05:16:15.831Z] [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.300.v20190514-1046...
01:16:15 [2019-07-31T05:16:15.831Z] [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)
01:16:15 [2019-07-31T05:16:15.831Z] [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)
01:16:16 [2019-07-31T05:16:16.088Z] [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)
01:16:16 [2019-07-31T05:16:16.088Z] [INFO] The user operation is waiting for background work to complete.
01:16:16 [2019-07-31T05:16:16.088Z] [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)
01:16:16 [2019-07-31T05:16:16.088Z] [INFO] Unpacking org.eclipse.ecf.ssl_1.2.200.v20190502-0212...
01:16:16 [2019-07-31T05:16:16.088Z] [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)
01:16:16 [2019-07-31T05:16:16.088Z] [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)
01:16:16 [2019-07-31T05:16:16.345Z] [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)
01:16:16 [2019-07-31T05:16:16.345Z] [INFO] The user operation is waiting for background work to complete.
01:16:16 [2019-07-31T05:16:16.345Z] [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)
01:16:16 [2019-07-31T05:16:16.345Z] [INFO] Unpacking org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132...
01:16:16 [2019-07-31T05:16:16.345Z] [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)
01:16:16 [2019-07-31T05:16:16.345Z] [INFO] The user operation is waiting for background work to complete.
01:16:16 [2019-07-31T05:16:16.345Z] [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)
01:16:16 [2019-07-31T05:16:16.602Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429...
01:16:16 [2019-07-31T05:16:16.602Z] [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)
01:16:16 [2019-07-31T05:16:16.602Z] [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)
01:16:16 [2019-07-31T05:16:16.859Z] [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)
01:16:16 [2019-07-31T05:16:16.859Z] [INFO] The user operation is waiting for background work to complete.
01:16:16 [2019-07-31T05:16:16.859Z] [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)
01:16:16 [2019-07-31T05:16:16.859Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947...
01:16:16 [2019-07-31T05:16:16.859Z] [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)
01:16:16 [2019-07-31T05:16:16.859Z] [INFO] The user operation is waiting for background work to complete.
01:16:16 [2019-07-31T05:16:16.859Z] [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)
01:16:17 [2019-07-31T05:16:17.116Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.0.v20190502-2116...
01:16:17 [2019-07-31T05:16:17.116Z] [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)
01:16:17 [2019-07-31T05:16:17.116Z] [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)
01:16:17 [2019-07-31T05:16:17.116Z] [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)
01:16:17 [2019-07-31T05:16:17.116Z] [INFO] The user operation is waiting for background work to complete.
01:16:17 [2019-07-31T05:16:17.116Z] [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)
01:16:17 [2019-07-31T05:16:17.373Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132...
01:16:17 [2019-07-31T05:16:17.373Z] [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)
01:16:17 [2019-07-31T05:16:17.373Z] [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)
01:16:17 [2019-07-31T05:16:17.373Z] [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)
01:16:17 [2019-07-31T05:16:17.373Z] [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)
01:16:17 [2019-07-31T05:16:17.630Z] [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)
01:16:17 [2019-07-31T05:16:17.630Z] [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)
01:16:17 [2019-07-31T05:16:17.630Z] [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)
01:16:17 [2019-07-31T05:16:17.630Z] [INFO] The user operation is waiting for background work to complete.
01:16:17 [2019-07-31T05:16:17.630Z] [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)
01:16:17 [2019-07-31T05:16:17.887Z] [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320...
01:16:17 [2019-07-31T05:16:17.887Z] [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)
01:16:17 [2019-07-31T05:16:17.887Z] [INFO] The user operation is waiting for background work to complete.
01:16:17 [2019-07-31T05:16:17.887Z] [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)
01:16:17 [2019-07-31T05:16:17.887Z] [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258...
01:16:17 [2019-07-31T05:16:17.887Z] [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)
01:16:17 [2019-07-31T05:16:17.887Z] [INFO] The user operation is waiting for background work to complete.
01:16:17 [2019-07-31T05:16:17.887Z] [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)
01:16:18 [2019-07-31T05:16:18.147Z] [INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504...
01:16:18 [2019-07-31T05:16:18.147Z] [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)
01:16:18 [2019-07-31T05:16:18.147Z] [INFO] The user operation is waiting for background work to complete.
01:16:18 [2019-07-31T05:16:18.147Z] [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)
01:16:18 [2019-07-31T05:16:18.147Z] [INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504...
01:16:18 [2019-07-31T05:16:18.727Z] [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)
01:16:18 [2019-07-31T05:16:18.727Z] [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)
01:16:18 [2019-07-31T05:16:18.727Z] [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)
01:16:18 [2019-07-31T05:16:18.727Z] [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)
01:16:18 [2019-07-31T05:16:18.727Z] [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)
01:16:18 [2019-07-31T05:16:18.727Z] [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)
01:16:18 [2019-07-31T05:16:18.727Z] [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)
01:16:18 [2019-07-31T05:16:18.727Z] [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)
01:16:18 [2019-07-31T05:16:18.984Z] [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)
01:16:18 [2019-07-31T05:16:18.984Z] [INFO] The user operation is waiting for background work to complete.
01:16:18 [2019-07-31T05:16:18.984Z] [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)
01:16:18 [2019-07-31T05:16:18.984Z] [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.700.v20190214-1948...
01:16:19 [2019-07-31T05:16:19.241Z] [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)
01:16:19 [2019-07-31T05:16:19.241Z] [INFO] The user operation is waiting for background work to complete.
01:16:19 [2019-07-31T05:16:19.241Z] [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)
01:16:19 [2019-07-31T05:16:19.241Z] [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948...
01:16:19 [2019-07-31T05:16:19.241Z] [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)
01:16:19 [2019-07-31T05:16:19.241Z] [INFO] The user operation is waiting for background work to complete.
01:16:19 [2019-07-31T05:16:19.241Z] [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)
01:16:19 [2019-07-31T05:16:19.241Z] [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948...
01:16:19 [2019-07-31T05:16:19.498Z] [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)
01:16:19 [2019-07-31T05:16:19.498Z] [INFO] The user operation is waiting for background work to complete.
01:16:19 [2019-07-31T05:16:19.498Z] [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)
01:16:19 [2019-07-31T05:16:19.498Z] [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646...
01:16:19 [2019-07-31T05:16:19.498Z] [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)
01:16:19 [2019-07-31T05:16:19.498Z] [INFO] The user operation is waiting for background work to complete.
01:16:19 [2019-07-31T05:16:19.498Z] [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)
01:16:19 [2019-07-31T05:16:19.755Z] [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009...
01:16:19 [2019-07-31T05:16:19.755Z] [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)
01:16:19 [2019-07-31T05:16:19.755Z] [INFO] The user operation is waiting for background work to complete.
01:16:19 [2019-07-31T05:16:19.755Z] [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)
01:16:19 [2019-07-31T05:16:19.755Z] [INFO] Unpacking org.eclipse.equinox.p2.console_1.1.100.v20180822-1258...
01:16:19 [2019-07-31T05:16:19.755Z] [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)
01:16:19 [2019-07-31T05:16:19.755Z] [INFO] The user operation is waiting for background work to complete.
01:16:19 [2019-07-31T05:16:19.755Z] [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)
01:16:20 [2019-07-31T05:16:20.013Z] [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.300.v20190215-2242...
01:16:20 [2019-07-31T05:16:20.013Z] [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)
01:16:20 [2019-07-31T05:16:20.013Z] [INFO] The user operation is waiting for background work to complete.
01:16:20 [2019-07-31T05:16:20.013Z] [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)
01:16:20 [2019-07-31T05:16:20.013Z] [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302...
01:16:20 [2019-07-31T05:16:20.270Z] [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)
01:16:20 [2019-07-31T05:16:20.270Z] [INFO] The user operation is waiting for background work to complete.
01:16:20 [2019-07-31T05:16:20.270Z] [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)
01:16:20 [2019-07-31T05:16:20.270Z] [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242...
01:16:20 [2019-07-31T05:16:20.270Z] [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)
01:16:20 [2019-07-31T05:16:20.270Z] [INFO] The user operation is waiting for background work to complete.
01:16:20 [2019-07-31T05:16:20.270Z] [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)
01:16:20 [2019-07-31T05:16:20.527Z] [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019...
01:16:20 [2019-07-31T05:16:20.527Z] [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)
01:16:20 [2019-07-31T05:16:20.527Z] [INFO] The user operation is waiting for background work to complete.
01:16:20 [2019-07-31T05:16:20.527Z] [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)
01:16:20 [2019-07-31T05:16:20.527Z] [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405...
01:16:20 [2019-07-31T05:16:20.527Z] [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)
01:16:20 [2019-07-31T05:16:20.527Z] [INFO] The user operation is waiting for background work to complete.
01:16:20 [2019-07-31T05:16:20.527Z] [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)
01:16:20 [2019-07-31T05:16:20.784Z] [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
01:16:21 [2019-07-31T05:16:21.041Z] [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)
01:16:21 [2019-07-31T05:16:21.041Z] [INFO] The user operation is waiting for background work to complete.
01:16:21 [2019-07-31T05:16:21.041Z] [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)
01:16:21 [2019-07-31T05:16:21.041Z] [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
01:16:21 [2019-07-31T05:16:21.041Z] [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)
01:16:21 [2019-07-31T05:16:21.041Z] [INFO] The user operation is waiting for background work to complete.
01:16:21 [2019-07-31T05:16:21.041Z] [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)
01:16:21 [2019-07-31T05:16:21.298Z] [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354...
01:16:21 [2019-07-31T05:16:21.298Z] [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)
01:16:21 [2019-07-31T05:16:21.298Z] [INFO] The user operation is waiting for background work to complete.
01:16:21 [2019-07-31T05:16:21.298Z] [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)
01:16:21 [2019-07-31T05:16:21.298Z] [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008...
01:16:21 [2019-07-31T05:16:21.554Z] [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)
01:16:21 [2019-07-31T05:16:21.554Z] [INFO] The user operation is waiting for background work to complete.
01:16:21 [2019-07-31T05:16:21.554Z] [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)
01:16:21 [2019-07-31T05:16:21.554Z] [INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235...
01:16:21 [2019-07-31T05:16:21.554Z] [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)
01:16:21 [2019-07-31T05:16:21.554Z] [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)
01:16:21 [2019-07-31T05:16:21.811Z] [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)
01:16:21 [2019-07-31T05:16:21.811Z] [INFO] The user operation is waiting for background work to complete.
01:16:21 [2019-07-31T05:16:21.811Z] [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)
01:16:21 [2019-07-31T05:16:21.811Z] [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302...
01:16:21 [2019-07-31T05:16:21.811Z] [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)
01:16:21 [2019-07-31T05:16:21.811Z] [INFO] The user operation is waiting for background work to complete.
01:16:21 [2019-07-31T05:16:21.811Z] [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)
01:16:22 [2019-07-31T05:16:22.068Z] [INFO] Unpacking org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752...
01:16:22 [2019-07-31T05:16:22.068Z] [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)
01:16:22 [2019-07-31T05:16:22.068Z] [INFO] The user operation is waiting for background work to complete.
01:16:22 [2019-07-31T05:16:22.068Z] [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)
01:16:22 [2019-07-31T05:16:22.068Z] [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302...
01:16:22 [2019-07-31T05:16:22.068Z] [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)
01:16:22 [2019-07-31T05:16:22.068Z] [INFO] The user operation is waiting for background work to complete.
01:16:22 [2019-07-31T05:16:22.068Z] [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)
01:16:22 [2019-07-31T05:16:22.325Z] [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624...
01:16:22 [2019-07-31T05:16:22.325Z] [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)
01:16:22 [2019-07-31T05:16:22.325Z] [INFO] The user operation is waiting for background work to complete.
01:16:22 [2019-07-31T05:16:22.325Z] [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)
01:16:22 [2019-07-31T05:16:22.581Z] [INFO] Unpacking org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302...
01:16:22 [2019-07-31T05:16:22.581Z] [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)
01:16:22 [2019-07-31T05:16:22.581Z] [INFO] The user operation is waiting for background work to complete.
01:16:22 [2019-07-31T05:16:22.581Z] [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)
01:16:22 [2019-07-31T05:16:22.581Z] [INFO] Unpacking org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914...
01:16:22 [2019-07-31T05:16:22.581Z] [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)
01:16:22 [2019-07-31T05:16:22.581Z] [INFO] The user operation is waiting for background work to complete.
01:16:22 [2019-07-31T05:16:22.581Z] [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)
01:16:22 [2019-07-31T05:16:22.838Z] [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649...
01:16:22 [2019-07-31T05:16:22.838Z] [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)
01:16:22 [2019-07-31T05:16:22.838Z] [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)
01:16:23 [2019-07-31T05:16:23.094Z] [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)
01:16:23 [2019-07-31T05:16:23.094Z] [INFO] The user operation is waiting for background work to complete.
01:16:23 [2019-07-31T05:16:23.094Z] [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)
01:16:23 [2019-07-31T05:16:23.094Z] [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158...
01:16:23 [2019-07-31T05:16:23.351Z] [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)
01:16:23 [2019-07-31T05:16:23.351Z] [INFO] The user operation is waiting for background work to complete.
01:16:23 [2019-07-31T05:16:23.351Z] [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)
01:16:23 [2019-07-31T05:16:23.351Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649...
01:16:23 [2019-07-31T05:16:23.608Z] [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)
01:16:23 [2019-07-31T05:16:23.608Z] [INFO] The user operation is waiting for background work to complete.
01:16:23 [2019-07-31T05:16:23.608Z] [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)
01:16:23 [2019-07-31T05:16:23.608Z] [INFO] Unpacking org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122...
01:16:23 [2019-07-31T05:16:23.608Z] [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)
01:16:23 [2019-07-31T05:16:23.608Z] [INFO] The user operation is waiting for background work to complete.
01:16:23 [2019-07-31T05:16:23.608Z] [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)
01:16:23 [2019-07-31T05:16:23.608Z] [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.300.v20190514-1046...
01:16:23 [2019-07-31T05:16:23.864Z] [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)
01:16:23 [2019-07-31T05:16:23.864Z] [INFO] The user operation is waiting for background work to complete.
01:16:23 [2019-07-31T05:16:23.864Z] [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)
01:16:23 [2019-07-31T05:16:23.864Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802...
01:16:23 [2019-07-31T05:16:23.864Z] [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)
01:16:23 [2019-07-31T05:16:23.864Z] [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)
01:16:24 [2019-07-31T05:16:24.121Z] [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)
01:16:24 [2019-07-31T05:16:24.121Z] [INFO] The user operation is waiting for background work to complete.
01:16:24 [2019-07-31T05:16:24.121Z] [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)
01:16:24 [2019-07-31T05:16:24.121Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122...
01:16:24 [2019-07-31T05:16:24.121Z] [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)
01:16:24 [2019-07-31T05:16:24.121Z] [INFO] The user operation is waiting for background work to complete.
01:16:24 [2019-07-31T05:16:24.121Z] [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)
01:16:24 [2019-07-31T05:16:24.378Z] [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122...
01:16:24 [2019-07-31T05:16:24.378Z] [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)
01:16:24 [2019-07-31T05:16:24.378Z] [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)
01:16:24 [2019-07-31T05:16:24.378Z] [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)
01:16:24 [2019-07-31T05:16:24.378Z] [INFO] The user operation is waiting for background work to complete.
01:16:24 [2019-07-31T05:16:24.378Z] [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)
01:16:24 [2019-07-31T05:16:24.636Z] [INFO] Unpacking org.eclipse.help.base_4.2.600.v20190605-1800...
01:16:25 [2019-07-31T05:16:25.127Z] [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)
01:16:25 [2019-07-31T05:16:25.127Z] [INFO] The user operation is waiting for background work to complete.
01:16:25 [2019-07-31T05:16:25.127Z] [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)
01:16:25 [2019-07-31T05:16:25.127Z] [INFO] Unpacking org.eclipse.help.ui_4.1.500.v20190519-2119...
01:16:25 [2019-07-31T05:16:25.127Z] [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)
01:16:25 [2019-07-31T05:16:25.127Z] [INFO] The user operation is waiting for background work to complete.
01:16:25 [2019-07-31T05:16:25.127Z] [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)
01:16:25 [2019-07-31T05:16:25.127Z] [INFO] Unpacking org.eclipse.help.webapp_3.9.500.v20190517-1202...
01:16:25 [2019-07-31T05:16:25.481Z] [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)
01:16:25 [2019-07-31T05:16:25.481Z] [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)
01:16:25 [2019-07-31T05:16:25.481Z] [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)
01:16:25 [2019-07-31T05:16:25.481Z] [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)
01:16:25 [2019-07-31T05:16:25.738Z] [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)
01:16:25 [2019-07-31T05:16:25.738Z] [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)
01:16:25 [2019-07-31T05:16:25.738Z] [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)
01:16:25 [2019-07-31T05:16:25.738Z] [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)
01:16:25 [2019-07-31T05:16:25.995Z] [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)
01:16:25 [2019-07-31T05:16:25.995Z] [INFO] The user operation is waiting for background work to complete.
01:16:25 [2019-07-31T05:16:25.995Z] [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)
01:16:25 [2019-07-31T05:16:25.995Z] [INFO] Unpacking org.eclipse.platform_4.12.0.v20190605-1800...
01:16:26 [2019-07-31T05:16:26.252Z] [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)
01:16:26 [2019-07-31T05:16:26.252Z] [INFO] The user operation is waiting for background work to complete.
01:16:26 [2019-07-31T05:16:26.252Z] [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)
01:16:26 [2019-07-31T05:16:26.509Z] [INFO] Unpacking org.eclipse.platform.doc.user_4.12.0.v20190604-0816...
01:16:27 [2019-07-31T05:16:27.878Z] [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)
01:16:27 [2019-07-31T05:16:27.878Z] [INFO] The user operation is waiting for background work to complete.
01:16:27 [2019-07-31T05:16:27.878Z] [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)
01:16:27 [2019-07-31T05:16:27.878Z] [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.500.v20190315-1216...
01:16:28 [2019-07-31T05:16:28.442Z] [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)
01:16:28 [2019-07-31T05:16:28.442Z] [INFO] The user operation is waiting for background work to complete.
01:16:28 [2019-07-31T05:16:28.442Z] [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)
01:16:28 [2019-07-31T05:16:28.442Z] [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039...
01:16:28 [2019-07-31T05:16:28.442Z] [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)
01:16:28 [2019-07-31T05:16:28.442Z] [INFO] The user operation is waiting for background work to complete.
01:16:28 [2019-07-31T05:16:28.442Z] [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)
01:16:28 [2019-07-31T05:16:28.699Z] [INFO] Unpacking org.eclipse.ui.browser_3.6.400.v20190513-2118...
01:16:28 [2019-07-31T05:16:28.699Z] [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)
01:16:28 [2019-07-31T05:16:28.699Z] [INFO] The user operation is waiting for background work to complete.
01:16:28 [2019-07-31T05:16:28.700Z] [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)
01:16:28 [2019-07-31T05:16:28.700Z] [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.400.v20190519-2344...
01:16:28 [2019-07-31T05:16:28.957Z] [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)
01:16:28 [2019-07-31T05:16:28.957Z] [INFO] The user operation is waiting for background work to complete.
01:16:28 [2019-07-31T05:16:28.957Z] [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)
01:16:28 [2019-07-31T05:16:28.957Z] [INFO] Unpacking org.eclipse.ui.monitoring_1.1.400.v20190517-1612...
01:16:28 [2019-07-31T05:16:28.957Z] [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)
01:16:28 [2019-07-31T05:16:28.957Z] [INFO] The user operation is waiting for background work to complete.
01:16:28 [2019-07-31T05:16:28.957Z] [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)
01:16:29 [2019-07-31T05:16:29.213Z] [INFO] Unpacking org.eclipse.ui.net_1.3.400.v20190519-2354...
01:16:29 [2019-07-31T05:16:29.214Z] [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)
01:16:29 [2019-07-31T05:16:29.214Z] [INFO] The user operation is waiting for background work to complete.
01:16:29 [2019-07-31T05:16:29.214Z] [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)
01:16:29 [2019-07-31T05:16:29.214Z] [INFO] Unpacking org.eclipse.ui.externaltools_3.4.300.v20190510-0549...
01:16:29 [2019-07-31T05:16:29.470Z] [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)
01:16:29 [2019-07-31T05:16:29.470Z] [INFO] The user operation is waiting for background work to complete.
01:16:29 [2019-07-31T05:16:29.470Z] [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)
01:16:29 [2019-07-31T05:16:29.470Z] [INFO] Unpacking org.eclipse.ui.win32_3.4.200.v20190513-2118...
01:16:29 [2019-07-31T05:16:29.470Z] [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)
01:16:29 [2019-07-31T05:16:29.470Z] [INFO] The user operation is waiting for background work to complete.
01:16:29 [2019-07-31T05:16:29.470Z] [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)
01:16:29 [2019-07-31T05:16:29.470Z] [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700...
01:16:29 [2019-07-31T05:16:29.727Z] [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)
01:16:29 [2019-07-31T05:16:29.727Z] [INFO] The user operation is waiting for background work to complete.
01:16:29 [2019-07-31T05:16:29.727Z] [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)
01:16:29 [2019-07-31T05:16:29.727Z] [INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354...
01:16:29 [2019-07-31T05:16:29.727Z] [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)
01:16:29 [2019-07-31T05:16:29.727Z] [INFO] The user operation is waiting for background work to complete.
01:16:29 [2019-07-31T05:16:29.727Z] [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)
01:16:29 [2019-07-31T05:16:29.984Z] [INFO] Unpacking org.eclipse.ui.views.log_1.2.600.v20190519-1034...
01:16:29 [2019-07-31T05:16:29.984Z] [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)
01:16:29 [2019-07-31T05:16:29.984Z] [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)
01:16:30 [2019-07-31T05:16:30.913Z] [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)
01:16:30 [2019-07-31T05:16:30.913Z] [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)
01:16:31 [2019-07-31T05:16:31.171Z] [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)
01:16:31 [2019-07-31T05:16:31.171Z] [INFO] The user operation is waiting for background work to complete.
01:16:31 [2019-07-31T05:16:31.171Z] [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)
01:16:31 [2019-07-31T05:16:31.171Z] [INFO] Unpacking org.eclipse.update.configurator_3.4.300.v20190518-1030...
01:16:31 [2019-07-31T05:16:31.171Z] [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)
01:16:31 [2019-07-31T05:16:31.171Z] [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)
01:16:31 [2019-07-31T05:16:31.171Z] [INFO] The user operation is waiting for background work to complete.
01:16:31 [2019-07-31T05:16:31.171Z] [INFO] Unpacking org.eclipse.rcp_4.12.0.v20190605-1800...
01:16:31 [2019-07-31T05:16:31.171Z] [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)
01:16:31 [2019-07-31T05:16:31.171Z] [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)
01:16:31 [2019-07-31T05:16:31.428Z] [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)
01:16:31 [2019-07-31T05:16:31.428Z] [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)
01:16:31 [2019-07-31T05:16:31.428Z] [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)
01:16:31 [2019-07-31T05:16:31.428Z] [INFO] The user operation is waiting for background work to complete.
01:16:31 [2019-07-31T05:16:31.428Z] [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)
01:16:31 [2019-07-31T05:16:31.686Z] [INFO] Unpacking org.eclipse.ui.trace_1.1.500.v20190513-1223...
01:16:32 [2019-07-31T05:16:32.226Z] [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)
01:16:32 [2019-07-31T05:16:32.226Z] [INFO] The user operation is waiting for background work to complete.
01:16:32 [2019-07-31T05:16:32.226Z] [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)
01:16:32 [2019-07-31T05:16:32.483Z] [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158...
01:16:32 [2019-07-31T05:16:32.483Z] [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)
01:16:32 [2019-07-31T05:16:32.483Z] [INFO] The user operation is waiting for background work to complete.
01:16:32 [2019-07-31T05:16:32.483Z] [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)
01:16:32 [2019-07-31T05:16:32.483Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326...
01:16:32 [2019-07-31T05:16:32.483Z] [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)
01:16:32 [2019-07-31T05:16:32.483Z] [INFO] The user operation is waiting for background work to complete.
01:16:32 [2019-07-31T05:16:32.483Z] [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)
01:16:32 [2019-07-31T05:16:32.483Z] [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016...
01:16:32 [2019-07-31T05:16:32.483Z] [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)
01:16:32 [2019-07-31T05:16:32.483Z] [INFO] The user operation is waiting for background work to complete.
01:16:32 [2019-07-31T05:16:32.483Z] [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)
01:16:32 [2019-07-31T05:16:32.740Z] [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235...
01:16:32 [2019-07-31T05:16:32.740Z] [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)
01:16:32 [2019-07-31T05:16:32.740Z] [INFO] The user operation is waiting for background work to complete.
01:16:32 [2019-07-31T05:16:32.740Z] [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)
01:16:32 [2019-07-31T05:16:32.740Z] [INFO] Unpacking org.eclipse.ui.cocoa_1.2.200.v20190509-1900...
01:16:33 [2019-07-31T05:16:33.303Z] [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)
01:16:33 [2019-07-31T05:16:33.303Z] [INFO] The user operation is waiting for background work to complete.
01:16:33 [2019-07-31T05:16:33.303Z] [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)
01:16:33 [2019-07-31T05:16:33.303Z] [INFO] Unpacking org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158...
01:16:33 [2019-07-31T05:16:33.303Z] [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)
01:16:33 [2019-07-31T05:16:33.303Z] [INFO] The user operation is waiting for background work to complete.
01:16:33 [2019-07-31T05:16:33.303Z] [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)
01:16:33 [2019-07-31T05:16:33.560Z] [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925...
01:16:33 [2019-07-31T05:16:33.560Z] [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)
01:16:33 [2019-07-31T05:16:33.560Z] [INFO] The user operation is waiting for background work to complete.
01:16:33 [2019-07-31T05:16:33.560Z] [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)
01:16:33 [2019-07-31T05:16:33.560Z] [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016...
01:16:33 [2019-07-31T05:16:33.817Z] [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)
01:16:33 [2019-07-31T05:16:33.817Z] [INFO] The user operation is waiting for background work to complete.
01:16:33 [2019-07-31T05:16:33.817Z] [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)
01:16:33 [2019-07-31T05:16:33.817Z] [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908...
01:16:33 [2019-07-31T05:16:33.817Z] [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)
01:16:33 [2019-07-31T05:16:33.817Z] [INFO] The user operation is waiting for background work to complete.
01:16:33 [2019-07-31T05:16:33.817Z] [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)
01:16:34 [2019-07-31T05:16:34.074Z] [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957...
01:16:34 [2019-07-31T05:16:34.074Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp/pom.xml
01:16:34 [2019-07-31T05:16:34.074Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties
01:16:34 [2019-07-31T05:16:34.074Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties
01:16:35 [2019-07-31T05:16:35.004Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties
01:16:35 [2019-07-31T05:16:35.004Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties
01:16:35 [2019-07-31T05:16:35.004Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties
01:16:35 [2019-07-31T05:16:35.261Z] [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)
01:16:35 [2019-07-31T05:16:35.261Z] [INFO] The user operation is waiting for background work to complete.
01:16:35 [2019-07-31T05:16:35.261Z] [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)
01:16:35 [2019-07-31T05:16:35.261Z] [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.100.v20180822-1302...
01:16:35 [2019-07-31T05:16:35.261Z] [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)
01:16:35 [2019-07-31T05:16:35.261Z] [INFO] The user operation is waiting for background work to complete.
01:16:35 [2019-07-31T05:16:35.261Z] [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)
01:16:35 [2019-07-31T05:16:35.519Z] [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.1.100.v20180822-1302...
01:16:35 [2019-07-31T05:16:35.519Z] [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)
01:16:35 [2019-07-31T05:16:35.519Z] [INFO] The user operation is waiting for background work to complete.
01:16:35 [2019-07-31T05:16:35.519Z] [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)
01:16:35 [2019-07-31T05:16:35.519Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.1.100.v20180822-1357...
01:16:35 [2019-07-31T05:16:35.776Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties
01:16:36 [2019-07-31T05:16:36.033Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties
01:16:36 [2019-07-31T05:16:36.033Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties
01:16:36 [2019-07-31T05:16:36.291Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties
01:16:36 [2019-07-31T05:16:36.291Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/pom.xml
01:16:36 [2019-07-31T05:16:36.291Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/pom.xml
01:16:36 [2019-07-31T05:16:36.854Z] [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)
01:16:36 [2019-07-31T05:16:36.854Z] [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)
01:16:37 [2019-07-31T05:16:37.111Z] [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)
01:16:37 [2019-07-31T05:16:37.111Z] [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)
01:16:37 [2019-07-31T05:16:37.675Z] [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)
01:16:37 [2019-07-31T05:16:37.675Z] [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)
01:16:38 [2019-07-31T05:16:38.239Z] [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)
01:16:38 [2019-07-31T05:16:38.239Z] [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)
01:16:38 [2019-07-31T05:16:38.496Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/pom.xml
01:16:38 [2019-07-31T05:16:38.496Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.alltests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.alltests/pom.xml
01:16:38 [2019-07-31T05:16:38.496Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.alltests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.alltests/pom.xml
01:16:39 [2019-07-31T05:16:39.129Z] [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)
01:16:39 [2019-07-31T05:16:39.129Z] [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)
01:16:39 [2019-07-31T05:16:39.129Z] [INFO] The user operation is waiting for background work to complete.
01:16:39 [2019-07-31T05:16:39.129Z] [INFO] Unpacking org.apache.derby_10.11.1.1_v201605202053...
01:16:41 [2019-07-31T05:16:41.651Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.alltests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.alltests/pom.xml
01:16:41 [2019-07-31T05:16:41.651Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties
01:16:41 [2019-07-31T05:16:41.651Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties
01:16:42 [2019-07-31T05:16:42.582Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties
01:16:42 [2019-07-31T05:16:42.582Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.releng-site:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.releng-site/pom.xml
01:16:42 [2019-07-31T05:16:42.582Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.releng-site:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.releng-site/pom.xml
01:16:43 [2019-07-31T05:16:43.950Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.releng-site:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.releng-site/pom.xml
01:16:43 [2019-07-31T05:16:43.950Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.testing:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties
01:16:43 [2019-07-31T05:16:43.950Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.testing:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.320Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.testing:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.320Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core:1.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.320Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core:1.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.320Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core:1.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.320Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.320Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.577Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.835Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core:2.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.835Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core:2.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.835Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core:2.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.835Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties
01:16:45 [2019-07-31T05:16:45.835Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties
01:16:46 [2019-07-31T05:16:46.399Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties
01:16:46 [2019-07-31T05:16:46.399Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core:4.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties
01:16:46 [2019-07-31T05:16:46.399Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core:4.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties
01:16:46 [2019-07-31T05:16:46.399Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core:4.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties
01:16:46 [2019-07-31T05:16:46.399Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties
01:16:46 [2019-07-31T05:16:46.399Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties
01:16:46 [2019-07-31T05:16:46.656Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties
01:16:46 [2019-07-31T05:16:46.913Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties
01:16:46 [2019-07-31T05:16:46.913Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties
01:16:47 [2019-07-31T05:16:47.729Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties
01:16:47 [2019-07-31T05:16:47.729Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties
01:16:47 [2019-07-31T05:16:47.729Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties
01:16:47 [2019-07-31T05:16:47.729Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties
01:16:47 [2019-07-31T05:16:47.729Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties
01:16:47 [2019-07-31T05:16:47.729Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties
01:16:48 [2019-07-31T05:16:48.292Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties
01:16:48 [2019-07-31T05:16:48.292Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties
01:16:48 [2019-07-31T05:16:48.292Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties
01:16:48 [2019-07-31T05:16:48.856Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties
01:16:49 [2019-07-31T05:16:49.112Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties
01:16:49 [2019-07-31T05:16:49.112Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties
01:16:49 [2019-07-31T05:16:49.677Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties
01:16:49 [2019-07-31T05:16:49.935Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties
01:16:49 [2019-07-31T05:16:49.935Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core:3.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties
01:16:50 [2019-07-31T05:16:50.192Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties
01:16:50 [2019-07-31T05:16:50.192Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties
01:16:50 [2019-07-31T05:16:50.192Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties
01:16:50 [2019-07-31T05:16:50.756Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties
01:16:50 [2019-07-31T05:16:50.756Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties
01:16:50 [2019-07-31T05:16:50.756Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui:2.1.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties
01:16:51 [2019-07-31T05:16:51.319Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties
01:16:51 [2019-07-31T05:16:51.575Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties
01:16:51 [2019-07-31T05:16:51.575Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties
01:16:52 [2019-07-31T05:16:52.138Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties
01:16:52 [2019-07-31T05:16:52.395Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties
01:16:52 [2019-07-31T05:16:52.395Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties
01:16:52 [2019-07-31T05:16:52.395Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties
01:16:52 [2019-07-31T05:16:52.651Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties
01:16:52 [2019-07-31T05:16:52.651Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties
01:16:52 [2019-07-31T05:16:52.909Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties
01:16:53 [2019-07-31T05:16:53.166Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties
01:16:53 [2019-07-31T05:16:53.166Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties
01:16:53 [2019-07-31T05:16:53.731Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties
01:16:53 [2019-07-31T05:16:53.731Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties
01:16:53 [2019-07-31T05:16:53.731Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties
01:16:54 [2019-07-31T05:16:54.532Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties
01:16:54 [2019-07-31T05:16:54.532Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties
01:16:54 [2019-07-31T05:16:54.532Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties
01:16:55 [2019-07-31T05:16:55.463Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties
01:16:55 [2019-07-31T05:16:55.464Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties
01:16:55 [2019-07-31T05:16:55.464Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties
01:16:55 [2019-07-31T05:16:55.464Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties
01:16:55 [2019-07-31T05:16:55.464Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties
01:16:55 [2019-07-31T05:16:55.464Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties
01:16:56 [2019-07-31T05:16:56.029Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties
01:16:56 [2019-07-31T05:16:56.029Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties
01:16:56 [2019-07-31T05:16:56.029Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties
01:16:56 [2019-07-31T05:16:56.594Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties
01:16:56 [2019-07-31T05:16:56.852Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties
01:16:56 [2019-07-31T05:16:56.852Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties
01:16:57 [2019-07-31T05:16:57.784Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties
01:16:57 [2019-07-31T05:16:57.784Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml
01:16:57 [2019-07-31T05:16:57.784Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml
01:16:57 [2019-07-31T05:16:57.784Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml
01:16:57 [2019-07-31T05:16:57.784Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties
01:16:57 [2019-07-31T05:16:57.784Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.swtbot.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties
01:16:58 [2019-07-31T05:16:58.716Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties
01:16:58 [2019-07-31T05:16:58.716Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties
01:16:58 [2019-07-31T05:16:58.716Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties
01:16:59 [2019-07-31T05:16:59.647Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties
01:16:59 [2019-07-31T05:16:59.647Z] [WARNING] Missing extra classpath entry target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.1-SNAPSHOT.jar
01:16:59 [2019-07-31T05:16:59.647Z] [WARNING] Missing extra classpath entry target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.1-SNAPSHOT-sources.jar
01:16:59 [2019-07-31T05:16:59.647Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties
01:16:59 [2019-07-31T05:16:59.647Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties
01:17:00 [2019-07-31T05:17:00.579Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties
01:17:00 [2019-07-31T05:17:00.579Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties
01:17:00 [2019-07-31T05:17:00.836Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties
01:17:01 [2019-07-31T05:17:01.401Z] [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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties
01:17:01 [2019-07-31T05:17:01.663Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties
01:17:01 [2019-07-31T05:17:01.663Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties
01:17:02 [2019-07-31T05:17:02.127Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties
01:17:02 [2019-07-31T05:17:02.385Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core:0.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties
01:17:02 [2019-07-31T05:17:02.385Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core:0.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties
01:17:02 [2019-07-31T05:17:02.385Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core:0.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties
01:17:02 [2019-07-31T05:17:02.385Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core.test:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties
01:17:02 [2019-07-31T05:17:02.385Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core.test:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core.test:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties
01:17:02 [2019-07-31T05:17:02.643Z] [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
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] ------------------------------------------------------------------------
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Reactor Build Order:
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] 
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Parent                                               [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Tracetype-agnostic Analyses Parent                   [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Common Utilities Parent                              [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.common.core                    [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass State System Parent                                  [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.datastore.core                 [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.segmentstore.core              [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.statesystem.core               [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass TMF Parent                                           [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Filter Parser                             [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.core                       [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.counters.core         [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass CTF Support Parent                                   [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass CTF Parser Plug-in                        [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.ctf.core                       [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass CTF Core Tests Plug-in               [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.statesystem.core.tests    [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.core.tests            [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core                   [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core.tests        [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.counters.core.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.ui                         [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui           [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.graph.core            [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.graph.core.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.chart.core                 [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.lami.core             [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.lami.core.tests  [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui                   [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui               [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.graph.ui              [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.timing.core           [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core         [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui             [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui           [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core        [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui          [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.ui.tests              [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.ui.swtbot.tests       [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.timing.core.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass LTTng Support Parent                                 [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.common.core             [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core          [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core             [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.chart.core.tests      [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass BTF Support Parent                                   [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.btf.core                       [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Documentation                                        [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Developer Guide                           [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui            [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf                           [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.btf.ui                         [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.btf                           [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.btf.core.tests            [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.common.core.tests         [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.ctf                           [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.ctf.parser.tests          [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.ctf                       [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests   [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass User Guide                                [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass GDB Tracepoint Analysis User Guide        [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass RCP User Guide                            [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Pcap User Guide                           [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.examples                       [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass GDB Tracepoint Analysis Parent                       [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.gdbtrace.core                  [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui                    [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.gdbtrace                      [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.gdbtrace.core.tests       [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui.tests         [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.common.core.tests  [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.control.core            [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.remote.core                [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui                  [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui              [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.control                [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.control.core.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.remote.core.tests     [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.tests   [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui               [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.kernel                 [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core.tests  [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core                [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui                  [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.ust                    [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core.tests     [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.tests       [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Pcap Format Support Parent                           [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.pcap.core                      [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Pcap Parser Core Tests Plug-in       [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core                  [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui                    [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.pcap                      [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core.tests       [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests  [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass RCP Parent                                           [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass RCP Branding plug-in                      [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass RCP Branding Feature                     [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.rcp.ui                         [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass RCP Feature                              [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.rcp.incubator.ui               [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.rcp.incubator                 [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Json trace Parent                                    [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.jsontrace.core                 [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.jsontrace                     [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass RCP Product                           [eclipse-repository]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Release Engineering Parent                           [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Target Platform                                      [pom]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.integration.swtbot.tests  [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.datastore.core.tests      [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.segmentstore.core.tests   [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.tests        [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.tests       [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass All Tests                            [eclipse-test-plugin]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.testing                       [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.tmf.remote                    [eclipse-feature]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] Trace Compass Repository                            [eclipse-repository]
01:17:02 [2019-07-31T05:17:02.643Z] [INFO] org.eclipse.tracecompass.jsontrace.core.test            [eclipse-plugin]
01:17:02 [2019-07-31T05:17:02.900Z] [INFO] 
01:17:02 [2019-07-31T05:17:02.900Z] [INFO] ---------< org.eclipse.tracecompass:org.eclipse.tracecompass >----------
01:17:02 [2019-07-31T05:17:02.900Z] [INFO] Building Trace Compass Parent 5.0.0-SNAPSHOT                     [1/134]
01:17:02 [2019-07-31T05:17:02.900Z] [INFO] --------------------------------[ pom ]---------------------------------
01:17:02 [2019-07-31T05:17:02.900Z] [INFO] 
01:17:02 [2019-07-31T05:17:02.900Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass ---
01:17:02 [2019-07-31T05:17:02.900Z] 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
01:17:02 [2019-07-31T05:17:02.900Z] 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
01:17:02 [2019-07-31T05:17:02.900Z] 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
01:17:03 [2019-07-31T05:17:03.157Z] 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
01:17:03 [2019-07-31T05:17:03.157Z] 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
01:17:03 [2019-07-31T05:17:03.157Z] 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
01:17:03 [2019-07-31T05:17:03.157Z] 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 169 kB/s)
01:17:03 [2019-07-31T05:17:03.157Z] 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
01:17:03 [2019-07-31T05:17:03.157Z] 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
01:17:03 [2019-07-31T05:17:03.157Z] 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
01:17:03 [2019-07-31T05:17:03.414Z] 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
01:17:03 [2019-07-31T05:17:03.414Z] 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
01:17:03 [2019-07-31T05:17:03.414Z] 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
01:17:03 [2019-07-31T05:17:03.414Z] 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 165 kB/s)
01:17:03 [2019-07-31T05:17:03.414Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/25/maven-parent-25.pom
01:17:03 [2019-07-31T05:17:03.414Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
01:17:03 [2019-07-31T05:17:03.414Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom
01:17:03 [2019-07-31T05:17:03.671Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
01:17:03 [2019-07-31T05:17:03.671Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom
01:17:03 [2019-07-31T05:17:03.671Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
01:17:03 [2019-07-31T05:17:03.671Z] 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 1.0 MB/s)
01:17:03 [2019-07-31T05:17:03.671Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/15/apache-15.pom
01:17:03 [2019-07-31T05:17:03.671Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom
01:17:03 [2019-07-31T05:17:03.671Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/15/apache-15.pom
01:17:03 [2019-07-31T05:17:03.928Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/15/apache-15.pom
01:17:03 [2019-07-31T05:17:03.928Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/15/apache-15.pom
01:17:03 [2019-07-31T05:17:03.928Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
01:17:03 [2019-07-31T05:17:03.928Z] 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 435 kB/s)
01:17:03 [2019-07-31T05:17:03.928Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.pom
01:17:03 [2019-07-31T05:17:03.928Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
01:17:03 [2019-07-31T05:17:03.928Z] 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
01:17:04 [2019-07-31T05:17:04.185Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
01:17:04 [2019-07-31T05:17:04.185Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.4/commons-io-2.4.pom
01:17:04 [2019-07-31T05:17:04.185Z] 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
01:17:04 [2019-07-31T05:17:04.185Z] 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 351 kB/s)
01:17:04 [2019-07-31T05:17:04.185Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
01:17:04 [2019-07-31T05:17:04.185Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
01:17:04 [2019-07-31T05:17:04.185Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom
01:17:04 [2019-07-31T05:17:04.442Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
01:17:04 [2019-07-31T05:17:04.443Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
01:17:04 [2019-07-31T05:17:04.443Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
01:17:04 [2019-07-31T05:17:04.443Z] 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.4 MB/s)
01:17:04 [2019-07-31T05:17:04.443Z] 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
01:17:04 [2019-07-31T05:17:04.443Z] 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
01:17:04 [2019-07-31T05:17:04.443Z] 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
01:17:04 [2019-07-31T05:17:04.700Z] 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
01:17:04 [2019-07-31T05:17:04.700Z] 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
01:17:04 [2019-07-31T05:17:04.700Z] 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
01:17:04 [2019-07-31T05:17:04.700Z] 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 29 kB/s)
01:17:04 [2019-07-31T05:17:04.700Z] 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
01:17:04 [2019-07-31T05:17:04.700Z] 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
01:17:04 [2019-07-31T05:17:04.700Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.jar
01:17:04 [2019-07-31T05:17:04.700Z] 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
01:17:04 [2019-07-31T05:17:04.957Z] 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
01:17:04 [2019-07-31T05:17:04.957Z] 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
01:17:04 [2019-07-31T05:17:04.957Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar
01:17:04 [2019-07-31T05:17:04.957Z] 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
01:17:04 [2019-07-31T05:17:04.957Z] 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
01:17:04 [2019-07-31T05:17:04.957Z] 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
01:17:04 [2019-07-31T05:17:04.957Z] 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
01:17:04 [2019-07-31T05:17:04.957Z] 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
01:17:04 [2019-07-31T05:17:04.957Z] 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
01:17:04 [2019-07-31T05:17:04.957Z] 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
01:17:04 [2019-07-31T05:17:04.957Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar
01:17:04 [2019-07-31T05:17:04.957Z] 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
01:17:05 [2019-07-31T05:17:05.214Z] 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
01:17:05 [2019-07-31T05:17:05.214Z] 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
01:17:05 [2019-07-31T05:17:05.214Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.4/commons-io-2.4.jar
01:17:05 [2019-07-31T05:17:05.214Z] 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
01:17:05 [2019-07-31T05:17:05.214Z] 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
01:17:05 [2019-07-31T05:17:05.214Z] 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
01:17:05 [2019-07-31T05:17:05.214Z] 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
01:17:05 [2019-07-31T05:17:05.214Z] 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
01:17:05 [2019-07-31T05:17:05.214Z] Progress (1): 4.1/185 kB
Progress (1): 7.7/185 kB
Progress (1): 12/185 kB 
Progress (1): 16/185 kB
Progress (1): 20/185 kB
Progress (1): 24/185 kB
Progress (1): 28/185 kB
Progress (1): 32/185 kB
Progress (1): 36/185 kB
Progress (2): 36/185 kB | 4.1/32 kB
Progress (2): 40/185 kB | 4.1/32 kB
Progress (2): 40/185 kB | 7.7/32 kB
Progress (2): 44/185 kB | 7.7/32 kB
Progress (2): 44/185 kB | 12/32 kB 
Progress (2): 48/185 kB | 12/32 kB
Progress (2): 48/185 kB | 16/32 kB
Progress (2): 52/185 kB | 16/32 kB
Progress (2): 52/185 kB | 20/32 kB
Progress (2): 56/185 kB | 20/32 kB
Progress (2): 56/185 kB | 24/32 kB
Progress (2): 60/185 kB | 24/32 kB
Progress (2): 60/185 kB | 28/32 kB
Progress (2): 64/185 kB | 28/32 kB
Progress (2): 64/185 kB | 32/32 kB
Progress (2): 68/185 kB | 32/32 kB
Progress (2): 68/185 kB | 32 kB   
Progress (2): 72/185 kB | 32 kB
Progress (2): 76/185 kB | 32 kB
Progress (2): 80/185 kB | 32 kB
Progress (2): 84/185 kB | 32 kB
Progress (3): 84/185 kB | 32 kB | 4.1/222 kB
Progress (3): 88/185 kB | 32 kB | 4.1/222 kB
Progress (3): 88/185 kB | 32 kB | 7.7/222 kB
Progress (3): 92/185 kB | 32 kB | 7.7/222 kB
Progress (3): 92/185 kB | 32 kB | 12/222 kB 
Progress (3): 96/185 kB | 32 kB | 12/222 kB
Progress (3): 96/185 kB | 32 kB | 16/222 kB
Progress (3): 100/185 kB | 32 kB | 16/222 kB
Progress (3): 100/185 kB | 32 kB | 20/222 kB
Progress (3): 104/185 kB | 32 kB | 20/222 kB
Progress (3): 104/185 kB | 32 kB | 24/222 kB
Progress (3): 108/185 kB | 32 kB | 24/222 kB
Progress (3): 108/185 kB | 32 kB | 28/222 kB
Progress (3): 112/185 kB | 32 kB | 28/222 kB
Progress (3): 112/185 kB | 32 kB | 32/222 kB
Progress (3): 116/185 kB | 32 kB | 32/222 kB
Progress (3): 116/185 kB | 32 kB | 36/222 kB
Progress (3): 120/185 kB | 32 kB | 36/222 kB
Progress (3): 120/185 kB | 32 kB | 40/222 kB
Progress (3): 124/185 kB | 32 kB | 40/222 kB
Progress (3): 124/185 kB | 32 kB | 44/222 kB
Progress (3): 128/185 kB | 32 kB | 44/222 kB
Progress (3): 128/185 kB | 32 kB | 48/222 kB
Progress (3): 131/185 kB | 32 kB | 48/222 kB
Progress (3): 131/185 kB | 32 kB | 52/222 kB
Progress (3): 135/185 kB | 32 kB | 52/222 kB
Progress (3): 135/185 kB | 32 kB | 56/222 kB
Progress (3): 139/185 kB | 32 kB | 56/222 kB
Progress (3): 139/185 kB | 32 kB | 60/222 kB
Progress (3): 143/185 kB | 32 kB | 60/222 kB
Progress (3): 143/185 kB | 32 kB | 64/222 kB
Progress (3): 147/185 kB | 32 kB | 64/222 kB
Progress (3): 147/185 kB | 32 kB | 68/222 kB
Progress (3): 151/185 kB | 32 kB | 68/222 kB
Progress (3): 151/185 kB | 32 kB | 72/222 kB
Progress (3): 155/185 kB | 32 kB | 72/222 kB
Progress (3): 155/185 kB | 32 kB | 76/222 kB
Progress (3): 159/185 kB | 32 kB | 76/222 kB
Progress (3): 159/185 kB | 32 kB | 80/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 777 kB/s)
01:17:05 [2019-07-31T05:17:05.214Z] Progress (2): 159/185 kB | 84/222 kB
Progress (2): 163/185 kB | 84/222 kB
Progress (2): 163/185 kB | 88/222 kB
Progress (2): 167/185 kB | 88/222 kB
Progress (2): 167/185 kB | 92/222 kB
Progress (2): 171/185 kB | 92/222 kB
Progress (2): 171/185 kB | 96/222 kB
Progress (2): 175/185 kB | 96/222 kB
Progress (2): 175/185 kB | 98/222 kB
Progress (2): 179/185 kB | 98/222 kB
Progress (2): 179/185 kB | 102/222 kB
Progress (2): 183/185 kB | 102/222 kB
Progress (2): 183/185 kB | 106/222 kB
Progress (2): 185 kB | 106/222 kB    
Progress (2): 185 kB | 110/222 kB
Progress (2): 185 kB | 114/222 kB
Progress (2): 185 kB | 118/222 kB
Progress (2): 185 kB | 122/222 kB
Progress (2): 185 kB | 126/222 kB
Progress (2): 185 kB | 130/222 kB
Progress (2): 185 kB | 131/222 kB
Progress (2): 185 kB | 135/222 kB
Progress (2): 185 kB | 139/222 kB
Progress (2): 185 kB | 143/222 kB
Progress (2): 185 kB | 147/222 kB
Progress (2): 185 kB | 151/222 kB
Progress (2): 185 kB | 155/222 kB
Progress (2): 185 kB | 159/222 kB
Progress (2): 185 kB | 163/222 kB
Progress (2): 185 kB | 164/222 kB
Progress (2): 185 kB | 168/222 kB
Progress (2): 185 kB | 172/222 kB
Progress (2): 185 kB | 176/222 kB
Progress (2): 185 kB | 180/222 kB
Progress (2): 185 kB | 184/222 kB
Progress (2): 185 kB | 188/222 kB
Progress (2): 185 kB | 192/222 kB
Progress (2): 185 kB | 196/222 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 3.8 MB/s)
01:17:05 [2019-07-31T05:17:05.214Z] Progress (1): 200/222 kB
Progress (1): 204/222 kB
Progress (1): 208/222 kB
Progress (1): 212/222 kB
Progress (1): 216/222 kB
Progress (1): 220/222 kB
Progress (1): 222 kB    
Progress (2): 222 kB | 4.1/155 kB
Progress (2): 222 kB | 7.7/155 kB
Progress (2): 222 kB | 12/155 kB 
Progress (2): 222 kB | 16/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 4.0 MB/s)
01:17:05 [2019-07-31T05:17:05.214Z] 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): 100/155 kB
Progress (1): 104/155 kB
Progress (1): 108/155 kB
Progress (1): 112/155 kB
Progress (1): 116/155 kB
Progress (1): 120/155 kB
Progress (1): 124/155 kB
Progress (1): 128/155 kB
Progress (1): 132/155 kB
Progress (1): 136/155 kB
Progress (1): 140/155 kB
Progress (1): 144/155 kB
Progress (1): 148/155 kB
Progress (1): 152/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/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 2.3 MB/s)
01:17:05 [2019-07-31T05:17:05.214Z] [INFO] 
01:17:05 [2019-07-31T05:17:05.214Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass ---
01:17:05 [2019-07-31T05:17:05.214Z] 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
01:17:05 [2019-07-31T05:17:05.214Z] 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
01:17:05 [2019-07-31T05:17:05.214Z] 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
01:17:05 [2019-07-31T05:17:05.471Z] 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
01:17:05 [2019-07-31T05:17:05.471Z] 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
01:17:05 [2019-07-31T05:17:05.471Z] 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
01:17:05 [2019-07-31T05:17:05.471Z] 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 132 kB/s)
01:17:05 [2019-07-31T05:17:05.471Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.pom
01:17:05 [2019-07-31T05:17:05.471Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.pom
01:17:05 [2019-07-31T05:17:05.471Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.11/junit-4.11.pom
01:17:05 [2019-07-31T05:17:05.727Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.11/junit-4.11.pom
01:17:05 [2019-07-31T05:17:05.727Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.11/junit-4.11.pom
01:17:05 [2019-07-31T05:17:05.727Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
01:17:05 [2019-07-31T05:17:05.727Z] 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 81 kB/s)
01:17:05 [2019-07-31T05:17:05.727Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
01:17:05 [2019-07-31T05:17:05.727Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
01:17:05 [2019-07-31T05:17:05.727Z] 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
01:17:05 [2019-07-31T05:17:05.983Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
01:17:05 [2019-07-31T05:17:05.983Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
01:17:05 [2019-07-31T05:17:05.983Z] 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
01:17:06 [2019-07-31T05:17:06.240Z] 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 3.2 kB/s)
01:17:06 [2019-07-31T05:17:06.240Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
01:17:06 [2019-07-31T05:17:06.240Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
01:17:06 [2019-07-31T05:17:06.240Z] 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
01:17:06 [2019-07-31T05:17:06.496Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
01:17:06 [2019-07-31T05:17:06.497Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
01:17:06 [2019-07-31T05:17:06.497Z] 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
01:17:06 [2019-07-31T05:17:06.497Z] 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 70 kB/s)
01:17:06 [2019-07-31T05:17:06.497Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
01:17:06 [2019-07-31T05:17:06.497Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
01:17:06 [2019-07-31T05:17:06.497Z] 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
01:17:06 [2019-07-31T05:17:06.753Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
01:17:06 [2019-07-31T05:17:06.753Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
01:17:06 [2019-07-31T05:17:06.753Z] 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
01:17:06 [2019-07-31T05:17:06.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-lang/commons-lang/2.3/commons-lang-2.3.pom (11 kB at 370 kB/s)
01:17:06 [2019-07-31T05:17:06.753Z] 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
01:17:06 [2019-07-31T05:17:06.753Z] 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
01:17:06 [2019-07-31T05:17:06.753Z] 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
01:17:07 [2019-07-31T05:17:07.011Z] 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
01:17:07 [2019-07-31T05:17:07.011Z] 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
01:17:07 [2019-07-31T05:17:07.268Z] 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
01:17:07 [2019-07-31T05:17:07.268Z] 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 88 kB/s)
01:17:07 [2019-07-31T05:17:07.268Z] 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
01:17:07 [2019-07-31T05:17:07.268Z] 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
01:17:07 [2019-07-31T05:17:07.268Z] 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
01:17:07 [2019-07-31T05:17:07.525Z] 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
01:17:08 [2019-07-31T05:17:08.603Z] 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
01:17:08 [2019-07-31T05:17:08.603Z] 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
01:17:08 [2019-07-31T05:17:08.603Z] 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 31 kB/s)
01:17:08 [2019-07-31T05:17:08.603Z] 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
01:17:08 [2019-07-31T05:17:08.603Z] 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
01:17:08 [2019-07-31T05:17:08.603Z] 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
01:17:08 [2019-07-31T05:17:08.603Z] 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
01:17:08 [2019-07-31T05:17:08.859Z] 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
01:17:08 [2019-07-31T05:17:08.859Z] 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
01:17:08 [2019-07-31T05:17:08.859Z] 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 128 kB/s)
01:17:08 [2019-07-31T05:17:08.859Z] 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
01:17:08 [2019-07-31T05:17:08.859Z] 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
01:17:08 [2019-07-31T05:17:08.859Z] 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
01:17:09 [2019-07-31T05:17:09.116Z] 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
01:17:09 [2019-07-31T05:17:09.116Z] 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
01:17:09 [2019-07-31T05:17:09.116Z] 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
01:17:09 [2019-07-31T05:17:09.116Z] 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 94 kB/s)
01:17:09 [2019-07-31T05:17:09.116Z] 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
01:17:09 [2019-07-31T05:17:09.116Z] 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
01:17:09 [2019-07-31T05:17:09.116Z] 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
01:17:09 [2019-07-31T05:17:09.373Z] 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
01:17:09 [2019-07-31T05:17:09.373Z] 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
01:17:09 [2019-07-31T05:17:09.373Z] 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
01:17:09 [2019-07-31T05:17:09.373Z] 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 98 kB/s)
01:17:09 [2019-07-31T05:17:09.373Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
01:17:09 [2019-07-31T05:17:09.373Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
01:17:09 [2019-07-31T05:17:09.373Z] 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
01:17:09 [2019-07-31T05:17:09.630Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
01:17:09 [2019-07-31T05:17:09.630Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
01:17:09 [2019-07-31T05:17:09.630Z] 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
01:17:09 [2019-07-31T05:17:09.630Z] 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 356 kB/s)
01:17:09 [2019-07-31T05:17:09.630Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/6/maven-parent-6.pom
01:17:09 [2019-07-31T05:17:09.630Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom
01:17:09 [2019-07-31T05:17:09.630Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom
01:17:09 [2019-07-31T05:17:09.886Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom
01:17:09 [2019-07-31T05:17:09.886Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom
01:17:09 [2019-07-31T05:17:09.886Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom
01:17:09 [2019-07-31T05:17:09.886Z] 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 668 kB/s)
01:17:09 [2019-07-31T05:17:09.886Z] 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
01:17:09 [2019-07-31T05:17:09.886Z] 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
01:17:09 [2019-07-31T05:17:09.886Z] 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
01:17:10 [2019-07-31T05:17:10.143Z] 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
01:17:10 [2019-07-31T05:17:10.143Z] 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
01:17:10 [2019-07-31T05:17:10.143Z] 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
01:17:10 [2019-07-31T05:17:10.143Z] 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 54 kB/s)
01:17:10 [2019-07-31T05:17:10.400Z] 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
01:17:10 [2019-07-31T05:17:10.400Z] 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
01:17:10 [2019-07-31T05:17:10.400Z] 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
01:17:10 [2019-07-31T05:17:10.400Z] 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
01:17:10 [2019-07-31T05:17:10.400Z] 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
01:17:10 [2019-07-31T05:17:10.657Z] 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
01:17:10 [2019-07-31T05:17:10.657Z] 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)
01:17:10 [2019-07-31T05:17:10.657Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
01:17:10 [2019-07-31T05:17:10.657Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
01:17:10 [2019-07-31T05:17:10.657Z] 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
01:17:10 [2019-07-31T05:17:10.657Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
01:17:10 [2019-07-31T05:17:10.657Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
01:17:10 [2019-07-31T05:17:10.913Z] 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
01:17:10 [2019-07-31T05:17:10.913Z] 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)
01:17:10 [2019-07-31T05:17:10.913Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
01:17:10 [2019-07-31T05:17:10.913Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
01:17:10 [2019-07-31T05:17:10.913Z] 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
01:17:10 [2019-07-31T05:17:10.913Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
01:17:10 [2019-07-31T05:17:10.913Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
01:17:11 [2019-07-31T05:17:11.170Z] 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
01:17:11 [2019-07-31T05:17:11.170Z] 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 88 kB/s)
01:17:11 [2019-07-31T05:17:11.170Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom
01:17:11 [2019-07-31T05:17:11.170Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean/3.4/xbean-3.4.pom
01:17:11 [2019-07-31T05:17:11.170Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom
01:17:11 [2019-07-31T05:17:11.170Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean/3.4/xbean-3.4.pom
01:17:11 [2019-07-31T05:17:11.427Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom
01:17:11 [2019-07-31T05:17:11.427Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
01:17:11 [2019-07-31T05:17:11.427Z] 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 501 kB/s)
01:17:11 [2019-07-31T05:17:11.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.12/log4j-1.2.12.pom
01:17:11 [2019-07-31T05:17:11.427Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom
01:17:11 [2019-07-31T05:17:11.427Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
01:17:11 [2019-07-31T05:17:11.427Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom
01:17:11 [2019-07-31T05:17:11.683Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom
01:17:11 [2019-07-31T05:17:11.683Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
01:17:11 [2019-07-31T05:17:11.684Z] 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.8 kB/s)
01:17:11 [2019-07-31T05:17:11.684Z] 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
01:17:11 [2019-07-31T05:17:11.684Z] 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
01:17:11 [2019-07-31T05:17:11.684Z] 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
01:17:11 [2019-07-31T05:17:11.684Z] 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
01:17:11 [2019-07-31T05:17:11.941Z] 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
01:17:11 [2019-07-31T05:17:11.941Z] 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
01:17:11 [2019-07-31T05:17:11.941Z] 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 184 kB/s)
01:17:11 [2019-07-31T05:17:11.941Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
01:17:11 [2019-07-31T05:17:11.941Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
01:17:11 [2019-07-31T05:17:11.941Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
01:17:12 [2019-07-31T05:17:12.198Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
01:17:12 [2019-07-31T05:17:12.198Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
01:17:12 [2019-07-31T05:17:12.198Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
01:17:12 [2019-07-31T05:17:12.198Z] 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 41 kB/s)
01:17:12 [2019-07-31T05:17:12.198Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
01:17:12 [2019-07-31T05:17:12.198Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
01:17:12 [2019-07-31T05:17:12.198Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
01:17:12 [2019-07-31T05:17:12.454Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
01:17:12 [2019-07-31T05:17:12.454Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
01:17:12 [2019-07-31T05:17:12.454Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
01:17:12 [2019-07-31T05:17:12.454Z] 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 42 kB/s)
01:17:12 [2019-07-31T05:17:12.454Z] 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
01:17:12 [2019-07-31T05:17:12.454Z] 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
01:17:12 [2019-07-31T05:17:12.454Z] 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
01:17:12 [2019-07-31T05:17:12.711Z] 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
01:17:12 [2019-07-31T05:17:12.711Z] 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
01:17:12 [2019-07-31T05:17:12.711Z] 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
01:17:12 [2019-07-31T05:17:12.711Z] 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 220 kB/s)
01:17:12 [2019-07-31T05:17:12.711Z] 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
01:17:12 [2019-07-31T05:17:12.711Z] 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
01:17:12 [2019-07-31T05:17:12.711Z] 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
01:17:12 [2019-07-31T05:17:12.968Z] 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
01:17:12 [2019-07-31T05:17:12.968Z] 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
01:17:12 [2019-07-31T05:17:12.968Z] 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
01:17:12 [2019-07-31T05:17:12.968Z] 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 170 kB/s)
01:17:12 [2019-07-31T05:17:12.968Z] 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
01:17:12 [2019-07-31T05:17:12.968Z] 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
01:17:12 [2019-07-31T05:17:12.968Z] 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
01:17:13 [2019-07-31T05:17:13.225Z] 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
01:17:13 [2019-07-31T05:17:13.225Z] 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
01:17:13 [2019-07-31T05:17:13.225Z] 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
01:17:13 [2019-07-31T05:17:13.225Z] 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 68 kB/s)
01:17:13 [2019-07-31T05:17:13.225Z] 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
01:17:13 [2019-07-31T05:17:13.225Z] 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
01:17:13 [2019-07-31T05:17:13.225Z] 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
01:17:13 [2019-07-31T05:17:13.481Z] 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
01:17:13 [2019-07-31T05:17:13.481Z] 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
01:17:13 [2019-07-31T05:17:13.481Z] 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
01:17:13 [2019-07-31T05:17:13.481Z] 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 845 kB/s)
01:17:13 [2019-07-31T05:17:13.482Z] 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
01:17:13 [2019-07-31T05:17:13.482Z] 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
01:17:13 [2019-07-31T05:17:13.482Z] 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
01:17:13 [2019-07-31T05:17:13.738Z] 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
01:17:13 [2019-07-31T05:17:13.738Z] 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
01:17:13 [2019-07-31T05:17:13.738Z] 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
01:17:13 [2019-07-31T05:17:13.738Z] 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 19 kB/s)
01:17:13 [2019-07-31T05:17:13.738Z] 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
01:17:13 [2019-07-31T05:17:13.739Z] 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
01:17:13 [2019-07-31T05:17:13.739Z] 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
01:17:13 [2019-07-31T05:17:13.995Z] 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
01:17:13 [2019-07-31T05:17:13.995Z] 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
01:17:13 [2019-07-31T05:17:13.995Z] 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
01:17:13 [2019-07-31T05:17:13.995Z] 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 74 kB/s)
01:17:13 [2019-07-31T05:17:13.995Z] 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
01:17:13 [2019-07-31T05:17:13.995Z] 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
01:17:13 [2019-07-31T05:17:13.995Z] 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
01:17:14 [2019-07-31T05:17:14.426Z] 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
01:17:14 [2019-07-31T05:17:14.426Z] 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
01:17:14 [2019-07-31T05:17:14.426Z] 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
01:17:14 [2019-07-31T05:17:14.426Z] 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 73 kB/s)
01:17:14 [2019-07-31T05:17:14.426Z] 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
01:17:14 [2019-07-31T05:17:14.426Z] 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
01:17:14 [2019-07-31T05:17:14.426Z] 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
01:17:14 [2019-07-31T05:17:14.780Z] 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
01:17:14 [2019-07-31T05:17:14.780Z] 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
01:17:14 [2019-07-31T05:17:14.780Z] 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
01:17:14 [2019-07-31T05:17:14.780Z] 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 318 kB/s)
01:17:14 [2019-07-31T05:17:14.780Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
01:17:14 [2019-07-31T05:17:14.780Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
01:17:14 [2019-07-31T05:17:14.780Z] 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
01:17:14 [2019-07-31T05:17:14.780Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
01:17:14 [2019-07-31T05:17:14.780Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
01:17:14 [2019-07-31T05:17:14.780Z] 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
01:17:14 [2019-07-31T05:17:14.780Z] 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 115 kB/s)
01:17:14 [2019-07-31T05:17:14.780Z] 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
01:17:14 [2019-07-31T05:17:14.780Z] 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
01:17:15 [2019-07-31T05:17:15.037Z] 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
01:17:15 [2019-07-31T05:17:15.037Z] 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
01:17:15 [2019-07-31T05:17:15.037Z] 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
01:17:15 [2019-07-31T05:17:15.037Z] 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
01:17:15 [2019-07-31T05:17:15.037Z] 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)
01:17:15 [2019-07-31T05:17:15.037Z] 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
01:17:15 [2019-07-31T05:17:15.037Z] 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
01:17:15 [2019-07-31T05:17:15.294Z] 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
01:17:15 [2019-07-31T05:17:15.294Z] 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
01:17:15 [2019-07-31T05:17:15.294Z] 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
01:17:15 [2019-07-31T05:17:15.294Z] 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
01:17:15 [2019-07-31T05:17:15.294Z] 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 58 kB/s)
01:17:15 [2019-07-31T05:17:15.294Z] 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
01:17:15 [2019-07-31T05:17:15.294Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
01:17:15 [2019-07-31T05:17:15.294Z] 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
01:17:15 [2019-07-31T05:17:15.294Z] 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
01:17:15 [2019-07-31T05:17:15.294Z] 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
01:17:15 [2019-07-31T05:17:15.294Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.jar
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
01:17:15 [2019-07-31T05:17:15.550Z] 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
01:17:15 [2019-07-31T05:17:15.550Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.jar
01:17:15 [2019-07-31T05:17:15.550Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.113Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.jar
01:17:16 [2019-07-31T05:17:16.113Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
01:17:16 [2019-07-31T05:17:16.113Z] 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
01:17:16 [2019-07-31T05:17:16.114Z] 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
01:17:16 [2019-07-31T05:17:16.114Z] 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
01:17:16 [2019-07-31T05:17:16.114Z] 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
01:17:16 [2019-07-31T05:17:16.114Z] 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
01:17:16 [2019-07-31T05:17:16.370Z] 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
01:17:16 [2019-07-31T05:17:16.370Z] 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
01:17:16 [2019-07-31T05:17:16.370Z] 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
01:17:16 [2019-07-31T05:17:16.370Z] 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
01:17:16 [2019-07-31T05:17:16.626Z] 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
01:17:16 [2019-07-31T05:17:16.626Z] 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
01:17:16 [2019-07-31T05:17:16.626Z] 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
01:17:16 [2019-07-31T05:17:16.626Z] 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
01:17:16 [2019-07-31T05:17:16.626Z] 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
01:17:16 [2019-07-31T05:17:16.626Z] 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
01:17:16 [2019-07-31T05:17:16.626Z] 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
01:17:16 [2019-07-31T05:17:16.626Z] 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
01:17:16 [2019-07-31T05:17:16.626Z] 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
01:17:16 [2019-07-31T05:17:16.883Z] 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
01:17:16 [2019-07-31T05:17:16.883Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar
01:17:16 [2019-07-31T05:17:16.883Z] 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
01:17:16 [2019-07-31T05:17:16.883Z] 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
01:17:16 [2019-07-31T05:17:16.883Z] 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
01:17:16 [2019-07-31T05:17:16.883Z] 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
01:17:16 [2019-07-31T05:17:16.883Z] 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
01:17:16 [2019-07-31T05:17:16.883Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
01:17:16 [2019-07-31T05:17:16.883Z] 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
01:17:16 [2019-07-31T05:17:16.883Z] 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
01:17:17 [2019-07-31T05:17:17.139Z] 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
01:17:17 [2019-07-31T05:17:17.139Z] 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
01:17:17 [2019-07-31T05:17:17.139Z] 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
01:17:17 [2019-07-31T05:17:17.139Z] 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
01:17:17 [2019-07-31T05:17:17.139Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.11/junit-4.11.jar
01:17:17 [2019-07-31T05:17:17.139Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.396Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.11/junit-4.11.jar
01:17:17 [2019-07-31T05:17:17.653Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] 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
01:17:17 [2019-07-31T05:17:17.653Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1/classworlds-1.1.jar
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.11/junit-4.11.jar
01:17:17 [2019-07-31T05:17:17.910Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:17 [2019-07-31T05:17:17.910Z] 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
01:17:18 [2019-07-31T05:17:18.168Z] Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
Progress (2): 12 kB | 4.1/51 kB
Progress (2): 12 kB | 7.7/51 kB
Progress (3): 12 kB | 7.7/51 kB | 4.1/88 kB
Progress (4): 12 kB | 7.7/51 kB | 4.1/88 kB | 4.1/80 kB
Progress (4): 12 kB | 7.7/51 kB | 7.7/88 kB | 4.1/80 kB
Progress (4): 12 kB | 12/51 kB | 7.7/88 kB | 4.1/80 kB 
Progress (4): 12 kB | 12/51 kB | 12/88 kB | 4.1/80 kB 
Progress (4): 12 kB | 12/51 kB | 12/88 kB | 7.7/80 kB
Progress (5): 12 kB | 12/51 kB | 12/88 kB | 7.7/80 kB | 4.1/49 kB
Progress (5): 12 kB | 12/51 kB | 12/88 kB | 12/80 kB | 4.1/49 kB 
Progress (5): 12 kB | 12/51 kB | 16/88 kB | 12/80 kB | 4.1/49 kB
Progress (5): 12 kB | 16/51 kB | 16/88 kB | 12/80 kB | 4.1/49 kB
Progress (5): 12 kB | 16/51 kB | 20/88 kB | 12/80 kB | 4.1/49 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 326 kB/s)
01:17:18 [2019-07-31T05:17:18.168Z] Progress (4): 16/51 kB | 20/88 kB | 16/80 kB | 4.1/49 kB
Progress (4): 16/51 kB | 20/88 kB | 16/80 kB | 7.7/49 kB
Progress (4): 16/51 kB | 20/88 kB | 20/80 kB | 7.7/49 kB
                                                        
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
01:17:18 [2019-07-31T05:17:18.168Z] Progress (4): 16/51 kB | 24/88 kB | 20/80 kB | 7.7/49 kB
Progress (4): 20/51 kB | 24/88 kB | 20/80 kB | 7.7/49 kB
Progress (4): 20/51 kB | 28/88 kB | 20/80 kB | 7.7/49 kB
Progress (4): 20/51 kB | 28/88 kB | 24/80 kB | 7.7/49 kB
Progress (4): 20/51 kB | 28/88 kB | 24/80 kB | 12/49 kB 
Progress (4): 20/51 kB | 28/88 kB | 28/80 kB | 12/49 kB
Progress (4): 20/51 kB | 32/88 kB | 28/80 kB | 12/49 kB
Progress (4): 24/51 kB | 32/88 kB | 28/80 kB | 12/49 kB
Progress (4): 24/51 kB | 33/88 kB | 28/80 kB | 12/49 kB
Progress (4): 24/51 kB | 33/88 kB | 32/80 kB | 12/49 kB
Progress (4): 24/51 kB | 33/88 kB | 32/80 kB | 16/49 kB
Progress (4): 24/51 kB | 33/88 kB | 36/80 kB | 16/49 kB
Progress (4): 24/51 kB | 37/88 kB | 36/80 kB | 16/49 kB
Progress (4): 28/51 kB | 37/88 kB | 36/80 kB | 16/49 kB
Progress (4): 28/51 kB | 41/88 kB | 36/80 kB | 16/49 kB
Progress (4): 28/51 kB | 41/88 kB | 40/80 kB | 16/49 kB
Progress (4): 28/51 kB | 41/88 kB | 40/80 kB | 20/49 kB
Progress (4): 28/51 kB | 41/88 kB | 44/80 kB | 20/49 kB
Progress (4): 28/51 kB | 45/88 kB | 44/80 kB | 20/49 kB
Progress (4): 32/51 kB | 45/88 kB | 44/80 kB | 20/49 kB
Progress (4): 32/51 kB | 49/88 kB | 44/80 kB | 20/49 kB
Progress (4): 32/51 kB | 49/88 kB | 48/80 kB | 20/49 kB
Progress (4): 32/51 kB | 49/88 kB | 48/80 kB | 24/49 kB
Progress (4): 32/51 kB | 49/88 kB | 52/80 kB | 24/49 kB
Progress (4): 32/51 kB | 53/88 kB | 52/80 kB | 24/49 kB
Progress (4): 36/51 kB | 53/88 kB | 52/80 kB | 24/49 kB
Progress (4): 36/51 kB | 57/88 kB | 52/80 kB | 24/49 kB
Progress (4): 36/51 kB | 57/88 kB | 56/80 kB | 24/49 kB
Progress (4): 36/51 kB | 57/88 kB | 56/80 kB | 28/49 kB
Progress (4): 36/51 kB | 57/88 kB | 60/80 kB | 28/49 kB
Progress (4): 36/51 kB | 61/88 kB | 60/80 kB | 28/49 kB
Progress (4): 40/51 kB | 61/88 kB | 60/80 kB | 28/49 kB
Progress (4): 40/51 kB | 65/88 kB | 60/80 kB | 28/49 kB
Progress (4): 40/51 kB | 65/88 kB | 64/80 kB | 28/49 kB
Progress (4): 40/51 kB | 65/88 kB | 64/80 kB | 32/49 kB
Progress (4): 40/51 kB | 65/88 kB | 68/80 kB | 32/49 kB
Progress (4): 40/51 kB | 69/88 kB | 68/80 kB | 32/49 kB
Progress (4): 44/51 kB | 69/88 kB | 68/80 kB | 32/49 kB
Progress (5): 44/51 kB | 69/88 kB | 68/80 kB | 32/49 kB | 4.1/194 kB
Progress (5): 48/51 kB | 69/88 kB | 68/80 kB | 32/49 kB | 4.1/194 kB
Progress (5): 48/51 kB | 73/88 kB | 68/80 kB | 32/49 kB | 4.1/194 kB
Progress (5): 48/51 kB | 73/88 kB | 72/80 kB | 32/49 kB | 4.1/194 kB
Progress (5): 48/51 kB | 73/88 kB | 72/80 kB | 36/49 kB | 4.1/194 kB
Progress (5): 48/51 kB | 73/88 kB | 76/80 kB | 36/49 kB | 4.1/194 kB
Progress (5): 48/51 kB | 77/88 kB | 76/80 kB | 36/49 kB | 4.1/194 kB
Progress (5): 51 kB | 77/88 kB | 76/80 kB | 36/49 kB | 4.1/194 kB   
Progress (5): 51 kB | 77/88 kB | 76/80 kB | 36/49 kB | 7.7/194 kB
Progress (5): 51 kB | 81/88 kB | 76/80 kB | 36/49 kB | 7.7/194 kB
Progress (5): 51 kB | 81/88 kB | 80/80 kB | 36/49 kB | 7.7/194 kB
Progress (5): 51 kB | 81/88 kB | 80/80 kB | 40/49 kB | 7.7/194 kB
Progress (5): 51 kB | 81/88 kB | 80 kB | 40/49 kB | 7.7/194 kB   
Progress (5): 51 kB | 85/88 kB | 80 kB | 40/49 kB | 7.7/194 kB
Progress (5): 51 kB | 85/88 kB | 80 kB | 40/49 kB | 12/194 kB 
Progress (5): 51 kB | 88 kB | 80 kB | 40/49 kB | 12/194 kB   
Progress (5): 51 kB | 88 kB | 80 kB | 44/49 kB | 12/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 44/49 kB | 16/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 48/49 kB | 16/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 48/49 kB | 20/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 20/194 kB   
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 24/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 28/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 32/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 33/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 37/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 41/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 45/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 49/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 53/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 57/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 61/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 65/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 69/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 73/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 77/194 kB
Progress (5): 51 kB | 88 kB | 80 kB | 49 kB | 81/194 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.jar (80 kB at 1.4 MB/s)
01:17:18 [2019-07-31T05:17:18.168Z] 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 1.6 MB/s)
01:17:18 [2019-07-31T05:17:18.168Z] 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 910 kB/s)
01:17:18 [2019-07-31T05:17:18.168Z] 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
01:17:18 [2019-07-31T05:17:18.168Z] Progress (2): 49 kB | 85/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
01:17:18 [2019-07-31T05:17:18.168Z] 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 831 kB/s)
01:17:18 [2019-07-31T05:17:18.168Z] 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
01:17:18 [2019-07-31T05:17:18.168Z] 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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (1): 89/194 kB
Progress (1): 93/194 kB
Progress (1): 97/194 kB
Progress (1): 101/194 kB
Progress (1): 105/194 kB
Progress (1): 109/194 kB
Progress (1): 113/194 kB
Progress (1): 117/194 kB
Progress (1): 121/194 kB
Progress (1): 125/194 kB
Progress (1): 129/194 kB
Progress (1): 133/194 kB
Progress (1): 137/194 kB
Progress (1): 141/194 kB
Progress (1): 145/194 kB
Progress (1): 149/194 kB
Progress (1): 153/194 kB
Progress (1): 157/194 kB
Progress (1): 161/194 kB
Progress (1): 165/194 kB
Progress (1): 169/194 kB
Progress (1): 173/194 kB
Progress (1): 177/194 kB
Progress (1): 181/194 kB
Progress (1): 185/194 kB
Progress (1): 189/194 kB
Progress (1): 193/194 kB
Progress (1): 194 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.jar (194 kB at 2.7 MB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (1): 4.1/8.8 kB
Progress (1): 7.7/8.8 kB
Progress (1): 8.8 kB    
Progress (2): 8.8 kB | 4.1/22 kB
Progress (2): 8.8 kB | 7.7/22 kB
Progress (3): 8.8 kB | 7.7/22 kB | 4.1/22 kB
Progress (3): 8.8 kB | 12/22 kB | 4.1/22 kB 
Progress (3): 8.8 kB | 12/22 kB | 7.7/22 kB
Progress (3): 8.8 kB | 16/22 kB | 7.7/22 kB
Progress (3): 8.8 kB | 16/22 kB | 12/22 kB 
Progress (3): 8.8 kB | 20/22 kB | 12/22 kB
Progress (3): 8.8 kB | 20/22 kB | 16/22 kB
Progress (3): 8.8 kB | 22 kB | 16/22 kB   
Progress (3): 8.8 kB | 22 kB | 20/22 kB
Progress (3): 8.8 kB | 22 kB | 22 kB   
Progress (4): 8.8 kB | 22 kB | 22 kB | 4.1/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 7.7/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 12/178 kB 
Progress (4): 8.8 kB | 22 kB | 22 kB | 16/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 20/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 24/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 28/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 32/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 33/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 37/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 41/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 45/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 49/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 53/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 57/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 61/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 65/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 66/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 70/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 74/178 kB
Progress (4): 8.8 kB | 22 kB | 22 kB | 78/178 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 271 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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 269 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (2): 8.8 kB | 82/178 kB
Progress (3): 8.8 kB | 82/178 kB | 4.1/17 kB
                                            
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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (3): 8.8 kB | 82/178 kB | 7.7/17 kB
Progress (3): 8.8 kB | 86/178 kB | 7.7/17 kB
Progress (3): 8.8 kB | 86/178 kB | 12/17 kB 
Progress (3): 8.8 kB | 90/178 kB | 12/17 kB
Progress (3): 8.8 kB | 90/178 kB | 16/17 kB
Progress (3): 8.8 kB | 94/178 kB | 16/17 kB
Progress (3): 8.8 kB | 94/178 kB | 17 kB   
Progress (3): 8.8 kB | 98/178 kB | 17 kB
Progress (3): 8.8 kB | 98/178 kB | 17 kB
Progress (3): 8.8 kB | 102/178 kB | 17 kB
Progress (3): 8.8 kB | 106/178 kB | 17 kB
Progress (3): 8.8 kB | 110/178 kB | 17 kB
Progress (3): 8.8 kB | 114/178 kB | 17 kB
Progress (3): 8.8 kB | 118/178 kB | 17 kB
Progress (3): 8.8 kB | 122/178 kB | 17 kB
Progress (3): 8.8 kB | 126/178 kB | 17 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.jar (8.8 kB at 99 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] Progress (2): 130/178 kB | 17 kB
                                
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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (2): 134/178 kB | 17 kB
Progress (2): 138/178 kB | 17 kB
Progress (2): 142/178 kB | 17 kB
Progress (2): 146/178 kB | 17 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.jar (17 kB at 184 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] Progress (1): 150/178 kB
                        
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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (1): 154/178 kB
Progress (1): 158/178 kB
Progress (2): 158/178 kB | 4.1/13 kB
Progress (2): 162/178 kB | 4.1/13 kB
Progress (2): 162/178 kB | 7.7/13 kB
Progress (2): 166/178 kB | 7.7/13 kB
Progress (2): 166/178 kB | 12/13 kB 
Progress (2): 170/178 kB | 12/13 kB
Progress (2): 170/178 kB | 13 kB   
Progress (2): 174/178 kB | 13 kB
Progress (2): 178 kB | 13 kB    
Progress (3): 178 kB | 13 kB | 4.1/9.8 kB
Progress (3): 178 kB | 13 kB | 7.7/9.8 kB
Progress (3): 178 kB | 13 kB | 9.8 kB    
Progress (4): 178 kB | 13 kB | 9.8 kB | 4.1/11 kB
Progress (4): 178 kB | 13 kB | 9.8 kB | 7.7/11 kB
Progress (4): 178 kB | 13 kB | 9.8 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 96 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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
01:17:18 [2019-07-31T05:17:18.169Z] 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 1.6 MB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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
01:17:18 [2019-07-31T05:17:18.169Z] 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 103 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (2): 13 kB | 4.1/26 kB
Progress (2): 13 kB | 7.7/26 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.jar (13 kB at 111 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] Progress (1): 12/26 kB
                      
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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
Progress (2): 26 kB | 4.1/13 kB
Progress (2): 26 kB | 7.7/13 kB
Progress (2): 26 kB | 12/13 kB 
Progress (2): 26 kB | 13 kB   
Progress (3): 26 kB | 13 kB | 4.1/41 kB
Progress (3): 26 kB | 13 kB | 7.7/41 kB
Progress (3): 26 kB | 13 kB | 12/41 kB 
Progress (3): 26 kB | 13 kB | 16/41 kB
Progress (3): 26 kB | 13 kB | 20/41 kB
Progress (3): 26 kB | 13 kB | 24/41 kB
Progress (3): 26 kB | 13 kB | 28/41 kB
Progress (3): 26 kB | 13 kB | 32/41 kB
Progress (3): 26 kB | 13 kB | 36/41 kB
Progress (3): 26 kB | 13 kB | 40/41 kB
Progress (3): 26 kB | 13 kB | 41 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 324 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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 102 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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
01:17:18 [2019-07-31T05:17:18.169Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
01:17:18 [2019-07-31T05:17:18.169Z] 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 197 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] Progress (1): 4.1/10 kB
Progress (2): 4.1/10 kB | 4.1/13 kB
Progress (2): 7.7/10 kB | 4.1/13 kB
                                   
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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (2): 10 kB | 4.1/13 kB
Progress (2): 10 kB | 7.7/13 kB
Progress (2): 10 kB | 12/13 kB 
Progress (2): 10 kB | 13 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.jar (13 kB at 99 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (2): 10 kB | 4.1/245 kB
Progress (2): 10 kB | 7.7/245 kB
Progress (2): 10 kB | 12/245 kB 
Progress (2): 10 kB | 16/245 kB
Progress (2): 10 kB | 20/245 kB
Progress (2): 10 kB | 24/245 kB
Progress (2): 10 kB | 28/245 kB
Progress (2): 10 kB | 32/245 kB
Progress (2): 10 kB | 33/245 kB
Progress (2): 10 kB | 37/245 kB
Progress (2): 10 kB | 41/245 kB
Progress (2): 10 kB | 45/245 kB
Progress (2): 10 kB | 49/245 kB
Progress (2): 10 kB | 53/245 kB
Progress (2): 10 kB | 57/245 kB
Progress (2): 10 kB | 61/245 kB
Progress (2): 10 kB | 65/245 kB
Progress (2): 10 kB | 66/245 kB
Progress (2): 10 kB | 70/245 kB
Progress (2): 10 kB | 74/245 kB
Progress (3): 10 kB | 74/245 kB | 4.1/245 kB
Progress (3): 10 kB | 78/245 kB | 4.1/245 kB
Progress (3): 10 kB | 78/245 kB | 7.7/245 kB
Progress (3): 10 kB | 82/245 kB | 7.7/245 kB
Progress (3): 10 kB | 82/245 kB | 12/245 kB 
Progress (4): 10 kB | 82/245 kB | 12/245 kB | 4.1/38 kB
Progress (4): 10 kB | 82/245 kB | 16/245 kB | 4.1/38 kB
Progress (4): 10 kB | 86/245 kB | 16/245 kB | 4.1/38 kB
Progress (4): 10 kB | 86/245 kB | 20/245 kB | 4.1/38 kB
Progress (4): 10 kB | 86/245 kB | 20/245 kB | 7.7/38 kB
Progress (4): 10 kB | 86/245 kB | 24/245 kB | 7.7/38 kB
Progress (4): 10 kB | 86/245 kB | 24/245 kB | 12/38 kB 
Progress (4): 10 kB | 90/245 kB | 24/245 kB | 12/38 kB
Progress (4): 10 kB | 90/245 kB | 24/245 kB | 16/38 kB
Progress (4): 10 kB | 90/245 kB | 28/245 kB | 16/38 kB
Progress (4): 10 kB | 90/245 kB | 28/245 kB | 20/38 kB
Progress (4): 10 kB | 90/245 kB | 28/245 kB | 24/38 kB
Progress (4): 10 kB | 94/245 kB | 28/245 kB | 24/38 kB
Progress (4): 10 kB | 94/245 kB | 28/245 kB | 28/38 kB
Progress (4): 10 kB | 94/245 kB | 32/245 kB | 28/38 kB
Progress (4): 10 kB | 94/245 kB | 32/245 kB | 32/38 kB
Progress (4): 10 kB | 98/245 kB | 32/245 kB | 32/38 kB
Progress (4): 10 kB | 98/245 kB | 32/245 kB | 36/38 kB
Progress (4): 10 kB | 98/245 kB | 33/245 kB | 36/38 kB
Progress (4): 10 kB | 98/245 kB | 33/245 kB | 38 kB   
Progress (4): 10 kB | 98/245 kB | 37/245 kB | 38 kB
Progress (4): 10 kB | 98/245 kB | 37/245 kB | 38 kB
Progress (5): 10 kB | 98/245 kB | 37/245 kB | 38 kB | 4.1/11 kB
Progress (5): 10 kB | 98/245 kB | 41/245 kB | 38 kB | 4.1/11 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.jar (10 kB at 70 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] Progress (4): 98/245 kB | 41/245 kB | 38 kB | 7.7/11 kB
Progress (4): 102/245 kB | 41/245 kB | 38 kB | 7.7/11 kB
Progress (4): 102/245 kB | 41/245 kB | 38 kB | 11 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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (4): 102/245 kB | 45/245 kB | 38 kB | 11 kB
Progress (4): 106/245 kB | 45/245 kB | 38 kB | 11 kB
Progress (4): 106/245 kB | 49/245 kB | 38 kB | 11 kB
Progress (4): 110/245 kB | 49/245 kB | 38 kB | 11 kB
Progress (4): 110/245 kB | 53/245 kB | 38 kB | 11 kB
Progress (4): 114/245 kB | 53/245 kB | 38 kB | 11 kB
Progress (4): 114/245 kB | 57/245 kB | 38 kB | 11 kB
Progress (4): 118/245 kB | 57/245 kB | 38 kB | 11 kB
Progress (4): 118/245 kB | 61/245 kB | 38 kB | 11 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 247 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (3): 118/245 kB | 65/245 kB | 11 kB
Progress (3): 122/245 kB | 65/245 kB | 11 kB
Progress (3): 122/245 kB | 66/245 kB | 11 kB
Progress (3): 126/245 kB | 66/245 kB | 11 kB
Progress (3): 126/245 kB | 70/245 kB | 11 kB
Progress (3): 130/245 kB | 70/245 kB | 11 kB
Progress (3): 130/245 kB | 74/245 kB | 11 kB
Progress (3): 131/245 kB | 74/245 kB | 11 kB
Progress (3): 131/245 kB | 78/245 kB | 11 kB
Progress (3): 135/245 kB | 78/245 kB | 11 kB
Progress (3): 135/245 kB | 82/245 kB | 11 kB
Progress (3): 139/245 kB | 82/245 kB | 11 kB
Progress (3): 139/245 kB | 86/245 kB | 11 kB
Progress (3): 143/245 kB | 86/245 kB | 11 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 72 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] Progress (2): 143/245 kB | 90/245 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
01:17:18 [2019-07-31T05:17:18.169Z] Progress (2): 147/245 kB | 90/245 kB
Progress (3): 147/245 kB | 90/245 kB | 4.1/99 kB
Progress (3): 151/245 kB | 90/245 kB | 4.1/99 kB
Progress (3): 151/245 kB | 94/245 kB | 4.1/99 kB
Progress (3): 155/245 kB | 94/245 kB | 4.1/99 kB
Progress (3): 155/245 kB | 94/245 kB | 7.7/99 kB
Progress (3): 159/245 kB | 94/245 kB | 7.7/99 kB
Progress (3): 159/245 kB | 98/245 kB | 7.7/99 kB
Progress (3): 163/245 kB | 98/245 kB | 7.7/99 kB
Progress (3): 163/245 kB | 98/245 kB | 12/99 kB 
Progress (3): 163/245 kB | 98/245 kB | 12/99 kB
Progress (3): 163/245 kB | 98/245 kB | 16/99 kB
Progress (3): 167/245 kB | 98/245 kB | 16/99 kB
Progress (3): 167/245 kB | 102/245 kB | 16/99 kB
Progress (3): 171/245 kB | 102/245 kB | 16/99 kB
Progress (3): 171/245 kB | 102/245 kB | 20/99 kB
Progress (3): 175/245 kB | 102/245 kB | 20/99 kB
Progress (3): 175/245 kB | 106/245 kB | 20/99 kB
Progress (3): 179/245 kB | 106/245 kB | 20/99 kB
Progress (3): 179/245 kB | 110/245 kB | 20/99 kB
Progress (3): 179/245 kB | 110/245 kB | 24/99 kB
Progress (3): 179/245 kB | 114/245 kB | 24/99 kB
Progress (3): 183/245 kB | 114/245 kB | 24/99 kB
Progress (3): 183/245 kB | 118/245 kB | 24/99 kB
Progress (3): 183/245 kB | 118/245 kB | 28/99 kB
Progress (3): 183/245 kB | 122/245 kB | 28/99 kB
Progress (3): 187/245 kB | 122/245 kB | 28/99 kB
Progress (3): 187/245 kB | 126/245 kB | 28/99 kB
Progress (3): 191/245 kB | 126/245 kB | 28/99 kB
Progress (3): 191/245 kB | 126/245 kB | 32/99 kB
Progress (3): 195/245 kB | 126/245 kB | 32/99 kB
Progress (3): 195/245 kB | 130/245 kB | 32/99 kB
Progress (3): 199/245 kB | 130/245 kB | 32/99 kB
Progress (4): 199/245 kB | 130/245 kB | 32/99 kB | 4.1/32 kB
Progress (4): 203/245 kB | 130/245 kB | 32/99 kB | 4.1/32 kB
Progress (4): 203/245 kB | 131/245 kB | 32/99 kB | 4.1/32 kB
Progress (4): 203/245 kB | 131/245 kB | 33/99 kB | 4.1/32 kB
Progress (4): 203/245 kB | 135/245 kB | 33/99 kB | 4.1/32 kB
Progress (5): 203/245 kB | 135/245 kB | 33/99 kB | 4.1/32 kB | 4.1/282 kB
Progress (5): 207/245 kB | 135/245 kB | 33/99 kB | 4.1/32 kB | 4.1/282 kB
Progress (5): 207/245 kB | 135/245 kB | 33/99 kB | 7.7/32 kB | 4.1/282 kB
Progress (5): 211/245 kB | 135/245 kB | 33/99 kB | 7.7/32 kB | 4.1/282 kB
Progress (5): 211/245 kB | 135/245 kB | 33/99 kB | 7.7/32 kB | 7.7/282 kB
Progress (5): 211/245 kB | 139/245 kB | 33/99 kB | 7.7/32 kB | 7.7/282 kB
Progress (5): 211/245 kB | 139/245 kB | 37/99 kB | 7.7/32 kB | 7.7/282 kB
Progress (5): 211/245 kB | 143/245 kB | 37/99 kB | 7.7/32 kB | 7.7/282 kB
Progress (5): 211/245 kB | 143/245 kB | 37/99 kB | 7.7/32 kB | 12/282 kB 
Progress (5): 215/245 kB | 143/245 kB | 37/99 kB | 7.7/32 kB | 12/282 kB
Progress (5): 215/245 kB | 143/245 kB | 37/99 kB | 12/32 kB | 12/282 kB 
Progress (5): 219/245 kB | 143/245 kB | 37/99 kB | 12/32 kB | 12/282 kB
Progress (5): 219/245 kB | 143/245 kB | 37/99 kB | 12/32 kB | 16/282 kB
Progress (5): 219/245 kB | 147/245 kB | 37/99 kB | 12/32 kB | 16/282 kB
Progress (5): 219/245 kB | 147/245 kB | 41/99 kB | 12/32 kB | 16/282 kB
Progress (5): 219/245 kB | 151/245 kB | 41/99 kB | 12/32 kB | 16/282 kB
Progress (5): 219/245 kB | 151/245 kB | 41/99 kB | 12/32 kB | 20/282 kB
Progress (5): 223/245 kB | 151/245 kB | 41/99 kB | 12/32 kB | 20/282 kB
Progress (5): 223/245 kB | 151/245 kB | 41/99 kB | 16/32 kB | 20/282 kB
Progress (5): 227/245 kB | 151/245 kB | 41/99 kB | 16/32 kB | 20/282 kB
Progress (5): 227/245 kB | 151/245 kB | 41/99 kB | 16/32 kB | 24/282 kB
Progress (5): 227/245 kB | 155/245 kB | 41/99 kB | 16/32 kB | 24/282 kB
Progress (5): 227/245 kB | 155/245 kB | 45/99 kB | 16/32 kB | 24/282 kB
Progress (5): 227/245 kB | 159/245 kB | 45/99 kB | 16/32 kB | 24/282 kB
Progress (5): 227/245 kB | 159/245 kB | 45/99 kB | 16/32 kB | 28/282 kB
Progress (5): 231/245 kB | 159/245 kB | 45/99 kB | 16/32 kB | 28/282 kB
Progress (5): 231/245 kB | 159/245 kB | 45/99 kB | 20/32 kB | 28/282 kB
Progress (5): 235/245 kB | 159/245 kB | 45/99 kB | 20/32 kB | 28/282 kB
Progress (5): 235/245 kB | 159/245 kB | 45/99 kB | 20/32 kB | 32/282 kB
Progress (5): 235/245 kB | 163/245 kB | 45/99 kB | 20/32 kB | 32/282 kB
Progress (5): 235/245 kB | 163/245 kB | 49/99 kB | 20/32 kB | 32/282 kB
Progress (5): 235/245 kB | 164/245 kB | 49/99 kB | 20/32 kB | 32/282 kB
Progress (5): 235/245 kB | 164/245 kB | 49/99 kB | 20/32 kB | 33/282 kB
Progress (5): 239/245 kB | 164/245 kB | 49/99 kB | 20/32 kB | 33/282 kB
Progress (5): 239/245 kB | 164/245 kB | 49/99 kB | 24/32 kB | 33/282 kB
Progress (5): 243/245 kB | 164/245 kB | 49/99 kB | 24/32 kB | 33/282 kB
Progress (5): 243/245 kB | 164/245 kB | 49/99 kB | 24/32 kB | 37/282 kB
Progress (5): 243/245 kB | 168/245 kB | 49/99 kB | 24/32 kB | 37/282 kB
Progress (5): 243/245 kB | 168/245 kB | 53/99 kB | 24/32 kB | 37/282 kB
Progress (5): 243/245 kB | 172/245 kB | 53/99 kB | 24/32 kB | 37/282 kB
Progress (5): 243/245 kB | 172/245 kB | 53/99 kB | 24/32 kB | 41/282 kB
Progress (5): 245 kB | 172/245 kB | 53/99 kB | 24/32 kB | 41/282 kB    
Progress (5): 245 kB | 172/245 kB | 53/99 kB | 28/32 kB | 41/282 kB
Progress (5): 245 kB | 172/245 kB | 53/99 kB | 28/32 kB | 45/282 kB
Progress (5): 245 kB | 176/245 kB | 53/99 kB | 28/32 kB | 45/282 kB
Progress (5): 245 kB | 176/245 kB | 57/99 kB | 28/32 kB | 45/282 kB
Progress (5): 245 kB | 180/245 kB | 57/99 kB | 28/32 kB | 45/282 kB
Progress (5): 245 kB | 180/245 kB | 57/99 kB | 28/32 kB | 49/282 kB
Progress (5): 245 kB | 180/245 kB | 57/99 kB | 32 kB | 49/282 kB   
Progress (5): 245 kB | 180/245 kB | 57/99 kB | 32 kB | 53/282 kB
Progress (5): 245 kB | 184/245 kB | 57/99 kB | 32 kB | 53/282 kB
Progress (5): 245 kB | 184/245 kB | 61/99 kB | 32 kB | 53/282 kB
Progress (5): 245 kB | 188/245 kB | 61/99 kB | 32 kB | 53/282 kB
Progress (5): 245 kB | 188/245 kB | 61/99 kB | 32 kB | 57/282 kB
Progress (5): 245 kB | 192/245 kB | 61/99 kB | 32 kB | 57/282 kB
Progress (5): 245 kB | 192/245 kB | 65/99 kB | 32 kB | 57/282 kB
Progress (5): 245 kB | 196/245 kB | 65/99 kB | 32 kB | 57/282 kB
Progress (5): 245 kB | 196/245 kB | 65/99 kB | 32 kB | 61/282 kB
Progress (5): 245 kB | 200/245 kB | 65/99 kB | 32 kB | 61/282 kB
Progress (5): 245 kB | 200/245 kB | 66/99 kB | 32 kB | 61/282 kB
Progress (5): 245 kB | 204/245 kB | 66/99 kB | 32 kB | 61/282 kB
Progress (5): 245 kB | 204/245 kB | 66/99 kB | 32 kB | 65/282 kB
Progress (5): 245 kB | 208/245 kB | 66/99 kB | 32 kB | 65/282 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 1.3 MB/s)
01:17:18 [2019-07-31T05:17:18.169Z] Progress (4): 208/245 kB | 70/99 kB | 32 kB | 65/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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (4): 212/245 kB | 70/99 kB | 32 kB | 65/282 kB
Progress (4): 212/245 kB | 70/99 kB | 32 kB | 66/282 kB
Progress (4): 216/245 kB | 70/99 kB | 32 kB | 66/282 kB
Progress (4): 216/245 kB | 74/99 kB | 32 kB | 66/282 kB
Progress (4): 220/245 kB | 74/99 kB | 32 kB | 66/282 kB
Progress (4): 220/245 kB | 74/99 kB | 32 kB | 70/282 kB
Progress (4): 224/245 kB | 74/99 kB | 32 kB | 70/282 kB
Progress (4): 224/245 kB | 78/99 kB | 32 kB | 70/282 kB
Progress (4): 228/245 kB | 78/99 kB | 32 kB | 70/282 kB
Progress (4): 228/245 kB | 78/99 kB | 32 kB | 74/282 kB
Progress (4): 232/245 kB | 78/99 kB | 32 kB | 74/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 170 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] Progress (3): 232/245 kB | 82/99 kB | 74/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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (3): 236/245 kB | 82/99 kB | 74/282 kB
Progress (3): 236/245 kB | 82/99 kB | 78/282 kB
Progress (3): 236/245 kB | 82/99 kB | 82/282 kB
Progress (3): 236/245 kB | 82/99 kB | 86/282 kB
Progress (3): 236/245 kB | 82/99 kB | 90/282 kB
Progress (4): 236/245 kB | 82/99 kB | 90/282 kB | 4.1/64 kB
Progress (4): 236/245 kB | 82/99 kB | 90/282 kB | 7.7/64 kB
Progress (4): 236/245 kB | 82/99 kB | 90/282 kB | 12/64 kB 
Progress (4): 236/245 kB | 82/99 kB | 90/282 kB | 16/64 kB
Progress (4): 236/245 kB | 82/99 kB | 90/282 kB | 20/64 kB
Progress (5): 236/245 kB | 82/99 kB | 90/282 kB | 20/64 kB | 4.1/134 kB
Progress (5): 240/245 kB | 82/99 kB | 90/282 kB | 20/64 kB | 4.1/134 kB
Progress (5): 240/245 kB | 86/99 kB | 90/282 kB | 20/64 kB | 4.1/134 kB
Progress (5): 244/245 kB | 86/99 kB | 90/282 kB | 20/64 kB | 4.1/134 kB
Progress (5): 244/245 kB | 86/99 kB | 90/282 kB | 20/64 kB | 7.7/134 kB
Progress (5): 244/245 kB | 86/99 kB | 90/282 kB | 24/64 kB | 7.7/134 kB
Progress (5): 244/245 kB | 86/99 kB | 94/282 kB | 24/64 kB | 7.7/134 kB
Progress (5): 244/245 kB | 86/99 kB | 94/282 kB | 28/64 kB | 7.7/134 kB
Progress (5): 244/245 kB | 86/99 kB | 94/282 kB | 28/64 kB | 12/134 kB 
Progress (5): 245 kB | 86/99 kB | 94/282 kB | 28/64 kB | 12/134 kB    
Progress (5): 245 kB | 90/99 kB | 94/282 kB | 28/64 kB | 12/134 kB
Progress (5): 245 kB | 90/99 kB | 94/282 kB | 28/64 kB | 16/134 kB
Progress (5): 245 kB | 90/99 kB | 94/282 kB | 32/64 kB | 16/134 kB
Progress (5): 245 kB | 90/99 kB | 98/282 kB | 32/64 kB | 16/134 kB
Progress (5): 245 kB | 90/99 kB | 98/282 kB | 33/64 kB | 16/134 kB
Progress (5): 245 kB | 90/99 kB | 98/282 kB | 33/64 kB | 20/134 kB
Progress (5): 245 kB | 94/99 kB | 98/282 kB | 33/64 kB | 20/134 kB
Progress (5): 245 kB | 94/99 kB | 98/282 kB | 33/64 kB | 24/134 kB
Progress (5): 245 kB | 94/99 kB | 98/282 kB | 37/64 kB | 24/134 kB
Progress (5): 245 kB | 94/99 kB | 102/282 kB | 37/64 kB | 24/134 kB
Progress (5): 245 kB | 94/99 kB | 102/282 kB | 41/64 kB | 24/134 kB
Progress (5): 245 kB | 94/99 kB | 102/282 kB | 41/64 kB | 28/134 kB
Progress (5): 245 kB | 98/99 kB | 102/282 kB | 41/64 kB | 28/134 kB
Progress (5): 245 kB | 98/99 kB | 102/282 kB | 41/64 kB | 32/134 kB
Progress (5): 245 kB | 98/99 kB | 102/282 kB | 45/64 kB | 32/134 kB
Progress (5): 245 kB | 98/99 kB | 106/282 kB | 45/64 kB | 32/134 kB
Progress (5): 245 kB | 98/99 kB | 106/282 kB | 49/64 kB | 32/134 kB
Progress (5): 245 kB | 98/99 kB | 106/282 kB | 49/64 kB | 33/134 kB
Progress (5): 245 kB | 98/99 kB | 106/282 kB | 49/64 kB | 33/134 kB
Progress (5): 245 kB | 99 kB | 106/282 kB | 49/64 kB | 33/134 kB   
Progress (5): 245 kB | 99 kB | 106/282 kB | 49/64 kB | 37/134 kB
Progress (5): 245 kB | 99 kB | 106/282 kB | 53/64 kB | 37/134 kB
Progress (5): 245 kB | 99 kB | 110/282 kB | 53/64 kB | 37/134 kB
Progress (5): 245 kB | 99 kB | 110/282 kB | 57/64 kB | 37/134 kB
Progress (5): 245 kB | 99 kB | 110/282 kB | 57/64 kB | 41/134 kB
Progress (5): 245 kB | 99 kB | 110/282 kB | 61/64 kB | 41/134 kB
Progress (5): 245 kB | 99 kB | 114/282 kB | 61/64 kB | 41/134 kB
Progress (5): 245 kB | 99 kB | 114/282 kB | 64 kB | 41/134 kB   
Progress (5): 245 kB | 99 kB | 114/282 kB | 64 kB | 45/134 kB
Progress (5): 245 kB | 99 kB | 118/282 kB | 64 kB | 45/134 kB
Progress (5): 245 kB | 99 kB | 118/282 kB | 64 kB | 49/134 kB
Progress (5): 245 kB | 99 kB | 122/282 kB | 64 kB | 49/134 kB
Progress (5): 245 kB | 99 kB | 122/282 kB | 64 kB | 53/134 kB
Progress (5): 245 kB | 99 kB | 126/282 kB | 64 kB | 53/134 kB
Progress (5): 245 kB | 99 kB | 126/282 kB | 64 kB | 57/134 kB
Progress (5): 245 kB | 99 kB | 130/282 kB | 64 kB | 57/134 kB
Progress (5): 245 kB | 99 kB | 130/282 kB | 64 kB | 61/134 kB
Progress (5): 245 kB | 99 kB | 134/282 kB | 64 kB | 61/134 kB
Progress (5): 245 kB | 99 kB | 134/282 kB | 64 kB | 65/134 kB
Progress (5): 245 kB | 99 kB | 138/282 kB | 64 kB | 65/134 kB
Progress (5): 245 kB | 99 kB | 138/282 kB | 64 kB | 66/134 kB
Progress (5): 245 kB | 99 kB | 142/282 kB | 64 kB | 66/134 kB
Progress (5): 245 kB | 99 kB | 142/282 kB | 64 kB | 70/134 kB
Progress (5): 245 kB | 99 kB | 146/282 kB | 64 kB | 70/134 kB
Progress (5): 245 kB | 99 kB | 146/282 kB | 64 kB | 74/134 kB
Progress (5): 245 kB | 99 kB | 150/282 kB | 64 kB | 74/134 kB
Progress (5): 245 kB | 99 kB | 150/282 kB | 64 kB | 78/134 kB
Progress (5): 245 kB | 99 kB | 154/282 kB | 64 kB | 78/134 kB
Progress (5): 245 kB | 99 kB | 154/282 kB | 64 kB | 82/134 kB
Progress (5): 245 kB | 99 kB | 158/282 kB | 64 kB | 82/134 kB
Progress (5): 245 kB | 99 kB | 158/282 kB | 64 kB | 86/134 kB
Progress (5): 245 kB | 99 kB | 162/282 kB | 64 kB | 86/134 kB
Progress (5): 245 kB | 99 kB | 162/282 kB | 64 kB | 90/134 kB
Progress (5): 245 kB | 99 kB | 166/282 kB | 64 kB | 90/134 kB
Progress (5): 245 kB | 99 kB | 166/282 kB | 64 kB | 94/134 kB
Progress (5): 245 kB | 99 kB | 170/282 kB | 64 kB | 94/134 kB
Progress (5): 245 kB | 99 kB | 170/282 kB | 64 kB | 98/134 kB
Progress (5): 245 kB | 99 kB | 174/282 kB | 64 kB | 98/134 kB
Progress (5): 245 kB | 99 kB | 174/282 kB | 64 kB | 98/134 kB
Progress (5): 245 kB | 99 kB | 178/282 kB | 64 kB | 98/134 kB
Progress (5): 245 kB | 99 kB | 178/282 kB | 64 kB | 102/134 kB
Progress (5): 245 kB | 99 kB | 182/282 kB | 64 kB | 102/134 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 270 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] Progress (4): 245 kB | 99 kB | 186/282 kB | 102/134 kB
Progress (4): 245 kB | 99 kB | 186/282 kB | 106/134 kB
Progress (4): 245 kB | 99 kB | 190/282 kB | 106/134 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
01:17:18 [2019-07-31T05:17:18.169Z] Progress (4): 245 kB | 99 kB | 194/282 kB | 106/134 kB
Progress (4): 245 kB | 99 kB | 194/282 kB | 110/134 kB
Progress (4): 245 kB | 99 kB | 198/282 kB | 110/134 kB
Progress (4): 245 kB | 99 kB | 198/282 kB | 114/134 kB
Progress (4): 245 kB | 99 kB | 202/282 kB | 114/134 kB
Progress (4): 245 kB | 99 kB | 202/282 kB | 118/134 kB
Progress (4): 245 kB | 99 kB | 206/282 kB | 118/134 kB
Progress (4): 245 kB | 99 kB | 206/282 kB | 122/134 kB
Progress (4): 245 kB | 99 kB | 210/282 kB | 122/134 kB
Progress (4): 245 kB | 99 kB | 210/282 kB | 126/134 kB
Progress (4): 245 kB | 99 kB | 214/282 kB | 126/134 kB
Progress (4): 245 kB | 99 kB | 214/282 kB | 130/134 kB
Progress (4): 245 kB | 99 kB | 218/282 kB | 130/134 kB
Progress (4): 245 kB | 99 kB | 218/282 kB | 134 kB    
Progress (4): 245 kB | 99 kB | 222/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 226/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 230/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 234/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 238/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 242/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 246/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 250/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 254/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 258/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 262/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 266/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 270/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 274/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 278/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 282/282 kB | 134 kB
Progress (4): 245 kB | 99 kB | 282 kB | 134 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 404 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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
01:17:18 [2019-07-31T05:17:18.169Z] 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 996 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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
01:17:18 [2019-07-31T05:17:18.169Z] 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 541 kB/s)
01:17:18 [2019-07-31T05:17:18.169Z] 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
01:17:18 [2019-07-31T05:17:18.426Z] Progress (2): 282 kB | 4.1/12 kB
Progress (2): 282 kB | 7.7/12 kB
Progress (2): 282 kB | 12/12 kB 
Progress (2): 282 kB | 12 kB   
Progress (3): 282 kB | 12 kB | 4.1/58 kB
Progress (3): 282 kB | 12 kB | 7.7/58 kB
Progress (4): 282 kB | 12 kB | 7.7/58 kB | 4.1/185 kB
Progress (4): 282 kB | 12 kB | 12/58 kB | 4.1/185 kB 
Progress (4): 282 kB | 12 kB | 12/58 kB | 7.7/185 kB
Progress (4): 282 kB | 12 kB | 16/58 kB | 7.7/185 kB
Progress (4): 282 kB | 12 kB | 16/58 kB | 12/185 kB 
Progress (4): 282 kB | 12 kB | 20/58 kB | 12/185 kB
Progress (4): 282 kB | 12 kB | 20/58 kB | 16/185 kB
Progress (4): 282 kB | 12 kB | 24/58 kB | 16/185 kB
Progress (4): 282 kB | 12 kB | 24/58 kB | 20/185 kB
Progress (4): 282 kB | 12 kB | 28/58 kB | 20/185 kB
Progress (4): 282 kB | 12 kB | 28/58 kB | 24/185 kB
Progress (4): 282 kB | 12 kB | 32/58 kB | 24/185 kB
Progress (4): 282 kB | 12 kB | 32/58 kB | 28/185 kB
Progress (4): 282 kB | 12 kB | 36/58 kB | 28/185 kB
Progress (4): 282 kB | 12 kB | 36/58 kB | 32/185 kB
Progress (4): 282 kB | 12 kB | 40/58 kB | 32/185 kB
Progress (4): 282 kB | 12 kB | 40/58 kB | 33/185 kB
Progress (4): 282 kB | 12 kB | 44/58 kB | 33/185 kB
Progress (5): 282 kB | 12 kB | 44/58 kB | 33/185 kB | 4.1/35 kB
Progress (5): 282 kB | 12 kB | 48/58 kB | 33/185 kB | 4.1/35 kB
Progress (5): 282 kB | 12 kB | 48/58 kB | 37/185 kB | 4.1/35 kB
Progress (5): 282 kB | 12 kB | 52/58 kB | 37/185 kB | 4.1/35 kB
Progress (5): 282 kB | 12 kB | 52/58 kB | 37/185 kB | 7.7/35 kB
Progress (5): 282 kB | 12 kB | 56/58 kB | 37/185 kB | 7.7/35 kB
Progress (5): 282 kB | 12 kB | 56/58 kB | 41/185 kB | 7.7/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 41/185 kB | 7.7/35 kB   
Progress (5): 282 kB | 12 kB | 58 kB | 41/185 kB | 12/35 kB 
Progress (5): 282 kB | 12 kB | 58 kB | 45/185 kB | 12/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 45/185 kB | 16/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 49/185 kB | 16/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 49/185 kB | 20/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 53/185 kB | 20/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 53/185 kB | 24/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 57/185 kB | 24/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 57/185 kB | 28/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 61/185 kB | 28/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 61/185 kB | 32/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 65/185 kB | 32/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 65/185 kB | 33/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 66/185 kB | 33/35 kB
Progress (5): 282 kB | 12 kB | 58 kB | 66/185 kB | 35 kB   
Progress (5): 282 kB | 12 kB | 58 kB | 70/185 kB | 35 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 43 kB/s)
01:17:18 [2019-07-31T05:17:18.426Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar
01:17:18 [2019-07-31T05:17:18.426Z] Progress (4): 282 kB | 58 kB | 74/185 kB | 35 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 1.0 MB/s)
01:17:18 [2019-07-31T05:17:18.426Z] Progress (3): 58 kB | 78/185 kB | 35 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
01:17:18 [2019-07-31T05:17:18.426Z] Progress (3): 58 kB | 82/185 kB | 35 kB
Progress (3): 58 kB | 86/185 kB | 35 kB
Progress (3): 58 kB | 90/185 kB | 35 kB
Progress (3): 58 kB | 94/185 kB | 35 kB
Progress (3): 58 kB | 98/185 kB | 35 kB
Progress (3): 58 kB | 98/185 kB | 35 kB
Progress (3): 58 kB | 102/185 kB | 35 kB
Progress (3): 58 kB | 106/185 kB | 35 kB
Progress (3): 58 kB | 110/185 kB | 35 kB
Progress (3): 58 kB | 114/185 kB | 35 kB
Progress (3): 58 kB | 118/185 kB | 35 kB
Progress (3): 58 kB | 122/185 kB | 35 kB
Progress (3): 58 kB | 126/185 kB | 35 kB
Progress (3): 58 kB | 130/185 kB | 35 kB
Progress (3): 58 kB | 134/185 kB | 35 kB
Progress (3): 58 kB | 138/185 kB | 35 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 205 kB/s)
01:17:18 [2019-07-31T05:17:18.426Z] 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 124 kB/s)
01:17:18 [2019-07-31T05:17:18.426Z] Progress (1): 142/185 kB
Progress (1): 146/185 kB
Progress (1): 150/185 kB
Progress (1): 154/185 kB
Progress (1): 158/185 kB
Progress (2): 158/185 kB | 4.1/245 kB
Progress (2): 162/185 kB | 4.1/245 kB
Progress (2): 162/185 kB | 7.7/245 kB
Progress (2): 166/185 kB | 7.7/245 kB
Progress (2): 170/185 kB | 7.7/245 kB
Progress (2): 170/185 kB | 12/245 kB 
Progress (2): 174/185 kB | 12/245 kB
Progress (2): 174/185 kB | 16/245 kB
Progress (2): 178/185 kB | 16/245 kB
Progress (2): 178/185 kB | 20/245 kB
Progress (2): 182/185 kB | 20/245 kB
Progress (2): 182/185 kB | 24/245 kB
Progress (2): 185 kB | 24/245 kB    
Progress (2): 185 kB | 28/245 kB
Progress (3): 185 kB | 28/245 kB | 4.1/45 kB
Progress (3): 185 kB | 32/245 kB | 4.1/45 kB
Progress (3): 185 kB | 32/245 kB | 7.7/45 kB
Progress (3): 185 kB | 33/245 kB | 7.7/45 kB
Progress (3): 185 kB | 33/245 kB | 12/45 kB 
Progress (3): 185 kB | 37/245 kB | 12/45 kB
Progress (3): 185 kB | 37/245 kB | 16/45 kB
Progress (3): 185 kB | 41/245 kB | 16/45 kB
Progress (3): 185 kB | 41/245 kB | 20/45 kB
Progress (3): 185 kB | 45/245 kB | 20/45 kB
Progress (3): 185 kB | 45/245 kB | 24/45 kB
Progress (3): 185 kB | 49/245 kB | 24/45 kB
Progress (3): 185 kB | 49/245 kB | 28/45 kB
Progress (3): 185 kB | 53/245 kB | 28/45 kB
Progress (3): 185 kB | 53/245 kB | 32/45 kB
Progress (3): 185 kB | 57/245 kB | 32/45 kB
Progress (3): 185 kB | 57/245 kB | 33/45 kB
Progress (3): 185 kB | 61/245 kB | 33/45 kB
Progress (3): 185 kB | 61/245 kB | 37/45 kB
Progress (3): 185 kB | 65/245 kB | 37/45 kB
Progress (3): 185 kB | 65/245 kB | 41/45 kB
Progress (3): 185 kB | 69/245 kB | 41/45 kB
Progress (3): 185 kB | 69/245 kB | 45/45 kB
Progress (3): 185 kB | 69/245 kB | 45 kB   
Progress (3): 185 kB | 73/245 kB | 45 kB
Progress (3): 185 kB | 77/245 kB | 45 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 631 kB/s)
01:17:18 [2019-07-31T05:17:18.426Z] Progress (2): 81/245 kB | 45 kB
Progress (2): 85/245 kB | 45 kB
Progress (2): 89/245 kB | 45 kB
Progress (2): 93/245 kB | 45 kB
Progress (2): 97/245 kB | 45 kB
Progress (2): 101/245 kB | 45 kB
Progress (2): 105/245 kB | 45 kB
Progress (2): 109/245 kB | 45 kB
Progress (2): 113/245 kB | 45 kB
Progress (2): 117/245 kB | 45 kB
Progress (2): 121/245 kB | 45 kB
Progress (2): 125/245 kB | 45 kB
Progress (2): 129/245 kB | 45 kB
Progress (2): 133/245 kB | 45 kB
Progress (2): 137/245 kB | 45 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 152 kB/s)
01:17:18 [2019-07-31T05:17:18.426Z] Progress (1): 141/245 kB
Progress (1): 145/245 kB
Progress (1): 149/245 kB
Progress (1): 153/245 kB
Progress (1): 157/245 kB
Progress (1): 161/245 kB
Progress (1): 165/245 kB
Progress (1): 169/245 kB
Progress (1): 173/245 kB
Progress (1): 177/245 kB
Progress (1): 181/245 kB
Progress (1): 185/245 kB
Progress (1): 189/245 kB
Progress (1): 193/245 kB
Progress (1): 197/245 kB
Progress (1): 201/245 kB
Progress (1): 205/245 kB
Progress (1): 209/245 kB
Progress (1): 213/245 kB
Progress (1): 217/245 kB
Progress (1): 221/245 kB
Progress (1): 225/245 kB
Progress (1): 229/245 kB
Progress (1): 233/245 kB
Progress (1): 237/245 kB
Progress (1): 241/245 kB
Progress (1): 245/245 kB
Progress (1): 245 kB    
                    
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 788 kB/s)
01:17:18 [2019-07-31T05:17:18.426Z] [INFO] 
01:17:18 [2019-07-31T05:17:18.426Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass ---
01:17:18 [2019-07-31T05:17:18.426Z] 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
01:17:18 [2019-07-31T05:17:18.426Z] 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
01:17:18 [2019-07-31T05:17:18.426Z] 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
01:17:18 [2019-07-31T05:17:18.683Z] 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
01:17:18 [2019-07-31T05:17:18.683Z] 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
01:17:18 [2019-07-31T05:17:18.683Z] 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
01:17:18 [2019-07-31T05:17:18.683Z] 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 243 kB/s)
01:17:18 [2019-07-31T05:17:18.683Z] 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
01:17:18 [2019-07-31T05:17:18.683Z] 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
01:17:18 [2019-07-31T05:17:18.683Z] 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
01:17:18 [2019-07-31T05:17:18.939Z] 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
01:17:18 [2019-07-31T05:17:18.939Z] 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
01:17:18 [2019-07-31T05:17:18.939Z] 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
01:17:18 [2019-07-31T05:17:18.939Z] 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 291 kB/s)
01:17:18 [2019-07-31T05:17:18.939Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/9/maven-parent-9.pom
01:17:19 [2019-07-31T05:17:19.202Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom
01:17:19 [2019-07-31T05:17:19.202Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/9/maven-parent-9.pom
01:17:19 [2019-07-31T05:17:19.202Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom
01:17:19 [2019-07-31T05:17:19.202Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom
01:17:19 [2019-07-31T05:17:19.202Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
01:17:19 [2019-07-31T05:17:19.202Z] 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.1 MB/s)
01:17:19 [2019-07-31T05:17:19.459Z] 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
01:17:19 [2019-07-31T05:17:19.459Z] 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
01:17:19 [2019-07-31T05:17:19.459Z] 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
01:17:19 [2019-07-31T05:17:19.459Z] 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
01:17:19 [2019-07-31T05:17:19.459Z] 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
01:17:19 [2019-07-31T05:17:19.459Z] 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
01:17:19 [2019-07-31T05:17:19.716Z] 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)
01:17:19 [2019-07-31T05:17:19.716Z] 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
01:17:19 [2019-07-31T05:17:19.716Z] 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
01:17:19 [2019-07-31T05:17:19.716Z] 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
01:17:19 [2019-07-31T05:17:19.716Z] 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
01:17:19 [2019-07-31T05:17:19.716Z] 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
01:17:19 [2019-07-31T05:17:19.716Z] 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
01:17:19 [2019-07-31T05:17:19.973Z] 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 72 kB/s)
01:17:19 [2019-07-31T05:17:19.973Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/7/maven-parent-7.pom
01:17:19 [2019-07-31T05:17:19.973Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom
01:17:19 [2019-07-31T05:17:19.973Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/7/maven-parent-7.pom
01:17:19 [2019-07-31T05:17:19.973Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom
01:17:19 [2019-07-31T05:17:19.973Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom
01:17:19 [2019-07-31T05:17:19.973Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom
01:17:20 [2019-07-31T05:17:20.231Z] 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 708 kB/s)
01:17:20 [2019-07-31T05:17:20.231Z] 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
01:17:20 [2019-07-31T05:17:20.231Z] 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
01:17:20 [2019-07-31T05:17:20.231Z] 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
01:17:20 [2019-07-31T05:17:20.231Z] 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
01:17:20 [2019-07-31T05:17:20.231Z] 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
01:17:20 [2019-07-31T05:17:20.231Z] 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
01:17:20 [2019-07-31T05:17:20.489Z] 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 25 kB/s)
01:17:20 [2019-07-31T05:17:20.489Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
01:17:20 [2019-07-31T05:17:20.489Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
01:17:20 [2019-07-31T05:17:20.489Z] 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
01:17:20 [2019-07-31T05:17:20.489Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
01:17:20 [2019-07-31T05:17:20.489Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
01:17:20 [2019-07-31T05:17:20.829Z] 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
01:17:20 [2019-07-31T05:17:20.829Z] 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 356 kB/s)
01:17:20 [2019-07-31T05:17:20.829Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
01:17:20 [2019-07-31T05:17:20.829Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
01:17:20 [2019-07-31T05:17:20.829Z] 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
01:17:20 [2019-07-31T05:17:20.829Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
01:17:20 [2019-07-31T05:17:20.829Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
01:17:20 [2019-07-31T05:17:20.829Z] 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
01:17:20 [2019-07-31T05:17:20.829Z] 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)
01:17:20 [2019-07-31T05:17:20.829Z] 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
01:17:20 [2019-07-31T05:17:20.829Z] 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
01:17:20 [2019-07-31T05:17:20.829Z] 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
01:17:21 [2019-07-31T05:17:21.086Z] 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
01:17:21 [2019-07-31T05:17:21.086Z] 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
01:17:21 [2019-07-31T05:17:21.086Z] 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
01:17:21 [2019-07-31T05:17:21.086Z] 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 48 kB/s)
01:17:21 [2019-07-31T05:17:21.086Z] 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
01:17:21 [2019-07-31T05:17:21.086Z] 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
01:17:21 [2019-07-31T05:17:21.086Z] 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
01:17:21 [2019-07-31T05:17:21.342Z] 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
01:17:21 [2019-07-31T05:17:21.342Z] 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
01:17:21 [2019-07-31T05:17:21.342Z] 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
01:17:21 [2019-07-31T05:17:21.342Z] 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)
01:17:21 [2019-07-31T05:17:21.342Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.pom
01:17:21 [2019-07-31T05:17:21.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.8.2/junit-4.8.2.pom
01:17:21 [2019-07-31T05:17:21.599Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.8.2/junit-4.8.2.pom
01:17:21 [2019-07-31T05:17:21.599Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.8.2/junit-4.8.2.pom
01:17:21 [2019-07-31T05:17:21.599Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.8.2/junit-4.8.2.pom
01:17:21 [2019-07-31T05:17:21.599Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom
01:17:21 [2019-07-31T05:17:21.599Z] 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 55 kB/s)
01:17:21 [2019-07-31T05:17:21.599Z] 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
01:17:21 [2019-07-31T05:17:21.855Z] 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
01:17:21 [2019-07-31T05:17:21.855Z] 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
01:17:21 [2019-07-31T05:17:21.855Z] 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
01:17:21 [2019-07-31T05:17:21.855Z] 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
01:17:21 [2019-07-31T05:17:21.855Z] 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
01:17:22 [2019-07-31T05:17:22.112Z] 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 13 kB/s)
01:17:22 [2019-07-31T05:17:22.112Z] 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
01:17:22 [2019-07-31T05:17:22.112Z] 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
01:17:22 [2019-07-31T05:17:22.112Z] 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
01:17:22 [2019-07-31T05:17:22.112Z] 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
01:17:22 [2019-07-31T05:17:22.112Z] 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
01:17:22 [2019-07-31T05:17:22.112Z] 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
01:17:22 [2019-07-31T05:17:22.369Z] 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)
01:17:22 [2019-07-31T05:17:22.369Z] 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
01:17:22 [2019-07-31T05:17:22.369Z] 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
01:17:22 [2019-07-31T05:17:22.369Z] 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
01:17:22 [2019-07-31T05:17:22.369Z] 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
01:17:22 [2019-07-31T05:17:22.369Z] 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
01:17:22 [2019-07-31T05:17:22.369Z] 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
01:17:22 [2019-07-31T05:17:22.625Z] 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)
01:17:22 [2019-07-31T05:17:22.625Z] 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
01:17:22 [2019-07-31T05:17:22.625Z] 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
01:17:22 [2019-07-31T05:17:22.625Z] 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
01:17:22 [2019-07-31T05:17:22.625Z] 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
01:17:22 [2019-07-31T05:17:22.625Z] 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
01:17:22 [2019-07-31T05:17:22.882Z] 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
01:17:22 [2019-07-31T05:17:22.882Z] 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 183 kB/s)
01:17:22 [2019-07-31T05:17:22.882Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
01:17:22 [2019-07-31T05:17:22.882Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
01:17:22 [2019-07-31T05:17:22.882Z] 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
01:17:22 [2019-07-31T05:17:22.882Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
01:17:22 [2019-07-31T05:17:22.882Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
01:17:23 [2019-07-31T05:17:23.139Z] 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
01:17:23 [2019-07-31T05:17:23.139Z] 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 288 kB/s)
01:17:23 [2019-07-31T05:17:23.139Z] 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
01:17:23 [2019-07-31T05:17:23.139Z] 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
01:17:23 [2019-07-31T05:17:23.139Z] 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
01:17:23 [2019-07-31T05:17:23.139Z] 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
01:17:23 [2019-07-31T05:17:23.139Z] 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
01:17:23 [2019-07-31T05:17:23.396Z] 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
01:17:23 [2019-07-31T05:17:23.396Z] 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 74 kB/s)
01:17:23 [2019-07-31T05:17:23.396Z] 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
01:17:23 [2019-07-31T05:17:23.396Z] 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
01:17:23 [2019-07-31T05:17:23.396Z] 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
01:17:23 [2019-07-31T05:17:23.396Z] 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
01:17:23 [2019-07-31T05:17:23.653Z] 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
01:17:23 [2019-07-31T05:17:23.653Z] 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
01:17:23 [2019-07-31T05:17:23.653Z] 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 322 kB/s)
01:17:23 [2019-07-31T05:17:23.653Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
01:17:23 [2019-07-31T05:17:23.653Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
01:17:23 [2019-07-31T05:17:23.653Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom
01:17:23 [2019-07-31T05:17:23.653Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
01:17:23 [2019-07-31T05:17:23.910Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
01:17:23 [2019-07-31T05:17:23.910Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
01:17:23 [2019-07-31T05:17:23.910Z] 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 802 kB/s)
01:17:23 [2019-07-31T05:17:23.910Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/7/apache-7.pom
01:17:23 [2019-07-31T05:17:23.910Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom
01:17:23 [2019-07-31T05:17:23.910Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/7/apache-7.pom
01:17:23 [2019-07-31T05:17:23.910Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/7/apache-7.pom
01:17:24 [2019-07-31T05:17:24.166Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/7/apache-7.pom
01:17:24 [2019-07-31T05:17:24.166Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
01:17:24 [2019-07-31T05:17:24.166Z] 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 515 kB/s)
01:17:24 [2019-07-31T05:17:24.166Z] 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
01:17:24 [2019-07-31T05:17:24.166Z] 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
01:17:24 [2019-07-31T05:17:24.166Z] 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
01:17:24 [2019-07-31T05:17:24.166Z] 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
01:17:24 [2019-07-31T05:17:24.423Z] 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
01:17:24 [2019-07-31T05:17:24.423Z] 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
01:17:24 [2019-07-31T05:17:24.423Z] 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 63 kB/s)
01:17:24 [2019-07-31T05:17:24.423Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
01:17:24 [2019-07-31T05:17:24.423Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
01:17:24 [2019-07-31T05:17:24.423Z] 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
01:17:24 [2019-07-31T05:17:24.423Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
01:17:24 [2019-07-31T05:17:24.680Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
01:17:24 [2019-07-31T05:17:24.680Z] 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
01:17:24 [2019-07-31T05:17:24.680Z] 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 333 kB/s)
01:17:24 [2019-07-31T05:17:24.680Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
01:17:24 [2019-07-31T05:17:24.680Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
01:17:24 [2019-07-31T05:17:24.680Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
01:17:24 [2019-07-31T05:17:24.680Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
01:17:24 [2019-07-31T05:17:24.936Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
01:17:24 [2019-07-31T05:17:24.936Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
01:17:24 [2019-07-31T05:17:24.936Z] 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 1.1 MB/s)
01:17:24 [2019-07-31T05:17:24.936Z] 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
01:17:24 [2019-07-31T05:17:24.936Z] 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
01:17:24 [2019-07-31T05:17:24.936Z] 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
01:17:25 [2019-07-31T05:17:25.193Z] 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
01:17:25 [2019-07-31T05:17:25.450Z] 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
01:17:25 [2019-07-31T05:17:25.450Z] 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
01:17:25 [2019-07-31T05:17:25.450Z] 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 151 kB/s)
01:17:25 [2019-07-31T05:17:25.450Z] 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
01:17:25 [2019-07-31T05:17:25.707Z] 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
01:17:25 [2019-07-31T05:17:25.707Z] 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
01:17:25 [2019-07-31T05:17:25.707Z] 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
01:17:25 [2019-07-31T05:17:25.707Z] 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
01:17:25 [2019-07-31T05:17:25.707Z] 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
01:17:25 [2019-07-31T05:17:25.963Z] 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 77 kB/s)
01:17:25 [2019-07-31T05:17:25.963Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
01:17:25 [2019-07-31T05:17:25.963Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
01:17:25 [2019-07-31T05:17:25.963Z] 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
01:17:25 [2019-07-31T05:17:25.963Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
01:17:26 [2019-07-31T05:17:26.220Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
01:17:26 [2019-07-31T05:17:26.220Z] 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
01:17:26 [2019-07-31T05:17:26.220Z] 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 837 kB/s)
01:17:26 [2019-07-31T05:17:26.220Z] 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
01:17:26 [2019-07-31T05:17:26.220Z] 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
01:17:26 [2019-07-31T05:17:26.220Z] 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
01:17:26 [2019-07-31T05:17:26.476Z] 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
01:17:26 [2019-07-31T05:17:26.476Z] 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
01:17:26 [2019-07-31T05:17:26.476Z] 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
01:17:26 [2019-07-31T05:17:26.476Z] 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 77 kB/s)
01:17:26 [2019-07-31T05:17:26.476Z] 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
01:17:26 [2019-07-31T05:17:26.476Z] 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
01:17:26 [2019-07-31T05:17:26.476Z] 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
01:17:27 [2019-07-31T05:17:27.031Z] 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
01:17:27 [2019-07-31T05:17:27.031Z] 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
01:17:27 [2019-07-31T05:17:27.031Z] 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
01:17:27 [2019-07-31T05:17:27.031Z] 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 101 kB/s)
01:17:27 [2019-07-31T05:17:27.031Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
01:17:27 [2019-07-31T05:17:27.031Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
01:17:27 [2019-07-31T05:17:27.031Z] 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
01:17:27 [2019-07-31T05:17:27.031Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
01:17:27 [2019-07-31T05:17:27.031Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
01:17:27 [2019-07-31T05:17:27.031Z] 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
01:17:27 [2019-07-31T05:17:27.031Z] 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 45 kB/s)
01:17:27 [2019-07-31T05:17:27.031Z] 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
01:17:27 [2019-07-31T05:17:27.031Z] 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
01:17:27 [2019-07-31T05:17:27.031Z] 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
01:17:27 [2019-07-31T05:17:27.381Z] 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
01:17:27 [2019-07-31T05:17:27.381Z] 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
01:17:27 [2019-07-31T05:17:27.381Z] 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
01:17:27 [2019-07-31T05:17:27.381Z] 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 75 kB/s)
01:17:27 [2019-07-31T05:17:27.381Z] 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
01:17:27 [2019-07-31T05:17:27.381Z] 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
01:17:27 [2019-07-31T05:17:27.381Z] 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
01:17:27 [2019-07-31T05:17:27.638Z] 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
01:17:27 [2019-07-31T05:17:27.638Z] 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
01:17:27 [2019-07-31T05:17:27.638Z] 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
01:17:27 [2019-07-31T05:17:27.638Z] 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 63 kB/s)
01:17:27 [2019-07-31T05:17:27.638Z] 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
01:17:27 [2019-07-31T05:17:27.638Z] 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
01:17:27 [2019-07-31T05:17:27.638Z] 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
01:17:27 [2019-07-31T05:17:27.895Z] 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
01:17:27 [2019-07-31T05:17:27.895Z] 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
01:17:27 [2019-07-31T05:17:27.895Z] 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
01:17:27 [2019-07-31T05:17:27.895Z] 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 63 kB/s)
01:17:27 [2019-07-31T05:17:27.895Z] 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
01:17:27 [2019-07-31T05:17:27.895Z] 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
01:17:27 [2019-07-31T05:17:27.895Z] 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
01:17:28 [2019-07-31T05:17:28.153Z] 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
01:17:28 [2019-07-31T05:17:28.153Z] 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
01:17:28 [2019-07-31T05:17:28.153Z] 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
01:17:28 [2019-07-31T05:17:28.153Z] 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 51 kB/s)
01:17:28 [2019-07-31T05:17:28.153Z] 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
01:17:28 [2019-07-31T05:17:28.153Z] 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
01:17:28 [2019-07-31T05:17:28.153Z] 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
01:17:28 [2019-07-31T05:17:28.411Z] 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
01:17:28 [2019-07-31T05:17:28.411Z] 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
01:17:28 [2019-07-31T05:17:28.411Z] 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
01:17:28 [2019-07-31T05:17:28.411Z] 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 63 kB/s)
01:17:28 [2019-07-31T05:17:28.411Z] 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
01:17:28 [2019-07-31T05:17:28.411Z] 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
01:17:28 [2019-07-31T05:17:28.411Z] 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
01:17:28 [2019-07-31T05:17:28.668Z] 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
01:17:28 [2019-07-31T05:17:28.668Z] 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
01:17:28 [2019-07-31T05:17:28.668Z] 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
01:17:28 [2019-07-31T05:17:28.668Z] 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 55 kB/s)
01:17:28 [2019-07-31T05:17:28.668Z] 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
01:17:28 [2019-07-31T05:17:28.668Z] 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
01:17:28 [2019-07-31T05:17:28.668Z] 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
01:17:28 [2019-07-31T05:17:28.925Z] 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
01:17:28 [2019-07-31T05:17:28.925Z] 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
01:17:28 [2019-07-31T05:17:28.925Z] 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
01:17:28 [2019-07-31T05:17:28.925Z] 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 54 kB/s)
01:17:28 [2019-07-31T05:17:28.925Z] 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
01:17:28 [2019-07-31T05:17:28.925Z] 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
01:17:28 [2019-07-31T05:17:28.925Z] 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
01:17:29 [2019-07-31T05:17:29.182Z] 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
01:17:29 [2019-07-31T05:17:29.182Z] 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
01:17:29 [2019-07-31T05:17:29.182Z] 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
01:17:29 [2019-07-31T05:17:29.182Z] 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 626 kB/s)
01:17:29 [2019-07-31T05:17:29.182Z] 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
01:17:29 [2019-07-31T05:17:29.182Z] 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
01:17:29 [2019-07-31T05:17:29.182Z] 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
01:17:29 [2019-07-31T05:17:29.440Z] 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
01:17:29 [2019-07-31T05:17:29.440Z] 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
01:17:29 [2019-07-31T05:17:29.440Z] 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
01:17:29 [2019-07-31T05:17:29.440Z] 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 34 kB/s)
01:17:29 [2019-07-31T05:17:29.440Z] 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
01:17:29 [2019-07-31T05:17:29.440Z] 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
01:17:29 [2019-07-31T05:17:29.696Z] 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
01:17:29 [2019-07-31T05:17:29.696Z] 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
01:17:29 [2019-07-31T05:17:29.696Z] 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
01:17:29 [2019-07-31T05:17:29.696Z] 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
01:17:29 [2019-07-31T05:17:29.696Z] 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 113 kB/s)
01:17:29 [2019-07-31T05:17:29.696Z] 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
01:17:29 [2019-07-31T05:17:29.696Z] 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
01:17:29 [2019-07-31T05:17:29.953Z] 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
01:17:29 [2019-07-31T05:17:29.953Z] 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
01:17:29 [2019-07-31T05:17:29.953Z] 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
01:17:29 [2019-07-31T05:17:29.953Z] 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
01:17:29 [2019-07-31T05:17:29.953Z] 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 188 kB/s)
01:17:29 [2019-07-31T05:17:29.953Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
01:17:29 [2019-07-31T05:17:29.953Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
01:17:30 [2019-07-31T05:17:30.210Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
01:17:30 [2019-07-31T05:17:30.210Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
01:17:30 [2019-07-31T05:17:30.210Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
01:17:30 [2019-07-31T05:17:30.210Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
01:17:30 [2019-07-31T05:17:30.210Z] 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 76 kB/s)
01:17:30 [2019-07-31T05:17:30.210Z] 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
01:17:30 [2019-07-31T05:17:30.210Z] 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
01:17:30 [2019-07-31T05:17:30.466Z] 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
01:17:30 [2019-07-31T05:17:30.466Z] 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
01:17:30 [2019-07-31T05:17:30.466Z] 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
01:17:30 [2019-07-31T05:17:30.466Z] 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
01:17:30 [2019-07-31T05:17:30.466Z] 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 24 kB/s)
01:17:30 [2019-07-31T05:17:30.466Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/1/apache-1.pom
01:17:30 [2019-07-31T05:17:30.723Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/1/apache-1.pom
01:17:30 [2019-07-31T05:17:30.723Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/1/apache-1.pom
01:17:30 [2019-07-31T05:17:30.723Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/1/apache-1.pom
01:17:30 [2019-07-31T05:17:30.723Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/1/apache-1.pom
01:17:30 [2019-07-31T05:17:30.723Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
01:17:30 [2019-07-31T05:17:30.723Z] 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 114 kB/s)
01:17:30 [2019-07-31T05:17:30.723Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
01:17:30 [2019-07-31T05:17:30.979Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
01:17:30 [2019-07-31T05:17:30.979Z] 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
01:17:30 [2019-07-31T05:17:30.979Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
01:17:30 [2019-07-31T05:17:30.979Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
01:17:30 [2019-07-31T05:17:30.979Z] 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
01:17:30 [2019-07-31T05:17:30.979Z] 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 437 kB/s)
01:17:30 [2019-07-31T05:17:30.979Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/9/commons-parent-9.pom
01:17:31 [2019-07-31T05:17:31.237Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom
01:17:31 [2019-07-31T05:17:31.237Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
01:17:31 [2019-07-31T05:17:31.237Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom
01:17:31 [2019-07-31T05:17:31.237Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom
01:17:31 [2019-07-31T05:17:31.237Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
01:17:31 [2019-07-31T05:17:31.495Z] 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)
01:17:31 [2019-07-31T05:17:31.495Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
01:17:31 [2019-07-31T05:17:31.495Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
01:17:31 [2019-07-31T05:17:31.495Z] 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
01:17:31 [2019-07-31T05:17:31.495Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
01:17:31 [2019-07-31T05:17:31.495Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
01:17:31 [2019-07-31T05:17:31.495Z] 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
01:17:31 [2019-07-31T05:17:31.751Z] 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 250 kB/s)
01:17:31 [2019-07-31T05:17:31.751Z] 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
01:17:31 [2019-07-31T05:17:31.751Z] 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
01:17:31 [2019-07-31T05:17:31.751Z] 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
01:17:31 [2019-07-31T05:17:31.751Z] 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
01:17:31 [2019-07-31T05:17:31.751Z] 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
01:17:31 [2019-07-31T05:17:31.751Z] 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
01:17:32 [2019-07-31T05:17:32.008Z] 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 164 kB/s)
01:17:32 [2019-07-31T05:17:32.008Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
01:17:32 [2019-07-31T05:17:32.008Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
01:17:32 [2019-07-31T05:17:32.008Z] 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
01:17:32 [2019-07-31T05:17:32.008Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
01:17:32 [2019-07-31T05:17:32.008Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
01:17:32 [2019-07-31T05:17:32.008Z] 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
01:17:32 [2019-07-31T05:17:32.266Z] 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 123 kB/s)
01:17:32 [2019-07-31T05:17:32.266Z] 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
01:17:32 [2019-07-31T05:17:32.266Z] 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
01:17:32 [2019-07-31T05:17:32.266Z] 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
01:17:32 [2019-07-31T05:17:32.266Z] 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
01:17:32 [2019-07-31T05:17:32.266Z] 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
01:17:32 [2019-07-31T05:17:32.524Z] 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
01:17:32 [2019-07-31T05:17:32.524Z] 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 197 kB/s)
01:17:32 [2019-07-31T05:17:32.524Z] 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
01:17:32 [2019-07-31T05:17:32.524Z] 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
01:17:32 [2019-07-31T05:17:32.524Z] 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
01:17:32 [2019-07-31T05:17:32.524Z] 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
01:17:32 [2019-07-31T05:17:32.781Z] 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
01:17:32 [2019-07-31T05:17:32.781Z] 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
01:17:32 [2019-07-31T05:17:32.781Z] 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 527 kB/s)
01:17:32 [2019-07-31T05:17:32.781Z] 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
01:17:32 [2019-07-31T05:17:32.781Z] 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
01:17:32 [2019-07-31T05:17:32.781Z] 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
01:17:32 [2019-07-31T05:17:32.781Z] 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
01:17:33 [2019-07-31T05:17:33.038Z] 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
01:17:33 [2019-07-31T05:17:33.038Z] 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
01:17:33 [2019-07-31T05:17:33.038Z] 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 61 kB/s)
01:17:33 [2019-07-31T05:17:33.038Z] 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
01:17:33 [2019-07-31T05:17:33.038Z] 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
01:17:33 [2019-07-31T05:17:33.038Z] 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
01:17:33 [2019-07-31T05:17:33.295Z] 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
01:17:33 [2019-07-31T05:17:33.295Z] 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
01:17:33 [2019-07-31T05:17:33.295Z] 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
01:17:33 [2019-07-31T05:17:33.295Z] 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 49 kB/s)
01:17:33 [2019-07-31T05:17:33.295Z] 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
01:17:33 [2019-07-31T05:17:33.295Z] 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
01:17:33 [2019-07-31T05:17:33.295Z] 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
01:17:33 [2019-07-31T05:17:33.552Z] 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
01:17:33 [2019-07-31T05:17:33.552Z] 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
01:17:33 [2019-07-31T05:17:33.552Z] 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
01:17:33 [2019-07-31T05:17:33.552Z] 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 84 kB/s)
01:17:33 [2019-07-31T05:17:33.552Z] 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
01:17:33 [2019-07-31T05:17:33.552Z] 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
01:17:33 [2019-07-31T05:17:33.552Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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 189 kB/s)
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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)
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.027Z] 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
01:17:34 [2019-07-31T05:17:34.285Z] 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
01:17:34 [2019-07-31T05:17:34.285Z] 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
01:17:34 [2019-07-31T05:17:34.285Z] 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
01:17:34 [2019-07-31T05:17:34.285Z] 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 104 kB/s)
01:17:34 [2019-07-31T05:17:34.285Z] 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
01:17:34 [2019-07-31T05:17:34.285Z] 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
01:17:34 [2019-07-31T05:17:34.285Z] 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
01:17:34 [2019-07-31T05:17:34.541Z] 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
01:17:34 [2019-07-31T05:17:34.541Z] 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
01:17:34 [2019-07-31T05:17:34.541Z] 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
01:17:34 [2019-07-31T05:17:34.541Z] 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 63 kB/s)
01:17:34 [2019-07-31T05:17:34.542Z] 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
01:17:34 [2019-07-31T05:17:34.542Z] 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
01:17:34 [2019-07-31T05:17:34.542Z] 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
01:17:34 [2019-07-31T05:17:34.798Z] 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
01:17:34 [2019-07-31T05:17:34.798Z] 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
01:17:34 [2019-07-31T05:17:34.798Z] 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
01:17:34 [2019-07-31T05:17:34.798Z] 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 59 kB/s)
01:17:34 [2019-07-31T05:17:34.798Z] 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
01:17:34 [2019-07-31T05:17:34.798Z] 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
01:17:35 [2019-07-31T05:17:35.055Z] 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
01:17:35 [2019-07-31T05:17:35.055Z] 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
01:17:35 [2019-07-31T05:17:35.055Z] 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
01:17:35 [2019-07-31T05:17:35.055Z] 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
01:17:35 [2019-07-31T05:17:35.055Z] 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 47 kB/s)
01:17:35 [2019-07-31T05:17:35.055Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
01:17:35 [2019-07-31T05:17:35.313Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
01:17:35 [2019-07-31T05:17:35.313Z] 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
01:17:35 [2019-07-31T05:17:35.313Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
01:17:35 [2019-07-31T05:17:35.313Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
01:17:35 [2019-07-31T05:17:35.313Z] 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
01:17:35 [2019-07-31T05:17:35.570Z] 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)
01:17:35 [2019-07-31T05:17:35.570Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
01:17:35 [2019-07-31T05:17:35.570Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
01:17:35 [2019-07-31T05:17:35.570Z] 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
01:17:35 [2019-07-31T05:17:35.570Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
01:17:35 [2019-07-31T05:17:35.570Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
01:17:35 [2019-07-31T05:17:35.570Z] 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
01:17:35 [2019-07-31T05:17:35.827Z] 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 226 kB/s)
01:17:35 [2019-07-31T05:17:35.827Z] 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
01:17:35 [2019-07-31T05:17:35.827Z] 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
01:17:35 [2019-07-31T05:17:35.827Z] 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
01:17:35 [2019-07-31T05:17:35.827Z] 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
01:17:35 [2019-07-31T05:17:35.827Z] 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
01:17:35 [2019-07-31T05:17:35.827Z] 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
01:17:36 [2019-07-31T05:17:36.084Z] 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 58 kB/s)
01:17:36 [2019-07-31T05:17:36.084Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
01:17:36 [2019-07-31T05:17:36.084Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
01:17:36 [2019-07-31T05:17:36.084Z] 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
01:17:36 [2019-07-31T05:17:36.084Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
01:17:36 [2019-07-31T05:17:36.341Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
01:17:36 [2019-07-31T05:17:36.341Z] 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
01:17:36 [2019-07-31T05:17:36.341Z] 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 163 kB/s)
01:17:36 [2019-07-31T05:17:36.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
01:17:36 [2019-07-31T05:17:36.341Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom
01:17:36 [2019-07-31T05:17:36.341Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom
01:17:36 [2019-07-31T05:17:36.599Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom
01:17:36 [2019-07-31T05:17:36.599Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
01:17:36 [2019-07-31T05:17:36.599Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
01:17:36 [2019-07-31T05:17:36.599Z] 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 250 kB/s)
01:17:36 [2019-07-31T05:17:36.599Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
01:17:36 [2019-07-31T05:17:36.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
01:17:36 [2019-07-31T05:17:36.599Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
01:17:36 [2019-07-31T05:17:36.855Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
01:17:36 [2019-07-31T05:17:36.855Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
01:17:36 [2019-07-31T05:17:36.855Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
01:17:36 [2019-07-31T05:17:36.855Z] 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/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 400 kB/s)
01:17:36 [2019-07-31T05:17:36.855Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
01:17:36 [2019-07-31T05:17:36.855Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
01:17:36 [2019-07-31T05:17:36.855Z] 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
01:17:37 [2019-07-31T05:17:37.112Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
01:17:37 [2019-07-31T05:17:37.112Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
01:17:37 [2019-07-31T05:17:37.112Z] 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
01:17:37 [2019-07-31T05:17:37.112Z] 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)
01:17:37 [2019-07-31T05:17:37.112Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.pom
01:17:37 [2019-07-31T05:17:37.112Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.pom
01:17:37 [2019-07-31T05:17:37.112Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
01:17:37 [2019-07-31T05:17:37.369Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/oro/oro/2.0.8/oro-2.0.8.pom
01:17:37 [2019-07-31T05:17:37.370Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/oro/oro/2.0.8/oro-2.0.8.pom
01:17:37 [2019-07-31T05:17:37.370Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
01:17:37 [2019-07-31T05:17:37.370Z] 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.8 kB/s)
01:17:37 [2019-07-31T05:17:37.370Z] 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
01:17:37 [2019-07-31T05:17:37.370Z] 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
01:17:37 [2019-07-31T05:17:37.370Z] 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
01:17:37 [2019-07-31T05:17:37.626Z] 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
01:17:37 [2019-07-31T05:17:37.626Z] 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
01:17:37 [2019-07-31T05:17:37.626Z] 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
01:17:37 [2019-07-31T05:17:37.626Z] 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 284 kB/s)
01:17:37 [2019-07-31T05:17:37.626Z] 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
01:17:37 [2019-07-31T05:17:37.626Z] 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
01:17:37 [2019-07-31T05:17:37.626Z] 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
01:17:37 [2019-07-31T05:17:37.883Z] 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
01:17:37 [2019-07-31T05:17:37.883Z] 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
01:17:37 [2019-07-31T05:17:37.883Z] 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
01:17:37 [2019-07-31T05:17:37.883Z] 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 7.4 kB/s)
01:17:37 [2019-07-31T05:17:37.883Z] 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
01:17:37 [2019-07-31T05:17:37.883Z] 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
01:17:37 [2019-07-31T05:17:37.883Z] 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
01:17:38 [2019-07-31T05:17:38.139Z] 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
01:17:38 [2019-07-31T05:17:38.139Z] 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
01:17:38 [2019-07-31T05:17:38.139Z] 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
01:17:38 [2019-07-31T05:17:38.139Z] 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 31 kB/s)
01:17:38 [2019-07-31T05:17:38.139Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
01:17:38 [2019-07-31T05:17:38.139Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
01:17:38 [2019-07-31T05:17:38.139Z] 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
01:17:38 [2019-07-31T05:17:38.396Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
01:17:38 [2019-07-31T05:17:38.396Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
01:17:38 [2019-07-31T05:17:38.396Z] 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
01:17:38 [2019-07-31T05:17:38.396Z] 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 34 kB/s)
01:17:38 [2019-07-31T05:17:38.396Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
01:17:38 [2019-07-31T05:17:38.396Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
01:17:38 [2019-07-31T05:17:38.396Z] 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
01:17:38 [2019-07-31T05:17:38.652Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
01:17:38 [2019-07-31T05:17:38.652Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
01:17:38 [2019-07-31T05:17:38.652Z] 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
01:17:38 [2019-07-31T05:17:38.652Z] 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 80 kB/s)
01:17:38 [2019-07-31T05:17:38.652Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
01:17:38 [2019-07-31T05:17:38.652Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
01:17:38 [2019-07-31T05:17:38.652Z] 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
01:17:38 [2019-07-31T05:17:38.909Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
01:17:38 [2019-07-31T05:17:38.909Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
01:17:38 [2019-07-31T05:17:38.909Z] 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
01:17:38 [2019-07-31T05:17:38.909Z] 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.9 kB/s)
01:17:38 [2019-07-31T05:17:38.909Z] 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
01:17:38 [2019-07-31T05:17:38.909Z] 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
01:17:39 [2019-07-31T05:17:39.166Z] 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
01:17:39 [2019-07-31T05:17:39.166Z] 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
01:17:39 [2019-07-31T05:17:39.166Z] 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
01:17:39 [2019-07-31T05:17:39.166Z] 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
01:17:39 [2019-07-31T05:17:39.166Z] 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 75 kB/s)
01:17:39 [2019-07-31T05:17:39.166Z] 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
01:17:39 [2019-07-31T05:17:39.166Z] 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
01:17:39 [2019-07-31T05:17:39.423Z] 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
01:17:39 [2019-07-31T05:17:39.423Z] 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
01:17:39 [2019-07-31T05:17:39.423Z] 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
01:17:39 [2019-07-31T05:17:39.423Z] 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
01:17:39 [2019-07-31T05:17:39.423Z] 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 14 kB/s)
01:17:39 [2019-07-31T05:17:39.679Z] 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
01:17:39 [2019-07-31T05:17:39.679Z] 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
01:17:39 [2019-07-31T05:17:39.679Z] 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
01:17:39 [2019-07-31T05:17:39.679Z] 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
01:17:39 [2019-07-31T05:17:39.679Z] 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
01:17:39 [2019-07-31T05:17:39.679Z] 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
01:17:39 [2019-07-31T05:17:39.936Z] 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 278 kB/s)
01:17:39 [2019-07-31T05:17:39.936Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom
01:17:39 [2019-07-31T05:17:39.936Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom
01:17:39 [2019-07-31T05:17:39.936Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom
01:17:39 [2019-07-31T05:17:39.936Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom
01:17:39 [2019-07-31T05:17:39.936Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom
01:17:39 [2019-07-31T05:17:39.936Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom
01:17:40 [2019-07-31T05:17:40.193Z] 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.8.4/org.jacoco.agent-0.8.4.pom (3.5 kB at 114 kB/s)
01:17:40 [2019-07-31T05:17:40.193Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom
01:17:40 [2019-07-31T05:17:40.193Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom
01:17:40 [2019-07-31T05:17:40.193Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom
01:17:40 [2019-07-31T05:17:40.193Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom
01:17:40 [2019-07-31T05:17:40.193Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom
01:17:40 [2019-07-31T05:17:40.449Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom
01:17:40 [2019-07-31T05:17:40.449Z] Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom (2.1 kB at 70 kB/s)
01:17:40 [2019-07-31T05:17:40.449Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/7.1/asm-7.1.pom
01:17:40 [2019-07-31T05:17:40.449Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.1/asm-7.1.pom
01:17:40 [2019-07-31T05:17:40.449Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm/7.1/asm-7.1.pom
01:17:40 [2019-07-31T05:17:40.449Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/7.1/asm-7.1.pom
01:17:40 [2019-07-31T05:17:40.449Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/7.1/asm-7.1.pom
01:17:40 [2019-07-31T05:17:40.705Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom
01:17:40 [2019-07-31T05:17:40.705Z] Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom (2.9 kB at 95 kB/s)
01:17:40 [2019-07-31T05:17:40.705Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom
01:17:40 [2019-07-31T05:17:40.705Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom
01:17:40 [2019-07-31T05:17:40.705Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom
01:17:40 [2019-07-31T05:17:40.705Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom
01:17:40 [2019-07-31T05:17:40.962Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom
01:17:40 [2019-07-31T05:17:40.962Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom
01:17:40 [2019-07-31T05:17:40.962Z] Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom (3.7 kB at 118 kB/s)
01:17:40 [2019-07-31T05:17:40.962Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
01:17:40 [2019-07-31T05:17:40.962Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
01:17:40 [2019-07-31T05:17:40.962Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
01:17:40 [2019-07-31T05:17:40.962Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
01:17:41 [2019-07-31T05:17:41.222Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
01:17:41 [2019-07-31T05:17:41.222Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
01:17:41 [2019-07-31T05:17:41.222Z] Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom (3.1 kB at 101 kB/s)
01:17:41 [2019-07-31T05:17:41.222Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
01:17:41 [2019-07-31T05:17:41.222Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
01:17:41 [2019-07-31T05:17:41.222Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
01:17:41 [2019-07-31T05:17:41.728Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
01:17:41 [2019-07-31T05:17:41.728Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
01:17:41 [2019-07-31T05:17:41.728Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
01:17:41 [2019-07-31T05:17:41.728Z] Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom (3.2 kB at 98 kB/s)
01:17:41 [2019-07-31T05:17:41.728Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom
01:17:41 [2019-07-31T05:17:41.728Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom
01:17:41 [2019-07-31T05:17:41.728Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom
01:17:41 [2019-07-31T05:17:41.728Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom
01:17:41 [2019-07-31T05:17:41.728Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom
01:17:41 [2019-07-31T05:17:41.728Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom
01:17:41 [2019-07-31T05:17:41.728Z] Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom (1.9 kB at 55 kB/s)
01:17:41 [2019-07-31T05:17:41.728Z] 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
01:17:41 [2019-07-31T05:17:41.728Z] 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.jar
01:17:41 [2019-07-31T05:17:41.728Z] 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
01:17:41 [2019-07-31T05:17:41.728Z] 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.jar
01:17:41 [2019-07-31T05:17:41.728Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.jar
01:17:41 [2019-07-31T05:17:41.985Z] 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.jar
01:17:41 [2019-07-31T05:17:41.985Z] 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.jar
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] 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.jar
01:17:41 [2019-07-31T05:17:41.985Z] 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.jar
01:17:41 [2019-07-31T05:17:41.985Z] 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.jar
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] 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.jar
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.jar
01:17:41 [2019-07-31T05:17:41.985Z] 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
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/7.1/asm-7.1.jar
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
01:17:41 [2019-07-31T05:17:41.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] 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.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] 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.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.8.2/junit-4.8.2.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] 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.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] 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.jar
01:17:42 [2019-07-31T05:17:42.242Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
01:17:42 [2019-07-31T05:17:42.242Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
01:17:42 [2019-07-31T05:17:42.242Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
01:17:42 [2019-07-31T05:17:42.242Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar
01:17:42 [2019-07-31T05:17:42.242Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
01:17:42 [2019-07-31T05:17:42.242Z] 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
01:17:42 [2019-07-31T05:17:42.242Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.jar
01:17:42 [2019-07-31T05:17:42.499Z] 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
01:17:42 [2019-07-31T05:17:42.499Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar
01:17:42 [2019-07-31T05:17:42.499Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar
01:17:42 [2019-07-31T05:17:42.499Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.1/asm-7.1.jar
01:17:42 [2019-07-31T05:17:42.499Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar
01:17:42 [2019-07-31T05:17:42.499Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
01:17:42 [2019-07-31T05:17:42.499Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
01:17:42 [2019-07-31T05:17:42.499Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar
01:17:42 [2019-07-31T05:17:42.499Z] 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
01:17:42 [2019-07-31T05:17:42.499Z] 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
01:17:42 [2019-07-31T05:17:42.499Z] 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
01:17:42 [2019-07-31T05:17:42.499Z] 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.jar
01:17:42 [2019-07-31T05:17:42.499Z] 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.jar
01:17:42 [2019-07-31T05:17:42.499Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.8.2/junit-4.8.2.jar
01:17:42 [2019-07-31T05:17:42.499Z] 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.jar
01:17:42 [2019-07-31T05:17:42.499Z] 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.jar
01:17:42 [2019-07-31T05:17:42.499Z] 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
01:17:42 [2019-07-31T05:17:42.499Z] 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.jar
01:17:42 [2019-07-31T05:17:42.757Z] 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.jar
01:17:42 [2019-07-31T05:17:42.757Z] 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.jar
01:17:42 [2019-07-31T05:17:42.757Z] 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
01:17:42 [2019-07-31T05:17:42.757Z] 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.jar
01:17:42 [2019-07-31T05:17:42.757Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
01:17:43 [2019-07-31T05:17:43.013Z] 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
01:17:43 [2019-07-31T05:17:43.013Z] 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
01:17:43 [2019-07-31T05:17:43.013Z] 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
01:17:43 [2019-07-31T05:17:43.013Z] 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
01:17:43 [2019-07-31T05:17:43.013Z] 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
01:17:43 [2019-07-31T05:17:43.013Z] 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
01:17:43 [2019-07-31T05:17:43.013Z] 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
01:17:43 [2019-07-31T05:17:43.013Z] 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
01:17:43 [2019-07-31T05:17:43.013Z] 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
01:17:43 [2019-07-31T05:17:43.013Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar
01:17:43 [2019-07-31T05:17:43.270Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
01:17:43 [2019-07-31T05:17:43.270Z] 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
01:17:43 [2019-07-31T05:17:43.270Z] 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
01:17:43 [2019-07-31T05:17:43.270Z] 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
01:17:43 [2019-07-31T05:17:43.270Z] 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
01:17:43 [2019-07-31T05:17:43.270Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
01:17:43 [2019-07-31T05:17:43.270Z] 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
01:17:43 [2019-07-31T05:17:43.270Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar
01:17:43 [2019-07-31T05:17:43.270Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar
01:17:43 [2019-07-31T05:17:43.270Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm/7.1/asm-7.1.jar
01:17:43 [2019-07-31T05:17:43.526Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar
01:17:43 [2019-07-31T05:17:43.527Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
01:17:43 [2019-07-31T05:17:43.527Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
01:17:43 [2019-07-31T05:17:43.527Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] 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.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] 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.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.8.2/junit-4.8.2.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] 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.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] 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.jar
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/oro/oro/2.0.8/oro-2.0.8.jar
01:17:43 [2019-07-31T05:17:43.783Z] 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
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/7.1/asm-7.1.jar
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
01:17:43 [2019-07-31T05:17:43.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] 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.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] 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.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.8.2/junit-4.8.2.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] 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.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] 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.jar
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/oro/oro/2.0.8/oro-2.0.8.jar
01:17:44 [2019-07-31T05:17:44.040Z] 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
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/7.1/asm-7.1.jar
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
01:17:44 [2019-07-31T05:17:44.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar
01:17:44 [2019-07-31T05:17:44.299Z] 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
01:17:44 [2019-07-31T05:17:44.299Z] 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
01:17:44 [2019-07-31T05:17:44.299Z] 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.jar
01:17:44 [2019-07-31T05:17:44.299Z] 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
01:17:44 [2019-07-31T05:17:44.299Z] 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.jar
01:17:44 [2019-07-31T05:17:44.299Z] Progress (1): 4.1/43 kB
Progress (2): 4.1/43 kB | 4.1/39 kB
Progress (2): 7.7/43 kB | 4.1/39 kB
Progress (2): 7.7/43 kB | 7.7/39 kB
Progress (3): 7.7/43 kB | 7.7/39 kB | 4.1/38 kB
Progress (3): 7.7/43 kB | 12/39 kB | 4.1/38 kB 
Progress (3): 7.7/43 kB | 12/39 kB | 7.7/38 kB
Progress (3): 7.7/43 kB | 16/39 kB | 7.7/38 kB
Progress (3): 7.7/43 kB | 20/39 kB | 7.7/38 kB
Progress (3): 7.7/43 kB | 24/39 kB | 7.7/38 kB
Progress (3): 12/43 kB | 24/39 kB | 7.7/38 kB 
Progress (4): 12/43 kB | 24/39 kB | 7.7/38 kB | 4.1/49 kB
Progress (4): 16/43 kB | 24/39 kB | 7.7/38 kB | 4.1/49 kB
Progress (4): 16/43 kB | 24/39 kB | 12/38 kB | 4.1/49 kB 
Progress (5): 16/43 kB | 24/39 kB | 12/38 kB | 4.1/49 kB | 4.1/195 kB
Progress (5): 16/43 kB | 24/39 kB | 16/38 kB | 4.1/49 kB | 4.1/195 kB
Progress (5): 20/43 kB | 24/39 kB | 16/38 kB | 4.1/49 kB | 4.1/195 kB
Progress (5): 20/43 kB | 24/39 kB | 16/38 kB | 7.7/49 kB | 4.1/195 kB
Progress (5): 20/43 kB | 28/39 kB | 16/38 kB | 7.7/49 kB | 4.1/195 kB
Progress (5): 20/43 kB | 28/39 kB | 16/38 kB | 12/49 kB | 4.1/195 kB 
Progress (5): 24/43 kB | 28/39 kB | 16/38 kB | 12/49 kB | 4.1/195 kB
Progress (5): 24/43 kB | 28/39 kB | 20/38 kB | 12/49 kB | 4.1/195 kB
Progress (5): 24/43 kB | 28/39 kB | 20/38 kB | 12/49 kB | 7.7/195 kB
Progress (5): 24/43 kB | 28/39 kB | 24/38 kB | 12/49 kB | 7.7/195 kB
Progress (5): 28/43 kB | 28/39 kB | 24/38 kB | 12/49 kB | 7.7/195 kB
Progress (5): 28/43 kB | 28/39 kB | 24/38 kB | 16/49 kB | 7.7/195 kB
Progress (5): 28/43 kB | 32/39 kB | 24/38 kB | 16/49 kB | 7.7/195 kB
Progress (5): 28/43 kB | 32/39 kB | 24/38 kB | 20/49 kB | 7.7/195 kB
Progress (5): 32/43 kB | 32/39 kB | 24/38 kB | 20/49 kB | 7.7/195 kB
Progress (5): 32/43 kB | 32/39 kB | 28/38 kB | 20/49 kB | 7.7/195 kB
Progress (5): 32/43 kB | 32/39 kB | 28/38 kB | 20/49 kB | 12/195 kB 
Progress (5): 32/43 kB | 32/39 kB | 32/38 kB | 20/49 kB | 12/195 kB
Progress (5): 36/43 kB | 32/39 kB | 32/38 kB | 20/49 kB | 12/195 kB
Progress (5): 36/43 kB | 32/39 kB | 32/38 kB | 24/49 kB | 12/195 kB
Progress (5): 36/43 kB | 36/39 kB | 32/38 kB | 24/49 kB | 12/195 kB
Progress (5): 36/43 kB | 36/39 kB | 32/38 kB | 28/49 kB | 12/195 kB
Progress (5): 40/43 kB | 36/39 kB | 32/38 kB | 28/49 kB | 12/195 kB
Progress (5): 40/43 kB | 36/39 kB | 36/38 kB | 28/49 kB | 12/195 kB
Progress (5): 40/43 kB | 36/39 kB | 36/38 kB | 28/49 kB | 16/195 kB
Progress (5): 40/43 kB | 36/39 kB | 38 kB | 28/49 kB | 16/195 kB   
Progress (5): 43 kB | 36/39 kB | 38 kB | 28/49 kB | 16/195 kB   
Progress (5): 43 kB | 36/39 kB | 38 kB | 32/49 kB | 16/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 32/49 kB | 16/195 kB   
Progress (5): 43 kB | 39 kB | 38 kB | 36/49 kB | 16/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 36/49 kB | 20/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 40/49 kB | 20/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 40/49 kB | 24/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 44/49 kB | 24/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 44/49 kB | 28/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 48/49 kB | 28/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 48/49 kB | 32/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 32/195 kB   
Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 36/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 40/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 44/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 48/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 52/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 56/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 60/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 64/195 kB
Progress (5): 43 kB | 39 kB | 38 kB | 49 kB | 68/195 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 737 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (4): 43 kB | 39 kB | 49 kB | 72/195 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar
01:17:44 [2019-07-31T05:17:44.299Z] Progress (4): 43 kB | 39 kB | 49 kB | 76/195 kB
Progress (4): 43 kB | 39 kB | 49 kB | 80/195 kB
Progress (4): 43 kB | 39 kB | 49 kB | 84/195 kB
Progress (4): 43 kB | 39 kB | 49 kB | 88/195 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 705 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] 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.jar
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 43 kB | 49 kB | 92/195 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.jar (49 kB at 723 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 43 kB | 92/195 kB | 4.1/237 kB
Progress (3): 43 kB | 96/195 kB | 4.1/237 kB
                                            
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 610 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] 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
01:17:44 [2019-07-31T05:17:44.299Z] Progress (2): 100/195 kB | 4.1/237 kB
Progress (2): 100/195 kB | 7.7/237 kB
                                     
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.jar
01:17:44 [2019-07-31T05:17:44.299Z] Progress (2): 100/195 kB | 12/237 kB
Progress (2): 104/195 kB | 12/237 kB
Progress (2): 104/195 kB | 16/237 kB
Progress (2): 108/195 kB | 16/237 kB
Progress (2): 108/195 kB | 20/237 kB
Progress (2): 112/195 kB | 20/237 kB
Progress (2): 112/195 kB | 24/237 kB
Progress (2): 116/195 kB | 24/237 kB
Progress (2): 116/195 kB | 28/237 kB
Progress (2): 120/195 kB | 28/237 kB
Progress (2): 120/195 kB | 32/237 kB
Progress (2): 124/195 kB | 32/237 kB
Progress (2): 124/195 kB | 33/237 kB
Progress (2): 128/195 kB | 33/237 kB
Progress (2): 128/195 kB | 37/237 kB
Progress (2): 132/195 kB | 37/237 kB
Progress (2): 132/195 kB | 41/237 kB
Progress (2): 136/195 kB | 41/237 kB
Progress (2): 136/195 kB | 45/237 kB
Progress (2): 140/195 kB | 45/237 kB
Progress (2): 140/195 kB | 49/237 kB
Progress (2): 144/195 kB | 49/237 kB
Progress (2): 144/195 kB | 53/237 kB
Progress (2): 148/195 kB | 53/237 kB
Progress (2): 148/195 kB | 57/237 kB
Progress (2): 152/195 kB | 57/237 kB
Progress (2): 152/195 kB | 61/237 kB
Progress (2): 156/195 kB | 61/237 kB
Progress (2): 156/195 kB | 65/237 kB
Progress (2): 160/195 kB | 65/237 kB
Progress (2): 160/195 kB | 66/237 kB
Progress (2): 164/195 kB | 66/237 kB
Progress (2): 164/195 kB | 70/237 kB
Progress (2): 168/195 kB | 70/237 kB
Progress (2): 168/195 kB | 74/237 kB
Progress (2): 172/195 kB | 74/237 kB
Progress (2): 172/195 kB | 78/237 kB
Progress (2): 176/195 kB | 78/237 kB
Progress (2): 176/195 kB | 82/237 kB
Progress (2): 180/195 kB | 82/237 kB
Progress (2): 180/195 kB | 86/237 kB
Progress (2): 184/195 kB | 86/237 kB
Progress (2): 184/195 kB | 90/237 kB
Progress (2): 188/195 kB | 90/237 kB
Progress (2): 188/195 kB | 94/237 kB
Progress (2): 192/195 kB | 94/237 kB
Progress (2): 192/195 kB | 98/237 kB
Progress (2): 195 kB | 98/237 kB    
Progress (3): 195 kB | 98/237 kB | 4.1/11 kB
Progress (3): 195 kB | 98/237 kB | 4.1/11 kB
Progress (3): 195 kB | 98/237 kB | 7.7/11 kB
Progress (3): 195 kB | 102/237 kB | 7.7/11 kB
Progress (3): 195 kB | 102/237 kB | 11 kB    
Progress (3): 195 kB | 106/237 kB | 11 kB
Progress (3): 195 kB | 110/237 kB | 11 kB
Progress (3): 195 kB | 114/237 kB | 11 kB
Progress (3): 195 kB | 118/237 kB | 11 kB
Progress (3): 195 kB | 122/237 kB | 11 kB
Progress (3): 195 kB | 126/237 kB | 11 kB
Progress (3): 195 kB | 130/237 kB | 11 kB
Progress (3): 195 kB | 134/237 kB | 11 kB
Progress (3): 195 kB | 138/237 kB | 11 kB
Progress (3): 195 kB | 142/237 kB | 11 kB
Progress (3): 195 kB | 146/237 kB | 11 kB
Progress (3): 195 kB | 150/237 kB | 11 kB
Progress (3): 195 kB | 154/237 kB | 11 kB
Progress (3): 195 kB | 158/237 kB | 11 kB
Progress (3): 195 kB | 162/237 kB | 11 kB
Progress (3): 195 kB | 166/237 kB | 11 kB
Progress (3): 195 kB | 170/237 kB | 11 kB
Progress (3): 195 kB | 174/237 kB | 11 kB
Progress (3): 195 kB | 178/237 kB | 11 kB
Progress (3): 195 kB | 182/237 kB | 11 kB
Progress (3): 195 kB | 186/237 kB | 11 kB
Progress (3): 195 kB | 190/237 kB | 11 kB
Progress (3): 195 kB | 194/237 kB | 11 kB
Progress (3): 195 kB | 198/237 kB | 11 kB
Progress (3): 195 kB | 202/237 kB | 11 kB
Progress (3): 195 kB | 206/237 kB | 11 kB
Progress (3): 195 kB | 210/237 kB | 11 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.jar (195 kB at 2.2 MB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (2): 214/237 kB | 11 kB
                                
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.jar
01:17:44 [2019-07-31T05:17:44.299Z] Progress (2): 218/237 kB | 11 kB
Progress (2): 222/237 kB | 11 kB
Progress (2): 226/237 kB | 11 kB
Progress (2): 230/237 kB | 11 kB
Progress (2): 234/237 kB | 11 kB
Progress (2): 237 kB | 11 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.jar (11 kB at 114 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] 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.jar
01:17:44 [2019-07-31T05:17:44.299Z] Progress (2): 237 kB | 4.1/17 kB
Progress (3): 237 kB | 4.1/17 kB | 4.1/123 kB
Progress (3): 237 kB | 7.7/17 kB | 4.1/123 kB
Progress (3): 237 kB | 7.7/17 kB | 7.7/123 kB
Progress (3): 237 kB | 12/17 kB | 7.7/123 kB 
Progress (3): 237 kB | 12/17 kB | 12/123 kB 
Progress (3): 237 kB | 16/17 kB | 12/123 kB
Progress (3): 237 kB | 16/17 kB | 16/123 kB
Progress (3): 237 kB | 17 kB | 16/123 kB   
Progress (3): 237 kB | 17 kB | 20/123 kB
Progress (3): 237 kB | 17 kB | 24/123 kB
Progress (3): 237 kB | 17 kB | 28/123 kB
Progress (3): 237 kB | 17 kB | 32/123 kB
Progress (3): 237 kB | 17 kB | 33/123 kB
Progress (3): 237 kB | 17 kB | 37/123 kB
Progress (3): 237 kB | 17 kB | 41/123 kB
Progress (3): 237 kB | 17 kB | 45/123 kB
Progress (3): 237 kB | 17 kB | 49/123 kB
Progress (3): 237 kB | 17 kB | 53/123 kB
Progress (4): 237 kB | 17 kB | 53/123 kB | 4.1/10 kB
Progress (4): 237 kB | 17 kB | 57/123 kB | 4.1/10 kB
Progress (4): 237 kB | 17 kB | 57/123 kB | 7.7/10 kB
Progress (4): 237 kB | 17 kB | 61/123 kB | 7.7/10 kB
Progress (4): 237 kB | 17 kB | 61/123 kB | 10 kB    
Progress (4): 237 kB | 17 kB | 65/123 kB | 10 kB
Progress (4): 237 kB | 17 kB | 66/123 kB | 10 kB
Progress (4): 237 kB | 17 kB | 70/123 kB | 10 kB
Progress (4): 237 kB | 17 kB | 74/123 kB | 10 kB
Progress (4): 237 kB | 17 kB | 78/123 kB | 10 kB
Progress (4): 237 kB | 17 kB | 82/123 kB | 10 kB
Progress (4): 237 kB | 17 kB | 86/123 kB | 10 kB
Progress (4): 237 kB | 17 kB | 90/123 kB | 10 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 2.2 MB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 17 kB | 94/123 kB | 10 kB
                                       
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.jar
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 17 kB | 98/123 kB | 10 kB
Progress (3): 17 kB | 102/123 kB | 10 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 152 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (2): 106/123 kB | 10 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
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 106/123 kB | 10 kB | 4.1/37 kB
Progress (3): 110/123 kB | 10 kB | 4.1/37 kB
Progress (3): 110/123 kB | 10 kB | 7.7/37 kB
Progress (3): 114/123 kB | 10 kB | 7.7/37 kB
Progress (3): 114/123 kB | 10 kB | 12/37 kB 
Progress (3): 118/123 kB | 10 kB | 12/37 kB
Progress (3): 118/123 kB | 10 kB | 16/37 kB
Progress (3): 122/123 kB | 10 kB | 16/37 kB
Progress (3): 122/123 kB | 10 kB | 20/37 kB
Progress (3): 123 kB | 10 kB | 20/37 kB    
Progress (3): 123 kB | 10 kB | 24/37 kB
Progress (3): 123 kB | 10 kB | 28/37 kB
Progress (3): 123 kB | 10 kB | 32/37 kB
Progress (3): 123 kB | 10 kB | 36/37 kB
Progress (3): 123 kB | 10 kB | 37 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.jar (10 kB at 89 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] 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.jar
01:17:44 [2019-07-31T05:17:44.299Z] 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.jar (123 kB at 1.1 MB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
01:17:44 [2019-07-31T05:17:44.299Z] 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.jar (37 kB at 315 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (1): 4.1/30 kB
                       
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
01:17:44 [2019-07-31T05:17:44.299Z] Progress (1): 7.7/30 kB
Progress (1): 12/30 kB 
Progress (1): 16/30 kB
Progress (1): 20/30 kB
Progress (1): 24/30 kB
Progress (1): 28/30 kB
Progress (1): 30 kB   
Progress (2): 30 kB | 4.1/158 kB
Progress (2): 30 kB | 7.7/158 kB
Progress (2): 30 kB | 12/158 kB 
Progress (2): 30 kB | 16/158 kB
Progress (2): 30 kB | 20/158 kB
Progress (2): 30 kB | 24/158 kB
Progress (3): 30 kB | 24/158 kB | 4.1/11 kB
Progress (3): 30 kB | 28/158 kB | 4.1/11 kB
Progress (3): 30 kB | 28/158 kB | 7.7/11 kB
Progress (3): 30 kB | 32/158 kB | 7.7/11 kB
Progress (3): 30 kB | 32/158 kB | 11 kB    
Progress (3): 30 kB | 33/158 kB | 11 kB
Progress (3): 30 kB | 37/158 kB | 11 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.jar (30 kB at 243 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (2): 41/158 kB | 11 kB
Progress (3): 41/158 kB | 11 kB | 0/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
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 41/158 kB | 11 kB | 0/1.2 MB
Progress (3): 45/158 kB | 11 kB | 0/1.2 MB
Progress (3): 45/158 kB | 11 kB | 0/1.2 MB
Progress (3): 49/158 kB | 11 kB | 0/1.2 MB
Progress (3): 49/158 kB | 11 kB | 0/1.2 MB
Progress (3): 53/158 kB | 11 kB | 0/1.2 MB
Progress (3): 53/158 kB | 11 kB | 0/1.2 MB
Progress (3): 57/158 kB | 11 kB | 0/1.2 MB
Progress (4): 57/158 kB | 11 kB | 0/1.2 MB | 4.1/262 kB
Progress (4): 57/158 kB | 11 kB | 0/1.2 MB | 4.1/262 kB
Progress (4): 57/158 kB | 11 kB | 0/1.2 MB | 7.7/262 kB
Progress (4): 61/158 kB | 11 kB | 0/1.2 MB | 7.7/262 kB
Progress (4): 61/158 kB | 11 kB | 0/1.2 MB | 12/262 kB 
Progress (4): 61/158 kB | 11 kB | 0/1.2 MB | 12/262 kB
Progress (4): 61/158 kB | 11 kB | 0/1.2 MB | 16/262 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.jar (11 kB at 87 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 65/158 kB | 0/1.2 MB | 16/262 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
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 65/158 kB | 0/1.2 MB | 20/262 kB
Progress (3): 65/158 kB | 0/1.2 MB | 20/262 kB
Progress (3): 65/158 kB | 0/1.2 MB | 24/262 kB
Progress (3): 66/158 kB | 0/1.2 MB | 24/262 kB
Progress (3): 66/158 kB | 0/1.2 MB | 28/262 kB
Progress (3): 70/158 kB | 0/1.2 MB | 28/262 kB
Progress (3): 70/158 kB | 0/1.2 MB | 28/262 kB
Progress (3): 74/158 kB | 0/1.2 MB | 28/262 kB
Progress (3): 74/158 kB | 0/1.2 MB | 32/262 kB
Progress (3): 78/158 kB | 0/1.2 MB | 32/262 kB
Progress (3): 78/158 kB | 0/1.2 MB | 32/262 kB
Progress (3): 82/158 kB | 0/1.2 MB | 32/262 kB
Progress (3): 82/158 kB | 0/1.2 MB | 33/262 kB
Progress (3): 86/158 kB | 0/1.2 MB | 33/262 kB
Progress (3): 86/158 kB | 0/1.2 MB | 37/262 kB
Progress (3): 86/158 kB | 0/1.2 MB | 37/262 kB
Progress (3): 86/158 kB | 0/1.2 MB | 41/262 kB
Progress (3): 90/158 kB | 0/1.2 MB | 41/262 kB
Progress (3): 90/158 kB | 0/1.2 MB | 41/262 kB
Progress (3): 94/158 kB | 0/1.2 MB | 41/262 kB
Progress (3): 94/158 kB | 0/1.2 MB | 45/262 kB
Progress (3): 98/158 kB | 0/1.2 MB | 45/262 kB
Progress (3): 98/158 kB | 0/1.2 MB | 45/262 kB
Progress (3): 98/158 kB | 0/1.2 MB | 45/262 kB
Progress (3): 98/158 kB | 0/1.2 MB | 49/262 kB
Progress (3): 102/158 kB | 0/1.2 MB | 49/262 kB
Progress (3): 102/158 kB | 0.1/1.2 MB | 49/262 kB
Progress (3): 106/158 kB | 0.1/1.2 MB | 49/262 kB
Progress (3): 106/158 kB | 0.1/1.2 MB | 53/262 kB
Progress (3): 110/158 kB | 0.1/1.2 MB | 53/262 kB
Progress (3): 110/158 kB | 0.1/1.2 MB | 53/262 kB
Progress (3): 114/158 kB | 0.1/1.2 MB | 53/262 kB
Progress (3): 114/158 kB | 0.1/1.2 MB | 57/262 kB
Progress (3): 118/158 kB | 0.1/1.2 MB | 57/262 kB
Progress (3): 118/158 kB | 0.1/1.2 MB | 57/262 kB
Progress (3): 122/158 kB | 0.1/1.2 MB | 57/262 kB
Progress (3): 122/158 kB | 0.1/1.2 MB | 61/262 kB
Progress (3): 126/158 kB | 0.1/1.2 MB | 61/262 kB
Progress (4): 126/158 kB | 0.1/1.2 MB | 61/262 kB | 4.1/30 kB
Progress (4): 126/158 kB | 0.1/1.2 MB | 61/262 kB | 4.1/30 kB
Progress (4): 126/158 kB | 0.1/1.2 MB | 61/262 kB | 7.7/30 kB
Progress (4): 130/158 kB | 0.1/1.2 MB | 61/262 kB | 7.7/30 kB
Progress (4): 130/158 kB | 0.1/1.2 MB | 65/262 kB | 7.7/30 kB
Progress (4): 134/158 kB | 0.1/1.2 MB | 65/262 kB | 7.7/30 kB
Progress (4): 134/158 kB | 0.1/1.2 MB | 65/262 kB | 12/30 kB 
Progress (4): 134/158 kB | 0.1/1.2 MB | 65/262 kB | 12/30 kB
Progress (4): 134/158 kB | 0.1/1.2 MB | 65/262 kB | 16/30 kB
Progress (4): 138/158 kB | 0.1/1.2 MB | 65/262 kB | 16/30 kB
Progress (4): 138/158 kB | 0.1/1.2 MB | 66/262 kB | 16/30 kB
Progress (4): 142/158 kB | 0.1/1.2 MB | 66/262 kB | 16/30 kB
Progress (4): 142/158 kB | 0.1/1.2 MB | 66/262 kB | 20/30 kB
Progress (4): 142/158 kB | 0.1/1.2 MB | 66/262 kB | 20/30 kB
Progress (4): 142/158 kB | 0.1/1.2 MB | 66/262 kB | 24/30 kB
Progress (4): 146/158 kB | 0.1/1.2 MB | 66/262 kB | 24/30 kB
Progress (4): 146/158 kB | 0.1/1.2 MB | 70/262 kB | 24/30 kB
Progress (4): 150/158 kB | 0.1/1.2 MB | 70/262 kB | 24/30 kB
Progress (4): 150/158 kB | 0.1/1.2 MB | 70/262 kB | 28/30 kB
Progress (4): 150/158 kB | 0.1/1.2 MB | 70/262 kB | 28/30 kB
Progress (4): 150/158 kB | 0.1/1.2 MB | 70/262 kB | 30 kB   
Progress (4): 154/158 kB | 0.1/1.2 MB | 70/262 kB | 30 kB
Progress (4): 154/158 kB | 0.1/1.2 MB | 74/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 74/262 kB | 30 kB    
Progress (4): 158 kB | 0.1/1.2 MB | 74/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 78/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 78/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 82/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 82/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 86/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 86/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 90/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 90/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 94/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 94/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 98/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 98/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 102/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 102/262 kB | 30 kB
Progress (4): 158 kB | 0.1/1.2 MB | 106/262 kB | 30 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.jar (158 kB at 942 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (4): 0.1/1.2 MB | 106/262 kB | 30 kB | 4.1/305 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 178 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 0.1/1.2 MB | 106/262 kB | 7.7/305 kB
                                                  
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
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 0.1/1.2 MB | 110/262 kB | 7.7/305 kB
Progress (3): 0.1/1.2 MB | 110/262 kB | 7.7/305 kB
Progress (3): 0.1/1.2 MB | 114/262 kB | 7.7/305 kB
Progress (3): 0.1/1.2 MB | 114/262 kB | 12/305 kB 
                                                 
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
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 0.1/1.2 MB | 114/262 kB | 16/305 kB
Progress (3): 0.1/1.2 MB | 118/262 kB | 16/305 kB
Progress (3): 0.1/1.2 MB | 118/262 kB | 20/305 kB
Progress (3): 0.1/1.2 MB | 118/262 kB | 20/305 kB
Progress (3): 0.1/1.2 MB | 118/262 kB | 24/305 kB
Progress (3): 0.1/1.2 MB | 122/262 kB | 24/305 kB
Progress (3): 0.1/1.2 MB | 122/262 kB | 28/305 kB
Progress (3): 0.1/1.2 MB | 122/262 kB | 32/305 kB
Progress (3): 0.1/1.2 MB | 122/262 kB | 32/305 kB
Progress (3): 0.1/1.2 MB | 122/262 kB | 33/305 kB
Progress (3): 0.1/1.2 MB | 126/262 kB | 33/305 kB
Progress (3): 0.1/1.2 MB | 126/262 kB | 37/305 kB
Progress (3): 0.1/1.2 MB | 126/262 kB | 37/305 kB
Progress (3): 0.1/1.2 MB | 126/262 kB | 41/305 kB
Progress (3): 0.1/1.2 MB | 130/262 kB | 41/305 kB
Progress (3): 0.1/1.2 MB | 130/262 kB | 41/305 kB
Progress (3): 0.1/1.2 MB | 130/262 kB | 41/305 kB
Progress (3): 0.1/1.2 MB | 134/262 kB | 41/305 kB
Progress (3): 0.1/1.2 MB | 134/262 kB | 41/305 kB
Progress (3): 0.1/1.2 MB | 134/262 kB | 45/305 kB
Progress (3): 0.1/1.2 MB | 134/262 kB | 45/305 kB
Progress (3): 0.1/1.2 MB | 138/262 kB | 45/305 kB
Progress (3): 0.1/1.2 MB | 138/262 kB | 45/305 kB
Progress (3): 0.1/1.2 MB | 138/262 kB | 49/305 kB
Progress (3): 0.1/1.2 MB | 138/262 kB | 49/305 kB
Progress (3): 0.1/1.2 MB | 142/262 kB | 49/305 kB
Progress (3): 0.1/1.2 MB | 142/262 kB | 49/305 kB
Progress (3): 0.1/1.2 MB | 142/262 kB | 53/305 kB
Progress (3): 0.1/1.2 MB | 142/262 kB | 53/305 kB
Progress (3): 0.1/1.2 MB | 146/262 kB | 53/305 kB
Progress (3): 0.1/1.2 MB | 146/262 kB | 57/305 kB
Progress (3): 0.2/1.2 MB | 146/262 kB | 57/305 kB
Progress (3): 0.2/1.2 MB | 150/262 kB | 57/305 kB
Progress (3): 0.2/1.2 MB | 150/262 kB | 57/305 kB
Progress (3): 0.2/1.2 MB | 150/262 kB | 61/305 kB
Progress (3): 0.2/1.2 MB | 154/262 kB | 61/305 kB
Progress (3): 0.2/1.2 MB | 154/262 kB | 65/305 kB
Progress (3): 0.2/1.2 MB | 154/262 kB | 65/305 kB
Progress (3): 0.2/1.2 MB | 158/262 kB | 65/305 kB
Progress (3): 0.2/1.2 MB | 158/262 kB | 65/305 kB
Progress (3): 0.2/1.2 MB | 158/262 kB | 69/305 kB
Progress (3): 0.2/1.2 MB | 158/262 kB | 69/305 kB
Progress (3): 0.2/1.2 MB | 162/262 kB | 69/305 kB
Progress (3): 0.2/1.2 MB | 162/262 kB | 69/305 kB
Progress (3): 0.2/1.2 MB | 162/262 kB | 73/305 kB
Progress (3): 0.2/1.2 MB | 162/262 kB | 73/305 kB
Progress (3): 0.2/1.2 MB | 166/262 kB | 73/305 kB
Progress (3): 0.2/1.2 MB | 166/262 kB | 73/305 kB
Progress (3): 0.2/1.2 MB | 166/262 kB | 77/305 kB
Progress (3): 0.2/1.2 MB | 170/262 kB | 77/305 kB
Progress (3): 0.2/1.2 MB | 170/262 kB | 81/305 kB
Progress (3): 0.2/1.2 MB | 170/262 kB | 81/305 kB
Progress (3): 0.2/1.2 MB | 174/262 kB | 81/305 kB
Progress (3): 0.2/1.2 MB | 174/262 kB | 81/305 kB
Progress (3): 0.2/1.2 MB | 174/262 kB | 85/305 kB
Progress (3): 0.2/1.2 MB | 174/262 kB | 85/305 kB
Progress (3): 0.2/1.2 MB | 174/262 kB | 89/305 kB
Progress (3): 0.2/1.2 MB | 178/262 kB | 89/305 kB
Progress (3): 0.2/1.2 MB | 178/262 kB | 89/305 kB
Progress (3): 0.2/1.2 MB | 182/262 kB | 89/305 kB
Progress (3): 0.2/1.2 MB | 182/262 kB | 93/305 kB
Progress (3): 0.2/1.2 MB | 186/262 kB | 93/305 kB
Progress (3): 0.2/1.2 MB | 186/262 kB | 93/305 kB
Progress (3): 0.2/1.2 MB | 190/262 kB | 93/305 kB
Progress (3): 0.2/1.2 MB | 190/262 kB | 97/305 kB
Progress (3): 0.2/1.2 MB | 194/262 kB | 97/305 kB
Progress (3): 0.2/1.2 MB | 194/262 kB | 101/305 kB
Progress (3): 0.2/1.2 MB | 194/262 kB | 101/305 kB
Progress (4): 0.2/1.2 MB | 194/262 kB | 101/305 kB | 4.1/52 kB
Progress (4): 0.2/1.2 MB | 194/262 kB | 105/305 kB | 4.1/52 kB
Progress (4): 0.2/1.2 MB | 198/262 kB | 105/305 kB | 4.1/52 kB
Progress (5): 0.2/1.2 MB | 198/262 kB | 105/305 kB | 4.1/52 kB | 4.1/50 kB
Progress (5): 0.2/1.2 MB | 202/262 kB | 105/305 kB | 4.1/52 kB | 4.1/50 kB
Progress (5): 0.2/1.2 MB | 202/262 kB | 109/305 kB | 4.1/52 kB | 4.1/50 kB
Progress (5): 0.2/1.2 MB | 202/262 kB | 109/305 kB | 7.7/52 kB | 4.1/50 kB
Progress (5): 0.2/1.2 MB | 202/262 kB | 109/305 kB | 7.7/52 kB | 4.1/50 kB
Progress (5): 0.2/1.2 MB | 202/262 kB | 109/305 kB | 12/52 kB | 4.1/50 kB 
Progress (5): 0.2/1.2 MB | 202/262 kB | 113/305 kB | 12/52 kB | 4.1/50 kB
Progress (5): 0.2/1.2 MB | 206/262 kB | 113/305 kB | 12/52 kB | 4.1/50 kB
Progress (5): 0.2/1.2 MB | 206/262 kB | 113/305 kB | 12/52 kB | 7.7/50 kB
Progress (5): 0.2/1.2 MB | 210/262 kB | 113/305 kB | 12/52 kB | 7.7/50 kB
Progress (5): 0.2/1.2 MB | 210/262 kB | 117/305 kB | 12/52 kB | 7.7/50 kB
Progress (5): 0.2/1.2 MB | 210/262 kB | 117/305 kB | 16/52 kB | 7.7/50 kB
Progress (5): 0.2/1.2 MB | 210/262 kB | 117/305 kB | 16/52 kB | 7.7/50 kB
Progress (5): 0.2/1.2 MB | 210/262 kB | 117/305 kB | 20/52 kB | 7.7/50 kB
Progress (5): 0.2/1.2 MB | 210/262 kB | 121/305 kB | 20/52 kB | 7.7/50 kB
Progress (5): 0.2/1.2 MB | 214/262 kB | 121/305 kB | 20/52 kB | 7.7/50 kB
Progress (5): 0.2/1.2 MB | 214/262 kB | 121/305 kB | 20/52 kB | 12/50 kB 
Progress (5): 0.2/1.2 MB | 218/262 kB | 121/305 kB | 20/52 kB | 12/50 kB
Progress (5): 0.2/1.2 MB | 218/262 kB | 125/305 kB | 20/52 kB | 12/50 kB
Progress (5): 0.2/1.2 MB | 218/262 kB | 125/305 kB | 24/52 kB | 12/50 kB
Progress (5): 0.2/1.2 MB | 218/262 kB | 125/305 kB | 24/52 kB | 12/50 kB
Progress (5): 0.2/1.2 MB | 218/262 kB | 125/305 kB | 28/52 kB | 12/50 kB
Progress (5): 0.2/1.2 MB | 218/262 kB | 129/305 kB | 28/52 kB | 12/50 kB
Progress (5): 0.2/1.2 MB | 222/262 kB | 129/305 kB | 28/52 kB | 12/50 kB
Progress (5): 0.2/1.2 MB | 222/262 kB | 129/305 kB | 28/52 kB | 16/50 kB
Progress (5): 0.2/1.2 MB | 226/262 kB | 129/305 kB | 28/52 kB | 16/50 kB
Progress (5): 0.2/1.2 MB | 226/262 kB | 133/305 kB | 28/52 kB | 16/50 kB
Progress (5): 0.2/1.2 MB | 226/262 kB | 133/305 kB | 32/52 kB | 16/50 kB
Progress (5): 0.2/1.2 MB | 226/262 kB | 133/305 kB | 33/52 kB | 16/50 kB
Progress (5): 0.2/1.2 MB | 226/262 kB | 133/305 kB | 33/52 kB | 16/50 kB
Progress (5): 0.2/1.2 MB | 226/262 kB | 133/305 kB | 37/52 kB | 16/50 kB
Progress (5): 0.2/1.2 MB | 226/262 kB | 137/305 kB | 37/52 kB | 16/50 kB
Progress (5): 0.2/1.2 MB | 230/262 kB | 137/305 kB | 37/52 kB | 16/50 kB
Progress (5): 0.2/1.2 MB | 230/262 kB | 137/305 kB | 37/52 kB | 20/50 kB
Progress (5): 0.2/1.2 MB | 234/262 kB | 137/305 kB | 37/52 kB | 20/50 kB
Progress (5): 0.2/1.2 MB | 234/262 kB | 141/305 kB | 37/52 kB | 20/50 kB
Progress (5): 0.2/1.2 MB | 234/262 kB | 141/305 kB | 41/52 kB | 20/50 kB
Progress (5): 0.2/1.2 MB | 234/262 kB | 141/305 kB | 41/52 kB | 20/50 kB
Progress (5): 0.2/1.2 MB | 234/262 kB | 141/305 kB | 45/52 kB | 20/50 kB
Progress (5): 0.2/1.2 MB | 234/262 kB | 145/305 kB | 45/52 kB | 20/50 kB
Progress (5): 0.2/1.2 MB | 238/262 kB | 145/305 kB | 45/52 kB | 20/50 kB
Progress (5): 0.2/1.2 MB | 238/262 kB | 145/305 kB | 45/52 kB | 24/50 kB
Progress (5): 0.2/1.2 MB | 242/262 kB | 145/305 kB | 45/52 kB | 24/50 kB
Progress (5): 0.2/1.2 MB | 242/262 kB | 149/305 kB | 45/52 kB | 24/50 kB
Progress (5): 0.2/1.2 MB | 242/262 kB | 149/305 kB | 49/52 kB | 24/50 kB
Progress (5): 0.2/1.2 MB | 242/262 kB | 149/305 kB | 49/52 kB | 24/50 kB
Progress (5): 0.2/1.2 MB | 242/262 kB | 149/305 kB | 52 kB | 24/50 kB   
Progress (5): 0.2/1.2 MB | 242/262 kB | 153/305 kB | 52 kB | 24/50 kB
Progress (5): 0.2/1.2 MB | 246/262 kB | 153/305 kB | 52 kB | 24/50 kB
Progress (5): 0.2/1.2 MB | 246/262 kB | 153/305 kB | 52 kB | 28/50 kB
Progress (5): 0.2/1.2 MB | 250/262 kB | 153/305 kB | 52 kB | 28/50 kB
Progress (5): 0.2/1.2 MB | 250/262 kB | 157/305 kB | 52 kB | 28/50 kB
Progress (5): 0.2/1.2 MB | 250/262 kB | 157/305 kB | 52 kB | 28/50 kB
Progress (5): 0.2/1.2 MB | 250/262 kB | 161/305 kB | 52 kB | 28/50 kB
Progress (5): 0.2/1.2 MB | 254/262 kB | 161/305 kB | 52 kB | 28/50 kB
Progress (5): 0.2/1.2 MB | 254/262 kB | 161/305 kB | 52 kB | 32/50 kB
Progress (5): 0.2/1.2 MB | 258/262 kB | 161/305 kB | 52 kB | 32/50 kB
Progress (5): 0.2/1.2 MB | 258/262 kB | 165/305 kB | 52 kB | 32/50 kB
Progress (5): 0.2/1.2 MB | 258/262 kB | 165/305 kB | 52 kB | 32/50 kB
Progress (5): 0.2/1.2 MB | 258/262 kB | 169/305 kB | 52 kB | 32/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 169/305 kB | 52 kB | 32/50 kB    
Progress (5): 0.2/1.2 MB | 262 kB | 169/305 kB | 52 kB | 33/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 173/305 kB | 52 kB | 33/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 173/305 kB | 52 kB | 33/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 177/305 kB | 52 kB | 33/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 177/305 kB | 52 kB | 37/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 181/305 kB | 52 kB | 37/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 181/305 kB | 52 kB | 37/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 185/305 kB | 52 kB | 37/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 185/305 kB | 52 kB | 41/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 189/305 kB | 52 kB | 41/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 189/305 kB | 52 kB | 41/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 193/305 kB | 52 kB | 41/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 193/305 kB | 52 kB | 45/50 kB
Progress (5): 0.2/1.2 MB | 262 kB | 197/305 kB | 52 kB | 45/50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 197/305 kB | 52 kB | 45/50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 201/305 kB | 52 kB | 45/50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 201/305 kB | 52 kB | 49/50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 205/305 kB | 52 kB | 49/50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 205/305 kB | 52 kB | 49/50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 209/305 kB | 52 kB | 49/50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 209/305 kB | 52 kB | 50 kB   
Progress (5): 0.3/1.2 MB | 262 kB | 213/305 kB | 52 kB | 50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 213/305 kB | 52 kB | 50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 217/305 kB | 52 kB | 50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 217/305 kB | 52 kB | 50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 221/305 kB | 52 kB | 50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 221/305 kB | 52 kB | 50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 225/305 kB | 52 kB | 50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 225/305 kB | 52 kB | 50 kB
Progress (5): 0.3/1.2 MB | 262 kB | 229/305 kB | 52 kB | 50 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.jar (52 kB at 253 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (4): 0.3/1.2 MB | 262 kB | 233/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 233/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 237/305 kB | 50 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
01:17:44 [2019-07-31T05:17:44.299Z] Progress (4): 0.3/1.2 MB | 262 kB | 241/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 241/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 245/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 245/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 249/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 249/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 253/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 253/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 257/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 257/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 261/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 261/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 262 kB | 265/305 kB | 50 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 1.2 MB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 0.3/1.2 MB | 269/305 kB | 50 kB
Progress (3): 0.3/1.2 MB | 269/305 kB | 50 kB
Progress (3): 0.3/1.2 MB | 273/305 kB | 50 kB
                                             
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
01:17:44 [2019-07-31T05:17:44.299Z] Progress (3): 0.3/1.2 MB | 277/305 kB | 50 kB
Progress (3): 0.3/1.2 MB | 277/305 kB | 50 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.jar (50 kB at 237 kB/s)
01:17:44 [2019-07-31T05:17:44.299Z] 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
01:17:44 [2019-07-31T05:17:44.299Z] Progress (2): 0.3/1.2 MB | 277/305 kB
Progress (2): 0.3/1.2 MB | 281/305 kB
Progress (2): 0.3/1.2 MB | 281/305 kB
Progress (2): 0.3/1.2 MB | 285/305 kB
Progress (2): 0.3/1.2 MB | 285/305 kB
Progress (2): 0.3/1.2 MB | 289/305 kB
Progress (2): 0.3/1.2 MB | 289/305 kB
Progress (2): 0.3/1.2 MB | 293/305 kB
Progress (2): 0.3/1.2 MB | 297/305 kB
Progress (2): 0.3/1.2 MB | 297/305 kB
Progress (2): 0.3/1.2 MB | 301/305 kB
Progress (2): 0.3/1.2 MB | 301/305 kB
Progress (2): 0.3/1.2 MB | 305/305 kB
Progress (2): 0.3/1.2 MB | 305 kB    
Progress (2): 0.3/1.2 MB | 305 kB
Progress (2): 0.3/1.2 MB | 305 kB
Progress (2): 0.3/1.2 MB | 305 kB
Progress (2): 0.3/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 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.jar (305 kB at 1.3 MB/s)
01:17:44 [2019-07-31T05:17:44.299Z] Progress (1): 0.6/1.2 MB
                        
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
01:17:44 [2019-07-31T05:17:44.558Z] Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (2): 0.6/1.2 MB | 4.1/15 kB
Progress (2): 0.6/1.2 MB | 4.1/15 kB
Progress (2): 0.6/1.2 MB | 7.7/15 kB
Progress (3): 0.6/1.2 MB | 7.7/15 kB | 4.1/11 kB
Progress (3): 0.6/1.2 MB | 12/15 kB | 4.1/11 kB 
Progress (3): 0.6/1.2 MB | 12/15 kB | 4.1/11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 4.1/11 kB   
Progress (3): 0.6/1.2 MB | 15 kB | 7.7/11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 7.7/11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB    
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.6/1.2 MB | 15 kB | 11 kB
Progress (3): 0.7/1.2 MB | 15 kB | 11 kB
Progress (3): 0.7/1.2 MB | 15 kB | 11 kB
Progress (3): 0.7/1.2 MB | 15 kB | 11 kB
Progress (3): 0.7/1.2 MB | 15 kB | 11 kB
Progress (3): 0.7/1.2 MB | 15 kB | 11 kB
Progress (3): 0.7/1.2 MB | 15 kB | 11 kB
Progress (3): 0.7/1.2 MB | 15 kB | 11 kB
Progress (3): 0.7/1.2 MB | 15 kB | 11 kB
Progress (3): 0.7/1.2 MB | 15 kB | 11 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 4.1/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 4.1/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 7.7/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 7.7/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 12/37 kB 
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 12/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 16/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 16/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 20/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 20/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 24/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 24/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 28/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 28/37 kB
Progress (4): 0.7/1.2 MB | 15 kB | 11 kB | 32/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 62 kB/s)
01:17:44 [2019-07-31T05:17:44.558Z] Progress (3): 0.7/1.2 MB | 11 kB | 32/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
01:17:44 [2019-07-31T05:17:44.558Z] 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 43 kB/s)
01:17:44 [2019-07-31T05:17:44.558Z] Progress (2): 0.7/1.2 MB | 33/37 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
01:17:44 [2019-07-31T05:17:44.558Z] Progress (3): 0.7/1.2 MB | 33/37 kB | 4.1/7.7 kB
Progress (3): 0.7/1.2 MB | 33/37 kB | 4.1/7.7 kB
Progress (3): 0.7/1.2 MB | 33/37 kB | 7.7 kB    
Progress (3): 0.7/1.2 MB | 37/37 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 37/37 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 37 kB | 7.7 kB   
Progress (3): 0.7/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.7/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (3): 0.8/1.2 MB | 37 kB | 7.7 kB
Progress (4): 0.8/1.2 MB | 37 kB | 7.7 kB | 4.1/588 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 29 kB/s)
01:17:44 [2019-07-31T05:17:44.558Z] 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 140 kB/s)
01:17:44 [2019-07-31T05:17:44.558Z] 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
01:17:44 [2019-07-31T05:17:44.558Z] Progress (3): 0.8/1.2 MB | 4.1/588 kB | 4.1/392 kB
                                                  
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
01:17:44 [2019-07-31T05:17:44.559Z] Progress (3): 0.8/1.2 MB | 7.7/588 kB | 4.1/392 kB
Progress (3): 0.8/1.2 MB | 7.7/588 kB | 4.1/392 kB
Progress (3): 0.8/1.2 MB | 12/588 kB | 4.1/392 kB 
Progress (3): 0.8/1.2 MB | 12/588 kB | 4.1/392 kB
Progress (3): 0.8/1.2 MB | 12/588 kB | 7.7/392 kB
Progress (3): 0.8/1.2 MB | 12/588 kB | 7.7/392 kB
Progress (3): 0.8/1.2 MB | 16/588 kB | 7.7/392 kB
Progress (3): 0.8/1.2 MB | 16/588 kB | 7.7/392 kB
Progress (3): 0.8/1.2 MB | 16/588 kB | 12/392 kB 
Progress (3): 0.8/1.2 MB | 16/588 kB | 12/392 kB
Progress (3): 0.8/1.2 MB | 20/588 kB | 12/392 kB
Progress (3): 0.8/1.2 MB | 20/588 kB | 12/392 kB
Progress (3): 0.8/1.2 MB | 20/588 kB | 16/392 kB
Progress (3): 0.9/1.2 MB | 20/588 kB | 16/392 kB
Progress (3): 0.9/1.2 MB | 24/588 kB | 16/392 kB
Progress (3): 0.9/1.2 MB | 24/588 kB | 16/392 kB
Progress (3): 0.9/1.2 MB | 24/588 kB | 20/392 kB
Progress (3): 0.9/1.2 MB | 24/588 kB | 20/392 kB
Progress (3): 0.9/1.2 MB | 28/588 kB | 20/392 kB
Progress (3): 0.9/1.2 MB | 28/588 kB | 20/392 kB
Progress (3): 0.9/1.2 MB | 28/588 kB | 24/392 kB
Progress (3): 0.9/1.2 MB | 28/588 kB | 24/392 kB
Progress (3): 0.9/1.2 MB | 32/588 kB | 24/392 kB
Progress (3): 0.9/1.2 MB | 32/588 kB | 28/392 kB
Progress (3): 0.9/1.2 MB | 33/588 kB | 28/392 kB
Progress (3): 0.9/1.2 MB | 33/588 kB | 28/392 kB
Progress (3): 0.9/1.2 MB | 37/588 kB | 28/392 kB
Progress (3): 0.9/1.2 MB | 37/588 kB | 32/392 kB
Progress (3): 0.9/1.2 MB | 41/588 kB | 32/392 kB
Progress (3): 0.9/1.2 MB | 41/588 kB | 32/392 kB
Progress (3): 0.9/1.2 MB | 41/588 kB | 33/392 kB
Progress (3): 0.9/1.2 MB | 45/588 kB | 33/392 kB
Progress (3): 0.9/1.2 MB | 45/588 kB | 37/392 kB
Progress (3): 0.9/1.2 MB | 45/588 kB | 37/392 kB
Progress (3): 0.9/1.2 MB | 45/588 kB | 41/392 kB
Progress (3): 0.9/1.2 MB | 49/588 kB | 41/392 kB
Progress (3): 0.9/1.2 MB | 49/588 kB | 41/392 kB
Progress (3): 0.9/1.2 MB | 49/588 kB | 45/392 kB
Progress (3): 0.9/1.2 MB | 53/588 kB | 45/392 kB
Progress (3): 0.9/1.2 MB | 53/588 kB | 49/392 kB
Progress (3): 0.9/1.2 MB | 53/588 kB | 49/392 kB
Progress (3): 0.9/1.2 MB | 53/588 kB | 53/392 kB
Progress (3): 0.9/1.2 MB | 57/588 kB | 53/392 kB
Progress (3): 0.9/1.2 MB | 57/588 kB | 57/392 kB
Progress (3): 0.9/1.2 MB | 57/588 kB | 57/392 kB
Progress (3): 0.9/1.2 MB | 57/588 kB | 61/392 kB
Progress (3): 0.9/1.2 MB | 61/588 kB | 61/392 kB
Progress (3): 0.9/1.2 MB | 61/588 kB | 65/392 kB
Progress (3): 0.9/1.2 MB | 61/588 kB | 65/392 kB
Progress (3): 0.9/1.2 MB | 61/588 kB | 66/392 kB
Progress (3): 0.9/1.2 MB | 65/588 kB | 66/392 kB
Progress (3): 0.9/1.2 MB | 65/588 kB | 70/392 kB
Progress (3): 0.9/1.2 MB | 65/588 kB | 70/392 kB
Progress (3): 0.9/1.2 MB | 65/588 kB | 74/392 kB
Progress (3): 0.9/1.2 MB | 65/588 kB | 74/392 kB
Progress (3): 0.9/1.2 MB | 66/588 kB | 74/392 kB
Progress (3): 0.9/1.2 MB | 66/588 kB | 74/392 kB
Progress (3): 0.9/1.2 MB | 66/588 kB | 78/392 kB
Progress (3): 0.9/1.2 MB | 66/588 kB | 78/392 kB
Progress (3): 0.9/1.2 MB | 70/588 kB | 78/392 kB
Progress (3): 0.9/1.2 MB | 70/588 kB | 78/392 kB
Progress (3): 0.9/1.2 MB | 70/588 kB | 82/392 kB
Progress (3): 0.9/1.2 MB | 74/588 kB | 82/392 kB
Progress (3): 0.9/1.2 MB | 74/588 kB | 82/392 kB
Progress (3): 0.9/1.2 MB | 78/588 kB | 82/392 kB
Progress (3): 0.9/1.2 MB | 78/588 kB | 86/392 kB
Progress (3): 0.9/1.2 MB | 82/588 kB | 86/392 kB
Progress (3): 0.9/1.2 MB | 82/588 kB | 86/392 kB
Progress (3): 0.9/1.2 MB | 82/588 kB | 90/392 kB
Progress (3): 0.9/1.2 MB | 82/588 kB | 90/392 kB
Progress (3): 0.9/1.2 MB | 86/588 kB | 90/392 kB
Progress (3): 0.9/1.2 MB | 86/588 kB | 90/392 kB
Progress (3): 0.9/1.2 MB | 86/588 kB | 94/392 kB
Progress (3): 0.9/1.2 MB | 90/588 kB | 94/392 kB
Progress (3): 0.9/1.2 MB | 90/588 kB | 98/392 kB
Progress (3): 0.9/1.2 MB | 94/588 kB | 98/392 kB
Progress (3): 0.9/1.2 MB | 94/588 kB | 98/392 kB
Progress (3): 0.9/1.2 MB | 98/588 kB | 98/392 kB
Progress (3): 0.9/1.2 MB | 98/588 kB | 98/392 kB
Progress (3): 0.9/1.2 MB | 98/588 kB | 98/392 kB
Progress (3): 0.9/1.2 MB | 98/588 kB | 98/392 kB
Progress (3): 0.9/1.2 MB | 102/588 kB | 98/392 kB
Progress (3): 0.9/1.2 MB | 102/588 kB | 102/392 kB
Progress (3): 0.9/1.2 MB | 106/588 kB | 102/392 kB
Progress (3): 0.9/1.2 MB | 106/588 kB | 102/392 kB
Progress (3): 0.9/1.2 MB | 110/588 kB | 102/392 kB
Progress (4): 0.9/1.2 MB | 110/588 kB | 102/392 kB | 4.1/91 kB
Progress (4): 0.9/1.2 MB | 114/588 kB | 102/392 kB | 4.1/91 kB
Progress (4): 0.9/1.2 MB | 114/588 kB | 102/392 kB | 4.1/91 kB
Progress (4): 0.9/1.2 MB | 114/588 kB | 106/392 kB | 4.1/91 kB
Progress (4): 1.0/1.2 MB | 114/588 kB | 106/392 kB | 4.1/91 kB
Progress (4): 1.0/1.2 MB | 118/588 kB | 106/392 kB | 4.1/91 kB
Progress (4): 1.0/1.2 MB | 118/588 kB | 106/392 kB | 7.7/91 kB
Progress (4): 1.0/1.2 MB | 122/588 kB | 106/392 kB | 7.7/91 kB
Progress (4): 1.0/1.2 MB | 122/588 kB | 106/392 kB | 7.7/91 kB
Progress (4): 1.0/1.2 MB | 126/588 kB | 106/392 kB | 7.7/91 kB
Progress (4): 1.0/1.2 MB | 126/588 kB | 110/392 kB | 7.7/91 kB
Progress (4): 1.0/1.2 MB | 130/588 kB | 110/392 kB | 7.7/91 kB
Progress (5): 1.0/1.2 MB | 130/588 kB | 110/392 kB | 7.7/91 kB | 4.1/189 kB
Progress (5): 1.0/1.2 MB | 130/588 kB | 110/392 kB | 7.7/91 kB | 4.1/189 kB
Progress (5): 1.0/1.2 MB | 130/588 kB | 110/392 kB | 12/91 kB | 4.1/189 kB 
Progress (5): 1.0/1.2 MB | 130/588 kB | 110/392 kB | 12/91 kB | 4.1/189 kB
Progress (5): 1.0/1.2 MB | 130/588 kB | 110/392 kB | 12/91 kB | 7.7/189 kB
Progress (5): 1.0/1.2 MB | 134/588 kB | 110/392 kB | 12/91 kB | 7.7/189 kB
Progress (5): 1.0/1.2 MB | 134/588 kB | 114/392 kB | 12/91 kB | 7.7/189 kB
Progress (5): 1.0/1.2 MB | 138/588 kB | 114/392 kB | 12/91 kB | 7.7/189 kB
Progress (5): 1.0/1.2 MB | 138/588 kB | 114/392 kB | 12/91 kB | 12/189 kB 
Progress (5): 1.0/1.2 MB | 138/588 kB | 114/392 kB | 12/91 kB | 12/189 kB
Progress (5): 1.0/1.2 MB | 138/588 kB | 114/392 kB | 16/91 kB | 12/189 kB
Progress (5): 1.0/1.2 MB | 138/588 kB | 114/392 kB | 16/91 kB | 12/189 kB
Progress (5): 1.0/1.2 MB | 138/588 kB | 114/392 kB | 16/91 kB | 16/189 kB
Progress (5): 1.0/1.2 MB | 142/588 kB | 114/392 kB | 16/91 kB | 16/189 kB
Progress (5): 1.0/1.2 MB | 142/588 kB | 118/392 kB | 16/91 kB | 16/189 kB
Progress (5): 1.0/1.2 MB | 146/588 kB | 118/392 kB | 16/91 kB | 16/189 kB
Progress (5): 1.0/1.2 MB | 146/588 kB | 118/392 kB | 16/91 kB | 20/189 kB
Progress (5): 1.0/1.2 MB | 146/588 kB | 118/392 kB | 16/91 kB | 20/189 kB
Progress (5): 1.0/1.2 MB | 146/588 kB | 118/392 kB | 20/91 kB | 20/189 kB
Progress (5): 1.0/1.2 MB | 146/588 kB | 118/392 kB | 20/91 kB | 20/189 kB
Progress (5): 1.0/1.2 MB | 146/588 kB | 118/392 kB | 20/91 kB | 24/189 kB
Progress (5): 1.0/1.2 MB | 150/588 kB | 118/392 kB | 20/91 kB | 24/189 kB
Progress (5): 1.0/1.2 MB | 150/588 kB | 122/392 kB | 20/91 kB | 24/189 kB
Progress (5): 1.0/1.2 MB | 154/588 kB | 122/392 kB | 20/91 kB | 24/189 kB
Progress (5): 1.0/1.2 MB | 154/588 kB | 122/392 kB | 20/91 kB | 28/189 kB
Progress (5): 1.0/1.2 MB | 154/588 kB | 122/392 kB | 20/91 kB | 28/189 kB
Progress (5): 1.0/1.2 MB | 154/588 kB | 122/392 kB | 24/91 kB | 28/189 kB
Progress (5): 1.0/1.2 MB | 154/588 kB | 122/392 kB | 24/91 kB | 28/189 kB
Progress (5): 1.0/1.2 MB | 154/588 kB | 122/392 kB | 24/91 kB | 32/189 kB
Progress (5): 1.0/1.2 MB | 158/588 kB | 122/392 kB | 24/91 kB | 32/189 kB
Progress (5): 1.0/1.2 MB | 158/588 kB | 126/392 kB | 24/91 kB | 32/189 kB
Progress (5): 1.0/1.2 MB | 162/588 kB | 126/392 kB | 24/91 kB | 32/189 kB
Progress (5): 1.0/1.2 MB | 162/588 kB | 126/392 kB | 24/91 kB | 33/189 kB
Progress (5): 1.0/1.2 MB | 162/588 kB | 126/392 kB | 24/91 kB | 33/189 kB
Progress (5): 1.0/1.2 MB | 162/588 kB | 126/392 kB | 28/91 kB | 33/189 kB
Progress (5): 1.0/1.2 MB | 162/588 kB | 126/392 kB | 28/91 kB | 33/189 kB
Progress (5): 1.0/1.2 MB | 162/588 kB | 126/392 kB | 28/91 kB | 37/189 kB
Progress (5): 1.0/1.2 MB | 166/588 kB | 126/392 kB | 28/91 kB | 37/189 kB
Progress (5): 1.0/1.2 MB | 166/588 kB | 130/392 kB | 28/91 kB | 37/189 kB
Progress (5): 1.0/1.2 MB | 170/588 kB | 130/392 kB | 28/91 kB | 37/189 kB
Progress (5): 1.0/1.2 MB | 170/588 kB | 130/392 kB | 28/91 kB | 41/189 kB
Progress (5): 1.0/1.2 MB | 170/588 kB | 130/392 kB | 28/91 kB | 41/189 kB
Progress (5): 1.0/1.2 MB | 170/588 kB | 130/392 kB | 32/91 kB | 41/189 kB
Progress (5): 1.0/1.2 MB | 170/588 kB | 130/392 kB | 32/91 kB | 41/189 kB
Progress (5): 1.0/1.2 MB | 170/588 kB | 130/392 kB | 32/91 kB | 45/189 kB
Progress (5): 1.0/1.2 MB | 174/588 kB | 130/392 kB | 32/91 kB | 45/189 kB
Progress (5): 1.0/1.2 MB | 174/588 kB | 131/392 kB | 32/91 kB | 45/189 kB
Progress (5): 1.0/1.2 MB | 178/588 kB | 131/392 kB | 32/91 kB | 45/189 kB
Progress (5): 1.0/1.2 MB | 178/588 kB | 131/392 kB | 32/91 kB | 49/189 kB
Progress (5): 1.0/1.2 MB | 178/588 kB | 131/392 kB | 32/91 kB | 49/189 kB
Progress (5): 1.0/1.2 MB | 178/588 kB | 131/392 kB | 33/91 kB | 49/189 kB
Progress (5): 1.0/1.2 MB | 178/588 kB | 131/392 kB | 33/91 kB | 49/189 kB
Progress (5): 1.0/1.2 MB | 178/588 kB | 131/392 kB | 33/91 kB | 53/189 kB
Progress (5): 1.0/1.2 MB | 182/588 kB | 131/392 kB | 33/91 kB | 53/189 kB
Progress (5): 1.0/1.2 MB | 182/588 kB | 135/392 kB | 33/91 kB | 53/189 kB
Progress (5): 1.0/1.2 MB | 186/588 kB | 135/392 kB | 33/91 kB | 53/189 kB
Progress (5): 1.0/1.2 MB | 186/588 kB | 135/392 kB | 33/91 kB | 57/189 kB
Progress (5): 1.0/1.2 MB | 186/588 kB | 135/392 kB | 33/91 kB | 57/189 kB
Progress (5): 1.0/1.2 MB | 186/588 kB | 135/392 kB | 37/91 kB | 57/189 kB
Progress (5): 1.0/1.2 MB | 186/588 kB | 135/392 kB | 37/91 kB | 57/189 kB
Progress (5): 1.0/1.2 MB | 186/588 kB | 135/392 kB | 37/91 kB | 61/189 kB
Progress (5): 1.0/1.2 MB | 190/588 kB | 135/392 kB | 37/91 kB | 61/189 kB
Progress (5): 1.0/1.2 MB | 190/588 kB | 139/392 kB | 37/91 kB | 61/189 kB
Progress (5): 1.0/1.2 MB | 194/588 kB | 139/392 kB | 37/91 kB | 61/189 kB
Progress (5): 1.0/1.2 MB | 194/588 kB | 139/392 kB | 37/91 kB | 65/189 kB
Progress (5): 1.0/1.2 MB | 194/588 kB | 139/392 kB | 37/91 kB | 65/189 kB
Progress (5): 1.0/1.2 MB | 194/588 kB | 139/392 kB | 41/91 kB | 65/189 kB
Progress (5): 1.0/1.2 MB | 194/588 kB | 139/392 kB | 41/91 kB | 65/189 kB
Progress (5): 1.0/1.2 MB | 194/588 kB | 139/392 kB | 41/91 kB | 66/189 kB
Progress (5): 1.0/1.2 MB | 198/588 kB | 139/392 kB | 41/91 kB | 66/189 kB
Progress (5): 1.0/1.2 MB | 198/588 kB | 143/392 kB | 41/91 kB | 66/189 kB
Progress (5): 1.0/1.2 MB | 202/588 kB | 143/392 kB | 41/91 kB | 66/189 kB
Progress (5): 1.0/1.2 MB | 202/588 kB | 143/392 kB | 41/91 kB | 70/189 kB
Progress (5): 1.0/1.2 MB | 202/588 kB | 143/392 kB | 41/91 kB | 70/189 kB
Progress (5): 1.0/1.2 MB | 202/588 kB | 143/392 kB | 45/91 kB | 70/189 kB
Progress (5): 1.0/1.2 MB | 202/588 kB | 143/392 kB | 45/91 kB | 70/189 kB
Progress (5): 1.0/1.2 MB | 202/588 kB | 143/392 kB | 45/91 kB | 74/189 kB
Progress (5): 1.0/1.2 MB | 206/588 kB | 143/392 kB | 45/91 kB | 74/189 kB
Progress (5): 1.0/1.2 MB | 206/588 kB | 147/392 kB | 45/91 kB | 74/189 kB
Progress (5): 1.0/1.2 MB | 210/588 kB | 147/392 kB | 45/91 kB | 74/189 kB
Progress (5): 1.0/1.2 MB | 210/588 kB | 147/392 kB | 45/91 kB | 78/189 kB
Progress (5): 1.0/1.2 MB | 210/588 kB | 147/392 kB | 45/91 kB | 78/189 kB
Progress (5): 1.0/1.2 MB | 210/588 kB | 147/392 kB | 49/91 kB | 78/189 kB
Progress (5): 1.0/1.2 MB | 210/588 kB | 147/392 kB | 49/91 kB | 78/189 kB
Progress (5): 1.0/1.2 MB | 210/588 kB | 147/392 kB | 49/91 kB | 82/189 kB
Progress (5): 1.0/1.2 MB | 214/588 kB | 147/392 kB | 49/91 kB | 82/189 kB
Progress (5): 1.0/1.2 MB | 214/588 kB | 151/392 kB | 49/91 kB | 82/189 kB
Progress (5): 1.0/1.2 MB | 218/588 kB | 151/392 kB | 49/91 kB | 82/189 kB
Progress (5): 1.0/1.2 MB | 218/588 kB | 151/392 kB | 49/91 kB | 86/189 kB
Progress (5): 1.0/1.2 MB | 218/588 kB | 151/392 kB | 49/91 kB | 86/189 kB
Progress (5): 1.0/1.2 MB | 218/588 kB | 151/392 kB | 53/91 kB | 86/189 kB
Progress (5): 1.1/1.2 MB | 218/588 kB | 151/392 kB | 53/91 kB | 86/189 kB
Progress (5): 1.1/1.2 MB | 218/588 kB | 151/392 kB | 53/91 kB | 90/189 kB
Progress (5): 1.1/1.2 MB | 222/588 kB | 151/392 kB | 53/91 kB | 90/189 kB
Progress (5): 1.1/1.2 MB | 222/588 kB | 155/392 kB | 53/91 kB | 90/189 kB
Progress (5): 1.1/1.2 MB | 226/588 kB | 155/392 kB | 53/91 kB | 90/189 kB
Progress (5): 1.1/1.2 MB | 226/588 kB | 155/392 kB | 53/91 kB | 94/189 kB
Progress (5): 1.1/1.2 MB | 226/588 kB | 155/392 kB | 53/91 kB | 94/189 kB
Progress (5): 1.1/1.2 MB | 226/588 kB | 155/392 kB | 57/91 kB | 94/189 kB
Progress (5): 1.1/1.2 MB | 226/588 kB | 155/392 kB | 57/91 kB | 94/189 kB
Progress (5): 1.1/1.2 MB | 226/588 kB | 155/392 kB | 57/91 kB | 98/189 kB
Progress (5): 1.1/1.2 MB | 230/588 kB | 155/392 kB | 57/91 kB | 98/189 kB
Progress (5): 1.1/1.2 MB | 230/588 kB | 159/392 kB | 57/91 kB | 98/189 kB
Progress (5): 1.1/1.2 MB | 234/588 kB | 159/392 kB | 57/91 kB | 98/189 kB
Progress (5): 1.1/1.2 MB | 234/588 kB | 159/392 kB | 57/91 kB | 98/189 kB
Progress (5): 1.1/1.2 MB | 234/588 kB | 159/392 kB | 57/91 kB | 98/189 kB
Progress (5): 1.1/1.2 MB | 234/588 kB | 159/392 kB | 61/91 kB | 98/189 kB
Progress (5): 1.1/1.2 MB | 234/588 kB | 159/392 kB | 61/91 kB | 98/189 kB
Progress (5): 1.1/1.2 MB | 234/588 kB | 159/392 kB | 61/91 kB | 102/189 kB
Progress (5): 1.1/1.2 MB | 238/588 kB | 159/392 kB | 61/91 kB | 102/189 kB
Progress (5): 1.1/1.2 MB | 238/588 kB | 163/392 kB | 61/91 kB | 102/189 kB
Progress (5): 1.1/1.2 MB | 242/588 kB | 163/392 kB | 61/91 kB | 102/189 kB
Progress (5): 1.1/1.2 MB | 242/588 kB | 163/392 kB | 61/91 kB | 106/189 kB
Progress (5): 1.1/1.2 MB | 242/588 kB | 163/392 kB | 61/91 kB | 106/189 kB
Progress (5): 1.1/1.2 MB | 242/588 kB | 163/392 kB | 65/91 kB | 106/189 kB
Progress (5): 1.1/1.2 MB | 242/588 kB | 163/392 kB | 65/91 kB | 106/189 kB
Progress (5): 1.1/1.2 MB | 242/588 kB | 163/392 kB | 65/91 kB | 110/189 kB
Progress (5): 1.1/1.2 MB | 246/588 kB | 163/392 kB | 65/91 kB | 110/189 kB
Progress (5): 1.1/1.2 MB | 246/588 kB | 164/392 kB | 65/91 kB | 110/189 kB
Progress (5): 1.1/1.2 MB | 250/588 kB | 164/392 kB | 65/91 kB | 110/189 kB
Progress (5): 1.1/1.2 MB | 250/588 kB | 164/392 kB | 65/91 kB | 114/189 kB
Progress (5): 1.1/1.2 MB | 250/588 kB | 164/392 kB | 65/91 kB | 114/189 kB
Progress (5): 1.1/1.2 MB | 250/588 kB | 164/392 kB | 66/91 kB | 114/189 kB
Progress (5): 1.1/1.2 MB | 250/588 kB | 164/392 kB | 66/91 kB | 114/189 kB
Progress (5): 1.1/1.2 MB | 250/588 kB | 164/392 kB | 66/91 kB | 118/189 kB
Progress (5): 1.1/1.2 MB | 254/588 kB | 164/392 kB | 66/91 kB | 118/189 kB
Progress (5): 1.1/1.2 MB | 254/588 kB | 168/392 kB | 66/91 kB | 118/189 kB
Progress (5): 1.1/1.2 MB | 258/588 kB | 168/392 kB | 66/91 kB | 118/189 kB
Progress (5): 1.1/1.2 MB | 258/588 kB | 168/392 kB | 66/91 kB | 122/189 kB
Progress (5): 1.1/1.2 MB | 258/588 kB | 168/392 kB | 66/91 kB | 122/189 kB
Progress (5): 1.1/1.2 MB | 258/588 kB | 168/392 kB | 70/91 kB | 122/189 kB
Progress (5): 1.1/1.2 MB | 258/588 kB | 168/392 kB | 70/91 kB | 122/189 kB
Progress (5): 1.1/1.2 MB | 258/588 kB | 168/392 kB | 70/91 kB | 126/189 kB
Progress (5): 1.1/1.2 MB | 262/588 kB | 168/392 kB | 70/91 kB | 126/189 kB
Progress (5): 1.1/1.2 MB | 262/588 kB | 172/392 kB | 70/91 kB | 126/189 kB
Progress (5): 1.1/1.2 MB | 266/588 kB | 172/392 kB | 70/91 kB | 126/189 kB
Progress (5): 1.1/1.2 MB | 266/588 kB | 172/392 kB | 70/91 kB | 130/189 kB
Progress (5): 1.1/1.2 MB | 266/588 kB | 172/392 kB | 70/91 kB | 130/189 kB
Progress (5): 1.1/1.2 MB | 266/588 kB | 172/392 kB | 74/91 kB | 130/189 kB
Progress (5): 1.1/1.2 MB | 266/588 kB | 172/392 kB | 74/91 kB | 130/189 kB
Progress (5): 1.1/1.2 MB | 266/588 kB | 172/392 kB | 74/91 kB | 134/189 kB
Progress (5): 1.1/1.2 MB | 270/588 kB | 172/392 kB | 74/91 kB | 134/189 kB
Progress (5): 1.1/1.2 MB | 270/588 kB | 176/392 kB | 74/91 kB | 134/189 kB
Progress (5): 1.1/1.2 MB | 274/588 kB | 176/392 kB | 74/91 kB | 134/189 kB
Progress (5): 1.1/1.2 MB | 274/588 kB | 176/392 kB | 74/91 kB | 138/189 kB
Progress (5): 1.1/1.2 MB | 274/588 kB | 176/392 kB | 74/91 kB | 138/189 kB
Progress (5): 1.1/1.2 MB | 274/588 kB | 176/392 kB | 78/91 kB | 138/189 kB
Progress (5): 1.1/1.2 MB | 274/588 kB | 176/392 kB | 78/91 kB | 138/189 kB
Progress (5): 1.1/1.2 MB | 274/588 kB | 176/392 kB | 78/91 kB | 142/189 kB
Progress (5): 1.1/1.2 MB | 278/588 kB | 176/392 kB | 78/91 kB | 142/189 kB
Progress (5): 1.1/1.2 MB | 278/588 kB | 180/392 kB | 78/91 kB | 142/189 kB
Progress (5): 1.1/1.2 MB | 282/588 kB | 180/392 kB | 78/91 kB | 142/189 kB
Progress (5): 1.1/1.2 MB | 282/588 kB | 180/392 kB | 78/91 kB | 146/189 kB
Progress (5): 1.1/1.2 MB | 282/588 kB | 180/392 kB | 78/91 kB | 146/189 kB
Progress (5): 1.1/1.2 MB | 282/588 kB | 180/392 kB | 82/91 kB | 146/189 kB
Progress (5): 1.1/1.2 MB | 282/588 kB | 180/392 kB | 82/91 kB | 146/189 kB
Progress (5): 1.1/1.2 MB | 282/588 kB | 180/392 kB | 82/91 kB | 150/189 kB
Progress (5): 1.1/1.2 MB | 286/588 kB | 180/392 kB | 82/91 kB | 150/189 kB
Progress (5): 1.1/1.2 MB | 286/588 kB | 184/392 kB | 82/91 kB | 150/189 kB
Progress (5): 1.1/1.2 MB | 290/588 kB | 184/392 kB | 82/91 kB | 150/189 kB
Progress (5): 1.1/1.2 MB | 290/588 kB | 184/392 kB | 82/91 kB | 154/189 kB
Progress (5): 1.1/1.2 MB | 290/588 kB | 184/392 kB | 82/91 kB | 154/189 kB
Progress (5): 1.1/1.2 MB | 290/588 kB | 184/392 kB | 86/91 kB | 154/189 kB
Progress (5): 1.1/1.2 MB | 290/588 kB | 184/392 kB | 86/91 kB | 154/189 kB
Progress (5): 1.1/1.2 MB | 290/588 kB | 184/392 kB | 86/91 kB | 158/189 kB
Progress (5): 1.1/1.2 MB | 294/588 kB | 184/392 kB | 86/91 kB | 158/189 kB
Progress (5): 1.1/1.2 MB | 294/588 kB | 188/392 kB | 86/91 kB | 158/189 kB
Progress (5): 1.1/1.2 MB | 298/588 kB | 188/392 kB | 86/91 kB | 158/189 kB
Progress (5): 1.1/1.2 MB | 298/588 kB | 188/392 kB | 86/91 kB | 162/189 kB
Progress (5): 1.1/1.2 MB | 298/588 kB | 188/392 kB | 86/91 kB | 162/189 kB
Progress (5): 1.1/1.2 MB | 298/588 kB | 188/392 kB | 90/91 kB | 162/189 kB
Progress (5): 1.1/1.2 MB | 298/588 kB | 188/392 kB | 90/91 kB | 162/189 kB
Progress (5): 1.1/1.2 MB | 298/588 kB | 188/392 kB | 90/91 kB | 166/189 kB
Progress (5): 1.1/1.2 MB | 302/588 kB | 188/392 kB | 90/91 kB | 166/189 kB
Progress (5): 1.1/1.2 MB | 302/588 kB | 192/392 kB | 90/91 kB | 166/189 kB
Progress (5): 1.1/1.2 MB | 306/588 kB | 192/392 kB | 90/91 kB | 166/189 kB
Progress (5): 1.1/1.2 MB | 306/588 kB | 192/392 kB | 90/91 kB | 170/189 kB
Progress (5): 1.1/1.2 MB | 306/588 kB | 192/392 kB | 90/91 kB | 170/189 kB
Progress (5): 1.1/1.2 MB | 306/588 kB | 192/392 kB | 91 kB | 170/189 kB   
Progress (5): 1.1/1.2 MB | 306/588 kB | 192/392 kB | 91 kB | 170/189 kB
Progress (5): 1.1/1.2 MB | 306/588 kB | 192/392 kB | 91 kB | 174/189 kB
Progress (5): 1.1/1.2 MB | 310/588 kB | 192/392 kB | 91 kB | 174/189 kB
Progress (5): 1.1/1.2 MB | 310/588 kB | 196/392 kB | 91 kB | 174/189 kB
Progress (5): 1.1/1.2 MB | 314/588 kB | 196/392 kB | 91 kB | 174/189 kB
Progress (5): 1.1/1.2 MB | 314/588 kB | 196/392 kB | 91 kB | 178/189 kB
Progress (5): 1.1/1.2 MB | 314/588 kB | 196/392 kB | 91 kB | 178/189 kB
Progress (5): 1.1/1.2 MB | 314/588 kB | 196/392 kB | 91 kB | 182/189 kB
Progress (5): 1.1/1.2 MB | 318/588 kB | 196/392 kB | 91 kB | 182/189 kB
Progress (5): 1.1/1.2 MB | 318/588 kB | 197/392 kB | 91 kB | 182/189 kB
Progress (5): 1.1/1.2 MB | 322/588 kB | 197/392 kB | 91 kB | 182/189 kB
Progress (5): 1.1/1.2 MB | 322/588 kB | 197/392 kB | 91 kB | 186/189 kB
Progress (5): 1.1/1.2 MB | 322/588 kB | 197/392 kB | 91 kB | 186/189 kB
Progress (5): 1.1/1.2 MB | 322/588 kB | 197/392 kB | 91 kB | 189 kB    
Progress (5): 1.1/1.2 MB | 326/588 kB | 197/392 kB | 91 kB | 189 kB
Progress (5): 1.1/1.2 MB | 326/588 kB | 201/392 kB | 91 kB | 189 kB
Progress (5): 1.1/1.2 MB | 330/588 kB | 201/392 kB | 91 kB | 189 kB
Progress (5): 1.2/1.2 MB | 330/588 kB | 201/392 kB | 91 kB | 189 kB
Progress (5): 1.2/1.2 MB | 334/588 kB | 201/392 kB | 91 kB | 189 kB
Progress (5): 1.2/1.2 MB | 334/588 kB | 205/392 kB | 91 kB | 189 kB
Progress (5): 1.2/1.2 MB | 338/588 kB | 205/392 kB | 91 kB | 189 kB
Progress (5): 1.2/1.2 MB | 338/588 kB | 205/392 kB | 91 kB | 189 kB
Progress (5): 1.2/1.2 MB | 342/588 kB | 205/392 kB | 91 kB | 189 kB
Progress (5): 1.2/1.2 MB | 342/588 kB | 209/392 kB | 91 kB | 189 kB
Progress (5): 1.2/1.2 MB | 346/588 kB | 209/392 kB | 91 kB | 189 kB
Progress (5): 1.2/1.2 MB | 346/588 kB | 209/392 kB | 91 kB | 189 kB
Progress (5): 1.2/1.2 MB | 350/588 kB | 209/392 kB | 91 kB | 189 kB
Progress (5): 1.2/1.2 MB | 350/588 kB | 213/392 kB | 91 kB | 189 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 267 kB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Progress (4): 1.2/1.2 MB | 354/588 kB | 213/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 354/588 kB | 213/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 358/588 kB | 213/392 kB | 189 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
01:17:44 [2019-07-31T05:17:44.559Z] Progress (4): 1.2/1.2 MB | 358/588 kB | 217/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 362/588 kB | 217/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 362/588 kB | 217/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 366/588 kB | 217/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 366/588 kB | 221/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 370/588 kB | 221/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 370/588 kB | 221/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 370/588 kB | 225/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 370/588 kB | 225/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 374/588 kB | 225/392 kB | 189 kB
Progress (4): 1.2/1.2 MB | 374/588 kB | 225/392 kB | 189 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 547 kB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Progress (3): 1.2/1.2 MB | 374/588 kB | 229/392 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
01:17:44 [2019-07-31T05:17:44.559Z] Progress (3): 1.2/1.2 MB | 374/588 kB | 229/392 kB
Progress (3): 1.2/1.2 MB | 378/588 kB | 229/392 kB
Progress (3): 1.2/1.2 MB | 378/588 kB | 229/392 kB
Progress (3): 1.2/1.2 MB | 378/588 kB | 233/392 kB
Progress (3): 1.2/1.2 MB | 378/588 kB | 233/392 kB
Progress (3): 1.2/1.2 MB | 382/588 kB | 233/392 kB
Progress (3): 1.2/1.2 MB | 382/588 kB | 233/392 kB
Progress (3): 1.2/1.2 MB | 382/588 kB | 237/392 kB
Progress (3): 1.2/1.2 MB | 382/588 kB | 237/392 kB
Progress (3): 1.2/1.2 MB | 386/588 kB | 237/392 kB
Progress (3): 1.2/1.2 MB | 386/588 kB | 237/392 kB
Progress (3): 1.2/1.2 MB | 390/588 kB | 237/392 kB
Progress (3): 1.2/1.2 MB | 390/588 kB | 241/392 kB
Progress (3): 1.2/1.2 MB | 394/588 kB | 241/392 kB
Progress (3): 1.2/1.2 MB | 394/588 kB | 241/392 kB
Progress (3): 1.2/1.2 MB | 398/588 kB | 241/392 kB
Progress (3): 1.2/1.2 MB | 398/588 kB | 245/392 kB
Progress (3): 1.2/1.2 MB | 402/588 kB | 245/392 kB
Progress (3): 1.2/1.2 MB | 402/588 kB | 245/392 kB
Progress (3): 1.2/1.2 MB | 406/588 kB | 245/392 kB
Progress (3): 1.2/1.2 MB | 406/588 kB | 249/392 kB
Progress (3): 1.2/1.2 MB | 410/588 kB | 249/392 kB
Progress (4): 1.2/1.2 MB | 410/588 kB | 249/392 kB | 4.1/38 kB
Progress (5): 1.2/1.2 MB | 410/588 kB | 249/392 kB | 4.1/38 kB | 4.1/168 kB
Progress (5): 1.2 MB | 410/588 kB | 249/392 kB | 4.1/38 kB | 4.1/168 kB    
Progress (5): 1.2 MB | 410/588 kB | 249/392 kB | 4.1/38 kB | 7.7/168 kB
Progress (5): 1.2 MB | 410/588 kB | 249/392 kB | 7.7/38 kB | 7.7/168 kB
Progress (5): 1.2 MB | 414/588 kB | 249/392 kB | 7.7/38 kB | 7.7/168 kB
Progress (5): 1.2 MB | 414/588 kB | 253/392 kB | 7.7/38 kB | 7.7/168 kB
Progress (5): 1.2 MB | 418/588 kB | 253/392 kB | 7.7/38 kB | 7.7/168 kB
Progress (5): 1.2 MB | 418/588 kB | 253/392 kB | 12/38 kB | 7.7/168 kB 
Progress (5): 1.2 MB | 418/588 kB | 253/392 kB | 12/38 kB | 12/168 kB 
Progress (5): 1.2 MB | 418/588 kB | 253/392 kB | 16/38 kB | 12/168 kB
Progress (5): 1.2 MB | 422/588 kB | 253/392 kB | 16/38 kB | 12/168 kB
Progress (5): 1.2 MB | 422/588 kB | 257/392 kB | 16/38 kB | 12/168 kB
Progress (5): 1.2 MB | 426/588 kB | 257/392 kB | 16/38 kB | 12/168 kB
Progress (5): 1.2 MB | 426/588 kB | 257/392 kB | 20/38 kB | 12/168 kB
Progress (5): 1.2 MB | 426/588 kB | 257/392 kB | 20/38 kB | 16/168 kB
Progress (5): 1.2 MB | 426/588 kB | 257/392 kB | 24/38 kB | 16/168 kB
Progress (5): 1.2 MB | 430/588 kB | 257/392 kB | 24/38 kB | 16/168 kB
Progress (5): 1.2 MB | 430/588 kB | 261/392 kB | 24/38 kB | 16/168 kB
Progress (5): 1.2 MB | 434/588 kB | 261/392 kB | 24/38 kB | 16/168 kB
Progress (5): 1.2 MB | 434/588 kB | 261/392 kB | 28/38 kB | 16/168 kB
Progress (5): 1.2 MB | 434/588 kB | 261/392 kB | 28/38 kB | 20/168 kB
Progress (5): 1.2 MB | 434/588 kB | 261/392 kB | 32/38 kB | 20/168 kB
Progress (5): 1.2 MB | 438/588 kB | 261/392 kB | 32/38 kB | 20/168 kB
Progress (5): 1.2 MB | 438/588 kB | 265/392 kB | 32/38 kB | 20/168 kB
Progress (5): 1.2 MB | 442/588 kB | 265/392 kB | 32/38 kB | 20/168 kB
Progress (5): 1.2 MB | 442/588 kB | 265/392 kB | 33/38 kB | 20/168 kB
Progress (5): 1.2 MB | 442/588 kB | 265/392 kB | 33/38 kB | 24/168 kB
Progress (5): 1.2 MB | 442/588 kB | 265/392 kB | 37/38 kB | 24/168 kB
Progress (5): 1.2 MB | 446/588 kB | 265/392 kB | 37/38 kB | 24/168 kB
Progress (5): 1.2 MB | 446/588 kB | 269/392 kB | 37/38 kB | 24/168 kB
Progress (5): 1.2 MB | 450/588 kB | 269/392 kB | 37/38 kB | 24/168 kB
Progress (5): 1.2 MB | 450/588 kB | 269/392 kB | 38 kB | 24/168 kB   
Progress (5): 1.2 MB | 450/588 kB | 269/392 kB | 38 kB | 28/168 kB
Progress (5): 1.2 MB | 454/588 kB | 269/392 kB | 38 kB | 28/168 kB
                                                                  
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 3.2 MB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
01:17:44 [2019-07-31T05:17:44.559Z] Progress (4): 454/588 kB | 273/392 kB | 38 kB | 28/168 kB
Progress (4): 458/588 kB | 273/392 kB | 38 kB | 28/168 kB
Progress (4): 458/588 kB | 273/392 kB | 38 kB | 32/168 kB
Progress (4): 462/588 kB | 273/392 kB | 38 kB | 32/168 kB
Progress (4): 462/588 kB | 277/392 kB | 38 kB | 32/168 kB
Progress (4): 466/588 kB | 277/392 kB | 38 kB | 32/168 kB
Progress (4): 466/588 kB | 277/392 kB | 38 kB | 33/168 kB
Progress (4): 470/588 kB | 277/392 kB | 38 kB | 33/168 kB
Progress (4): 470/588 kB | 277/392 kB | 38 kB | 37/168 kB
Progress (4): 470/588 kB | 281/392 kB | 38 kB | 37/168 kB
Progress (4): 470/588 kB | 281/392 kB | 38 kB | 41/168 kB
Progress (4): 474/588 kB | 281/392 kB | 38 kB | 41/168 kB
Progress (4): 474/588 kB | 281/392 kB | 38 kB | 45/168 kB
Progress (4): 474/588 kB | 285/392 kB | 38 kB | 45/168 kB
Progress (4): 474/588 kB | 285/392 kB | 38 kB | 49/168 kB
Progress (4): 478/588 kB | 285/392 kB | 38 kB | 49/168 kB
Progress (4): 478/588 kB | 285/392 kB | 38 kB | 53/168 kB
Progress (4): 478/588 kB | 289/392 kB | 38 kB | 53/168 kB
Progress (4): 478/588 kB | 289/392 kB | 38 kB | 57/168 kB
Progress (4): 482/588 kB | 289/392 kB | 38 kB | 57/168 kB
Progress (4): 482/588 kB | 289/392 kB | 38 kB | 61/168 kB
Progress (4): 482/588 kB | 293/392 kB | 38 kB | 61/168 kB
Progress (4): 482/588 kB | 293/392 kB | 38 kB | 65/168 kB
Progress (4): 486/588 kB | 293/392 kB | 38 kB | 65/168 kB
Progress (4): 486/588 kB | 293/392 kB | 38 kB | 66/168 kB
Progress (4): 486/588 kB | 297/392 kB | 38 kB | 66/168 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.jar (38 kB at 99 kB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Progress (3): 486/588 kB | 301/392 kB | 66/168 kB
Progress (3): 486/588 kB | 301/392 kB | 70/168 kB
Progress (3): 490/588 kB | 301/392 kB | 70/168 kB
Progress (3): 490/588 kB | 301/392 kB | 74/168 kB
Progress (3): 494/588 kB | 301/392 kB | 74/168 kB
Progress (3): 494/588 kB | 305/392 kB | 74/168 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
01:17:44 [2019-07-31T05:17:44.559Z] Progress (3): 494/588 kB | 309/392 kB | 74/168 kB
Progress (3): 498/588 kB | 309/392 kB | 74/168 kB
Progress (3): 498/588 kB | 309/392 kB | 78/168 kB
Progress (3): 502/588 kB | 309/392 kB | 78/168 kB
Progress (4): 502/588 kB | 309/392 kB | 78/168 kB | 4.1/65 kB
Progress (4): 502/588 kB | 313/392 kB | 78/168 kB | 4.1/65 kB
Progress (4): 502/588 kB | 313/392 kB | 78/168 kB | 7.7/65 kB
Progress (4): 506/588 kB | 313/392 kB | 78/168 kB | 7.7/65 kB
Progress (4): 506/588 kB | 313/392 kB | 82/168 kB | 7.7/65 kB
Progress (4): 510/588 kB | 313/392 kB | 82/168 kB | 7.7/65 kB
Progress (4): 510/588 kB | 313/392 kB | 82/168 kB | 12/65 kB 
Progress (4): 510/588 kB | 317/392 kB | 82/168 kB | 12/65 kB
Progress (4): 510/588 kB | 317/392 kB | 82/168 kB | 16/65 kB
Progress (4): 514/588 kB | 317/392 kB | 82/168 kB | 16/65 kB
Progress (4): 514/588 kB | 317/392 kB | 86/168 kB | 16/65 kB
Progress (4): 514/588 kB | 317/392 kB | 90/168 kB | 16/65 kB
Progress (4): 518/588 kB | 317/392 kB | 90/168 kB | 16/65 kB
Progress (4): 518/588 kB | 317/392 kB | 90/168 kB | 20/65 kB
Progress (4): 518/588 kB | 321/392 kB | 90/168 kB | 20/65 kB
Progress (4): 518/588 kB | 321/392 kB | 90/168 kB | 24/65 kB
Progress (4): 522/588 kB | 321/392 kB | 90/168 kB | 24/65 kB
Progress (4): 522/588 kB | 321/392 kB | 94/168 kB | 24/65 kB
Progress (4): 526/588 kB | 321/392 kB | 94/168 kB | 24/65 kB
Progress (4): 526/588 kB | 321/392 kB | 94/168 kB | 28/65 kB
Progress (4): 526/588 kB | 325/392 kB | 94/168 kB | 28/65 kB
Progress (4): 526/588 kB | 325/392 kB | 94/168 kB | 32/65 kB
Progress (4): 530/588 kB | 325/392 kB | 94/168 kB | 32/65 kB
Progress (4): 530/588 kB | 325/392 kB | 98/168 kB | 32/65 kB
Progress (4): 534/588 kB | 325/392 kB | 98/168 kB | 32/65 kB
Progress (4): 534/588 kB | 325/392 kB | 98/168 kB | 33/65 kB
Progress (4): 534/588 kB | 329/392 kB | 98/168 kB | 33/65 kB
Progress (4): 534/588 kB | 329/392 kB | 98/168 kB | 37/65 kB
Progress (4): 538/588 kB | 329/392 kB | 98/168 kB | 37/65 kB
Progress (4): 538/588 kB | 329/392 kB | 98/168 kB | 37/65 kB
Progress (4): 542/588 kB | 329/392 kB | 98/168 kB | 37/65 kB
Progress (4): 542/588 kB | 329/392 kB | 98/168 kB | 41/65 kB
Progress (4): 542/588 kB | 333/392 kB | 98/168 kB | 41/65 kB
Progress (4): 542/588 kB | 333/392 kB | 98/168 kB | 45/65 kB
Progress (4): 546/588 kB | 333/392 kB | 98/168 kB | 45/65 kB
Progress (4): 546/588 kB | 333/392 kB | 102/168 kB | 45/65 kB
Progress (4): 550/588 kB | 333/392 kB | 102/168 kB | 45/65 kB
Progress (4): 554/588 kB | 333/392 kB | 102/168 kB | 45/65 kB
Progress (5): 554/588 kB | 333/392 kB | 102/168 kB | 45/65 kB | 4.1/109 kB
Progress (5): 554/588 kB | 333/392 kB | 102/168 kB | 49/65 kB | 4.1/109 kB
Progress (5): 554/588 kB | 337/392 kB | 102/168 kB | 49/65 kB | 4.1/109 kB
Progress (5): 554/588 kB | 337/392 kB | 102/168 kB | 53/65 kB | 4.1/109 kB
Progress (5): 554/588 kB | 337/392 kB | 102/168 kB | 53/65 kB | 7.7/109 kB
Progress (5): 558/588 kB | 337/392 kB | 102/168 kB | 53/65 kB | 7.7/109 kB
Progress (5): 558/588 kB | 337/392 kB | 106/168 kB | 53/65 kB | 7.7/109 kB
Progress (5): 562/588 kB | 337/392 kB | 106/168 kB | 53/65 kB | 7.7/109 kB
Progress (5): 562/588 kB | 337/392 kB | 106/168 kB | 53/65 kB | 12/109 kB 
Progress (5): 562/588 kB | 337/392 kB | 106/168 kB | 57/65 kB | 12/109 kB
Progress (5): 562/588 kB | 341/392 kB | 106/168 kB | 57/65 kB | 12/109 kB
Progress (5): 562/588 kB | 341/392 kB | 106/168 kB | 61/65 kB | 12/109 kB
Progress (5): 562/588 kB | 341/392 kB | 106/168 kB | 61/65 kB | 16/109 kB
Progress (5): 566/588 kB | 341/392 kB | 106/168 kB | 61/65 kB | 16/109 kB
Progress (5): 566/588 kB | 341/392 kB | 110/168 kB | 61/65 kB | 16/109 kB
Progress (5): 570/588 kB | 341/392 kB | 110/168 kB | 61/65 kB | 16/109 kB
Progress (5): 570/588 kB | 341/392 kB | 110/168 kB | 61/65 kB | 20/109 kB
Progress (5): 570/588 kB | 341/392 kB | 110/168 kB | 65/65 kB | 20/109 kB
Progress (5): 570/588 kB | 345/392 kB | 110/168 kB | 65/65 kB | 20/109 kB
Progress (5): 570/588 kB | 345/392 kB | 110/168 kB | 65 kB | 20/109 kB   
Progress (5): 570/588 kB | 345/392 kB | 110/168 kB | 65 kB | 24/109 kB
Progress (5): 574/588 kB | 345/392 kB | 110/168 kB | 65 kB | 24/109 kB
Progress (5): 574/588 kB | 345/392 kB | 114/168 kB | 65 kB | 24/109 kB
Progress (5): 578/588 kB | 345/392 kB | 114/168 kB | 65 kB | 24/109 kB
Progress (5): 578/588 kB | 345/392 kB | 114/168 kB | 65 kB | 28/109 kB
Progress (5): 578/588 kB | 349/392 kB | 114/168 kB | 65 kB | 28/109 kB
Progress (5): 578/588 kB | 349/392 kB | 114/168 kB | 65 kB | 32/109 kB
Progress (5): 582/588 kB | 349/392 kB | 114/168 kB | 65 kB | 32/109 kB
Progress (5): 582/588 kB | 349/392 kB | 118/168 kB | 65 kB | 32/109 kB
Progress (5): 586/588 kB | 349/392 kB | 118/168 kB | 65 kB | 32/109 kB
Progress (5): 586/588 kB | 349/392 kB | 118/168 kB | 65 kB | 33/109 kB
Progress (5): 586/588 kB | 353/392 kB | 118/168 kB | 65 kB | 33/109 kB
Progress (5): 586/588 kB | 353/392 kB | 118/168 kB | 65 kB | 37/109 kB
Progress (5): 588 kB | 353/392 kB | 118/168 kB | 65 kB | 37/109 kB    
Progress (5): 588 kB | 353/392 kB | 122/168 kB | 65 kB | 37/109 kB
Progress (5): 588 kB | 353/392 kB | 122/168 kB | 65 kB | 41/109 kB
Progress (5): 588 kB | 357/392 kB | 122/168 kB | 65 kB | 41/109 kB
Progress (5): 588 kB | 357/392 kB | 122/168 kB | 65 kB | 45/109 kB
Progress (5): 588 kB | 357/392 kB | 126/168 kB | 65 kB | 45/109 kB
Progress (5): 588 kB | 357/392 kB | 126/168 kB | 65 kB | 49/109 kB
Progress (5): 588 kB | 361/392 kB | 126/168 kB | 65 kB | 49/109 kB
Progress (5): 588 kB | 361/392 kB | 126/168 kB | 65 kB | 53/109 kB
Progress (5): 588 kB | 361/392 kB | 130/168 kB | 65 kB | 53/109 kB
Progress (5): 588 kB | 361/392 kB | 130/168 kB | 65 kB | 57/109 kB
Progress (5): 588 kB | 365/392 kB | 130/168 kB | 65 kB | 57/109 kB
Progress (5): 588 kB | 365/392 kB | 130/168 kB | 65 kB | 61/109 kB
Progress (5): 588 kB | 365/392 kB | 134/168 kB | 65 kB | 61/109 kB
Progress (5): 588 kB | 365/392 kB | 134/168 kB | 65 kB | 65/109 kB
Progress (5): 588 kB | 369/392 kB | 134/168 kB | 65 kB | 65/109 kB
Progress (5): 588 kB | 369/392 kB | 134/168 kB | 65 kB | 66/109 kB
Progress (5): 588 kB | 369/392 kB | 138/168 kB | 65 kB | 66/109 kB
Progress (5): 588 kB | 369/392 kB | 138/168 kB | 65 kB | 70/109 kB
Progress (5): 588 kB | 373/392 kB | 138/168 kB | 65 kB | 70/109 kB
Progress (5): 588 kB | 373/392 kB | 138/168 kB | 65 kB | 74/109 kB
Progress (5): 588 kB | 373/392 kB | 142/168 kB | 65 kB | 74/109 kB
Progress (5): 588 kB | 373/392 kB | 142/168 kB | 65 kB | 78/109 kB
Progress (5): 588 kB | 377/392 kB | 142/168 kB | 65 kB | 78/109 kB
Progress (5): 588 kB | 377/392 kB | 142/168 kB | 65 kB | 82/109 kB
Progress (5): 588 kB | 377/392 kB | 146/168 kB | 65 kB | 82/109 kB
Progress (5): 588 kB | 377/392 kB | 146/168 kB | 65 kB | 86/109 kB
Progress (5): 588 kB | 381/392 kB | 146/168 kB | 65 kB | 86/109 kB
Progress (5): 588 kB | 381/392 kB | 146/168 kB | 65 kB | 90/109 kB
Progress (5): 588 kB | 381/392 kB | 150/168 kB | 65 kB | 90/109 kB
Progress (5): 588 kB | 381/392 kB | 150/168 kB | 65 kB | 94/109 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.4 MB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Progress (4): 385/392 kB | 150/168 kB | 65 kB | 94/109 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar
01:17:44 [2019-07-31T05:17:44.559Z] Progress (4): 385/392 kB | 150/168 kB | 65 kB | 98/109 kB
Progress (4): 385/392 kB | 154/168 kB | 65 kB | 98/109 kB
Progress (4): 385/392 kB | 154/168 kB | 65 kB | 98/109 kB
Progress (4): 389/392 kB | 154/168 kB | 65 kB | 98/109 kB
Progress (4): 389/392 kB | 154/168 kB | 65 kB | 102/109 kB
Progress (4): 389/392 kB | 158/168 kB | 65 kB | 102/109 kB
Progress (4): 389/392 kB | 158/168 kB | 65 kB | 106/109 kB
Progress (4): 392 kB | 158/168 kB | 65 kB | 106/109 kB    
Progress (4): 392 kB | 158/168 kB | 65 kB | 109 kB    
Progress (4): 392 kB | 162/168 kB | 65 kB | 109 kB
Progress (4): 392 kB | 166/168 kB | 65 kB | 109 kB
Progress (4): 392 kB | 168 kB | 65 kB | 109 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 157 kB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar
01:17:44 [2019-07-31T05:17:44.559Z] 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 398 kB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar
01:17:44 [2019-07-31T05:17:44.559Z] 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 914 kB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar
01:17:44 [2019-07-31T05:17:44.559Z] 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 254 kB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
01:17:44 [2019-07-31T05:17:44.559Z] Progress (1): 4.1/281 kB
Progress (1): 7.7/281 kB
Progress (1): 12/281 kB 
Progress (2): 12/281 kB | 4.1/194 kB
Progress (2): 16/281 kB | 4.1/194 kB
Progress (2): 16/281 kB | 7.7/194 kB
Progress (2): 20/281 kB | 7.7/194 kB
Progress (2): 20/281 kB | 12/194 kB 
Progress (2): 24/281 kB | 12/194 kB
Progress (2): 24/281 kB | 16/194 kB
Progress (2): 28/281 kB | 16/194 kB
Progress (2): 28/281 kB | 20/194 kB
Progress (2): 32/281 kB | 20/194 kB
Progress (2): 32/281 kB | 24/194 kB
Progress (2): 36/281 kB | 24/194 kB
Progress (3): 36/281 kB | 24/194 kB | 4.1/33 kB
Progress (3): 36/281 kB | 28/194 kB | 4.1/33 kB
Progress (3): 40/281 kB | 28/194 kB | 4.1/33 kB
Progress (3): 40/281 kB | 32/194 kB | 4.1/33 kB
Progress (3): 40/281 kB | 32/194 kB | 7.7/33 kB
Progress (4): 40/281 kB | 32/194 kB | 7.7/33 kB | 4.1/70 kB
Progress (4): 44/281 kB | 32/194 kB | 7.7/33 kB | 4.1/70 kB
Progress (4): 44/281 kB | 33/194 kB | 7.7/33 kB | 4.1/70 kB
Progress (4): 48/281 kB | 33/194 kB | 7.7/33 kB | 4.1/70 kB
Progress (4): 48/281 kB | 33/194 kB | 7.7/33 kB | 7.7/70 kB
Progress (4): 48/281 kB | 33/194 kB | 12/33 kB | 7.7/70 kB 
Progress (5): 48/281 kB | 33/194 kB | 12/33 kB | 7.7/70 kB | 4.1/115 kB
Progress (5): 48/281 kB | 33/194 kB | 16/33 kB | 7.7/70 kB | 4.1/115 kB
Progress (5): 48/281 kB | 33/194 kB | 16/33 kB | 12/70 kB | 4.1/115 kB 
Progress (5): 52/281 kB | 33/194 kB | 16/33 kB | 12/70 kB | 4.1/115 kB
Progress (5): 52/281 kB | 37/194 kB | 16/33 kB | 12/70 kB | 4.1/115 kB
Progress (5): 56/281 kB | 37/194 kB | 16/33 kB | 12/70 kB | 4.1/115 kB
Progress (5): 56/281 kB | 37/194 kB | 16/33 kB | 16/70 kB | 4.1/115 kB
Progress (5): 56/281 kB | 37/194 kB | 20/33 kB | 16/70 kB | 4.1/115 kB
Progress (5): 56/281 kB | 37/194 kB | 20/33 kB | 16/70 kB | 7.7/115 kB
Progress (5): 56/281 kB | 37/194 kB | 24/33 kB | 16/70 kB | 7.7/115 kB
Progress (5): 56/281 kB | 37/194 kB | 24/33 kB | 20/70 kB | 7.7/115 kB
Progress (5): 60/281 kB | 37/194 kB | 24/33 kB | 20/70 kB | 7.7/115 kB
Progress (5): 60/281 kB | 41/194 kB | 24/33 kB | 20/70 kB | 7.7/115 kB
Progress (5): 64/281 kB | 41/194 kB | 24/33 kB | 20/70 kB | 7.7/115 kB
Progress (5): 64/281 kB | 41/194 kB | 24/33 kB | 24/70 kB | 7.7/115 kB
Progress (5): 64/281 kB | 41/194 kB | 28/33 kB | 24/70 kB | 7.7/115 kB
Progress (5): 64/281 kB | 41/194 kB | 28/33 kB | 24/70 kB | 12/115 kB 
Progress (5): 64/281 kB | 41/194 kB | 32/33 kB | 24/70 kB | 12/115 kB
Progress (5): 64/281 kB | 41/194 kB | 32/33 kB | 28/70 kB | 12/115 kB
Progress (5): 66/281 kB | 41/194 kB | 32/33 kB | 28/70 kB | 12/115 kB
Progress (5): 66/281 kB | 45/194 kB | 32/33 kB | 28/70 kB | 12/115 kB
Progress (5): 70/281 kB | 45/194 kB | 32/33 kB | 28/70 kB | 12/115 kB
Progress (5): 70/281 kB | 45/194 kB | 32/33 kB | 32/70 kB | 12/115 kB
Progress (5): 70/281 kB | 45/194 kB | 33/33 kB | 32/70 kB | 12/115 kB
Progress (5): 70/281 kB | 45/194 kB | 33/33 kB | 32/70 kB | 16/115 kB
Progress (5): 70/281 kB | 45/194 kB | 33 kB | 32/70 kB | 16/115 kB   
Progress (5): 70/281 kB | 45/194 kB | 33 kB | 33/70 kB | 16/115 kB
Progress (5): 74/281 kB | 45/194 kB | 33 kB | 33/70 kB | 16/115 kB
Progress (5): 74/281 kB | 49/194 kB | 33 kB | 33/70 kB | 16/115 kB
Progress (5): 78/281 kB | 49/194 kB | 33 kB | 33/70 kB | 16/115 kB
Progress (5): 78/281 kB | 49/194 kB | 33 kB | 37/70 kB | 16/115 kB
Progress (5): 78/281 kB | 49/194 kB | 33 kB | 37/70 kB | 20/115 kB
Progress (5): 78/281 kB | 49/194 kB | 33 kB | 41/70 kB | 20/115 kB
Progress (5): 82/281 kB | 49/194 kB | 33 kB | 41/70 kB | 20/115 kB
Progress (5): 82/281 kB | 53/194 kB | 33 kB | 41/70 kB | 20/115 kB
Progress (5): 86/281 kB | 53/194 kB | 33 kB | 41/70 kB | 20/115 kB
Progress (5): 86/281 kB | 53/194 kB | 33 kB | 45/70 kB | 20/115 kB
Progress (5): 86/281 kB | 53/194 kB | 33 kB | 45/70 kB | 24/115 kB
Progress (5): 86/281 kB | 53/194 kB | 33 kB | 49/70 kB | 24/115 kB
Progress (5): 90/281 kB | 53/194 kB | 33 kB | 49/70 kB | 24/115 kB
Progress (5): 90/281 kB | 57/194 kB | 33 kB | 49/70 kB | 24/115 kB
Progress (5): 94/281 kB | 57/194 kB | 33 kB | 49/70 kB | 24/115 kB
Progress (5): 98/281 kB | 57/194 kB | 33 kB | 49/70 kB | 24/115 kB
Progress (5): 98/281 kB | 57/194 kB | 33 kB | 53/70 kB | 24/115 kB
Progress (5): 98/281 kB | 57/194 kB | 33 kB | 53/70 kB | 28/115 kB
Progress (5): 98/281 kB | 57/194 kB | 33 kB | 57/70 kB | 28/115 kB
Progress (5): 98/281 kB | 57/194 kB | 33 kB | 57/70 kB | 28/115 kB
Progress (5): 98/281 kB | 61/194 kB | 33 kB | 57/70 kB | 28/115 kB
Progress (5): 102/281 kB | 61/194 kB | 33 kB | 57/70 kB | 28/115 kB
Progress (5): 102/281 kB | 61/194 kB | 33 kB | 61/70 kB | 28/115 kB
Progress (5): 102/281 kB | 61/194 kB | 33 kB | 61/70 kB | 32/115 kB
Progress (5): 102/281 kB | 61/194 kB | 33 kB | 65/70 kB | 32/115 kB
Progress (5): 106/281 kB | 61/194 kB | 33 kB | 65/70 kB | 32/115 kB
Progress (5): 106/281 kB | 65/194 kB | 33 kB | 65/70 kB | 32/115 kB
Progress (5): 110/281 kB | 65/194 kB | 33 kB | 65/70 kB | 32/115 kB
Progress (5): 110/281 kB | 65/194 kB | 33 kB | 66/70 kB | 32/115 kB
Progress (5): 110/281 kB | 65/194 kB | 33 kB | 66/70 kB | 33/115 kB
Progress (5): 110/281 kB | 65/194 kB | 33 kB | 70/70 kB | 33/115 kB
Progress (5): 114/281 kB | 65/194 kB | 33 kB | 70/70 kB | 33/115 kB
Progress (5): 114/281 kB | 66/194 kB | 33 kB | 70/70 kB | 33/115 kB
Progress (5): 118/281 kB | 66/194 kB | 33 kB | 70/70 kB | 33/115 kB
Progress (5): 118/281 kB | 66/194 kB | 33 kB | 70 kB | 33/115 kB   
Progress (5): 118/281 kB | 66/194 kB | 33 kB | 70 kB | 37/115 kB
Progress (5): 122/281 kB | 66/194 kB | 33 kB | 70 kB | 37/115 kB
Progress (5): 122/281 kB | 70/194 kB | 33 kB | 70 kB | 37/115 kB
Progress (5): 126/281 kB | 70/194 kB | 33 kB | 70 kB | 37/115 kB
Progress (5): 126/281 kB | 70/194 kB | 33 kB | 70 kB | 41/115 kB
Progress (5): 130/281 kB | 70/194 kB | 33 kB | 70 kB | 41/115 kB
Progress (5): 130/281 kB | 74/194 kB | 33 kB | 70 kB | 41/115 kB
Progress (5): 134/281 kB | 74/194 kB | 33 kB | 70 kB | 41/115 kB
Progress (5): 134/281 kB | 74/194 kB | 33 kB | 70 kB | 45/115 kB
Progress (5): 138/281 kB | 74/194 kB | 33 kB | 70 kB | 45/115 kB
Progress (5): 138/281 kB | 78/194 kB | 33 kB | 70 kB | 45/115 kB
Progress (5): 142/281 kB | 78/194 kB | 33 kB | 70 kB | 45/115 kB
Progress (5): 142/281 kB | 78/194 kB | 33 kB | 70 kB | 49/115 kB
Progress (5): 146/281 kB | 78/194 kB | 33 kB | 70 kB | 49/115 kB
Progress (5): 146/281 kB | 82/194 kB | 33 kB | 70 kB | 49/115 kB
Progress (5): 150/281 kB | 82/194 kB | 33 kB | 70 kB | 49/115 kB
Progress (5): 150/281 kB | 82/194 kB | 33 kB | 70 kB | 53/115 kB
Progress (5): 154/281 kB | 82/194 kB | 33 kB | 70 kB | 53/115 kB
Progress (5): 154/281 kB | 86/194 kB | 33 kB | 70 kB | 53/115 kB
Progress (5): 158/281 kB | 86/194 kB | 33 kB | 70 kB | 53/115 kB
Progress (5): 158/281 kB | 86/194 kB | 33 kB | 70 kB | 57/115 kB
Progress (5): 162/281 kB | 86/194 kB | 33 kB | 70 kB | 57/115 kB
Progress (5): 162/281 kB | 90/194 kB | 33 kB | 70 kB | 57/115 kB
Progress (5): 164/281 kB | 90/194 kB | 33 kB | 70 kB | 57/115 kB
Progress (5): 164/281 kB | 90/194 kB | 33 kB | 70 kB | 61/115 kB
Progress (5): 168/281 kB | 90/194 kB | 33 kB | 70 kB | 61/115 kB
Progress (5): 168/281 kB | 94/194 kB | 33 kB | 70 kB | 61/115 kB
Progress (5): 172/281 kB | 94/194 kB | 33 kB | 70 kB | 61/115 kB
Progress (5): 172/281 kB | 94/194 kB | 33 kB | 70 kB | 65/115 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar (70 kB at 151 kB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar (33 kB at 71 kB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Progress (3): 172/281 kB | 94/194 kB | 66/115 kB
Progress (3): 176/281 kB | 94/194 kB | 66/115 kB
Progress (3): 176/281 kB | 98/194 kB | 66/115 kB
Progress (3): 180/281 kB | 98/194 kB | 66/115 kB
Progress (3): 180/281 kB | 98/194 kB | 70/115 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar
01:17:44 [2019-07-31T05:17:44.559Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
01:17:44 [2019-07-31T05:17:44.559Z] Progress (3): 180/281 kB | 98/194 kB | 74/115 kB
Progress (3): 184/281 kB | 98/194 kB | 74/115 kB
Progress (3): 184/281 kB | 98/194 kB | 74/115 kB
Progress (3): 188/281 kB | 98/194 kB | 74/115 kB
Progress (3): 188/281 kB | 98/194 kB | 78/115 kB
Progress (3): 192/281 kB | 98/194 kB | 78/115 kB
Progress (3): 192/281 kB | 98/194 kB | 82/115 kB
Progress (3): 192/281 kB | 102/194 kB | 82/115 kB
Progress (3): 192/281 kB | 102/194 kB | 86/115 kB
Progress (3): 196/281 kB | 102/194 kB | 86/115 kB
Progress (3): 196/281 kB | 102/194 kB | 90/115 kB
Progress (3): 196/281 kB | 106/194 kB | 90/115 kB
Progress (3): 196/281 kB | 106/194 kB | 94/115 kB
Progress (3): 196/281 kB | 106/194 kB | 98/115 kB
Progress (3): 197/281 kB | 106/194 kB | 98/115 kB
Progress (3): 197/281 kB | 106/194 kB | 98/115 kB
Progress (3): 197/281 kB | 110/194 kB | 98/115 kB
Progress (3): 197/281 kB | 110/194 kB | 102/115 kB
Progress (3): 201/281 kB | 110/194 kB | 102/115 kB
Progress (3): 201/281 kB | 110/194 kB | 106/115 kB
Progress (3): 201/281 kB | 114/194 kB | 106/115 kB
Progress (3): 201/281 kB | 114/194 kB | 110/115 kB
Progress (3): 205/281 kB | 114/194 kB | 110/115 kB
Progress (3): 205/281 kB | 114/194 kB | 114/115 kB
Progress (3): 205/281 kB | 118/194 kB | 114/115 kB
Progress (3): 205/281 kB | 118/194 kB | 115 kB    
Progress (3): 209/281 kB | 118/194 kB | 115 kB
Progress (3): 209/281 kB | 122/194 kB | 115 kB
Progress (3): 213/281 kB | 122/194 kB | 115 kB
Progress (3): 213/281 kB | 126/194 kB | 115 kB
Progress (3): 217/281 kB | 126/194 kB | 115 kB
Progress (3): 217/281 kB | 130/194 kB | 115 kB
Progress (3): 221/281 kB | 130/194 kB | 115 kB
Progress (3): 221/281 kB | 131/194 kB | 115 kB
Progress (3): 225/281 kB | 131/194 kB | 115 kB
Progress (3): 225/281 kB | 135/194 kB | 115 kB
Progress (3): 229/281 kB | 135/194 kB | 115 kB
Progress (3): 229/281 kB | 139/194 kB | 115 kB
Progress (3): 229/281 kB | 139/194 kB | 115 kB
Progress (3): 229/281 kB | 143/194 kB | 115 kB
Progress (3): 233/281 kB | 143/194 kB | 115 kB
Progress (3): 233/281 kB | 147/194 kB | 115 kB
Progress (3): 237/281 kB | 147/194 kB | 115 kB
Progress (3): 237/281 kB | 151/194 kB | 115 kB
Progress (3): 241/281 kB | 151/194 kB | 115 kB
Progress (3): 241/281 kB | 155/194 kB | 115 kB
Progress (3): 245/281 kB | 155/194 kB | 115 kB
Progress (3): 245/281 kB | 159/194 kB | 115 kB
Progress (3): 249/281 kB | 159/194 kB | 115 kB
Progress (3): 249/281 kB | 163/194 kB | 115 kB
Progress (3): 253/281 kB | 163/194 kB | 115 kB
Progress (3): 253/281 kB | 167/194 kB | 115 kB
Progress (3): 257/281 kB | 167/194 kB | 115 kB
Progress (3): 257/281 kB | 171/194 kB | 115 kB
Progress (3): 261/281 kB | 171/194 kB | 115 kB
Progress (3): 261/281 kB | 175/194 kB | 115 kB
Progress (3): 265/281 kB | 175/194 kB | 115 kB
Progress (3): 265/281 kB | 179/194 kB | 115 kB
Progress (3): 269/281 kB | 179/194 kB | 115 kB
Progress (3): 269/281 kB | 183/194 kB | 115 kB
Progress (3): 273/281 kB | 183/194 kB | 115 kB
Progress (3): 273/281 kB | 187/194 kB | 115 kB
Progress (3): 277/281 kB | 187/194 kB | 115 kB
Progress (3): 277/281 kB | 191/194 kB | 115 kB
Progress (3): 281 kB | 191/194 kB | 115 kB    
Progress (3): 281 kB | 194 kB | 115 kB    
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar (281 kB at 571 kB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Progress (3): 194 kB | 115 kB | 4.1/129 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar (194 kB at 392 kB/s)
01:17:44 [2019-07-31T05:17:44.559Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar (115 kB at 232 kB/s)
01:17:44 [2019-07-31T05:17:44.816Z] Progress (1): 7.7/129 kB
Progress (2): 7.7/129 kB | 4.1/50 kB
Progress (2): 12/129 kB | 4.1/50 kB 
Progress (2): 12/129 kB | 7.7/50 kB
Progress (2): 16/129 kB | 7.7/50 kB
Progress (2): 16/129 kB | 12/50 kB 
Progress (2): 20/129 kB | 12/50 kB
Progress (2): 20/129 kB | 16/50 kB
Progress (2): 24/129 kB | 16/50 kB
Progress (2): 24/129 kB | 20/50 kB
Progress (2): 28/129 kB | 20/50 kB
Progress (2): 28/129 kB | 24/50 kB
Progress (2): 32/129 kB | 24/50 kB
Progress (2): 32/129 kB | 28/50 kB
Progress (2): 36/129 kB | 28/50 kB
Progress (2): 36/129 kB | 32/50 kB
Progress (2): 40/129 kB | 32/50 kB
Progress (2): 40/129 kB | 33/50 kB
Progress (2): 44/129 kB | 33/50 kB
Progress (2): 44/129 kB | 37/50 kB
Progress (2): 48/129 kB | 37/50 kB
Progress (2): 48/129 kB | 41/50 kB
Progress (2): 52/129 kB | 41/50 kB
Progress (2): 52/129 kB | 45/50 kB
Progress (2): 56/129 kB | 45/50 kB
Progress (2): 56/129 kB | 49/50 kB
Progress (2): 60/129 kB | 49/50 kB
Progress (2): 60/129 kB | 50 kB   
Progress (2): 64/129 kB | 50 kB
Progress (2): 68/129 kB | 50 kB
Progress (2): 72/129 kB | 50 kB
Progress (2): 76/129 kB | 50 kB
Progress (2): 80/129 kB | 50 kB
Progress (2): 84/129 kB | 50 kB
Progress (2): 88/129 kB | 50 kB
Progress (2): 92/129 kB | 50 kB
Progress (2): 96/129 kB | 50 kB
Progress (2): 100/129 kB | 50 kB
Progress (2): 104/129 kB | 50 kB
Progress (2): 108/129 kB | 50 kB
Progress (2): 112/129 kB | 50 kB
Progress (2): 116/129 kB | 50 kB
Progress (2): 120/129 kB | 50 kB
Progress (2): 124/129 kB | 50 kB
Progress (2): 128/129 kB | 50 kB
Progress (2): 129 kB | 50 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar (50 kB at 100 kB/s)
01:17:44 [2019-07-31T05:17:44.816Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar (129 kB at 254 kB/s)
01:17:44 [2019-07-31T05:17:44.816Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:17:44 [2019-07-31T05:17:44.816Z] [INFO] 
01:17:44 [2019-07-31T05:17:44.816Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass ---
01:17:44 [2019-07-31T05:17:44.816Z] [INFO] 
01:17:44 [2019-07-31T05:17:44.816Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass ---
01:17:44 [2019-07-31T05:17:44.816Z] [INFO] 
01:17:44 [2019-07-31T05:17:44.816Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass ---
01:17:44 [2019-07-31T05:17:44.816Z] 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
01:17:44 [2019-07-31T05:17:44.816Z] 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
01:17:44 [2019-07-31T05:17:44.816Z] 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
01:17:45 [2019-07-31T05:17:45.074Z] 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
01:17:45 [2019-07-31T05:17:45.074Z] 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
01:17:45 [2019-07-31T05:17:45.074Z] 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
01:17:45 [2019-07-31T05:17:45.074Z] 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 61 kB/s)
01:17:45 [2019-07-31T05:17:45.074Z] 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
01:17:45 [2019-07-31T05:17:45.074Z] 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
01:17:45 [2019-07-31T05:17:45.074Z] 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
01:17:45 [2019-07-31T05:17:45.330Z] 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
01:17:45 [2019-07-31T05:17:45.330Z] 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
01:17:45 [2019-07-31T05:17:45.330Z] 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
01:17:45 [2019-07-31T05:17:45.587Z] 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 233 kB/s)
01:17:45 [2019-07-31T05:17:45.587Z] [INFO] 
01:17:45 [2019-07-31T05:17:45.587Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass ---
01:17:45 [2019-07-31T05:17:45.587Z] [INFO] 
01:17:45 [2019-07-31T05:17:45.587Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass ---
01:17:45 [2019-07-31T05:17:45.587Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:17:45 [2019-07-31T05:17:45.587Z] [INFO] 
01:17:45 [2019-07-31T05:17:45.587Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass ---
01:17:46 [2019-07-31T05:17:46.151Z] [INFO] 
01:17:46 [2019-07-31T05:17:46.151Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass ---
01:17:46 [2019-07-31T05:17:46.151Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
01:17:46 [2019-07-31T05:17:46.408Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
01:17:46 [2019-07-31T05:17:46.408Z] 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
01:17:46 [2019-07-31T05:17:46.408Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
01:17:46 [2019-07-31T05:17:46.408Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
01:17:46 [2019-07-31T05:17:46.408Z] 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
01:17:46 [2019-07-31T05:17:46.664Z] 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 372 kB/s)
01:17:46 [2019-07-31T05:17:46.664Z] 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
01:17:46 [2019-07-31T05:17:46.664Z] 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
01:17:46 [2019-07-31T05:17:46.664Z] 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
01:17:46 [2019-07-31T05:17:46.664Z] 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
01:17:46 [2019-07-31T05:17:46.664Z] 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
01:17:46 [2019-07-31T05:17:46.921Z] 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
01:17:46 [2019-07-31T05:17:46.921Z] 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 94 kB/s)
01:17:46 [2019-07-31T05:17:46.921Z] 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
01:17:46 [2019-07-31T05:17:46.921Z] 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
01:17:46 [2019-07-31T05:17:46.921Z] 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
01:17:46 [2019-07-31T05:17:46.921Z] 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
01:17:47 [2019-07-31T05:17:47.178Z] 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
01:17:47 [2019-07-31T05:17:47.178Z] 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
01:17:47 [2019-07-31T05:17:47.178Z] 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 219 kB/s)
01:17:47 [2019-07-31T05:17:47.178Z] 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
01:17:47 [2019-07-31T05:17:47.178Z] 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
01:17:47 [2019-07-31T05:17:47.178Z] 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
01:17:47 [2019-07-31T05:17:47.435Z] 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
01:17:47 [2019-07-31T05:17:47.435Z] 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
01:17:47 [2019-07-31T05:17:47.435Z] 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
01:17:47 [2019-07-31T05:17:47.435Z] 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 95 kB/s)
01:17:47 [2019-07-31T05:17:47.435Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
01:17:47 [2019-07-31T05:17:47.435Z] 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
01:17:47 [2019-07-31T05:17:47.435Z] 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
01:17:47 [2019-07-31T05:17:47.435Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
01:17:47 [2019-07-31T05:17:47.435Z] 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
01:17:47 [2019-07-31T05:17:47.435Z] 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
01:17:47 [2019-07-31T05:17:47.435Z] 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
01:17:47 [2019-07-31T05:17:47.435Z] 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
01:17:47 [2019-07-31T05:17:47.435Z] 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
01:17:47 [2019-07-31T05:17:47.692Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
01:17:47 [2019-07-31T05:17:47.692Z] 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
01:17:47 [2019-07-31T05:17:47.692Z] 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
01:17:47 [2019-07-31T05:17:47.692Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
01:17:47 [2019-07-31T05:17:47.692Z] 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
01:17:47 [2019-07-31T05:17:47.692Z] 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
01:17:47 [2019-07-31T05:17:47.692Z] 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
01:17:47 [2019-07-31T05:17:47.692Z] 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
01:17:47 [2019-07-31T05:17:47.692Z] 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
01:17:48 [2019-07-31T05:17:48.031Z] Progress (1): 4.1/239 kB
Progress (1): 7.7/239 kB
Progress (1): 12/239 kB 
Progress (1): 16/239 kB
Progress (1): 20/239 kB
Progress (1): 24/239 kB
Progress (1): 28/239 kB
Progress (1): 32/239 kB
Progress (1): 36/239 kB
Progress (1): 40/239 kB
Progress (1): 44/239 kB
Progress (1): 48/239 kB
Progress (1): 52/239 kB
Progress (1): 56/239 kB
Progress (2): 56/239 kB | 4.1/233 kB
Progress (2): 60/239 kB | 4.1/233 kB
Progress (2): 60/239 kB | 7.7/233 kB
Progress (2): 64/239 kB | 7.7/233 kB
Progress (2): 64/239 kB | 12/233 kB 
Progress (2): 68/239 kB | 12/233 kB
Progress (2): 68/239 kB | 16/233 kB
Progress (2): 72/239 kB | 16/233 kB
Progress (2): 72/239 kB | 20/233 kB
Progress (2): 76/239 kB | 20/233 kB
Progress (2): 76/239 kB | 24/233 kB
Progress (2): 80/239 kB | 24/233 kB
Progress (2): 80/239 kB | 28/233 kB
Progress (2): 84/239 kB | 28/233 kB
Progress (2): 84/239 kB | 32/233 kB
Progress (2): 88/239 kB | 32/233 kB
Progress (2): 88/239 kB | 36/233 kB
Progress (2): 92/239 kB | 36/233 kB
Progress (2): 92/239 kB | 40/233 kB
Progress (2): 96/239 kB | 40/233 kB
Progress (2): 96/239 kB | 44/233 kB
Progress (2): 100/239 kB | 44/233 kB
Progress (2): 100/239 kB | 48/233 kB
Progress (2): 104/239 kB | 48/233 kB
Progress (2): 104/239 kB | 52/233 kB
Progress (2): 108/239 kB | 52/233 kB
Progress (2): 108/239 kB | 56/233 kB
Progress (2): 112/239 kB | 56/233 kB
Progress (2): 112/239 kB | 60/233 kB
Progress (2): 116/239 kB | 60/233 kB
Progress (2): 116/239 kB | 64/233 kB
Progress (2): 120/239 kB | 64/233 kB
Progress (2): 120/239 kB | 68/233 kB
Progress (2): 124/239 kB | 68/233 kB
Progress (2): 124/239 kB | 72/233 kB
Progress (2): 128/239 kB | 72/233 kB
Progress (2): 128/239 kB | 76/233 kB
Progress (2): 132/239 kB | 76/233 kB
Progress (2): 132/239 kB | 80/233 kB
Progress (2): 136/239 kB | 80/233 kB
Progress (2): 136/239 kB | 84/233 kB
Progress (2): 140/239 kB | 84/233 kB
Progress (2): 140/239 kB | 88/233 kB
Progress (2): 144/239 kB | 88/233 kB
Progress (2): 144/239 kB | 92/233 kB
Progress (2): 148/239 kB | 92/233 kB
Progress (2): 148/239 kB | 96/233 kB
Progress (2): 152/239 kB | 96/233 kB
Progress (2): 152/239 kB | 100/233 kB
Progress (2): 156/239 kB | 100/233 kB
Progress (2): 156/239 kB | 104/233 kB
Progress (2): 160/239 kB | 104/233 kB
Progress (2): 160/239 kB | 108/233 kB
Progress (2): 164/239 kB | 108/233 kB
Progress (2): 164/239 kB | 112/233 kB
Progress (2): 168/239 kB | 112/233 kB
Progress (2): 168/239 kB | 116/233 kB
Progress (2): 172/239 kB | 116/233 kB
Progress (2): 172/239 kB | 120/233 kB
Progress (2): 176/239 kB | 120/233 kB
Progress (2): 176/239 kB | 124/233 kB
Progress (2): 180/239 kB | 124/233 kB
Progress (2): 180/239 kB | 128/233 kB
Progress (2): 184/239 kB | 128/233 kB
Progress (2): 184/239 kB | 132/233 kB
Progress (2): 188/239 kB | 132/233 kB
Progress (2): 188/239 kB | 136/233 kB
Progress (2): 192/239 kB | 136/233 kB
Progress (2): 192/239 kB | 140/233 kB
Progress (2): 196/239 kB | 140/233 kB
Progress (2): 196/239 kB | 144/233 kB
Progress (2): 200/239 kB | 144/233 kB
Progress (2): 200/239 kB | 148/233 kB
Progress (2): 204/239 kB | 148/233 kB
Progress (2): 204/239 kB | 152/233 kB
Progress (2): 208/239 kB | 152/233 kB
Progress (2): 208/239 kB | 156/233 kB
Progress (2): 212/239 kB | 156/233 kB
Progress (2): 212/239 kB | 160/233 kB
Progress (2): 216/239 kB | 160/233 kB
Progress (2): 216/239 kB | 164/233 kB
Progress (2): 220/239 kB | 164/233 kB
Progress (2): 220/239 kB | 168/233 kB
Progress (2): 224/239 kB | 168/233 kB
Progress (2): 224/239 kB | 172/233 kB
Progress (2): 228/239 kB | 172/233 kB
Progress (2): 228/239 kB | 176/233 kB
Progress (2): 232/239 kB | 176/233 kB
Progress (2): 232/239 kB | 180/233 kB
Progress (2): 236/239 kB | 180/233 kB
Progress (2): 236/239 kB | 184/233 kB
Progress (2): 239 kB | 184/233 kB    
Progress (2): 239 kB | 188/233 kB
Progress (2): 239 kB | 192/233 kB
Progress (2): 239 kB | 196/233 kB
Progress (2): 239 kB | 200/233 kB
Progress (2): 239 kB | 204/233 kB
Progress (2): 239 kB | 208/233 kB
Progress (2): 239 kB | 212/233 kB
Progress (2): 239 kB | 216/233 kB
Progress (2): 239 kB | 220/233 kB
Progress (2): 239 kB | 224/233 kB
Progress (2): 239 kB | 228/233 kB
Progress (2): 239 kB | 232/233 kB
Progress (2): 239 kB | 233 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 4.7 MB/s)
01:17:48 [2019-07-31T05:17:48.031Z] 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 4.4 MB/s)
01:17:48 [2019-07-31T05:17:48.031Z] Progress (1): 4.1/155 kB
Progress (1): 7.7/155 kB
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): 100/155 kB
Progress (1): 104/155 kB
Progress (1): 108/155 kB
Progress (1): 112/155 kB
Progress (1): 116/155 kB
Progress (1): 120/155 kB
Progress (1): 124/155 kB
Progress (1): 128/155 kB
Progress (1): 132/155 kB
Progress (1): 136/155 kB
Progress (1): 140/155 kB
Progress (1): 144/155 kB
Progress (1): 148/155 kB
Progress (1): 152/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 1.8 MB/s)
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis-parent >--
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] Building Trace Compass Tracetype-agnostic Analyses Parent 5.0.0-SNAPSHOT [2/134]
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --------------------------------[ pom ]---------------------------------
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.common-parent >---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] Building Trace Compass Common Utilities Parent 5.0.0-SNAPSHOT    [3/134]
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --------------------------------[ pom ]---------------------------------
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.common-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.common-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.common-parent ---
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:17:48 [2019-07-31T05:17:48.031Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.common-parent ---
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.common-parent ---
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.common-parent ---
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.common-parent ---
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.common-parent ---
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.common-parent ---
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.common-parent ---
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.common.core >----
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] Building org.eclipse.tracecompass.common.core 4.1.0-SNAPSHOT     [4/134]
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.common.core ---
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] 
01:17:48 [2019-07-31T05:17:48.123Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.common.core ---
01:17:48 [2019-07-31T05:17:48.123Z] 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
01:17:48 [2019-07-31T05:17:48.123Z] 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
01:17:48 [2019-07-31T05:17:48.123Z] 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
01:17:48 [2019-07-31T05:17:48.381Z] 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
01:17:48 [2019-07-31T05:17:48.381Z] 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
01:17:48 [2019-07-31T05:17:48.381Z] 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
01:17:48 [2019-07-31T05:17:48.381Z] 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 46 kB/s)
01:17:48 [2019-07-31T05:17:48.381Z] 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
01:17:48 [2019-07-31T05:17:48.381Z] 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 424 kB/s)
01:17:48 [2019-07-31T05:17:48.381Z] 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
01:17:48 [2019-07-31T05:17:48.381Z] 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 927 kB/s)
01:17:48 [2019-07-31T05:17:48.381Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
01:17:48 [2019-07-31T05:17:48.381Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
01:17:48 [2019-07-31T05:17:48.381Z] 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
01:17:48 [2019-07-31T05:17:48.638Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
01:17:48 [2019-07-31T05:17:48.638Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
01:17:48 [2019-07-31T05:17:48.638Z] 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
01:17:48 [2019-07-31T05:17:48.638Z] 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 112 kB/s)
01:17:48 [2019-07-31T05:17:48.638Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
01:17:48 [2019-07-31T05:17:48.638Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
01:17:48 [2019-07-31T05:17:48.638Z] 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
01:17:48 [2019-07-31T05:17:48.894Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
01:17:48 [2019-07-31T05:17:48.894Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
01:17:48 [2019-07-31T05:17:48.894Z] 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
01:17:48 [2019-07-31T05:17:48.894Z] 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 106 kB/s)
01:17:48 [2019-07-31T05:17:48.894Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
01:17:48 [2019-07-31T05:17:48.894Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
01:17:48 [2019-07-31T05:17:48.894Z] 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
01:17:49 [2019-07-31T05:17:49.152Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
01:17:49 [2019-07-31T05:17:49.152Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
01:17:49 [2019-07-31T05:17:49.152Z] 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
01:17:49 [2019-07-31T05:17:49.409Z] 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 194 kB/s)
01:17:49 [2019-07-31T05:17:49.409Z] 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
01:17:49 [2019-07-31T05:17:49.409Z] 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
01:17:49 [2019-07-31T05:17:49.409Z] 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
01:17:49 [2019-07-31T05:17:49.409Z] 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
01:17:49 [2019-07-31T05:17:49.409Z] 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
01:17:49 [2019-07-31T05:17:49.409Z] 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
01:17:49 [2019-07-31T05:17:49.666Z] 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 103 kB/s)
01:17:49 [2019-07-31T05:17:49.666Z] 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
01:17:49 [2019-07-31T05:17:49.666Z] 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
01:17:49 [2019-07-31T05:17:49.666Z] 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
01:17:49 [2019-07-31T05:17:49.666Z] 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
01:17:49 [2019-07-31T05:17:49.666Z] 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
01:17:49 [2019-07-31T05:17:49.666Z] 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
01:17:49 [2019-07-31T05:17:49.924Z] 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 393 kB/s)
01:17:49 [2019-07-31T05:17:49.924Z] 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
01:17:49 [2019-07-31T05:17:49.924Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
01:17:49 [2019-07-31T05:17:49.924Z] 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
01:17:49 [2019-07-31T05:17:49.924Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
01:17:49 [2019-07-31T05:17:49.924Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
01:17:49 [2019-07-31T05:17:49.924Z] 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
01:17:50 [2019-07-31T05:17:50.181Z] 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 11 MB/s)
01:17:50 [2019-07-31T05:17:50.181Z] 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
01:17:50 [2019-07-31T05:17:50.181Z] 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
01:17:50 [2019-07-31T05:17:50.181Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
01:17:50 [2019-07-31T05:17:50.181Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
01:17:50 [2019-07-31T05:17:50.181Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
01:17:50 [2019-07-31T05:17:50.181Z] 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
01:17:50 [2019-07-31T05:17:50.181Z] 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
01:17:50 [2019-07-31T05:17:50.181Z] 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
01:17:50 [2019-07-31T05:17:50.181Z] 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
01:17:50 [2019-07-31T05:17:50.181Z] 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
01:17:50 [2019-07-31T05:17:50.438Z] 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
01:17:50 [2019-07-31T05:17:50.438Z] 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
01:17:50 [2019-07-31T05:17:50.438Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
01:17:50 [2019-07-31T05:17:50.438Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
01:17:50 [2019-07-31T05:17:50.438Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
01:17:50 [2019-07-31T05:17:50.695Z] 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
01:17:50 [2019-07-31T05:17:50.695Z] 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
01:17:50 [2019-07-31T05:17:50.695Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
01:17:50 [2019-07-31T05:17:50.695Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
01:17:50 [2019-07-31T05:17:50.695Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
01:17:50 [2019-07-31T05:17:50.695Z] 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
01:17:50 [2019-07-31T05:17:50.695Z] 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
01:17:50 [2019-07-31T05:17:50.695Z] 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
01:17:50 [2019-07-31T05:17:50.695Z] 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
01:17:50 [2019-07-31T05:17:50.695Z] 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
01:17:50 [2019-07-31T05:17:50.695Z] 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   
Progress (2): 26 kB | 4.1/70 kB
Progress (2): 26 kB | 7.7/70 kB
Progress (2): 26 kB | 12/70 kB 
Progress (2): 26 kB | 16/70 kB
Progress (2): 26 kB | 20/70 kB
Progress (2): 26 kB | 24/70 kB
Progress (2): 26 kB | 28/70 kB
Progress (2): 26 kB | 32/70 kB
Progress (2): 26 kB | 36/70 kB
Progress (2): 26 kB | 40/70 kB
Progress (2): 26 kB | 44/70 kB
Progress (2): 26 kB | 48/70 kB
Progress (2): 26 kB | 52/70 kB
Progress (2): 26 kB | 56/70 kB
Progress (2): 26 kB | 60/70 kB
Progress (3): 26 kB | 60/70 kB | 4.1/281 kB
Progress (3): 26 kB | 64/70 kB | 4.1/281 kB
Progress (3): 26 kB | 64/70 kB | 7.7/281 kB
Progress (3): 26 kB | 68/70 kB | 7.7/281 kB
Progress (3): 26 kB | 70 kB | 7.7/281 kB   
Progress (3): 26 kB | 70 kB | 12/281 kB 
Progress (3): 26 kB | 70 kB | 16/281 kB
Progress (3): 26 kB | 70 kB | 20/281 kB
Progress (3): 26 kB | 70 kB | 24/281 kB
Progress (3): 26 kB | 70 kB | 28/281 kB
Progress (3): 26 kB | 70 kB | 32/281 kB
Progress (3): 26 kB | 70 kB | 36/281 kB
Progress (3): 26 kB | 70 kB | 40/281 kB
Progress (3): 26 kB | 70 kB | 44/281 kB
Progress (3): 26 kB | 70 kB | 48/281 kB
Progress (3): 26 kB | 70 kB | 52/281 kB
Progress (3): 26 kB | 70 kB | 56/281 kB
Progress (3): 26 kB | 70 kB | 60/281 kB
Progress (3): 26 kB | 70 kB | 64/281 kB
Progress (3): 26 kB | 70 kB | 68/281 kB
Progress (3): 26 kB | 70 kB | 72/281 kB
Progress (3): 26 kB | 70 kB | 76/281 kB
Progress (3): 26 kB | 70 kB | 80/281 kB
Progress (3): 26 kB | 70 kB | 84/281 kB
Progress (3): 26 kB | 70 kB | 88/281 kB
Progress (3): 26 kB | 70 kB | 92/281 kB
Progress (3): 26 kB | 70 kB | 96/281 kB
Progress (3): 26 kB | 70 kB | 100/281 kB
Progress (3): 26 kB | 70 kB | 104/281 kB
Progress (3): 26 kB | 70 kB | 108/281 kB
Progress (3): 26 kB | 70 kB | 112/281 kB
Progress (3): 26 kB | 70 kB | 116/281 kB
Progress (3): 26 kB | 70 kB | 120/281 kB
Progress (3): 26 kB | 70 kB | 124/281 kB
Progress (3): 26 kB | 70 kB | 128/281 kB
Progress (3): 26 kB | 70 kB | 132/281 kB
Progress (3): 26 kB | 70 kB | 136/281 kB
Progress (3): 26 kB | 70 kB | 140/281 kB
Progress (3): 26 kB | 70 kB | 144/281 kB
Progress (3): 26 kB | 70 kB | 148/281 kB
Progress (3): 26 kB | 70 kB | 152/281 kB
Progress (3): 26 kB | 70 kB | 156/281 kB
Progress (3): 26 kB | 70 kB | 160/281 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 567 kB/s)
01:17:50 [2019-07-31T05:17:50.695Z] Progress (2): 70 kB | 164/281 kB
Progress (2): 70 kB | 168/281 kB
Progress (2): 70 kB | 172/281 kB
Progress (2): 70 kB | 176/281 kB
Progress (2): 70 kB | 180/281 kB
Progress (2): 70 kB | 184/281 kB
Progress (2): 70 kB | 188/281 kB
Progress (2): 70 kB | 192/281 kB
Progress (2): 70 kB | 196/281 kB
Progress (2): 70 kB | 200/281 kB
Progress (2): 70 kB | 204/281 kB
Progress (3): 70 kB | 204/281 kB | 4.1/166 kB
Progress (3): 70 kB | 208/281 kB | 4.1/166 kB
Progress (3): 70 kB | 208/281 kB | 7.7/166 kB
Progress (3): 70 kB | 212/281 kB | 7.7/166 kB
Progress (3): 70 kB | 212/281 kB | 12/166 kB 
Progress (3): 70 kB | 216/281 kB | 12/166 kB
Progress (3): 70 kB | 216/281 kB | 16/166 kB
Progress (3): 70 kB | 220/281 kB | 16/166 kB
Progress (3): 70 kB | 220/281 kB | 20/166 kB
Progress (3): 70 kB | 224/281 kB | 20/166 kB
Progress (3): 70 kB | 224/281 kB | 24/166 kB
Progress (3): 70 kB | 228/281 kB | 24/166 kB
Progress (3): 70 kB | 228/281 kB | 28/166 kB
Progress (3): 70 kB | 232/281 kB | 28/166 kB
Progress (3): 70 kB | 232/281 kB | 32/166 kB
Progress (3): 70 kB | 236/281 kB | 32/166 kB
Progress (3): 70 kB | 236/281 kB | 36/166 kB
Progress (3): 70 kB | 240/281 kB | 36/166 kB
Progress (3): 70 kB | 240/281 kB | 40/166 kB
Progress (3): 70 kB | 244/281 kB | 40/166 kB
Progress (3): 70 kB | 244/281 kB | 44/166 kB
Progress (3): 70 kB | 248/281 kB | 44/166 kB
Progress (3): 70 kB | 248/281 kB | 48/166 kB
Progress (3): 70 kB | 252/281 kB | 48/166 kB
Progress (3): 70 kB | 252/281 kB | 52/166 kB
Progress (3): 70 kB | 256/281 kB | 52/166 kB
Progress (3): 70 kB | 256/281 kB | 56/166 kB
Progress (3): 70 kB | 260/281 kB | 56/166 kB
Progress (3): 70 kB | 260/281 kB | 60/166 kB
Progress (3): 70 kB | 264/281 kB | 60/166 kB
Progress (3): 70 kB | 264/281 kB | 64/166 kB
Progress (3): 70 kB | 268/281 kB | 64/166 kB
Progress (3): 70 kB | 268/281 kB | 68/166 kB
Progress (3): 70 kB | 272/281 kB | 68/166 kB
Progress (3): 70 kB | 272/281 kB | 72/166 kB
Progress (3): 70 kB | 276/281 kB | 72/166 kB
Progress (3): 70 kB | 276/281 kB | 76/166 kB
Progress (3): 70 kB | 280/281 kB | 76/166 kB
Progress (3): 70 kB | 280/281 kB | 80/166 kB
Progress (3): 70 kB | 281 kB | 80/166 kB    
Progress (3): 70 kB | 281 kB | 84/166 kB
Progress (3): 70 kB | 281 kB | 88/166 kB
Progress (3): 70 kB | 281 kB | 92/166 kB
Progress (3): 70 kB | 281 kB | 96/166 kB
Progress (3): 70 kB | 281 kB | 100/166 kB
Progress (3): 70 kB | 281 kB | 104/166 kB
Progress (3): 70 kB | 281 kB | 108/166 kB
Progress (3): 70 kB | 281 kB | 112/166 kB
Progress (4): 70 kB | 281 kB | 112/166 kB | 4.1/6.0 kB
Progress (4): 70 kB | 281 kB | 116/166 kB | 4.1/6.0 kB
Progress (4): 70 kB | 281 kB | 116/166 kB | 6.0 kB    
Progress (4): 70 kB | 281 kB | 120/166 kB | 6.0 kB
Progress (4): 70 kB | 281 kB | 124/166 kB | 6.0 kB
Progress (4): 70 kB | 281 kB | 128/166 kB | 6.0 kB
Progress (4): 70 kB | 281 kB | 132/166 kB | 6.0 kB
Progress (4): 70 kB | 281 kB | 136/166 kB | 6.0 kB
Progress (4): 70 kB | 281 kB | 140/166 kB | 6.0 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.jar (70 kB at 1.2 MB/s)
01:17:50 [2019-07-31T05:17:50.695Z] Progress (3): 281 kB | 144/166 kB | 6.0 kB
Progress (3): 281 kB | 148/166 kB | 6.0 kB
Progress (3): 281 kB | 152/166 kB | 6.0 kB
Progress (3): 281 kB | 156/166 kB | 6.0 kB
Progress (3): 281 kB | 160/166 kB | 6.0 kB
Progress (3): 281 kB | 164/166 kB | 6.0 kB
Progress (3): 281 kB | 166 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 96 kB/s)
01:17:50 [2019-07-31T05:17:50.695Z] 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.5 MB/s)
01:17:50 [2019-07-31T05:17:50.695Z] 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.7 MB/s)
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] The project's OSGi version is 4.1.0.201907310510
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] 
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.common.core ---
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] 
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.common.core ---
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] 
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.common.core ---
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] 
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.common.core ---
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] 
01:17:50 [2019-07-31T05:17:50.953Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.common.core ---
01:17:50 [2019-07-31T05:17:50.953Z] 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
01:17:50 [2019-07-31T05:17:50.953Z] 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
01:17:50 [2019-07-31T05:17:50.953Z] 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
01:17:51 [2019-07-31T05:17:51.210Z] 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
01:17:51 [2019-07-31T05:17:51.210Z] 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
01:17:51 [2019-07-31T05:17:51.210Z] 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
01:17:51 [2019-07-31T05:17:51.210Z] 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 17 kB/s)
01:17:51 [2019-07-31T05:17:51.210Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
01:17:51 [2019-07-31T05:17:51.210Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
01:17:51 [2019-07-31T05:17:51.210Z] 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
01:17:51 [2019-07-31T05:17:51.467Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
01:17:51 [2019-07-31T05:17:51.467Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
01:17:51 [2019-07-31T05:17:51.467Z] 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
01:17:51 [2019-07-31T05:17:51.467Z] 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 134 kB/s)
01:17:51 [2019-07-31T05:17:51.467Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
01:17:51 [2019-07-31T05:17:51.467Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
01:17:51 [2019-07-31T05:17:51.467Z] 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
01:17:51 [2019-07-31T05:17:51.723Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
01:17:51 [2019-07-31T05:17:51.723Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
01:17:51 [2019-07-31T05:17:51.723Z] 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
01:17:51 [2019-07-31T05:17:51.723Z] 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 718 kB/s)
01:17:51 [2019-07-31T05:17:51.723Z] 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
01:17:51 [2019-07-31T05:17:51.723Z] 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
01:17:51 [2019-07-31T05:17:51.723Z] 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
01:17:51 [2019-07-31T05:17:51.980Z] 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
01:17:51 [2019-07-31T05:17:51.980Z] 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
01:17:51 [2019-07-31T05:17:51.980Z] 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
01:17:51 [2019-07-31T05:17:51.980Z] 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 196 kB/s)
01:17:51 [2019-07-31T05:17:51.980Z] 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
01:17:51 [2019-07-31T05:17:51.980Z] 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
01:17:51 [2019-07-31T05:17:51.980Z] 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
01:17:52 [2019-07-31T05:17:52.237Z] 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
01:17:52 [2019-07-31T05:17:52.237Z] 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
01:17:52 [2019-07-31T05:17:52.237Z] 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
01:17:52 [2019-07-31T05:17:52.237Z] 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 158 kB/s)
01:17:52 [2019-07-31T05:17:52.237Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
01:17:52 [2019-07-31T05:17:52.237Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
01:17:52 [2019-07-31T05:17:52.237Z] 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
01:17:52 [2019-07-31T05:17:52.493Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
01:17:52 [2019-07-31T05:17:52.493Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
01:17:52 [2019-07-31T05:17:52.493Z] 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
01:17:52 [2019-07-31T05:17:52.493Z] 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 53 kB/s)
01:17:52 [2019-07-31T05:17:52.493Z] 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
01:17:52 [2019-07-31T05:17:52.493Z] 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
01:17:52 [2019-07-31T05:17:52.493Z] 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
01:17:52 [2019-07-31T05:17:52.750Z] 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
01:17:52 [2019-07-31T05:17:52.750Z] 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
01:17:52 [2019-07-31T05:17:52.750Z] 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
01:17:52 [2019-07-31T05:17:52.750Z] 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 109 kB/s)
01:17:52 [2019-07-31T05:17:52.750Z] 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
01:17:52 [2019-07-31T05:17:52.750Z] 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
01:17:52 [2019-07-31T05:17:52.750Z] 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
01:17:53 [2019-07-31T05:17:53.007Z] 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
01:17:53 [2019-07-31T05:17:53.007Z] 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
01:17:53 [2019-07-31T05:17:53.007Z] 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
01:17:53 [2019-07-31T05:17:53.007Z] 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 82 kB/s)
01:17:53 [2019-07-31T05:17:53.007Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
01:17:53 [2019-07-31T05:17:53.007Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
01:17:53 [2019-07-31T05:17:53.007Z] 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
01:17:53 [2019-07-31T05:17:53.264Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
01:17:53 [2019-07-31T05:17:53.264Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
01:17:53 [2019-07-31T05:17:53.264Z] 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
01:17:53 [2019-07-31T05:17:53.264Z] 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 79 kB/s)
01:17:53 [2019-07-31T05:17:53.264Z] 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
01:17:53 [2019-07-31T05:17:53.264Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
01:17:53 [2019-07-31T05:17:53.264Z] 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
01:17:53 [2019-07-31T05:17:53.264Z] 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
01:17:53 [2019-07-31T05:17:53.264Z] 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
01:17:53 [2019-07-31T05:17:53.264Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
01:17:53 [2019-07-31T05:17:53.264Z] 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
01:17:53 [2019-07-31T05:17:53.264Z] 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
01:17:53 [2019-07-31T05:17:53.520Z] 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
01:17:53 [2019-07-31T05:17:53.520Z] 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
01:17:53 [2019-07-31T05:17:53.520Z] 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
01:17:53 [2019-07-31T05:17:53.520Z] 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
01:17:53 [2019-07-31T05:17:53.520Z] 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
01:17:53 [2019-07-31T05:17:53.520Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
01:17:53 [2019-07-31T05:17:53.520Z] 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
01:17:53 [2019-07-31T05:17:53.520Z] 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
01:17:53 [2019-07-31T05:17:53.778Z] 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
01:17:53 [2019-07-31T05:17:53.778Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
01:17:53 [2019-07-31T05:17:53.778Z] 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
01:17:53 [2019-07-31T05:17:53.778Z] 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
01:17:53 [2019-07-31T05:17:53.778Z] 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
01:17:53 [2019-07-31T05:17:53.778Z] 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
01:17:53 [2019-07-31T05:17:53.778Z] 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
01:17:53 [2019-07-31T05:17:53.778Z] 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
01:17:53 [2019-07-31T05:17:53.778Z] 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/79 kB
Progress (2): 8.5 kB | 7.7/79 kB
Progress (2): 8.5 kB | 12/79 kB 
Progress (2): 8.5 kB | 16/79 kB
Progress (2): 8.5 kB | 20/79 kB
Progress (3): 8.5 kB | 20/79 kB | 4.1/4.3 kB
Progress (3): 8.5 kB | 24/79 kB | 4.1/4.3 kB
Progress (3): 8.5 kB | 24/79 kB | 4.3 kB    
Progress (3): 8.5 kB | 28/79 kB | 4.3 kB
Progress (3): 8.5 kB | 32/79 kB | 4.3 kB
Progress (3): 8.5 kB | 36/79 kB | 4.3 kB
Progress (3): 8.5 kB | 40/79 kB | 4.3 kB
Progress (3): 8.5 kB | 44/79 kB | 4.3 kB
Progress (3): 8.5 kB | 48/79 kB | 4.3 kB
Progress (3): 8.5 kB | 52/79 kB | 4.3 kB
Progress (3): 8.5 kB | 56/79 kB | 4.3 kB
Progress (3): 8.5 kB | 60/79 kB | 4.3 kB
Progress (3): 8.5 kB | 64/79 kB | 4.3 kB
Progress (3): 8.5 kB | 68/79 kB | 4.3 kB
Progress (3): 8.5 kB | 72/79 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 115 kB/s)
01:17:53 [2019-07-31T05:17:53.778Z] Progress (2): 76/79 kB | 4.3 kB
Progress (2): 79 kB | 4.3 kB   
Progress (3): 79 kB | 4.3 kB | 4.1/51 kB
Progress (3): 79 kB | 4.3 kB | 7.7/51 kB
                                        
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 55 kB/s)
01:17:53 [2019-07-31T05:17:53.778Z] Progress (2): 79 kB | 12/51 kB
Progress (2): 79 kB | 16/51 kB
Progress (2): 79 kB | 20/51 kB
Progress (2): 79 kB | 24/51 kB
Progress (2): 79 kB | 28/51 kB
Progress (2): 79 kB | 32/51 kB
Progress (2): 79 kB | 36/51 kB
Progress (2): 79 kB | 40/51 kB
Progress (2): 79 kB | 44/51 kB
Progress (2): 79 kB | 48/51 kB
Progress (2): 79 kB | 51 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.jar (79 kB at 950 kB/s)
01:17:53 [2019-07-31T05:17:53.778Z] 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 605 kB/s)
01:17:53 [2019-07-31T05:17:53.778Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:17:53 [2019-07-31T05:17:53.778Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/src/main/resources
01:17:53 [2019-07-31T05:17:53.778Z] [INFO] 
01:17:53 [2019-07-31T05:17:53.778Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.common.core ---
01:17:53 [2019-07-31T05:17:53.778Z] 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
01:17:53 [2019-07-31T05:17:53.778Z] 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
01:17:54 [2019-07-31T05:17:54.034Z] 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
01:17:54 [2019-07-31T05:17:54.034Z] 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
01:17:54 [2019-07-31T05:17:54.034Z] 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
01:17:54 [2019-07-31T05:17:54.034Z] 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
01:17:54 [2019-07-31T05:17:54.034Z] 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 22 kB/s)
01:17:54 [2019-07-31T05:17:54.034Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
01:17:54 [2019-07-31T05:17:54.034Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
01:17:54 [2019-07-31T05:17:54.034Z] 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
01:17:54 [2019-07-31T05:17:54.291Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
01:17:54 [2019-07-31T05:17:54.291Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
01:17:54 [2019-07-31T05:17:54.291Z] 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
01:17:54 [2019-07-31T05:17:54.291Z] 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 120 kB/s)
01:17:54 [2019-07-31T05:17:54.291Z] 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
01:17:54 [2019-07-31T05:17:54.291Z] 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
01:17:54 [2019-07-31T05:17:54.291Z] 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
01:17:54 [2019-07-31T05:17:54.548Z] 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
01:17:54 [2019-07-31T05:17:54.548Z] 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
01:17:54 [2019-07-31T05:17:54.548Z] 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
01:17:54 [2019-07-31T05:17:54.548Z] 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 29 kB/s)
01:17:54 [2019-07-31T05:17:54.548Z] 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
01:17:54 [2019-07-31T05:17:54.548Z] 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
01:17:54 [2019-07-31T05:17:54.548Z] 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
01:17:54 [2019-07-31T05:17:54.805Z] 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
01:17:54 [2019-07-31T05:17:54.805Z] 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
01:17:54 [2019-07-31T05:17:54.805Z] 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
01:17:54 [2019-07-31T05:17:54.805Z] 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 79 kB/s)
01:17:54 [2019-07-31T05:17:54.805Z] 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
01:17:54 [2019-07-31T05:17:54.805Z] 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
01:17:55 [2019-07-31T05:17:55.063Z] 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
01:17:55 [2019-07-31T05:17:55.063Z] 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
01:17:55 [2019-07-31T05:17:55.063Z] 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
01:17:55 [2019-07-31T05:17:55.063Z] 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
01:17:55 [2019-07-31T05:17:55.063Z] 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 54 kB/s)
01:17:55 [2019-07-31T05:17:55.063Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom
01:17:55 [2019-07-31T05:17:55.428Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom
01:17:55 [2019-07-31T05:17:55.428Z] 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
01:17:55 [2019-07-31T05:17:55.428Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom
01:17:55 [2019-07-31T05:17:55.428Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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 55 kB/s)
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] 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
01:17:55 [2019-07-31T05:17:55.879Z] Progress (1): 3.6 kB
Progress (2): 3.6 kB | 0/2.8 MB
Progress (2): 3.6 kB | 0/2.8 MB
Progress (2): 3.6 kB | 0/2.8 MB
Progress (2): 3.6 kB | 0/2.8 MB
Progress (2): 3.6 kB | 0/2.8 MB
Progress (2): 3.6 kB | 0/2.8 MB
Progress (2): 3.6 kB | 0/2.8 MB
Progress (3): 3.6 kB | 0/2.8 MB | 4.1/25 kB
Progress (3): 3.6 kB | 0/2.8 MB | 4.1/25 kB
Progress (3): 3.6 kB | 0/2.8 MB | 7.7/25 kB
Progress (3): 3.6 kB | 0/2.8 MB | 7.7/25 kB
Progress (3): 3.6 kB | 0/2.8 MB | 12/25 kB 
Progress (3): 3.6 kB | 0/2.8 MB | 12/25 kB
Progress (3): 3.6 kB | 0/2.8 MB | 16/25 kB
Progress (3): 3.6 kB | 0/2.8 MB | 16/25 kB
Progress (3): 3.6 kB | 0/2.8 MB | 20/25 kB
Progress (4): 3.6 kB | 0/2.8 MB | 20/25 kB | 4.1/4.6 kB
Progress (4): 3.6 kB | 0/2.8 MB | 20/25 kB | 4.1/4.6 kB
Progress (4): 3.6 kB | 0/2.8 MB | 20/25 kB | 4.6 kB    
Progress (4): 3.6 kB | 0/2.8 MB | 24/25 kB | 4.6 kB
Progress (4): 3.6 kB | 0.1/2.8 MB | 24/25 kB | 4.6 kB
Progress (4): 3.6 kB | 0.1/2.8 MB | 25 kB | 4.6 kB   
Progress (4): 3.6 kB | 0.1/2.8 MB | 25 kB | 4.6 kB
Progress (4): 3.6 kB | 0.1/2.8 MB | 25 kB | 4.6 kB
Progress (4): 3.6 kB | 0.1/2.8 MB | 25 kB | 4.6 kB
Progress (5): 3.6 kB | 0.1/2.8 MB | 25 kB | 4.6 kB | 4.1/18 kB
Progress (5): 3.6 kB | 0.1/2.8 MB | 25 kB | 4.6 kB | 4.1/18 kB
Progress (5): 3.6 kB | 0.1/2.8 MB | 25 kB | 4.6 kB | 7.7/18 kB
Progress (5): 3.6 kB | 0.1/2.8 MB | 25 kB | 4.6 kB | 7.7/18 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.jar (3.6 kB at 72 kB/s)
01:17:55 [2019-07-31T05:17:55.879Z] Progress (4): 0.1/2.8 MB | 25 kB | 4.6 kB | 12/18 kB
Progress (4): 0.1/2.8 MB | 25 kB | 4.6 kB | 12/18 kB
Progress (4): 0.1/2.8 MB | 25 kB | 4.6 kB | 16/18 kB
Progress (4): 0.1/2.8 MB | 25 kB | 4.6 kB | 16/18 kB
Progress (4): 0.1/2.8 MB | 25 kB | 4.6 kB | 18 kB   
Progress (4): 0.1/2.8 MB | 25 kB | 4.6 kB | 18 kB
Progress (4): 0.1/2.8 MB | 25 kB | 4.6 kB | 18 kB
Progress (4): 0.1/2.8 MB | 25 kB | 4.6 kB | 18 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 43 kB/s)
01:17:56 [2019-07-31T05:17:56.137Z] Progress (3): 0.1/2.8 MB | 25 kB | 18 kB
Progress (3): 0.1/2.8 MB | 25 kB | 18 kB
Progress (3): 0.1/2.8 MB | 25 kB | 18 kB
Progress (3): 0.1/2.8 MB | 25 kB | 18 kB
Progress (3): 0.1/2.8 MB | 25 kB | 18 kB
Progress (3): 0.1/2.8 MB | 25 kB | 18 kB
Progress (3): 0.1/2.8 MB | 25 kB | 18 kB
Progress (3): 0.1/2.8 MB | 25 kB | 18 kB
Progress (3): 0.1/2.8 MB | 25 kB | 18 kB
Progress (3): 0.1/2.8 MB | 25 kB | 18 kB
                                        
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 227 kB/s)
01:17:56 [2019-07-31T05:17:56.137Z] 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 163 kB/s)
01:17:56 [2019-07-31T05:17:56.137Z] 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 (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.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.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 13 MB/s)
01:17:58 [2019-07-31T05:17:58.033Z] [INFO] Compiling 22 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/target/classes
01:17:59 [2019-07-31T05:17:59.410Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/common/core/log/TraceCompassLogUtils.java:[795] 
01:17:59 [2019-07-31T05:17:59.410Z] 	argsArray[i] = entry.getKey();
01:17:59 [2019-07-31T05:17:59.410Z] 	               ^^^^^^^^^^^^^^
01:17:59 [2019-07-31T05:17:59.410Z] 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
01:17:59 [2019-07-31T05:17:59.410Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/common/core/log/TraceCompassLogUtils.java:[796] 
01:17:59 [2019-07-31T05:17:59.410Z] 	argsArray[i + 1] = entry.getValue();
01:17:59 [2019-07-31T05:17:59.410Z] 	                   ^^^^^^^^^^^^^^^^
01:17:59 [2019-07-31T05:17:59.411Z] 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
01:17:59 [2019-07-31T05:17:59.411Z] 2 problems (2 warnings)
01:17:59 [2019-07-31T05:17:59.668Z] [INFO] 
01:17:59 [2019-07-31T05:17:59.668Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.common.core ---
01:17:59 [2019-07-31T05:17:59.668Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:17:59 [2019-07-31T05:17:59.668Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/src/test/resources
01:17:59 [2019-07-31T05:17:59.668Z] [INFO] 
01:17:59 [2019-07-31T05:17:59.668Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.common.core ---
01:17:59 [2019-07-31T05:17:59.668Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-sources.jar
01:17:59 [2019-07-31T05:17:59.925Z] [INFO] 
01:17:59 [2019-07-31T05:17:59.925Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.common.core ---
01:18:00 [2019-07-31T05:18:00.183Z] [INFO] 
01:18:00 [2019-07-31T05:18:00.183Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.common.core ---
01:18:00 [2019-07-31T05:18:00.440Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar
01:18:00 [2019-07-31T05:18:00.440Z] [INFO] 
01:18:00 [2019-07-31T05:18:00.440Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.common.core ---
01:18:00 [2019-07-31T05:18:00.440Z] [INFO] 
01:18:00 [2019-07-31T05:18:00.440Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.common.core ---
01:18:00 [2019-07-31T05:18:00.440Z] [INFO] 
01:18:00 [2019-07-31T05:18:00.440Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.common.core ---
01:18:00 [2019-07-31T05:18:00.440Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar
01:18:01 [2019-07-31T05:18:01.370Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.common.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.common.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.common.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.common.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.common.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem-parent >--
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Building Trace Compass State System Parent 5.0.0-SNAPSHOT        [5/134]
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --------------------------------[ pom ]---------------------------------
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.statesystem-parent ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.statesystem-parent ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.statesystem-parent ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.statesystem-parent ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.statesystem-parent ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.statesystem-parent ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.statesystem-parent ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.statesystem-parent ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.statesystem-parent ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.statesystem-parent ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core >--
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Building org.eclipse.tracecompass.datastore.core 1.2.0-SNAPSHOT  [6/134]
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.datastore.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.datastore.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] The project's OSGi version is 1.2.0.201907310510
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.datastore.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.datastore.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.datastore.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.datastore.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.datastore.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/src/main/resources
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] 
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.datastore.core ---
01:18:01 [2019-07-31T05:18:01.371Z] [INFO] Compiling 37 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/target/classes
01:18:02 [2019-07-31T05:18:02.302Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/internal/datastore/core/historytree/HtIo.java:[222] 
01:18:02 [2019-07-31T05:18:02.302Z] 	fFileChannelIn = fFileInputStream.getChannel();
01:18:02 [2019-07-31T05:18:02.302Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:02 [2019-07-31T05:18:02.302Z] Null type safety (type annotations): The expression of type 'FileChannel' needs unchecked conversion to conform to '@NonNull FileChannel'
01:18:02 [2019-07-31T05:18:02.302Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/internal/datastore/core/historytree/HtIo.java:[223] 
01:18:02 [2019-07-31T05:18:02.302Z] 	fFileChannelOut = fFileOutputStream.getChannel();
01:18:02 [2019-07-31T05:18:02.302Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:02 [2019-07-31T05:18:02.302Z] Null type safety (type annotations): The expression of type 'FileChannel' needs unchecked conversion to conform to '@NonNull FileChannel'
01:18:02 [2019-07-31T05:18:02.302Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/datastore/core/interval/HTInterval.java:[71] 
01:18:02 [2019-07-31T05:18:02.302Z] 	return (new StringJoiner(", ", "[", "]")) //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
01:18:02 [2019-07-31T05:18:02.302Z]                 .add(String.valueOf(fStart))
01:18:02 [2019-07-31T05:18:02.302Z]                 .add(String.valueOf(fStart + fDuration))
01:18:02 [2019-07-31T05:18:02.302Z]                 .toString();
01:18:02 [2019-07-31T05:18:02.302Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:02 [2019-07-31T05:18:02.302Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:18:02 [2019-07-31T05:18:02.302Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/HTNode.java:[82] 
01:18:02 [2019-07-31T05:18:02.302Z] 	private final Comparator<E> fDefaultIntervalComparator = Comparator
01:18:02 [2019-07-31T05:18:02.302Z]             .comparingLong(E::getEnd)
01:18:02 [2019-07-31T05:18:02.302Z]             .thenComparingLong(E::getStart);
01:18:02 [2019-07-31T05:18:02.302Z] 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:02 [2019-07-31T05:18:02.302Z] 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>'
01:18:02 [2019-07-31T05:18:02.302Z] 4 problems (4 warnings)
01:18:02 [2019-07-31T05:18:02.302Z] [INFO] 
01:18:02 [2019-07-31T05:18:02.302Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.datastore.core ---
01:18:02 [2019-07-31T05:18:02.302Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:02 [2019-07-31T05:18:02.302Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/src/test/resources
01:18:02 [2019-07-31T05:18:02.302Z] [INFO] 
01:18:02 [2019-07-31T05:18:02.302Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.datastore.core ---
01:18:02 [2019-07-31T05:18:02.302Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT-sources.jar
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] 
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.datastore.core ---
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] 
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.datastore.core ---
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT.jar
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] 
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.datastore.core ---
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] 
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.datastore.core ---
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] 
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.datastore.core ---
01:18:02 [2019-07-31T05:18:02.559Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT.jar
01:18:02 [2019-07-31T05:18:02.816Z] [INFO] 
01:18:02 [2019-07-31T05:18:02.816Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.datastore.core ---
01:18:02 [2019-07-31T05:18:02.816Z] [INFO] 
01:18:02 [2019-07-31T05:18:02.816Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.datastore.core ---
01:18:02 [2019-07-31T05:18:02.816Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:02 [2019-07-31T05:18:02.816Z] [INFO] 
01:18:02 [2019-07-31T05:18:02.816Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.datastore.core ---
01:18:03 [2019-07-31T05:18:03.073Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.datastore.core ---
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.2.0-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT.jar
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.2.0-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT.pom
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.2.0-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT-sources.jar
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.2.0-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT-pack200.jar.pack.gz
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.2.0-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT-p2metadata.xml
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.datastore.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.2.0-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT-p2artifacts.xml
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.datastore.core ---
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core >--
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] Building org.eclipse.tracecompass.segmentstore.core 2.1.1-SNAPSHOT [7/134]
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] The project's OSGi version is 2.1.1.201907310510
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/main/resources
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:03 [2019-07-31T05:18:03.330Z] [INFO] Compiling 22 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/segmentstore/core/SegmentStoreFactory.java:[118] 
01:18:03 [2019-07-31T05:18:03.894Z] 	store.add((E) elem); // warning from type, it should be fine
01:18:03 [2019-07-31T05:18:03.894Z] 	          ^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] Type safety: Unchecked cast from Object to E
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] 
01:18:03 [2019-07-31T05:18:03.894Z] 	queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber()));
01:18:03 [2019-07-31T05:18:03.894Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] 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
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] 
01:18:03 [2019-07-31T05:18:03.894Z] 	queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber()));
01:18:03 [2019-07-31T05:18:03.894Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] Type safety: The expression of type SegmentTreeNode.Tuple needs unchecked conversion to conform to SegmentTreeNode.Tuple<E>
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] 
01:18:03 [2019-07-31T05:18:03.894Z] 	queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber()));
01:18:03 [2019-07-31T05:18:03.894Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] Null type safety (type annotations): The expression of type 'SegmentTreeNode.Tuple' needs unchecked conversion to conform to 'SegmentTreeNode.@NonNull Tuple<E extends @NonNull ISegment>'
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] 
01:18:03 [2019-07-31T05:18:03.894Z] 	queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber()));
01:18:03 [2019-07-31T05:18:03.894Z] 	              ^^^^^^^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] SegmentTreeNode.Tuple is a raw type. References to generic type SegmentTreeNode.Tuple<E> should be parameterized
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[295] 
01:18:03 [2019-07-31T05:18:03.894Z] 	|| order.compare(intersecting.element(), queue.peek().getSegment()) > 0)) {
01:18:03 [2019-07-31T05:18:03.894Z] 	                                         ^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] 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
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[298] 
01:18:03 [2019-07-31T05:18:03.894Z] 	currentNode = readNode(queue.poll().getSequenceNumber());
01:18:03 [2019-07-31T05:18:03.894Z] 	                       ^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] 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
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[304] 
01:18:03 [2019-07-31T05:18:03.894Z] 	queue.addAll(((SegmentTreeNode) currentNode).selectNextChildren(rc, order));
01:18:03 [2019-07-31T05:18:03.894Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] Type safety: The method selectNextChildren(TimeRangeCondition, Comparator) belongs to the raw type SegmentTreeNode. References to generic type SegmentTreeNode<E> should be parameterized
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[304] 
01:18:03 [2019-07-31T05:18:03.894Z] 	queue.addAll(((SegmentTreeNode) currentNode).selectNextChildren(rc, order));
01:18:03 [2019-07-31T05:18:03.894Z] 	               ^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] SegmentTreeNode is a raw type. References to generic type SegmentTreeNode<E> should be parameterized
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/arraylist/LazyArrayListStore.java:[60] 
01:18:03 [2019-07-31T05:18:03.894Z] 	protected final Comparator<E> COMPARATOR = Comparator.comparing(E::getStart)
01:18:03 [2019-07-31T05:18:03.894Z]             .thenComparing(E::getEnd).thenComparing(Function.identity());
01:18:03 [2019-07-31T05:18:03.894Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] 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>'
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/arraylist/LazyArrayListStore.java:[93] 
01:18:03 [2019-07-31T05:18:03.894Z] 	E element = (E) object;
01:18:03 [2019-07-31T05:18:03.894Z] 	            ^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] Type safety: Unchecked cast from Object to E
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/treemap/TreeMapStore.java:[235] 
01:18:03 [2019-07-31T05:18:03.894Z] 	E fromElement = (E) new BasicSegment(Long.MIN_VALUE, start);
01:18:03 [2019-07-31T05:18:03.894Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] Type safety: Unchecked cast from BasicSegment to E
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentTreeNode.java:[186] 
01:18:03 [2019-07-31T05:18:03.894Z] 	SegmentTreeNode<E> segmentNode = (SegmentTreeNode<E>) childNode;
01:18:03 [2019-07-31T05:18:03.894Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] Type safety: Unchecked cast from IHTNode<capture#15-of ?> to SegmentTreeNode<E>
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentTreeNode.java:[193] 
01:18:03 [2019-07-31T05:18:03.894Z] 	segmentNode.addListener((node, endtime) -> updateChild((SegmentTreeNode<E>) node, childIndex));
01:18:03 [2019-07-31T05:18:03.894Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] Type safety: Unchecked cast from OverlappingNode<capture#16-of ?> to SegmentTreeNode<E>
01:18:03 [2019-07-31T05:18:03.894Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentTreeNode.java:[435] 
01:18:03 [2019-07-31T05:18:03.894Z] 	return (OverlappingSegmentCoreData<E>) super.getCoreNodeData();
01:18:03 [2019-07-31T05:18:03.894Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.894Z] Type safety: Unchecked cast from OverlappingNode.OverlappingExtraData to SegmentTreeNode.OverlappingSegmentCoreData<E>
01:18:03 [2019-07-31T05:18:03.895Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/HistoryTreeSegmentStore.java:[311] 
01:18:03 [2019-07-31T05:18:03.895Z] 	return getSHT().getIntersectingElements(start, end, (Comparator<E>) order);
01:18:03 [2019-07-31T05:18:03.895Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^
01:18:03 [2019-07-31T05:18:03.895Z] Type safety: Unchecked cast from Comparator<ISegment> to Comparator<E>
01:18:03 [2019-07-31T05:18:03.895Z] 16 problems (16 warnings)
01:18:03 [2019-07-31T05:18:03.895Z] [INFO] 
01:18:03 [2019-07-31T05:18:03.895Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:03 [2019-07-31T05:18:03.895Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:03 [2019-07-31T05:18:03.895Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/src/test/resources
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] 
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-sources.jar
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] 
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] 
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] 
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] 
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] 
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:04 [2019-07-31T05:18:04.152Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar
01:18:04 [2019-07-31T05:18:04.411Z] [INFO] 
01:18:04 [2019-07-31T05:18:04.411Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:04 [2019-07-31T05:18:04.411Z] [INFO] 
01:18:04 [2019-07-31T05:18:04.411Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:04 [2019-07-31T05:18:04.411Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:04 [2019-07-31T05:18:04.411Z] [INFO] 
01:18:04 [2019-07-31T05:18:04.411Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:04 [2019-07-31T05:18:04.411Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:18:04 [2019-07-31T05:18:04.824Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:18:04 [2019-07-31T05:18:04.824Z] [INFO] 
01:18:04 [2019-07-31T05:18:04.824Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:04 [2019-07-31T05:18:04.824Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:04 [2019-07-31T05:18:04.824Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:04 [2019-07-31T05:18:04.824Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:04 [2019-07-31T05:18:04.824Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:04 [2019-07-31T05:18:04.824Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] 
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.segmentstore.core ---
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] 
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core >--
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] Building org.eclipse.tracecompass.statesystem.core 4.2.2-SNAPSHOT [8/134]
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] 
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.statesystem.core ---
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] 
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.statesystem.core ---
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] The project's OSGi version is 4.2.2.201907310510
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] 
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.statesystem.core ---
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] 
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.statesystem.core ---
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] 
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.statesystem.core ---
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] 
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.statesystem.core ---
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] 
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.statesystem.core ---
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/src/main/resources
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] 
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.statesystem.core ---
01:18:05 [2019-07-31T05:18:05.083Z] [INFO] Compiling 46 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/target/classes
01:18:06 [2019-07-31T05:18:06.016Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/HTInterval.java:[266] 
01:18:06 [2019-07-31T05:18:06.016Z] 	public void writeInterval(ByteBuffer buffer, long nodeStart) {
01:18:06 [2019-07-31T05:18:06.016Z] 	                                                  ^^^^^^^^^
01:18:06 [2019-07-31T05:18:06.016Z] Javadoc: Missing tag for parameter nodeStart
01:18:06 [2019-07-31T05:18:06.016Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/ThreadedHistoryTreeBackend.java:[309] 
01:18:06 [2019-07-31T05:18:06.016Z] 	Iterable<@NonNull HTInterval> queuedIntervals = Iterables.filter(intervalQueue,
01:18:06 [2019-07-31T05:18:06.016Z] 	                                                                 ^^^^^^^^^^^^^
01:18:06 [2019-07-31T05:18:06.016Z] 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>'
01:18:06 [2019-07-31T05:18:06.016Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemUtils.java:[183] 
01:18:06 [2019-07-31T05:18:06.016Z] 	throws AttributeNotFoundException, StateSystemDisposedException {
01:18:06 [2019-07-31T05:18:06.016Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:06 [2019-07-31T05:18:06.016Z] The declared exception AttributeNotFoundException is not actually thrown by the method queryHistoryRange(ITmfStateSystem, int, long, long) from type StateSystemUtils
01:18:06 [2019-07-31T05:18:06.016Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemUtils.java:[251] 
01:18:06 [2019-07-31T05:18:06.016Z] 	throws AttributeNotFoundException, StateSystemDisposedException {
01:18:06 [2019-07-31T05:18:06.016Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:06 [2019-07-31T05:18:06.016Z] The declared exception AttributeNotFoundException is not actually thrown by the method queryHistoryRange(ITmfStateSystem, int, long, long, long, IProgressMonitor) from type StateSystemUtils
01:18:06 [2019-07-31T05:18:06.016Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/ParentNode.java:[129] 
01:18:06 [2019-07-31T05:18:06.016Z] 	public abstract void queueNextChildren2D(IntegerRangeCondition quarks, TimeRangeCondition subTimes, Deque<Integer> queue, boolean reverse);
01:18:06 [2019-07-31T05:18:06.016Z] 	                                                                                                                                  ^^^^^^^
01:18:06 [2019-07-31T05:18:06.016Z] Javadoc: Missing tag for parameter reverse
01:18:06 [2019-07-31T05:18:06.016Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/HistoryTreeBackend.java:[384] 
01:18:06 [2019-07-31T05:18:06.016Z] 	intervalQueue = currentNode.iterable2D(quarks, subTimes).iterator();
01:18:06 [2019-07-31T05:18:06.016Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:06 [2019-07-31T05:18:06.016Z] Null type safety (type annotations): The expression of type 'Iterator<HTInterval>' needs unchecked conversion to conform to 'Iterator<@NonNull HTInterval>'
01:18:06 [2019-07-31T05:18:06.016Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemBuilderUtils.java:[44] 
01:18:06 [2019-07-31T05:18:06.016Z] 	throws StateValueTypeException, AttributeNotFoundException {
01:18:06 [2019-07-31T05:18:06.016Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:06 [2019-07-31T05:18:06.016Z] The declared exception AttributeNotFoundException is not actually thrown by the method incrementAttributeLong(ITmfStateSystemBuilder, long, int, long) from type StateSystemBuilderUtils
01:18:06 [2019-07-31T05:18:06.016Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemBuilderUtils.java:[73] 
01:18:06 [2019-07-31T05:18:06.016Z] 	throws StateValueTypeException, AttributeNotFoundException {
01:18:06 [2019-07-31T05:18:06.016Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:06 [2019-07-31T05:18:06.016Z] The declared exception AttributeNotFoundException is not actually thrown by the method incrementAttributeInt(ITmfStateSystemBuilder, long, int, int) from type StateSystemBuilderUtils
01:18:06 [2019-07-31T05:18:06.016Z] 8 problems (8 warnings)
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/src/test/resources
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-sources.jar
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.016Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar
01:18:06 [2019-07-31T05:18:06.274Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.274Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.274Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.274Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.274Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:06 [2019-07-31T05:18:06.274Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.274Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.531Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.statesystem.core ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf-parent >----
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] Building Trace Compass TMF Parent 5.0.0-SNAPSHOT                 [9/134]
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --------------------------------[ pom ]---------------------------------
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf-parent ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf-parent ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf-parent ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf-parent ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf-parent ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf-parent ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf-parent ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf-parent ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf-parent ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf-parent ---
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser >--
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] Building Trace Compass Filter Parser 1.0.2-SNAPSHOT             [10/134]
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] 
01:18:06 [2019-07-31T05:18:06.789Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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])
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] The project's OSGi version is 1.0.2.201907310510
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.filter.parser/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.filter.parser/src/main/resources
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/classes
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.filter.parser/src/test/resources
01:18:07 [2019-07-31T05:18:07.046Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.047Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.047Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-sources.jar
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.filter.parser ---
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core >-----
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] Building org.eclipse.tracecompass.tmf.core 5.1.0-SNAPSHOT       [11/134]
01:18:07 [2019-07-31T05:18:07.303Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.core ---
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.core ---
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] The project's OSGi version is 5.1.0.201907310510
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.core ---
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.core ---
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.core ---
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.core ---
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.core ---
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/main/resources
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] 
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.core ---
01:18:07 [2019-07-31T05:18:07.561Z] [INFO] Compiling 419 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/statesystem/provider/StateSystemDataProvider.java:[247] 
01:18:11 [2019-07-31T05:18:11.739Z] 	public TraceEntryModel build() {
01:18:11 [2019-07-31T05:18:11.739Z] 	       ^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Type safety: The return type StateSystemDataProvider.TraceEntryModel for build() from the type StateSystemDataProvider.TraceEntryModel.Builder needs unchecked conversion to conform to T from the type StateSystemDataProvider.EntryModelBuilder
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/statesystem/provider/StateSystemDataProvider.java:[300] 
01:18:11 [2019-07-31T05:18:11.739Z] 	public ModuleEntryModel build() {
01:18:11 [2019-07-31T05:18:11.739Z] 	       ^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Type safety: The return type StateSystemDataProvider.ModuleEntryModel for build() from the type StateSystemDataProvider.ModuleEntryModel.Builder needs unchecked conversion to conform to T from the type StateSystemDataProvider.EntryModelBuilder
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/statesystem/provider/StateSystemDataProvider.java:[355] 
01:18:11 [2019-07-31T05:18:11.739Z] 	public StateSystemEntryModel build() {
01:18:11 [2019-07-31T05:18:11.739Z] 	       ^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Type safety: The return type StateSystemDataProvider.StateSystemEntryModel for build() from the type StateSystemDataProvider.StateSystemEntryModel.Builder needs unchecked conversion to conform to T from the type StateSystemDataProvider.EntryModelBuilder
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/statesystem/provider/StateSystemDataProvider.java:[414] 
01:18:11 [2019-07-31T05:18:11.739Z] 	public AttributeEntryModel build() {
01:18:11 [2019-07-31T05:18:11.739Z] 	       ^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Type safety: The return type StateSystemDataProvider.AttributeEntryModel for build() from the type StateSystemDataProvider.AttributeEntryModel.Builder needs unchecked conversion to conform to T from the type StateSystemDataProvider.EntryModelBuilder
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/statesystem/provider/StateSystemDataProvider.java:[700] 
01:18:11 [2019-07-31T05:18:11.739Z] 	for (Entry<ITmfStateSystem, Map<Integer, Long>> ssEntry : table.rowMap().entrySet()) {
01:18:11 [2019-07-31T05:18:11.739Z] 	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] 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>>'
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/TmfCommonXAxisModel.java:[59] 
01:18:11 [2019-07-31T05:18:11.739Z] 	fSeries = Maps.transformValues(fYSeries, model -> new SeriesModel(model.getId(), model.getName(), fXValues, model.getData()));
01:18:11 [2019-07-31T05:18:11.739Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] 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>'
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/parsers/custom/CustomEvent.java:[247] 
01:18:11 [2019-07-31T05:18:11.739Z] 	TmfTimestampFormat timestampFormat = new TmfTimestampFormat(fDefinition.timeStampOutputFormat);
01:18:11 [2019-07-31T05:18:11.739Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/synchronization/graph/SyncGraph.java:[121] 
01:18:11 [2019-07-31T05:18:11.739Z] 	V node = queue.poll();
01:18:11 [2019-07-31T05:18:11.739Z] 	         ^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Null type mismatch (type annotations): required 'V' but this expression has type '@Nullable V', where 'V' is a free type variable
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/TmfXyResponseFactory.java:[61] 
01:18:11 [2019-07-31T05:18:11.739Z] 	ITmfXyModel model = new TmfXyModel(title, series);
01:18:11 [2019-07-31T05:18:11.739Z] 	                                          ^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] 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>'
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/project/model/TraceTypeHelper.java:[63] 
01:18:11 [2019-07-31T05:18:11.739Z] 	fTraceTypeId = traceTypeId;
01:18:11 [2019-07-31T05:18:11.739Z] 	               ^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/timegraph/ITimeGraphStateFilter.java:[53] 
01:18:11 [2019-07-31T05:18:11.739Z] 	* @deprecated Use the {@link #applyFilterAndAddState(List, ITimeGraphState, Long, Multimap, Map, IProgressMonitor)} instead
01:18:11 [2019-07-31T05:18:11.739Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] 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)
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/TmfTraceManager.java:[662] 
01:18:11 [2019-07-31T05:18:11.739Z] 	return dir.getAbsolutePath();
01:18:11 [2019-07-31T05:18:11.739Z] 	       ^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/TmfTraceManager.java:[667] 
01:18:11 [2019-07-31T05:18:11.739Z] 	return System.getProperty("java.io.tmpdir"); //$NON-NLS-1$
01:18:11 [2019-07-31T05:18:11.739Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[81] 
01:18:11 [2019-07-31T05:18:11.739Z] 	results = FunctionNameMapper.mapFromBinaryFile(path.toFile());
01:18:11 [2019-07-31T05:18:11.739Z] 	                                               ^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File'
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[84] 
01:18:11 [2019-07-31T05:18:11.739Z] 	switch(FunctionNameMapper.guessMappingType(path.toFile())) {
01:18:11 [2019-07-31T05:18:11.739Z] 	                                           ^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File'
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[86] 
01:18:11 [2019-07-31T05:18:11.739Z] 	results = FunctionNameMapper.mapFromSizedTextFile(path.toFile());
01:18:11 [2019-07-31T05:18:11.739Z] 	                                                  ^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File'
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[89] 
01:18:11 [2019-07-31T05:18:11.739Z] 	results = FunctionNameMapper.mapFromNmTextFile(path.toFile());
01:18:11 [2019-07-31T05:18:11.739Z] 	                                               ^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File'
01:18:11 [2019-07-31T05:18:11.739Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/event/aspect/ITmfEventAspect.java:[95] 
01:18:11 [2019-07-31T05:18:11.739Z] 	default @Nullable T resolve(ITmfEvent event, boolean block, IProgressMonitor monitor) throws InterruptedException {
01:18:11 [2019-07-31T05:18:11.739Z] 	                                                                                             ^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.739Z] The declared exception InterruptedException is not actually thrown by the method resolve(ITmfEvent, boolean, IProgressMonitor) from type ITmfEventAspect<T>
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/filters/TimeQueryFilter.java:[62] 
01:18:11 [2019-07-31T05:18:11.740Z] 	fTimesRequested = Longs.toArray(times);
01:18:11 [2019-07-31T05:18:11.740Z] 	                  ^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Null type safety (type annotations): The expression of type 'long[]' needs unchecked conversion to conform to 'long @NonNull[]'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/xy/TmfTreeXYCompositeDataProvider.java:[112] 
01:18:11 [2019-07-31T05:18:11.740Z] 	ITmfTreeXYDataProvider<ITmfTreeDataModel> provider = DataProviderManager.getInstance().getDataProvider(child, providerId, ITmfTreeXYDataProvider.class);
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeXYDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/xy/TmfTreeXYCompositeDataProvider.java:[188] 
01:18:11 [2019-07-31T05:18:11.740Z] 	.collect(Collectors.joining("\n")); //$NON-NLS-1$
01:18:11 [2019-07-31T05:18:11.740Z] 	         ^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] 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>'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/indexer/TmfFlatArrayTraceIndex.java:[47] 
01:18:11 [2019-07-31T05:18:11.740Z] 	String directory = TmfTraceManager.getSupplementaryFileDir(trace);
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                           ^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/dataprovider/DataProviderParameterUtils.java:[157] 
01:18:11 [2019-07-31T05:18:11.740Z] 	Map<Integer, Collection<String>> regexesMap = (Map<Integer, Collection<String>>) regexesObject;
01:18:11 [2019-07-31T05:18:11.740Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Type safety: Unchecked cast from Object to Map<Integer,Collection<String>>
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/SymbolProviderManager.java:[61] 
01:18:11 [2019-07-31T05:18:11.740Z] 	private final Multimap<ITmfTrace, WeakReference<ISymbolProvider>> fInstances = LinkedHashMultimap.create();
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] 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>>'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/event/aspect/MultiAspect.java:[99] 
01:18:11 [2019-07-31T05:18:11.740Z] 	return (T) resolve;
01:18:11 [2019-07-31T05:18:11.740Z] 	       ^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Type safety: Unchecked cast from Object to T
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[197] 
01:18:11 [2019-07-31T05:18:11.740Z] 	return new TmfModelResponse<>(null, ITmfResponse.Status.FAILED, e.getMessage());
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                                ^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[273] 
01:18:11 [2019-07-31T05:18:11.740Z] 	return new TmfModelResponse<>(null, ITmfResponse.Status.FAILED, e.getMessage());
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                                ^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[430] 
01:18:11 [2019-07-31T05:18:11.740Z] 	Object aspectResolved = aspectEntry.getValue().resolve(event);
01:18:11 [2019-07-31T05:18:11.740Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] 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
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[525] 
01:18:11 [2019-07-31T05:18:11.740Z] 	Map<Long, String> searchMap = (Map<Long, String>) searchFilterObject;
01:18:11 [2019-07-31T05:18:11.740Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Type safety: Unchecked cast from Object to Map<Long,String>
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/callstack/MappingFile.java:[80] 
01:18:11 [2019-07-31T05:18:11.740Z] 	return fSymbolMapping.lastKey();
01:18:11 [2019-07-31T05:18:11.740Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] 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
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/TmfResolvedSymbol.java:[29] 
01:18:11 [2019-07-31T05:18:11.740Z] 	public static final Comparator<TmfResolvedSymbol> COMPARATOR = Comparator.comparing(TmfResolvedSymbol::getBaseAddress);
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfResolvedSymbol>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfResolvedSymbol>'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/analysis/TmfAbstractAnalysisModule.java:[339] 
01:18:11 [2019-07-31T05:18:11.740Z] 	try (FlowScopeLog analysisLog = new FlowScopeLogBuilder(LOGGER, Level.FINE, "TmfAbstractAnalysis:scheduling", "name", getName()).setCategory(getId()).build()) { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                                                                                                                                                             ^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Unnecessary $NON-NLS$ tag
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/AbstractTmfTraceDataProvider.java:[65] 
01:18:11 [2019-07-31T05:18:11.740Z] 	for (Map.Entry<Integer, Collection<String>> entry : regexes.asMap().entrySet()) {
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] 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>>'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/indexer/TmfBTreeTraceIndex.java:[70] 
01:18:11 [2019-07-31T05:18:11.740Z] 	String directory = TmfTraceManager.getSupplementaryFileDir(trace);
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                           ^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/histogram/HistogramDataProvider.java:[117] 
01:18:11 [2019-07-31T05:18:11.740Z] 	builder.add(new TmfTreeDataModel(fTraceId, -1, Collections.singletonList(getTrace().getName())));
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                                         ^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/histogram/HistogramDataProvider.java:[152] 
01:18:11 [2019-07-31T05:18:11.740Z] 	builder.put(Long.toString(fTotalId), new YModel(fTotalId, totalName, y));
01:18:11 [2019-07-31T05:18:11.740Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/histogram/HistogramDataProvider.java:[159] 
01:18:11 [2019-07-31T05:18:11.740Z] 	builder.put(Long.toString(series.getId()), series);
01:18:11 [2019-07-31T05:18:11.740Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/signal/TmfSignalManager.java:[315] 
01:18:11 [2019-07-31T05:18:11.740Z] 	for (Class<? extends TmfSignal> signalClazz : fInboundSignalBlacklist.get(entry.getKey())) {
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                                          ^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/signal/TmfDataModelSelectedSignal.java:[29] 
01:18:11 [2019-07-31T05:18:11.740Z] 	fMetadata = metadata;
01:18:11 [2019-07-31T05:18:11.740Z] 	            ^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] 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>'
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/callstack/FunctionNameMapper.java:[181] 
01:18:11 [2019-07-31T05:18:11.740Z] 	* @param cppFilt
01:18:11 [2019-07-31T05:18:11.740Z] 	         ^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Javadoc: Description expected after this reference
01:18:11 [2019-07-31T05:18:11.740Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/tree/TmfTreeCompositeDataProvider.java:[69] 
01:18:11 [2019-07-31T05:18:11.740Z] 	ITmfTreeDataProvider<ITmfTreeDataModel> provider = DataProviderManager.getInstance().getDataProvider(child, id, ITmfTreeDataProvider.class);
01:18:11 [2019-07-31T05:18:11.740Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:11 [2019-07-31T05:18:11.740Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
01:18:11 [2019-07-31T05:18:11.740Z] 41 problems (41 warnings)
01:18:11 [2019-07-31T05:18:11.740Z] [INFO] 
01:18:11 [2019-07-31T05:18:11.740Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.core ---
01:18:11 [2019-07-31T05:18:11.740Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:11 [2019-07-31T05:18:11.740Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/src/test/resources
01:18:11 [2019-07-31T05:18:11.740Z] [INFO] 
01:18:11 [2019-07-31T05:18:11.740Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.core ---
01:18:11 [2019-07-31T05:18:11.740Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-sources.jar
01:18:11 [2019-07-31T05:18:11.996Z] [INFO] 
01:18:11 [2019-07-31T05:18:11.996Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.core ---
01:18:11 [2019-07-31T05:18:11.996Z] [INFO] 
01:18:11 [2019-07-31T05:18:11.996Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.core ---
01:18:12 [2019-07-31T05:18:12.254Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar
01:18:12 [2019-07-31T05:18:12.511Z] [INFO] 
01:18:12 [2019-07-31T05:18:12.511Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.core ---
01:18:12 [2019-07-31T05:18:12.511Z] [INFO] 
01:18:12 [2019-07-31T05:18:12.511Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.core ---
01:18:12 [2019-07-31T05:18:12.511Z] [INFO] 
01:18:12 [2019-07-31T05:18:12.511Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.core ---
01:18:12 [2019-07-31T05:18:12.511Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar
01:18:14 [2019-07-31T05:18:14.408Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.408Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.core ---
01:18:14 [2019-07-31T05:18:14.408Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.408Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.core ---
01:18:14 [2019-07-31T05:18:14.408Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:14 [2019-07-31T05:18:14.408Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.408Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.core ---
01:18:14 [2019-07-31T05:18:14.408Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:18:14 [2019-07-31T05:18:14.408Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:18:14 [2019-07-31T05:18:14.408Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:18:14 [2019-07-31T05:18:14.665Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:18:14 [2019-07-31T05:18:14.665Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:18:14 [2019-07-31T05:18:14.665Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.665Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.core ---
01:18:14 [2019-07-31T05:18:14.665Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:14 [2019-07-31T05:18:14.665Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:14 [2019-07-31T05:18:14.665Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.core ---
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core >--
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.core 2.0.2-SNAPSHOT [12/134]
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] The project's OSGi version is 2.0.2.201907310510
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/src/main/resources
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] 
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:14 [2019-07-31T05:18:14.922Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/target/classes
01:18:15 [2019-07-31T05:18:15.226Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[27] 
01:18:15 [2019-07-31T05:18:15.226Z] 	import org.eclipse.tracecompass.internal.tmf.core.model.filters.FetchParametersUtils;
01:18:15 [2019-07-31T05:18:15.226Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:15 [2019-07-31T05:18:15.226Z] Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:18:15 [2019-07-31T05:18:15.226Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[108] 
01:18:15 [2019-07-31T05:18:15.226Z] 	entries.add(new TmfTreeDataModel(rootId, -1, Collections.singletonList(getTrace().getName())));
01:18:15 [2019-07-31T05:18:15.226Z] 	                                                                       ^^^^^^^^^^^^^^^^^^^^
01:18:15 [2019-07-31T05:18:15.226Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:18:15 [2019-07-31T05:18:15.226Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[146] 
01:18:15 [2019-07-31T05:18:15.226Z] 	if (FetchParametersUtils.createSelectionTimeQuery(fetchParameters) != null) {
01:18:15 [2019-07-31T05:18:15.226Z] 	    ^^^^^^^^^^^^^^^^^^^^
01:18:15 [2019-07-31T05:18:15.226Z] Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:18:15 [2019-07-31T05:18:15.226Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[146] 
01:18:15 [2019-07-31T05:18:15.226Z] 	if (FetchParametersUtils.createSelectionTimeQuery(fetchParameters) != null) {
01:18:15 [2019-07-31T05:18:15.226Z] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:15 [2019-07-31T05:18:15.226Z] Discouraged access: The method 'FetchParametersUtils.createSelectionTimeQuery(Map<String,Object>)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:18:15 [2019-07-31T05:18:15.226Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[179] 
01:18:15 [2019-07-31T05:18:15.226Z] 	int quark = entry.getValue();
01:18:15 [2019-07-31T05:18:15.226Z] 	            ^^^^^^^^^^^^^^^^
01:18:15 [2019-07-31T05:18:15.226Z] 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
01:18:15 [2019-07-31T05:18:15.226Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/analysis/counters/core/aspects/CounterAspect.java:[53] 
01:18:15 [2019-07-31T05:18:15.226Z] 	fGroups = Arrays.copyOf(groups, groups.length);
01:18:15 [2019-07-31T05:18:15.226Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:15 [2019-07-31T05:18:15.226Z] Null type safety (type annotations): The expression of type 'Class<? extends ITmfEventAspect<?>>[]' needs unchecked conversion to conform to 'Class<? extends @NonNull ITmfEventAspect<?>> @NonNull[]'
01:18:15 [2019-07-31T05:18:15.226Z] 6 problems (6 warnings)
01:18:15 [2019-07-31T05:18:15.226Z] [INFO] 
01:18:15 [2019-07-31T05:18:15.226Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:15 [2019-07-31T05:18:15.226Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:15 [2019-07-31T05:18:15.226Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/src/test/resources
01:18:15 [2019-07-31T05:18:15.226Z] [INFO] 
01:18:15 [2019-07-31T05:18:15.226Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:15 [2019-07-31T05:18:15.226Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-sources.jar
01:18:15 [2019-07-31T05:18:15.226Z] [INFO] 
01:18:15 [2019-07-31T05:18:15.226Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] 
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] 
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] 
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] 
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] 
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] 
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] 
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:15 [2019-07-31T05:18:15.483Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:18:16 [2019-07-31T05:18:16.048Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:18:16 [2019-07-31T05:18:16.979Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:18:16 [2019-07-31T05:18:16.979Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:18:17 [2019-07-31T05:18:17.237Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.core ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf-parent >----
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Building Trace Compass CTF Support Parent 5.0.0-SNAPSHOT        [13/134]
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --------------------------------[ pom ]---------------------------------
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf-parent ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf-parent ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf-parent ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf-parent ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf-parent ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf-parent ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf-parent ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf-parent ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf-parent ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf-parent ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser >----
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Building Trace Compass CTF Parser Plug-in 1.0.2-SNAPSHOT        [14/134]
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.parser ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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])
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.parser ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] The project's OSGi version is 1.0.2.201907310510
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.parser ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.parser ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.parser ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.parser ---
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] 
01:18:17 [2019-07-31T05:18:17.495Z] [INFO] --- antlr3-maven-plugin:3.5.2:antlr (default) @ org.eclipse.tracecompass.ctf.parser ---
01:18:17 [2019-07-31T05:18:17.495Z] 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
01:18:17 [2019-07-31T05:18:17.495Z] 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
01:18:17 [2019-07-31T05:18:17.495Z] 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
01:18:17 [2019-07-31T05:18:17.752Z] 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
01:18:17 [2019-07-31T05:18:17.752Z] 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
01:18:17 [2019-07-31T05:18:17.752Z] 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
01:18:18 [2019-07-31T05:18:18.009Z] 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 64 kB/s)
01:18:18 [2019-07-31T05:18:18.009Z] 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
01:18:18 [2019-07-31T05:18:18.009Z] 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
01:18:18 [2019-07-31T05:18:18.009Z] 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
01:18:18 [2019-07-31T05:18:18.009Z] 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
01:18:18 [2019-07-31T05:18:18.009Z] 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
01:18:18 [2019-07-31T05:18:18.266Z] 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
01:18:18 [2019-07-31T05:18:18.266Z] 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 28 kB/s)
01:18:18 [2019-07-31T05:18:18.266Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom
01:18:18 [2019-07-31T05:18:18.266Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom
01:18:18 [2019-07-31T05:18:18.266Z] 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
01:18:18 [2019-07-31T05:18:18.266Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom
01:18:18 [2019-07-31T05:18:18.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom
01:18:18 [2019-07-31T05:18:18.523Z] 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
01:18:18 [2019-07-31T05:18:18.523Z] 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 117 kB/s)
01:18:18 [2019-07-31T05:18:18.523Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr/3.5.2/antlr-3.5.2.pom
01:18:18 [2019-07-31T05:18:18.523Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.pom
01:18:18 [2019-07-31T05:18:18.523Z] 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
01:18:18 [2019-07-31T05:18:18.780Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.pom
01:18:18 [2019-07-31T05:18:18.780Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/antlr/3.5.2/antlr-3.5.2.pom
01:18:18 [2019-07-31T05:18:18.780Z] 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
01:18:18 [2019-07-31T05:18:18.780Z] 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 85 kB/s)
01:18:18 [2019-07-31T05:18:18.780Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
01:18:18 [2019-07-31T05:18:18.780Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
01:18:18 [2019-07-31T05:18:18.780Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
01:18:20 [2019-07-31T05:18:20.149Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] 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 458 kB/s)
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr/3.5.2/antlr-3.5.2.jar
01:18:20 [2019-07-31T05:18:20.149Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.jar
01:18:20 [2019-07-31T05:18:20.149Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.149Z] 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
01:18:20 [2019-07-31T05:18:20.406Z] 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
01:18:20 [2019-07-31T05:18:20.407Z] 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
01:18:20 [2019-07-31T05:18:20.407Z] 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
01:18:20 [2019-07-31T05:18:20.969Z] 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
01:18:20 [2019-07-31T05:18:20.969Z] 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
01:18:20 [2019-07-31T05:18:20.969Z] 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
01:18:20 [2019-07-31T05:18:20.969Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
01:18:20 [2019-07-31T05:18:20.969Z] 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
01:18:20 [2019-07-31T05:18:20.969Z] 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
01:18:20 [2019-07-31T05:18:20.969Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.jar
01:18:20 [2019-07-31T05:18:20.969Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
01:18:21 [2019-07-31T05:18:21.533Z] 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
01:18:21 [2019-07-31T05:18:21.533Z] 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
01:18:21 [2019-07-31T05:18:21.533Z] 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
01:18:21 [2019-07-31T05:18:21.533Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
01:18:21 [2019-07-31T05:18:21.533Z] 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
01:18:21 [2019-07-31T05:18:21.533Z] 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
01:18:21 [2019-07-31T05:18:21.533Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/antlr/3.5.2/antlr-3.5.2.jar
01:18:21 [2019-07-31T05:18:21.533Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
01:18:21 [2019-07-31T05:18:21.533Z] 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
01:18:21 [2019-07-31T05:18:21.533Z] 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
01:18:21 [2019-07-31T05:18:21.533Z] 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
01:18:21 [2019-07-31T05:18:21.533Z] 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
01:18:21 [2019-07-31T05:18:21.533Z] 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
01:18:21 [2019-07-31T05:18:21.533Z] Progress (1): 4.1/168 kB
Progress (1): 7.7/168 kB
Progress (1): 12/168 kB 
Progress (1): 16/168 kB
Progress (1): 20/168 kB
Progress (1): 24/168 kB
Progress (1): 28/168 kB
Progress (1): 32/168 kB
Progress (1): 36/168 kB
Progress (1): 40/168 kB
Progress (1): 44/168 kB
Progress (1): 48/168 kB
Progress (1): 52/168 kB
Progress (2): 52/168 kB | 4.1/164 kB
Progress (2): 56/168 kB | 4.1/164 kB
Progress (2): 56/168 kB | 7.7/164 kB
Progress (2): 60/168 kB | 7.7/164 kB
Progress (2): 60/168 kB | 12/164 kB 
Progress (2): 64/168 kB | 12/164 kB
Progress (2): 64/168 kB | 16/164 kB
Progress (2): 66/168 kB | 16/164 kB
Progress (2): 66/168 kB | 20/164 kB
Progress (2): 66/168 kB | 24/164 kB
Progress (2): 70/168 kB | 24/164 kB
Progress (2): 74/168 kB | 24/164 kB
Progress (2): 74/168 kB | 28/164 kB
Progress (2): 78/168 kB | 28/164 kB
Progress (2): 78/168 kB | 32/164 kB
Progress (2): 82/168 kB | 32/164 kB
Progress (2): 82/168 kB | 36/164 kB
Progress (2): 86/168 kB | 36/164 kB
Progress (3): 86/168 kB | 36/164 kB | 4.1/10 kB
Progress (3): 86/168 kB | 40/164 kB | 4.1/10 kB
Progress (3): 86/168 kB | 40/164 kB | 7.7/10 kB
Progress (3): 86/168 kB | 44/164 kB | 7.7/10 kB
Progress (4): 86/168 kB | 44/164 kB | 7.7/10 kB | 4.1/78 kB
Progress (4): 90/168 kB | 44/164 kB | 7.7/10 kB | 4.1/78 kB
Progress (4): 90/168 kB | 44/164 kB | 7.7/10 kB | 7.7/78 kB
Progress (4): 90/168 kB | 48/164 kB | 7.7/10 kB | 7.7/78 kB
Progress (4): 90/168 kB | 48/164 kB | 10 kB | 7.7/78 kB    
Progress (4): 90/168 kB | 52/164 kB | 10 kB | 7.7/78 kB
Progress (4): 90/168 kB | 52/164 kB | 10 kB | 12/78 kB 
Progress (4): 94/168 kB | 52/164 kB | 10 kB | 12/78 kB
Progress (4): 94/168 kB | 52/164 kB | 10 kB | 16/78 kB
Progress (4): 94/168 kB | 56/164 kB | 10 kB | 16/78 kB
Progress (4): 94/168 kB | 56/164 kB | 10 kB | 20/78 kB
Progress (4): 98/168 kB | 56/164 kB | 10 kB | 20/78 kB
Progress (4): 98/168 kB | 56/164 kB | 10 kB | 24/78 kB
Progress (4): 98/168 kB | 60/164 kB | 10 kB | 24/78 kB
Progress (4): 98/168 kB | 60/164 kB | 10 kB | 28/78 kB
Progress (4): 98/168 kB | 60/164 kB | 10 kB | 28/78 kB
Progress (4): 98/168 kB | 60/164 kB | 10 kB | 32/78 kB
Progress (4): 98/168 kB | 64/164 kB | 10 kB | 32/78 kB
Progress (4): 98/168 kB | 64/164 kB | 10 kB | 36/78 kB
Progress (4): 102/168 kB | 64/164 kB | 10 kB | 36/78 kB
Progress (4): 102/168 kB | 64/164 kB | 10 kB | 40/78 kB
Progress (4): 102/168 kB | 68/164 kB | 10 kB | 40/78 kB
Progress (4): 102/168 kB | 68/164 kB | 10 kB | 44/78 kB
Progress (4): 106/168 kB | 68/164 kB | 10 kB | 44/78 kB
Progress (4): 106/168 kB | 68/164 kB | 10 kB | 48/78 kB
Progress (4): 106/168 kB | 72/164 kB | 10 kB | 48/78 kB
Progress (4): 106/168 kB | 72/164 kB | 10 kB | 52/78 kB
Progress (4): 110/168 kB | 72/164 kB | 10 kB | 52/78 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 236 kB/s)
01:18:21 [2019-07-31T05:18:21.533Z] Progress (3): 110/168 kB | 72/164 kB | 56/78 kB
Progress (3): 110/168 kB | 76/164 kB | 56/78 kB
Progress (3): 110/168 kB | 76/164 kB | 60/78 kB
                                               
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
01:18:21 [2019-07-31T05:18:21.533Z] Progress (3): 114/168 kB | 76/164 kB | 60/78 kB
Progress (3): 114/168 kB | 76/164 kB | 64/78 kB
Progress (3): 114/168 kB | 80/164 kB | 64/78 kB
Progress (3): 114/168 kB | 80/164 kB | 68/78 kB
Progress (3): 118/168 kB | 80/164 kB | 68/78 kB
Progress (3): 118/168 kB | 80/164 kB | 72/78 kB
Progress (3): 118/168 kB | 84/164 kB | 72/78 kB
Progress (3): 118/168 kB | 88/164 kB | 72/78 kB
Progress (3): 118/168 kB | 88/164 kB | 76/78 kB
Progress (3): 122/168 kB | 88/164 kB | 76/78 kB
Progress (3): 122/168 kB | 88/164 kB | 78 kB   
Progress (3): 122/168 kB | 92/164 kB | 78 kB
Progress (3): 126/168 kB | 92/164 kB | 78 kB
Progress (3): 126/168 kB | 96/164 kB | 78 kB
Progress (3): 130/168 kB | 96/164 kB | 78 kB
Progress (3): 130/168 kB | 100/164 kB | 78 kB
Progress (3): 131/168 kB | 100/164 kB | 78 kB
Progress (3): 131/168 kB | 104/164 kB | 78 kB
Progress (3): 135/168 kB | 104/164 kB | 78 kB
Progress (3): 135/168 kB | 108/164 kB | 78 kB
Progress (3): 139/168 kB | 108/164 kB | 78 kB
Progress (3): 139/168 kB | 112/164 kB | 78 kB
Progress (3): 143/168 kB | 112/164 kB | 78 kB
Progress (3): 143/168 kB | 116/164 kB | 78 kB
Progress (3): 147/168 kB | 116/164 kB | 78 kB
Progress (3): 147/168 kB | 120/164 kB | 78 kB
Progress (3): 151/168 kB | 120/164 kB | 78 kB
Progress (3): 151/168 kB | 124/164 kB | 78 kB
Progress (3): 155/168 kB | 124/164 kB | 78 kB
Progress (3): 155/168 kB | 128/164 kB | 78 kB
Progress (3): 159/168 kB | 128/164 kB | 78 kB
Progress (3): 159/168 kB | 132/164 kB | 78 kB
Progress (3): 163/168 kB | 132/164 kB | 78 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.5 MB/s)
01:18:21 [2019-07-31T05:18:21.533Z] Progress (2): 163/168 kB | 136/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
01:18:21 [2019-07-31T05:18:21.791Z] Progress (2): 167/168 kB | 136/164 kB
Progress (2): 168 kB | 136/164 kB    
Progress (2): 168 kB | 140/164 kB
Progress (2): 168 kB | 144/164 kB
Progress (3): 168 kB | 144/164 kB | 4.1/25 kB
Progress (3): 168 kB | 148/164 kB | 4.1/25 kB
Progress (3): 168 kB | 148/164 kB | 7.7/25 kB
Progress (3): 168 kB | 152/164 kB | 7.7/25 kB
Progress (3): 168 kB | 152/164 kB | 12/25 kB 
Progress (4): 168 kB | 152/164 kB | 12/25 kB | 4.1/21 kB
Progress (4): 168 kB | 152/164 kB | 16/25 kB | 4.1/21 kB
Progress (4): 168 kB | 156/164 kB | 16/25 kB | 4.1/21 kB
Progress (4): 168 kB | 156/164 kB | 20/25 kB | 4.1/21 kB
Progress (4): 168 kB | 156/164 kB | 20/25 kB | 7.7/21 kB
Progress (4): 168 kB | 156/164 kB | 24/25 kB | 7.7/21 kB
Progress (4): 168 kB | 160/164 kB | 24/25 kB | 7.7/21 kB
Progress (4): 168 kB | 160/164 kB | 25 kB | 7.7/21 kB   
Progress (4): 168 kB | 160/164 kB | 25 kB | 12/21 kB 
Progress (4): 168 kB | 164/164 kB | 25 kB | 12/21 kB
Progress (4): 168 kB | 164/164 kB | 25 kB | 16/21 kB
Progress (4): 168 kB | 164 kB | 25 kB | 16/21 kB    
Progress (4): 168 kB | 164 kB | 25 kB | 20/21 kB
Progress (4): 168 kB | 164 kB | 25 kB | 21 kB   
Progress (5): 168 kB | 164 kB | 25 kB | 21 kB | 0/1.2 MB
Progress (5): 168 kB | 164 kB | 25 kB | 21 kB | 0/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 397 kB/s)
01:18:21 [2019-07-31T05:18:21.791Z] 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 328 kB/s)
01:18:21 [2019-07-31T05:18:21.791Z] Progress (3): 168 kB | 164 kB | 0/1.2 MB
                                        
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
01:18:21 [2019-07-31T05:18:21.791Z] Progress (3): 168 kB | 164 kB | 0/1.2 MB
Progress (3): 168 kB | 164 kB | 0/1.2 MB
Progress (3): 168 kB | 164 kB | 0/1.2 MB
Progress (3): 168 kB | 164 kB | 0/1.2 MB
Progress (3): 168 kB | 164 kB | 0/1.2 MB
Progress (3): 168 kB | 164 kB | 0/1.2 MB
Progress (3): 168 kB | 164 kB | 0/1.2 MB
Progress (3): 168 kB | 164 kB | 0/1.2 MB
Progress (3): 168 kB | 164 kB | 0/1.2 MB
Progress (3): 168 kB | 164 kB | 0/1.2 MB
Progress (3): 168 kB | 164 kB | 0.1/1.2 MB
Progress (3): 168 kB | 164 kB | 0.1/1.2 MB
Progress (3): 168 kB | 164 kB | 0.1/1.2 MB
Progress (3): 168 kB | 164 kB | 0.1/1.2 MB
Progress (3): 168 kB | 164 kB | 0.1/1.2 MB
                                          
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 2.4 MB/s)
01:18:21 [2019-07-31T05:18:21.791Z] Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.1/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (2): 164 kB | 0.2/1.2 MB
Progress (3): 164 kB | 0.2/1.2 MB | 4.1/240 kB
Progress (3): 164 kB | 0.2/1.2 MB | 4.1/240 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 2.1 MB/s)
01:18:21 [2019-07-31T05:18:21.791Z] Progress (2): 0.2/1.2 MB | 7.7/240 kB
Progress (2): 0.2/1.2 MB | 7.7/240 kB
Progress (2): 0.2/1.2 MB | 12/240 kB 
Progress (2): 0.2/1.2 MB | 12/240 kB
Progress (2): 0.2/1.2 MB | 16/240 kB
Progress (2): 0.2/1.2 MB | 16/240 kB
Progress (2): 0.2/1.2 MB | 20/240 kB
Progress (2): 0.2/1.2 MB | 20/240 kB
Progress (2): 0.2/1.2 MB | 24/240 kB
Progress (2): 0.2/1.2 MB | 24/240 kB
Progress (2): 0.2/1.2 MB | 28/240 kB
Progress (2): 0.2/1.2 MB | 28/240 kB
Progress (2): 0.2/1.2 MB | 32/240 kB
Progress (2): 0.2/1.2 MB | 32/240 kB
Progress (2): 0.2/1.2 MB | 33/240 kB
Progress (2): 0.2/1.2 MB | 33/240 kB
Progress (2): 0.2/1.2 MB | 37/240 kB
Progress (2): 0.2/1.2 MB | 37/240 kB
Progress (2): 0.2/1.2 MB | 41/240 kB
Progress (2): 0.2/1.2 MB | 41/240 kB
Progress (2): 0.2/1.2 MB | 45/240 kB
Progress (2): 0.2/1.2 MB | 45/240 kB
Progress (2): 0.2/1.2 MB | 49/240 kB
Progress (2): 0.3/1.2 MB | 49/240 kB
Progress (2): 0.3/1.2 MB | 53/240 kB
Progress (2): 0.3/1.2 MB | 53/240 kB
Progress (2): 0.3/1.2 MB | 57/240 kB
Progress (2): 0.3/1.2 MB | 57/240 kB
Progress (2): 0.3/1.2 MB | 61/240 kB
Progress (2): 0.3/1.2 MB | 61/240 kB
Progress (2): 0.3/1.2 MB | 65/240 kB
Progress (2): 0.3/1.2 MB | 65/240 kB
Progress (2): 0.3/1.2 MB | 66/240 kB
Progress (2): 0.3/1.2 MB | 66/240 kB
Progress (2): 0.3/1.2 MB | 70/240 kB
Progress (2): 0.3/1.2 MB | 70/240 kB
Progress (2): 0.3/1.2 MB | 74/240 kB
Progress (2): 0.3/1.2 MB | 74/240 kB
Progress (2): 0.3/1.2 MB | 78/240 kB
Progress (2): 0.3/1.2 MB | 78/240 kB
Progress (2): 0.3/1.2 MB | 82/240 kB
Progress (2): 0.3/1.2 MB | 82/240 kB
Progress (2): 0.3/1.2 MB | 86/240 kB
Progress (2): 0.3/1.2 MB | 86/240 kB
Progress (2): 0.3/1.2 MB | 90/240 kB
Progress (2): 0.3/1.2 MB | 90/240 kB
Progress (2): 0.3/1.2 MB | 94/240 kB
Progress (2): 0.3/1.2 MB | 94/240 kB
Progress (2): 0.3/1.2 MB | 98/240 kB
Progress (2): 0.3/1.2 MB | 98/240 kB
Progress (2): 0.3/1.2 MB | 102/240 kB
Progress (2): 0.3/1.2 MB | 102/240 kB
Progress (2): 0.3/1.2 MB | 106/240 kB
Progress (2): 0.3/1.2 MB | 106/240 kB
Progress (2): 0.3/1.2 MB | 110/240 kB
Progress (2): 0.3/1.2 MB | 110/240 kB
Progress (2): 0.3/1.2 MB | 114/240 kB
Progress (2): 0.3/1.2 MB | 114/240 kB
Progress (2): 0.3/1.2 MB | 118/240 kB
Progress (2): 0.3/1.2 MB | 118/240 kB
Progress (2): 0.3/1.2 MB | 122/240 kB
Progress (2): 0.3/1.2 MB | 122/240 kB
Progress (2): 0.3/1.2 MB | 126/240 kB
Progress (2): 0.3/1.2 MB | 126/240 kB
Progress (2): 0.3/1.2 MB | 130/240 kB
Progress (2): 0.3/1.2 MB | 130/240 kB
Progress (2): 0.3/1.2 MB | 134/240 kB
Progress (2): 0.3/1.2 MB | 134/240 kB
Progress (2): 0.3/1.2 MB | 138/240 kB
Progress (2): 0.3/1.2 MB | 138/240 kB
Progress (2): 0.3/1.2 MB | 142/240 kB
Progress (2): 0.3/1.2 MB | 142/240 kB
Progress (2): 0.3/1.2 MB | 146/240 kB
Progress (2): 0.4/1.2 MB | 146/240 kB
Progress (2): 0.4/1.2 MB | 150/240 kB
Progress (2): 0.4/1.2 MB | 150/240 kB
Progress (2): 0.4/1.2 MB | 154/240 kB
Progress (2): 0.4/1.2 MB | 154/240 kB
Progress (2): 0.4/1.2 MB | 158/240 kB
Progress (2): 0.4/1.2 MB | 158/240 kB
Progress (2): 0.4/1.2 MB | 162/240 kB
Progress (2): 0.4/1.2 MB | 162/240 kB
Progress (2): 0.4/1.2 MB | 166/240 kB
Progress (2): 0.4/1.2 MB | 166/240 kB
Progress (2): 0.4/1.2 MB | 170/240 kB
Progress (2): 0.4/1.2 MB | 170/240 kB
Progress (2): 0.4/1.2 MB | 174/240 kB
Progress (2): 0.4/1.2 MB | 174/240 kB
Progress (2): 0.4/1.2 MB | 178/240 kB
Progress (2): 0.4/1.2 MB | 178/240 kB
Progress (2): 0.4/1.2 MB | 182/240 kB
Progress (2): 0.4/1.2 MB | 182/240 kB
Progress (2): 0.4/1.2 MB | 186/240 kB
Progress (2): 0.4/1.2 MB | 186/240 kB
Progress (2): 0.4/1.2 MB | 190/240 kB
Progress (2): 0.4/1.2 MB | 190/240 kB
Progress (2): 0.4/1.2 MB | 194/240 kB
Progress (2): 0.4/1.2 MB | 194/240 kB
Progress (2): 0.4/1.2 MB | 198/240 kB
Progress (2): 0.4/1.2 MB | 198/240 kB
Progress (2): 0.4/1.2 MB | 202/240 kB
Progress (2): 0.4/1.2 MB | 202/240 kB
Progress (2): 0.4/1.2 MB | 206/240 kB
Progress (2): 0.4/1.2 MB | 206/240 kB
Progress (2): 0.4/1.2 MB | 210/240 kB
Progress (2): 0.4/1.2 MB | 210/240 kB
Progress (2): 0.4/1.2 MB | 214/240 kB
Progress (2): 0.4/1.2 MB | 214/240 kB
Progress (2): 0.4/1.2 MB | 218/240 kB
Progress (2): 0.4/1.2 MB | 218/240 kB
Progress (2): 0.4/1.2 MB | 222/240 kB
Progress (2): 0.4/1.2 MB | 222/240 kB
Progress (2): 0.4/1.2 MB | 226/240 kB
Progress (2): 0.4/1.2 MB | 226/240 kB
Progress (2): 0.4/1.2 MB | 230/240 kB
Progress (2): 0.4/1.2 MB | 230/240 kB
Progress (2): 0.4/1.2 MB | 234/240 kB
Progress (2): 0.4/1.2 MB | 234/240 kB
Progress (2): 0.4/1.2 MB | 238/240 kB
Progress (2): 0.4/1.2 MB | 238/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
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.5/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.6/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.7/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.8/1.2 MB | 240 kB
Progress (2): 0.9/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 2.0 MB/s)
01:18:21 [2019-07-31T05:18:21.791Z] 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 6.9 MB/s)
01:18:22 [2019-07-31T05:18:22.048Z] [INFO] ANTLR: Processing source directory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/src/main/antlr3
01:18:22 [2019-07-31T05:18:22.048Z] ANTLR Parser Generator  Version 3.5.2
01:18:22 [2019-07-31T05:18:22.305Z] Output file /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/target/generated-sources/antlr3/CTFLexer.tokens does not exist: must build /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/src/main/antlr3/org/eclipse/tracecompass/ctf/parser/CTFLexer.g
01:18:22 [2019-07-31T05:18:22.305Z] org/eclipse/tracecompass/ctf/parser/CTFLexer.g
01:18:23 [2019-07-31T05:18:23.431Z] Input file /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/target/generated-sources/antlr3/CTFLexer.tokens is newer than output: must rebuild /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/src/main/antlr3/org/eclipse/tracecompass/ctf/parser/CTFParser.g
01:18:23 [2019-07-31T05:18:23.431Z] org/eclipse/tracecompass/ctf/parser/CTFParser.g
01:18:23 [2019-07-31T05:18:23.431Z] warning(200): org/eclipse/tracecompass/ctf/parser/CTFParser.g:230:3: 
01:18:23 [2019-07-31T05:18:23.431Z] Decision can match input such as "EVENTTOK" using multiple alternatives: 1, 2
01:18:23 [2019-07-31T05:18:23.431Z] 
01:18:23 [2019-07-31T05:18:23.431Z] As a result, alternative(s) 2 were disabled for that input
01:18:23 [2019-07-31T05:18:23.431Z] warning(200): org/eclipse/tracecompass/ctf/parser/CTFParser.g:450:13: 
01:18:23 [2019-07-31T05:18:23.431Z] Decision can match input such as "LCURL" using multiple alternatives: 2, 3
01:18:23 [2019-07-31T05:18:23.431Z] 
01:18:23 [2019-07-31T05:18:23.431Z] As a result, alternative(s) 3 were disabled for that input
01:18:23 [2019-07-31T05:18:23.431Z] warning(200): org/eclipse/tracecompass/ctf/parser/CTFParser.g:618:15: 
01:18:23 [2019-07-31T05:18:23.431Z] Decision can match input such as "LCURL" using multiple alternatives: 1, 2
01:18:23 [2019-07-31T05:18:23.431Z] 
01:18:23 [2019-07-31T05:18:23.431Z] As a result, alternative(s) 2 were disabled for that input
01:18:23 [2019-07-31T05:18:23.995Z] [INFO] 
01:18:23 [2019-07-31T05:18:23.995Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.parser ---
01:18:23 [2019-07-31T05:18:23.995Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:23 [2019-07-31T05:18:23.995Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/src/main/resources
01:18:23 [2019-07-31T05:18:23.995Z] [INFO] 
01:18:23 [2019-07-31T05:18:23.995Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.parser ---
01:18:23 [2019-07-31T05:18:23.995Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/target/classes
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/src/test/resources
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-sources.jar
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.560Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.parser ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core >-----
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] Building org.eclipse.tracecompass.ctf.core 4.0.0-SNAPSHOT       [15/134]
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.core ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.core ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] The project's OSGi version is 4.0.0.201907310510
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.core ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.core ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.core ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.core ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.core ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/main/resources
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] 
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.core ---
01:18:24 [2019-07-31T05:18:24.817Z] [INFO] Compiling 133 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/target/classes
01:18:26 [2019-07-31T05:18:26.187Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/trace/CTFStream.java:[306] 
01:18:26 [2019-07-31T05:18:26.187Z] 	SparseList sparseList = (SparseList) list;
01:18:26 [2019-07-31T05:18:26.187Z] 	^^^^^^^^^^
01:18:26 [2019-07-31T05:18:26.187Z] SparseList is a raw type. References to generic type SparseList<E> should be parameterized
01:18:26 [2019-07-31T05:18:26.187Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/trace/CTFStream.java:[306] 
01:18:26 [2019-07-31T05:18:26.187Z] 	SparseList sparseList = (SparseList) list;
01:18:26 [2019-07-31T05:18:26.187Z] 	                         ^^^^^^^^^^
01:18:26 [2019-07-31T05:18:26.187Z] SparseList is a raw type. References to generic type SparseList<E> should be parameterized
01:18:26 [2019-07-31T05:18:26.187Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[254] 
01:18:26 [2019-07-31T05:18:26.187Z] 	CTFStreamInputReader streamInputReaderToAdd = new CTFStreamInputReader(checkNotNull(streamInput));
01:18:26 [2019-07-31T05:18:26.187Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^
01:18:26 [2019-07-31T05:18:26.187Z] Potential resource leak: 'streamInputReaderToAdd' may not be closed
01:18:26 [2019-07-31T05:18:26.187Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[339] 
01:18:26 [2019-07-31T05:18:26.187Z] 	return (top != null) ? top.getCurrentEvent() : null;
01:18:26 [2019-07-31T05:18:26.187Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:26 [2019-07-31T05:18:26.187Z] Potential resource leak: 'top' may not be closed at this location
01:18:26 [2019-07-31T05:18:26.187Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[394] 
01:18:26 [2019-07-31T05:18:26.187Z] 	return hasMoreEvents();
01:18:26 [2019-07-31T05:18:26.187Z] 	^^^^^^^^^^^^^^^^^^^^^^^
01:18:26 [2019-07-31T05:18:26.187Z] Potential resource leak: 'top' may not be closed at this location
01:18:26 [2019-07-31T05:18:26.187Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[499] 
01:18:26 [2019-07-31T05:18:26.187Z] 	CTFStreamInputReader se = fStreamInputReaders.get(j);
01:18:26 [2019-07-31T05:18:26.187Z] 	                     ^^
01:18:26 [2019-07-31T05:18:26.187Z] Potential resource leak: 'se' may not be closed
01:18:26 [2019-07-31T05:18:26.187Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTrace.java:[917] 
01:18:26 [2019-07-31T05:18:26.187Z] 	return !(pathname.getName().equals("metadata"));
01:18:26 [2019-07-31T05:18:26.187Z] 	                                   ^^^^^^^^^^
01:18:26 [2019-07-31T05:18:26.187Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
01:18:26 [2019-07-31T05:18:26.187Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/SparseList.java:[170] 
01:18:26 [2019-07-31T05:18:26.187Z] 	returnArray[i] = null;
01:18:26 [2019-07-31T05:18:26.187Z] 	                 ^^^^
01:18:26 [2019-07-31T05:18:26.187Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
01:18:26 [2019-07-31T05:18:26.187Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/SparseList.java:[220] 
01:18:26 [2019-07-31T05:18:26.187Z] 	return fInnerElements.get(index);
01:18:26 [2019-07-31T05:18:26.187Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:26 [2019-07-31T05:18:26.187Z] Null type mismatch (type annotations): required 'E' but this expression has type '@Nullable E', where 'E' is a free type variable
01:18:26 [2019-07-31T05:18:26.187Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/SparseList.java:[231] 
01:18:26 [2019-07-31T05:18:26.187Z] 	return fInnerElements.remove(index);
01:18:26 [2019-07-31T05:18:26.187Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:18:26 [2019-07-31T05:18:26.187Z] Null type mismatch (type annotations): required 'E' but this expression has type '@Nullable E', where 'E' is a free type variable
01:18:26 [2019-07-31T05:18:26.187Z] 10 problems (10 warnings)
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/src/test/resources
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-sources.jar
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.187Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar
01:18:26 [2019-07-31T05:18:26.445Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.445Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.445Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.445Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.445Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.445Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.445Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar
01:18:26 [2019-07-31T05:18:26.702Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.702Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.702Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.702Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.702Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:18:26 [2019-07-31T05:18:26.702Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.702Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.702Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.core ---
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] 
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests >--
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] Building Trace Compass CTF Core Tests Plug-in 1.0.5-SNAPSHOT    [16/134]
01:18:26 [2019-07-31T05:18:26.958Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] 
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] 
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-traces) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] 
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] The project's OSGi version is 1.0.5.201907310510
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] 
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] 
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] 
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] 
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] 
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/src/main/resources
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] 
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:27 [2019-07-31T05:18:27.215Z] [INFO] Compiling 54 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/classes
01:18:27 [2019-07-31T05:18:27.778Z] [INFO] 
01:18:27 [2019-07-31T05:18:27.779Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:27 [2019-07-31T05:18:27.779Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:18:27 [2019-07-31T05:18:27.779Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/src/test/resources
01:18:27 [2019-07-31T05:18:27.779Z] [INFO] 
01:18:27 [2019-07-31T05:18:27.779Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:27 [2019-07-31T05:18:27.779Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-sources.jar
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] 
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] 
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] 
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] 
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] 
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:28 [2019-07-31T05:18:28.036Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar
01:18:28 [2019-07-31T05:18:28.294Z] [INFO] 
01:18:28 [2019-07-31T05:18:28.294Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:28 [2019-07-31T05:18:28.294Z] [INFO] 
01:18:28 [2019-07-31T05:18:28.294Z] [INFO] --- maven-antrun-plugin:1.8:run (prepare) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:28 [2019-07-31T05:18:28.294Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
01:18:28 [2019-07-31T05:18:28.294Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
01:18:28 [2019-07-31T05:18:28.294Z] 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
01:18:28 [2019-07-31T05:18:28.551Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
01:18:28 [2019-07-31T05:18:28.551Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
01:18:28 [2019-07-31T05:18:28.551Z] 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
01:18:28 [2019-07-31T05:18:28.551Z] 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 481 kB/s)
01:18:28 [2019-07-31T05:18:28.551Z] 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
01:18:28 [2019-07-31T05:18:28.551Z] 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
01:18:28 [2019-07-31T05:18:28.551Z] 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
01:18:28 [2019-07-31T05:18:28.809Z] 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
01:18:28 [2019-07-31T05:18:28.809Z] 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
01:18:28 [2019-07-31T05:18:28.809Z] 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
01:18:28 [2019-07-31T05:18:28.809Z] 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 181 kB/s)
01:18:28 [2019-07-31T05:18:28.809Z] 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
01:18:28 [2019-07-31T05:18:28.809Z] 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
01:18:28 [2019-07-31T05:18:28.809Z] 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
01:18:29 [2019-07-31T05:18:29.066Z] 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
01:18:29 [2019-07-31T05:18:29.066Z] 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
01:18:29 [2019-07-31T05:18:29.066Z] 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
01:18:29 [2019-07-31T05:18:29.066Z] 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 75 kB/s)
01:18:29 [2019-07-31T05:18:29.066Z] 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
01:18:29 [2019-07-31T05:18:29.066Z] 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
01:18:29 [2019-07-31T05:18:29.066Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
01:18:29 [2019-07-31T05:18:29.322Z] 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
01:18:29 [2019-07-31T05:18:29.322Z] 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
01:18:29 [2019-07-31T05:18:29.322Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
01:18:29 [2019-07-31T05:18:29.322Z] 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
01:18:29 [2019-07-31T05:18:29.322Z] 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
01:18:29 [2019-07-31T05:18:29.322Z] 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
01:18:29 [2019-07-31T05:18:29.580Z] 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
01:18:29 [2019-07-31T05:18:29.580Z] 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
01:18:29 [2019-07-31T05:18:29.580Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
01:18:29 [2019-07-31T05:18:29.580Z] 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
01:18:29 [2019-07-31T05:18:29.580Z] 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
01:18:29 [2019-07-31T05:18:29.580Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
01:18:29 [2019-07-31T05:18:29.580Z] 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
01:18:29 [2019-07-31T05:18:29.580Z] 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
01:18:29 [2019-07-31T05:18:29.580Z] 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
01:18:29 [2019-07-31T05:18:29.580Z] 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   
Progress (2): 18 kB | 4.1/243 kB
Progress (2): 18 kB | 7.7/243 kB
Progress (2): 18 kB | 12/243 kB 
Progress (2): 18 kB | 16/243 kB
Progress (2): 18 kB | 20/243 kB
Progress (2): 18 kB | 24/243 kB
Progress (2): 18 kB | 28/243 kB
Progress (2): 18 kB | 32/243 kB
Progress (2): 18 kB | 36/243 kB
Progress (2): 18 kB | 40/243 kB
Progress (2): 18 kB | 44/243 kB
Progress (2): 18 kB | 48/243 kB
Progress (2): 18 kB | 52/243 kB
Progress (2): 18 kB | 56/243 kB
Progress (2): 18 kB | 60/243 kB
Progress (2): 18 kB | 64/243 kB
Progress (2): 18 kB | 68/243 kB
Progress (2): 18 kB | 72/243 kB
Progress (2): 18 kB | 76/243 kB
Progress (2): 18 kB | 80/243 kB
Progress (3): 18 kB | 80/243 kB | 0/2.0 MB
Progress (3): 18 kB | 84/243 kB | 0/2.0 MB
Progress (3): 18 kB | 84/243 kB | 0/2.0 MB
Progress (3): 18 kB | 88/243 kB | 0/2.0 MB
Progress (3): 18 kB | 88/243 kB | 0/2.0 MB
Progress (3): 18 kB | 92/243 kB | 0/2.0 MB
Progress (3): 18 kB | 92/243 kB | 0/2.0 MB
Progress (3): 18 kB | 96/243 kB | 0/2.0 MB
Progress (3): 18 kB | 96/243 kB | 0/2.0 MB
Progress (3): 18 kB | 100/243 kB | 0/2.0 MB
Progress (3): 18 kB | 100/243 kB | 0/2.0 MB
Progress (3): 18 kB | 104/243 kB | 0/2.0 MB
Progress (3): 18 kB | 104/243 kB | 0/2.0 MB
Progress (3): 18 kB | 108/243 kB | 0/2.0 MB
Progress (3): 18 kB | 108/243 kB | 0/2.0 MB
Progress (3): 18 kB | 112/243 kB | 0/2.0 MB
Progress (3): 18 kB | 112/243 kB | 0/2.0 MB
Progress (3): 18 kB | 116/243 kB | 0/2.0 MB
Progress (3): 18 kB | 116/243 kB | 0/2.0 MB
Progress (3): 18 kB | 120/243 kB | 0/2.0 MB
Progress (3): 18 kB | 120/243 kB | 0/2.0 MB
Progress (3): 18 kB | 124/243 kB | 0/2.0 MB
Progress (3): 18 kB | 128/243 kB | 0/2.0 MB
Progress (3): 18 kB | 128/243 kB | 0/2.0 MB
Progress (3): 18 kB | 132/243 kB | 0/2.0 MB
Progress (3): 18 kB | 132/243 kB | 0/2.0 MB
Progress (3): 18 kB | 136/243 kB | 0/2.0 MB
Progress (3): 18 kB | 136/243 kB | 0.1/2.0 MB
Progress (3): 18 kB | 140/243 kB | 0.1/2.0 MB
Progress (3): 18 kB | 140/243 kB | 0.1/2.0 MB
                                             
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 278 kB/s)
01:18:29 [2019-07-31T05:18:29.580Z] Progress (2): 144/243 kB | 0.1/2.0 MB
Progress (2): 144/243 kB | 0.1/2.0 MB
Progress (2): 148/243 kB | 0.1/2.0 MB
Progress (2): 148/243 kB | 0.1/2.0 MB
Progress (2): 152/243 kB | 0.1/2.0 MB
Progress (2): 152/243 kB | 0.1/2.0 MB
Progress (2): 156/243 kB | 0.1/2.0 MB
Progress (2): 160/243 kB | 0.1/2.0 MB
Progress (2): 160/243 kB | 0.1/2.0 MB
Progress (2): 164/243 kB | 0.1/2.0 MB
Progress (2): 164/243 kB | 0.1/2.0 MB
Progress (2): 168/243 kB | 0.1/2.0 MB
Progress (2): 168/243 kB | 0.1/2.0 MB
Progress (2): 172/243 kB | 0.1/2.0 MB
Progress (2): 172/243 kB | 0.1/2.0 MB
Progress (2): 176/243 kB | 0.1/2.0 MB
Progress (2): 180/243 kB | 0.1/2.0 MB
Progress (2): 180/243 kB | 0.1/2.0 MB
Progress (2): 184/243 kB | 0.1/2.0 MB
Progress (2): 184/243 kB | 0.1/2.0 MB
Progress (2): 188/243 kB | 0.1/2.0 MB
Progress (2): 192/243 kB | 0.1/2.0 MB
Progress (2): 192/243 kB | 0.1/2.0 MB
Progress (2): 196/243 kB | 0.1/2.0 MB
Progress (2): 196/243 kB | 0.1/2.0 MB
Progress (2): 200/243 kB | 0.1/2.0 MB
Progress (2): 200/243 kB | 0.1/2.0 MB
Progress (2): 204/243 kB | 0.1/2.0 MB
Progress (2): 208/243 kB | 0.1/2.0 MB
Progress (2): 208/243 kB | 0.1/2.0 MB
Progress (2): 212/243 kB | 0.1/2.0 MB
Progress (2): 212/243 kB | 0.1/2.0 MB
Progress (2): 216/243 kB | 0.1/2.0 MB
Progress (2): 220/243 kB | 0.1/2.0 MB
Progress (2): 220/243 kB | 0.1/2.0 MB
Progress (2): 224/243 kB | 0.1/2.0 MB
Progress (2): 224/243 kB | 0.1/2.0 MB
Progress (2): 228/243 kB | 0.1/2.0 MB
Progress (2): 232/243 kB | 0.1/2.0 MB
Progress (2): 232/243 kB | 0.1/2.0 MB
Progress (2): 236/243 kB | 0.1/2.0 MB
Progress (2): 236/243 kB | 0.1/2.0 MB
Progress (2): 240/243 kB | 0.1/2.0 MB
Progress (2): 243 kB | 0.1/2.0 MB    
Progress (2): 243 kB | 0.1/2.0 MB
Progress (2): 243 kB | 0.1/2.0 MB
Progress (2): 243 kB | 0.1/2.0 MB
Progress (2): 243 kB | 0.1/2.0 MB
Progress (2): 243 kB | 0.1/2.0 MB
Progress (2): 243 kB | 0.1/2.0 MB
Progress (2): 243 kB | 0.2/2.0 MB
Progress (2): 243 kB | 0.2/2.0 MB
Progress (2): 243 kB | 0.2/2.0 MB
Progress (2): 243 kB | 0.2/2.0 MB
Progress (2): 243 kB | 0.2/2.0 MB
Progress (2): 243 kB | 0.2/2.0 MB
Progress (2): 243 kB | 0.2/2.0 MB
Progress (2): 243 kB | 0.2/2.0 MB
Progress (2): 243 kB | 0.2/2.0 MB
Progress (2): 243 kB | 0.2/2.0 MB
                                 
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)
01:18:29 [2019-07-31T05:18:29.838Z] 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 6.5 MB/s)
01:18:30 [2019-07-31T05:18:30.095Z] [INFO] Executing tasks
01:18:30 [2019-07-31T05:18:30.095Z] 
01:18:30 [2019-07-31T05:18:30.095Z] main:
01:18:30 [2019-07-31T05:18:30.095Z] 
01:18:30 [2019-07-31T05:18:30.095Z] main:
01:18:30 [2019-07-31T05:18:30.352Z] 
01:18:30 [2019-07-31T05:18:30.352Z] checkAnyTraceExists:
01:18:30 [2019-07-31T05:18:30.352Z] 
01:18:30 [2019-07-31T05:18:30.352Z] verifyChecksum:
01:18:30 [2019-07-31T05:18:30.352Z]      [echo] Verifying: ${anyTraceExists}
01:18:30 [2019-07-31T05:18:30.352Z] 
01:18:30 [2019-07-31T05:18:30.352Z] deleteFailedCheckSumTraces:
01:18:30 [2019-07-31T05:18:30.352Z] 
01:18:30 [2019-07-31T05:18:30.352Z] downloadTraceFiles:
01:18:30 [2019-07-31T05:18:30.352Z]      [echo] Attempting to download test traces
01:18:30 [2019-07-31T05:18:30.352Z]       [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/ctf/synctraces.tar.gz
01:18:30 [2019-07-31T05:18:30.352Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar.gz
01:18:30 [2019-07-31T05:18:30.352Z]       [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/os-events.tar.gz
01:18:30 [2019-07-31T05:18:30.352Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar.gz
01:18:31 [2019-07-31T05:18:31.282Z]       [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/qmlscene.tgz
01:18:31 [2019-07-31T05:18:31.282Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar.gz
01:18:31 [2019-07-31T05:18:31.282Z]       [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/ctf/vlc.tar.gz
01:18:31 [2019-07-31T05:18:31.282Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar.gz
01:18:32 [2019-07-31T05:18:32.523Z]      [exec] Cloning into 'ctf-testsuite'...
01:18:32 [2019-07-31T05:18:32.781Z] 
01:18:32 [2019-07-31T05:18:32.781Z] pullTestSuite:
01:18:32 [2019-07-31T05:18:32.781Z]      [exec] Your branch is up-to-date with 'origin/master'.
01:18:32 [2019-07-31T05:18:32.781Z]      [exec] Already on 'master'
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] Already up-to-date.
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] Note: checking out '0f8beba86ae551f42adeb81d1bfddd5645f31013'.
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] 
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] You are in 'detached HEAD' state. You can look around, make experimental
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] changes and commit them, and you can discard any commits you make in this
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] state without impacting any branches by performing another checkout.
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] 
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] If you want to create a new branch to retain commits you create, you may
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] do so (now or later) by using -b with the checkout command again. Example:
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] 
01:18:33 [2019-07-31T05:18:33.038Z]      [exec]   git checkout -b <new-branch-name>
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] 
01:18:33 [2019-07-31T05:18:33.038Z]      [exec] HEAD is now at 0f8beba... Merge pull request #35 from compudj/master
01:18:33 [2019-07-31T05:18:33.038Z] 
01:18:33 [2019-07-31T05:18:33.038Z] extractTraces:
01:18:33 [2019-07-31T05:18:33.038Z] 
01:18:33 [2019-07-31T05:18:33.038Z] checkAnyTraceExists:
01:18:33 [2019-07-31T05:18:33.038Z] 
01:18:33 [2019-07-31T05:18:33.038Z] verifyChecksum:
01:18:33 [2019-07-31T05:18:33.038Z]      [echo] Verifying: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar.gz /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar.gz /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar.gz /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar.gz
01:18:33 [2019-07-31T05:18:33.603Z] 
01:18:33 [2019-07-31T05:18:33.603Z] warnFailedCheckSum:
01:18:33 [2019-07-31T05:18:33.603Z]    [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar.gz to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar
01:18:33 [2019-07-31T05:18:33.603Z]     [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces
01:18:33 [2019-07-31T05:18:33.603Z]    [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar.gz to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar
01:18:34 [2019-07-31T05:18:34.973Z]     [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces
01:18:35 [2019-07-31T05:18:35.536Z]    [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar.gz to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar
01:18:35 [2019-07-31T05:18:35.536Z]     [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces
01:18:35 [2019-07-31T05:18:35.536Z]    [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar.gz to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar
01:18:38 [2019-07-31T05:18:38.058Z]     [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/traces
01:18:38 [2019-07-31T05:18:38.990Z]      [echo] Traces extracted successfully
01:18:38 [2019-07-31T05:18:38.990Z] [INFO] Executed tasks
01:18:38 [2019-07-31T05:18:38.990Z] [INFO] 
01:18:38 [2019-07-31T05:18:38.990Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.ctf.core.tests ---
01:18:57 [2019-07-31T05:18:57.052Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/data/.metadata/.log
01:18:57 [2019-07-31T05:18:57.052Z] [INFO] Command line:
01:18:57 [2019-07-31T05:18:57.052Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:18:57 [2019-07-31T05:18:57.052Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:18:59 [2019-07-31T05:18:59.573Z] !SESSION 2019-07-31 05:18:56.072 -----------------------------------------------
01:18:59 [2019-07-31T05:18:59.573Z] eclipse.buildId=unknown
01:18:59 [2019-07-31T05:18:59.573Z] java.version=1.8.0_202
01:18:59 [2019-07-31T05:18:59.573Z] java.vendor=Oracle Corporation
01:18:59 [2019-07-31T05:18:59.573Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:18:59 [2019-07-31T05:18:59.573Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:18:59 [2019-07-31T05:18:59.573Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:18:59 [2019-07-31T05:18:59.573Z] 
01:18:59 [2019-07-31T05:18:59.573Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:18:59.437
01:18:59 [2019-07-31T05:18:59.573Z] !MESSAGE FrameworkEvent ERROR
01:18:59 [2019-07-31T05:18:59.573Z] !STACK 0
01:18:59 [2019-07-31T05:18:59.573Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [50]
01:18:59 [2019-07-31T05:18:59.573Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:18:59 [2019-07-31T05:18:59.573Z] 
01:18:59 [2019-07-31T05:18:59.573Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:18:59 [2019-07-31T05:18:59.573Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:18:59 [2019-07-31T05:18:59.573Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:18:59 [2019-07-31T05:18:59.573Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:18:59 [2019-07-31T05:18:59.573Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:18:59 [2019-07-31T05:18:59.573Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:18:59 [2019-07-31T05:18:59.573Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:18:59 [2019-07-31T05:18:59.573Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:18:59 [2019-07-31T05:18:59.573Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:18:59 [2019-07-31T05:18:59.573Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:18:59 [2019-07-31T05:18:59.831Z] 
01:18:59 [2019-07-31T05:18:59.831Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:18:59.661
01:18:59 [2019-07-31T05:18:59.831Z] !MESSAGE FrameworkEvent ERROR
01:18:59 [2019-07-31T05:18:59.831Z] !STACK 0
01:18:59 [2019-07-31T05:18:59.831Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [123]
01:18:59 [2019-07-31T05:18:59.831Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:18:59 [2019-07-31T05:18:59.831Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:18:59 [2019-07-31T05:18:59.831Z]     -> 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"
01:18:59 [2019-07-31T05:18:59.831Z]        org.apache.httpcomponents.httpclient.win [31]
01:18:59 [2019-07-31T05:18:59.831Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:18:59 [2019-07-31T05:18:59.831Z] 
01:18:59 [2019-07-31T05:18:59.831Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:18:59 [2019-07-31T05:18:59.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:18:59 [2019-07-31T05:18:59.831Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:18:59 [2019-07-31T05:18:59.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:18:59 [2019-07-31T05:18:59.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:18:59 [2019-07-31T05:18:59.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:18:59 [2019-07-31T05:18:59.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:18:59 [2019-07-31T05:18:59.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:18:59 [2019-07-31T05:18:59.831Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:18:59 [2019-07-31T05:18:59.831Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:19:03 [2019-07-31T05:19:03.105Z] Running org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest
01:19:03 [2019-07-31T05:19:03.105Z] Skipping test traces/ctf-testsuite/tests/1.8/regression/metadata/pass/sequence-typedef-length as requested.
01:19:03 [2019-07-31T05:19:03.105Z] Skipping test traces/ctf-testsuite/tests/1.8/regression/stream/pass/integer-large-size as requested.
01:19:04 [2019-07-31T05:19:04.036Z] line 8:11 required (...)+ loop did not match anything at character ';'
01:19:04 [2019-07-31T05:19:04.036Z] line 10:46 mismatched character '<EOF>' expecting '"'
01:19:04 [2019-07-31T05:19:04.036Z] line 9:16 no viable alternative at character 'o'
01:19:04 [2019-07-31T05:19:04.036Z] line 9:20 no viable alternative at character '?'
01:19:04 [2019-07-31T05:19:04.036Z] line 12:14 no viable alternative at character ''
01:19:04 [2019-07-31T05:19:04.036Z] line 32:0 mismatched character '<EOF>' expecting '"'
01:19:04 [2019-07-31T05:19:04.293Z] 
01:19:04 [2019-07-31T05:19:04.293Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:04.253
01:19:04 [2019-07-31T05:19:04.293Z] !MESSAGE Unknown trace attribute: test
01:19:04 [2019-07-31T05:19:04.293Z] 
01:19:04 [2019-07-31T05:19:04.293Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:04.254
01:19:04 [2019-07-31T05:19:04.293Z] !MESSAGE Unknown trace attribute: test1
01:19:04 [2019-07-31T05:19:04.293Z] 
01:19:04 [2019-07-31T05:19:04.293Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:04.255
01:19:04 [2019-07-31T05:19:04.293Z] !MESSAGE Unknown trace attribute: test2
01:19:04 [2019-07-31T05:19:04.293Z] 
01:19:04 [2019-07-31T05:19:04.293Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:04.256
01:19:04 [2019-07-31T05:19:04.293Z] !MESSAGE Unknown trace attribute: test3
01:19:04 [2019-07-31T05:19:04.293Z] 
01:19:04 [2019-07-31T05:19:04.293Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:04.257
01:19:04 [2019-07-31T05:19:04.293Z] !MESSAGE Unknown trace attribute: test4
01:19:04 [2019-07-31T05:19:04.550Z] 
01:19:04 [2019-07-31T05:19:04.550Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:04.341
01:19:04 [2019-07-31T05:19:04.550Z] !MESSAGE Unknown trace attribute: test2
01:19:04 [2019-07-31T05:19:04.806Z] 
01:19:04 [2019-07-31T05:19:04.806Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:04.568
01:19:04 [2019-07-31T05:19:04.806Z] !MESSAGE Unknown integer attribute: aa
01:19:04 [2019-07-31T05:19:04.806Z] 
01:19:04 [2019-07-31T05:19:04.806Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:04.569
01:19:04 [2019-07-31T05:19:04.806Z] !MESSAGE Unknown integer attribute: zz
01:19:04 [2019-07-31T05:19:04.806Z] 
01:19:04 [2019-07-31T05:19:04.806Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:04.570
01:19:04 [2019-07-31T05:19:04.806Z] !MESSAGE Unknown trace attribute: blah
01:19:04 [2019-07-31T05:19:04.806Z] 
01:19:04 [2019-07-31T05:19:04.807Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:04.571
01:19:04 [2019-07-31T05:19:04.807Z] !MESSAGE Unknown stream attribute: askdjfhaskdjfh
01:19:06 [2019-07-31T05:19:06.180Z] Tests run: 173, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.316 s - in org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest
01:19:06 [2019-07-31T05:19:06.180Z] testTrace[0: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-redefinition](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest)  Time elapsed: 0.615 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.12 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.005 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.004 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.065 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] testTrace[8: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-empty](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest)  Time elapsed: 0.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.016 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.051 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.004 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.008 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.004 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] testTrace[30: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-range](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest)  Time elapsed: 0.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.054 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.005 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.005 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.07 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] testTrace[53: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/string-concat](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest)  Time elapsed: 0 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.097 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.014 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.036 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] testTrace[93: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/literal-integers](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest)  Time elapsed: 0.012 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.054 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.009 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.212 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] testTrace[113: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/typealias-simple](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest)  Time elapsed: 0.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.007 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.048 s
01:19:06 [2019-07-31T05:19:06.180Z] testTrace[118: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-integers](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest)  Time elapsed: 0.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] testTrace[121: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-structs](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest)  Time elapsed: 0.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.004 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.055 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.004 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] testTrace[137: traces/ctf-testsuite/tests/1.8/regression/stream/fail/event-empty](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest)  Time elapsed: 0.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.004 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.054 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.004 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] testTrace[160: traces/ctf-testsuite/tests/1.8/regression/stream/pass/empty-stream](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest)  Time elapsed: 0.001 s
01:19:06 [2019-07-31T05:19:06.180Z] testTrace[161: traces/ctf-testsuite/tests/1.8/regression/stream/pass/empty-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest)  Time elapsed: 0.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.001 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.623 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.455 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.012 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.007 s
01:19:06 [2019-07-31T05:19:06.180Z] 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
01:19:06 [2019-07-31T05:19:06.180Z] 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.002 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.012 s
01:19:06 [2019-07-31T05:19:06.180Z] 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.003 s
01:19:06 [2019-07-31T05:19:06.629Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest
01:19:10 [2019-07-31T05:19:10.901Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.24 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest
01:19:10 [2019-07-31T05:19:10.901Z] testEquals1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest)  Time elapsed: 1.136 s
01:19:10 [2019-07-31T05:19:10.901Z] testEquals2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest)  Time elapsed: 0.654 s
01:19:10 [2019-07-31T05:19:10.901Z] testEquals3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest)  Time elapsed: 0.45 s
01:19:10 [2019-07-31T05:19:10.901Z] testEquals4(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest)  Time elapsed: 0.755 s
01:19:10 [2019-07-31T05:19:10.901Z] testGetTimestampEnd(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest)  Time elapsed: 0.207 s
01:19:10 [2019-07-31T05:19:10.901Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest)  Time elapsed: 0.192 s
01:19:10 [2019-07-31T05:19:10.901Z] testSetTimestampEnd(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest)  Time elapsed: 0.144 s
01:19:10 [2019-07-31T05:19:10.901Z] testGetFilename(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest)  Time elapsed: 0.182 s
01:19:10 [2019-07-31T05:19:10.901Z] testStreamInput(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest)  Time elapsed: 0.187 s
01:19:10 [2019-07-31T05:19:10.901Z] testGetStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest)  Time elapsed: 0.176 s
01:19:10 [2019-07-31T05:19:10.901Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest)  Time elapsed: 0.141 s
01:19:10 [2019-07-31T05:19:10.901Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest
01:19:10 [2019-07-31T05:19:10.901Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest
01:19:10 [2019-07-31T05:19:10.901Z] TSDLContextTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest)  Time elapsed: 0.051 s
01:19:10 [2019-07-31T05:19:10.901Z] TSDLEnvironmentTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest)  Time elapsed: 0.005 s
01:19:10 [2019-07-31T05:19:10.901Z] TSDLSimpleTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest)  Time elapsed: 0.004 s
01:19:10 [2019-07-31T05:19:10.901Z] TSDLClockTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest)  Time elapsed: 0.004 s
01:19:10 [2019-07-31T05:19:10.901Z] TSDLCallsiteTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest)  Time elapsed: 0.007 s
01:19:10 [2019-07-31T05:19:10.901Z] TSDLEnumTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest)  Time elapsed: 0.005 s
01:19:10 [2019-07-31T05:19:10.901Z] TSDLAllTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest)  Time elapsed: 0.007 s
01:19:10 [2019-07-31T05:19:10.901Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest
01:19:10 [2019-07-31T05:19:10.901Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest
01:19:10 [2019-07-31T05:19:10.901Z] testPacketNoHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest)  Time elapsed: 0.001 s
01:19:10 [2019-07-31T05:19:10.901Z] testPacketWithContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest)  Time elapsed: 0 s
01:19:10 [2019-07-31T05:19:10.901Z] testPacketWithPacketContextAndLostEvents(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest)  Time elapsed: 0.002 s
01:19:10 [2019-07-31T05:19:10.901Z] testPacket(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest)  Time elapsed: 0 s
01:19:10 [2019-07-31T05:19:10.901Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTimestampComparatorTest
01:19:10 [2019-07-31T05:19:10.901Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTimestampComparatorTest
01:19:10 [2019-07-31T05:19:10.901Z] testStreamInputReaderTimestampComparator_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTimestampComparatorTest)  Time elapsed: 0 s
01:19:10 [2019-07-31T05:19:10.901Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest
01:19:11 [2019-07-31T05:19:11.159Z] 
01:19:11 [2019-07-31T05:19:11.159Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-31 05:19:11.046
01:19:11 [2019-07-31T05:19:11.159Z] !MESSAGE channel0_1	[++++++++++++++++++++++++++++++++++++++++++++++++++                                                  ]	509 Events
01:19:11 [2019-07-31T05:19:11.159Z] 
01:19:11 [2019-07-31T05:19:11.159Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-31 05:19:11.047
01:19:11 [2019-07-31T05:19:11.159Z] !MESSAGE channel0_0	[+++++++++++++++++++++++++++++++++++++++++++++++++                                                   ]	491 Events
01:19:11 [2019-07-31T05:19:11.159Z] 
01:19:11 [2019-07-31T05:19:11.159Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-31 05:19:11.156
01:19:11 [2019-07-31T05:19:11.159Z] !MESSAGE channel0_1	[++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++]	1 Events
01:19:11 [2019-07-31T05:19:11.159Z] 
01:19:11 [2019-07-31T05:19:11.159Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-31 05:19:11.156
01:19:11 [2019-07-31T05:19:11.159Z] !MESSAGE channel0_0	[                                                            ]	0 Events
01:19:12 [2019-07-31T05:19:12.537Z] 
01:19:12 [2019-07-31T05:19:12.537Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-31 05:19:12.480
01:19:12 [2019-07-31T05:19:12.537Z] !MESSAGE channel0_1	[+]	1 Events
01:19:12 [2019-07-31T05:19:12.537Z] 
01:19:12 [2019-07-31T05:19:12.537Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-31 05:19:12.481
01:19:12 [2019-07-31T05:19:12.537Z] !MESSAGE channel0_0	[ ]	0 Events
01:19:12 [2019-07-31T05:19:12.794Z] 
01:19:12 [2019-07-31T05:19:12.794Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-31 05:19:12.574
01:19:12 [2019-07-31T05:19:12.794Z] !MESSAGE channel0_1	[++]	1 Events
01:19:12 [2019-07-31T05:19:12.794Z] 
01:19:12 [2019-07-31T05:19:12.794Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-31 05:19:12.575
01:19:12 [2019-07-31T05:19:12.794Z] !MESSAGE channel0_0	[  ]	0 Events
01:19:13 [2019-07-31T05:19:13.051Z] 
01:19:13 [2019-07-31T05:19:13.051Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-31 05:19:12.849
01:19:13 [2019-07-31T05:19:13.051Z] !MESSAGE channel0_1	[++++++++++]	1 Events
01:19:13 [2019-07-31T05:19:13.051Z] 
01:19:13 [2019-07-31T05:19:13.051Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-31 05:19:12.850
01:19:13 [2019-07-31T05:19:13.051Z] !MESSAGE channel0_0	[          ]	0 Events
01:19:13 [2019-07-31T05:19:13.308Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.535 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest
01:19:13 [2019-07-31T05:19:13.308Z] testHasMoreEvents(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.103 s
01:19:13 [2019-07-31T05:19:13.308Z] testGetCurrentEventDef_last(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.207 s
01:19:13 [2019-07-31T05:19:13.308Z] testPrintStats_100(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.099 s
01:19:13 [2019-07-31T05:19:13.308Z] testPrintStats_noparam(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.11 s
01:19:13 [2019-07-31T05:19:13.308Z] testGetEndTime(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.098 s
01:19:13 [2019-07-31T05:19:13.308Z] testSeek(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.086 s
01:19:13 [2019-07-31T05:19:13.308Z] testGetStartTime(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.089 s
01:19:13 [2019-07-31T05:19:13.308Z] testAdvance_end(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.732 s
01:19:13 [2019-07-31T05:19:13.308Z] testOpen_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.083 s
01:19:13 [2019-07-31T05:19:13.308Z] testGetCurrentEventDef_first(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.092 s
01:19:13 [2019-07-31T05:19:13.308Z] testPrintStats_width0(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.089 s
01:19:13 [2019-07-31T05:19:13.308Z] testPrintStats_width1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.055 s
01:19:13 [2019-07-31T05:19:13.308Z] testPrintStats_width2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.094 s
01:19:13 [2019-07-31T05:19:13.308Z] testCopyFrom(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.091 s
01:19:13 [2019-07-31T05:19:13.308Z] testAdvance_normal(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.085 s
01:19:13 [2019-07-31T05:19:13.308Z] testPrintStats_width10(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.098 s
01:19:13 [2019-07-31T05:19:13.308Z] testOpen_nonexisting(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.088 s
01:19:13 [2019-07-31T05:19:13.308Z] testGoToLastEvent(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.1 s
01:19:13 [2019-07-31T05:19:13.308Z] testOpen_existing(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest)  Time elapsed: 0.133 s
01:19:13 [2019-07-31T05:19:13.308Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest
01:19:14 [2019-07-31T05:19:14.678Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.202 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest
01:19:14 [2019-07-31T05:19:14.678Z] testGetCurrentEvent(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest)  Time elapsed: 0.084 s
01:19:14 [2019-07-31T05:19:14.678Z] testGetName(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest)  Time elapsed: 0.087 s
01:19:14 [2019-07-31T05:19:14.678Z] testGoToLastEvent1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest)  Time elapsed: 0.091 s
01:19:14 [2019-07-31T05:19:14.678Z] testGoToLastEvent2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest)  Time elapsed: 0.375 s
01:19:14 [2019-07-31T05:19:14.678Z] testGetCurrentPacketContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest)  Time elapsed: 0.046 s
01:19:14 [2019-07-31T05:19:14.678Z] testStreamInputReader_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest)  Time elapsed: 0.086 s
01:19:14 [2019-07-31T05:19:14.678Z] testSeek_timestamp(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest)  Time elapsed: 0.086 s
01:19:14 [2019-07-31T05:19:14.678Z] testReadNextEvent(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest)  Time elapsed: 0.043 s
01:19:14 [2019-07-31T05:19:14.678Z] testGetCPU(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest)  Time elapsed: 0.078 s
01:19:14 [2019-07-31T05:19:14.678Z] testStreamInputReader_valid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest)  Time elapsed: 0.083 s
01:19:14 [2019-07-31T05:19:14.678Z] testSeek_eventDefinition(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest)  Time elapsed: 0.141 s
01:19:14 [2019-07-31T05:19:14.678Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest
01:19:14 [2019-07-31T05:19:14.678Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest
01:19:14 [2019-07-31T05:19:14.678Z] testGrowingLive(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest)  Time elapsed: 0.005 s
01:19:14 [2019-07-31T05:19:14.678Z] testGrowingNotLive(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest)  Time elapsed: 0.001 s
01:19:14 [2019-07-31T05:19:14.678Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest
01:19:32 [2019-07-31T05:19:32.801Z] Tests run: 28, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 15.703 s - in org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[0: KERNEL](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.898 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[1: TRACE2](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.932 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[2: KERNEL_VM](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 3.206 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[3: SYNC_SRC](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.151 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[4: SYNC_DEST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.083 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[5: DJANGO_CLIENT](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 1.603 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[6: DJANGO_DB](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 1.609 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[7: DJANGO_HTTPD](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 1.877 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[8: HELLO_LOST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.467 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[9: CYG_PROFILE](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.055 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[10: CYG_PROFILE_FAST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.015 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[11: FUNKY_TRACE](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.263 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[12: ARM_64_BIT_HEADER](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.337 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[13: FLIPPING_ENDIANNESS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.138 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[14: DYNSCOPE](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.407 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[15: TRACE_EXPERIMENT](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) skipped
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[16: DEBUG_INFO](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.015 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[17: DEBUG_INFO3](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.024 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[18: DEBUG_INFO4](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.013 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[19: DEBUG_INFO_SYNTH_EXEC](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.006 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[20: DEBUG_INFO_SYNTH_TWO_PROCESSES](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.005 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[21: DEBUG_INFO_SYNTH_BUILDID_DEBUGLINK](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.006 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[22: MEMORY_ANALYSIS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.882 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[23: PERF_TASKSET2](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.019 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[24: MANY_THREADS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.75 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[25: CONTEXT_SWITCHES_KERNEL](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.424 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[26: CONTEXT_SWITCHES_UST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 0.012 s
01:19:32 [2019-07-31T05:19:32.801Z] readTraces[27: UNEVEN_STREAMS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest)  Time elapsed: 1.482 s
01:19:32 [2019-07-31T05:19:32.801Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest
01:19:32 [2019-07-31T05:19:32.801Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.985 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest
01:19:32 [2019-07-31T05:19:32.801Z] testKernelTrace[0: WHOLE_TRACE](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest)  Time elapsed: 1.048 s
01:19:32 [2019-07-31T05:19:32.801Z] testKernelTrace[1: NO_EVENTS_USING_INVERTED_TIME](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest)  Time elapsed: 0.12 s
01:19:32 [2019-07-31T05:19:32.801Z] testKernelTrace[2: STREAM0_FIRST_PACKET_TIME](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest)  Time elapsed: 0.224 s
01:19:32 [2019-07-31T05:19:32.801Z] testKernelTrace[3: BOTH_STREAMS_FIRST_PACKET_ONLY](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest)  Time elapsed: 0.211 s
01:19:32 [2019-07-31T05:19:32.801Z] testKernelTrace[4: BOTH_STREAMS_SEVERAL_PACKETS](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest)  Time elapsed: 0.377 s
01:19:32 [2019-07-31T05:19:32.801Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest
01:19:33 [2019-07-31T05:19:33.367Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s - in org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest
01:19:33 [2019-07-31T05:19:33.367Z] testParse(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest)  Time elapsed: 0.4 s
01:19:33 [2019-07-31T05:19:33.367Z] testToString(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest)  Time elapsed: 0.124 s
01:19:33 [2019-07-31T05:19:33.367Z] testStreamTextMD(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest)  Time elapsed: 0.078 s
01:19:33 [2019-07-31T05:19:33.367Z] testMetadata(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest)  Time elapsed: 0.078 s
01:19:33 [2019-07-31T05:19:33.367Z] testGetDetectedByteOrder(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest)  Time elapsed: 0.112 s
01:19:33 [2019-07-31T05:19:33.367Z] testEndian(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest)  Time elapsed: 0.041 s
01:19:33 [2019-07-31T05:19:33.367Z] testTextMD(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest)  Time elapsed: 0.079 s
01:19:33 [2019-07-31T05:19:33.367Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest
01:19:35 [2019-07-31T05:19:35.260Z] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.053 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest
01:19:35 [2019-07-31T05:19:35.260Z] testGetMajor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.077 s
01:19:35 [2019-07-31T05:19:35.260Z] testGetMinor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.088 s
01:19:35 [2019-07-31T05:19:35.260Z] testPacketHeaderIsSet_valid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.04 s
01:19:35 [2019-07-31T05:19:35.260Z] testLookupEnvironment_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.075 s
01:19:35 [2019-07-31T05:19:35.260Z] testLookupEnvironment_2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.075 s
01:19:35 [2019-07-31T05:19:35.260Z] testLookupEnvironment_3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.038 s
01:19:35 [2019-07-31T05:19:35.260Z] testLookupEnvironment_4(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.075 s
01:19:35 [2019-07-31T05:19:35.260Z] testMajorIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.041 s
01:19:35 [2019-07-31T05:19:35.260Z] testByteOrderIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.076 s
01:19:35 [2019-07-31T05:19:35.260Z] testOpen_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.074 s
01:19:35 [2019-07-31T05:19:35.260Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.039 s
01:19:35 [2019-07-31T05:19:35.260Z] testGetUUID(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.081 s
01:19:35 [2019-07-31T05:19:35.260Z] testUUIDIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.078 s
01:19:35 [2019-07-31T05:19:35.260Z] testMinorIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.041 s
01:19:35 [2019-07-31T05:19:35.260Z] testGetPacketHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.072 s
01:19:35 [2019-07-31T05:19:35.260Z] testGetTraceDirectory(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.039 s
01:19:35 [2019-07-31T05:19:35.260Z] testSetByteOrder(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.075 s
01:19:35 [2019-07-31T05:19:35.260Z] testAddStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.115 s
01:19:35 [2019-07-31T05:19:35.260Z] testSetPacketHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.075 s
01:19:35 [2019-07-31T05:19:35.260Z] testGetSetClock_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.076 s
01:19:35 [2019-07-31T05:19:35.260Z] testGetSetClock_2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.043 s
01:19:35 [2019-07-31T05:19:35.260Z] testGetByteOrder_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.075 s
01:19:35 [2019-07-31T05:19:35.260Z] testGetStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.04 s
01:19:35 [2019-07-31T05:19:35.260Z] testSetUUID(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.075 s
01:19:35 [2019-07-31T05:19:35.260Z] testPacketHeaderIsSet_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.115 s
01:19:35 [2019-07-31T05:19:35.260Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.073 s
01:19:35 [2019-07-31T05:19:35.260Z] testOpen_existing(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.113 s
01:19:35 [2019-07-31T05:19:35.260Z] testSetMajor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.084 s
01:19:35 [2019-07-31T05:19:35.260Z] testSetMinor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest)  Time elapsed: 0.08 s
01:19:35 [2019-07-31T05:19:35.260Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest
01:19:35 [2019-07-31T05:19:35.260Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest
01:19:35 [2019-07-31T05:19:35.260Z] testStreamInputPacketIndexEntryConstructor1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest)  Time elapsed: 0.001 s
01:19:35 [2019-07-31T05:19:35.260Z] testStreamInputPacketIndexEntryConstructor2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest)  Time elapsed: 0 s
01:19:35 [2019-07-31T05:19:35.260Z] testStreamInputPacketIndexEntryConstructor3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest)  Time elapsed: 0 s
01:19:35 [2019-07-31T05:19:35.260Z] testStreamInputPacketIndexEntryConstructor4(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest)  Time elapsed: 0.001 s
01:19:35 [2019-07-31T05:19:35.260Z] testStreamInputPacketIndexEntryConstructor5(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest)  Time elapsed: 0 s
01:19:35 [2019-07-31T05:19:35.260Z] testStreamInputPacketIndexEntryConstructor6(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest)  Time elapsed: 0 s
01:19:35 [2019-07-31T05:19:35.260Z] testStreamInputPacketIndexEntryConstructor7(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest)  Time elapsed: 0 s
01:19:35 [2019-07-31T05:19:35.260Z] testStreamInputPacketIndexEntryConstructor8(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest)  Time elapsed: 0.001 s
01:19:35 [2019-07-31T05:19:35.260Z] testToString(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest)  Time elapsed: 0 s
01:19:35 [2019-07-31T05:19:35.260Z] testStreamInputPacketIndexEntry_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest)  Time elapsed: 0 s
01:19:35 [2019-07-31T05:19:35.260Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest
01:19:38 [2019-07-31T05:19:38.535Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.03 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest
01:19:38 [2019-07-31T05:19:38.535Z] testGetTrace(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.217 s
01:19:38 [2019-07-31T05:19:38.535Z] testAddEvent_base(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.171 s
01:19:38 [2019-07-31T05:19:38.535Z] testGetId(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.207 s
01:19:38 [2019-07-31T05:19:38.535Z] testSetId(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.151 s
01:19:38 [2019-07-31T05:19:38.535Z] testAddHugeIDEvent_base(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.187 s
01:19:38 [2019-07-31T05:19:38.535Z] testToString(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.184 s
01:19:38 [2019-07-31T05:19:38.535Z] testGetPacketContextDecl(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.189 s
01:19:38 [2019-07-31T05:19:38.535Z] testGetEventHeaderDecl(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.19 s
01:19:38 [2019-07-31T05:19:38.535Z] testEventHeaderIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.152 s
01:19:38 [2019-07-31T05:19:38.535Z] testGetStreamInputs(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.14 s
01:19:38 [2019-07-31T05:19:38.535Z] testSetEventContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.128 s
01:19:38 [2019-07-31T05:19:38.535Z] testSetEventHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.106 s
01:19:38 [2019-07-31T05:19:38.535Z] testGetEventContextDecl(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.113 s
01:19:38 [2019-07-31T05:19:38.535Z] testEventContextIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.108 s
01:19:38 [2019-07-31T05:19:38.535Z] testSetPacketContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.107 s
01:19:38 [2019-07-31T05:19:38.535Z] testGetEvents(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.111 s
01:19:38 [2019-07-31T05:19:38.535Z] testIdIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.167 s
01:19:38 [2019-07-31T05:19:38.535Z] testStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.22 s
01:19:38 [2019-07-31T05:19:38.535Z] testPacketContextIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest)  Time elapsed: 0.179 s
01:19:38 [2019-07-31T05:19:38.535Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest
01:19:38 [2019-07-31T05:19:38.792Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest
01:19:38 [2019-07-31T05:19:38.792Z] testAddTwoStreams1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest)  Time elapsed: 0.002 s
01:19:38 [2019-07-31T05:19:38.792Z] testAddTwoStreams2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest)  Time elapsed: 0.002 s
01:19:38 [2019-07-31T05:19:38.792Z] testAddTwoStreams3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest)  Time elapsed: 0.003 s
01:19:38 [2019-07-31T05:19:38.792Z] testEmptyStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest)  Time elapsed: 0.002 s
01:19:38 [2019-07-31T05:19:38.792Z] testAddStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest)  Time elapsed: 0.002 s
01:19:38 [2019-07-31T05:19:38.792Z] testAddStreamFail(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.792Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest
01:19:38 [2019-07-31T05:19:38.792Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest
01:19:38 [2019-07-31T05:19:38.792Z] testStreamInputPacketIndexDisjoint(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest)  Time elapsed: 0.003 s
01:19:38 [2019-07-31T05:19:38.792Z] testStreamInputPacketIndexOverlappingBothSides(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testStreamInputPacketIndexLargeOverlapping(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testStreamInputPacketIndexContiguous(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.792Z] testStreamInputPacketIndexInvalidAppend(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testStreamInputPacketIndexGet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testStreamInputPacketIndex(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testStreamInputPacketIndexOverlapping(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.792Z] Running org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest
01:19:38 [2019-07-31T05:19:38.792Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest
01:19:38 [2019-07-31T05:19:38.792Z] testFloat32BitNeg(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testFloat32Bit(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.792Z] testFloat48Bit(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testFloat64Bit(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.792Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testFloat248(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testFloat5311(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testFloat64BitNeg(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.792Z] Running org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test
01:19:38 [2019-07-31T05:19:38.792Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test
01:19:38 [2019-07-31T05:19:38.792Z] testGetElementType(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testSequenceDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.792Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.792Z] Running org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test
01:19:38 [2019-07-31T05:19:38.792Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test
01:19:38 [2019-07-31T05:19:38.792Z] testgetElem_withDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test)  Time elapsed: 0.011 s
01:19:38 [2019-07-31T05:19:38.792Z] testToStringStringArray(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test)  Time elapsed: 0.016 s
01:19:38 [2019-07-31T05:19:38.792Z] testRead_noDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test)  Time elapsed: 0.009 s
01:19:38 [2019-07-31T05:19:38.793Z] testgetElem_noDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testToString_withDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testArrayDefinition_baseDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testArrayDefinition_newDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testToString_string(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testToString_char(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testToString_long(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] Running org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] testIntegerDeclarationBruteForce(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0.056 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetEncoding(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetByteOrder(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testIsCharacter_8bytes(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testMinValue(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testIntegerDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetBase(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testIsSigned_unsigned(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testIsSigned_signed(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testMaxValue(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetLength(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testIsCharacter(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] Running org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test
01:19:38 [2019-07-31T05:19:38.793Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test
01:19:38 [2019-07-31T05:19:38.793Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetElem(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testFixedStringDefinition(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest
01:19:38 [2019-07-31T05:19:38.793Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest
01:19:38 [2019-07-31T05:19:38.793Z] testLookupVariant(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.793Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testLookupInteger_1(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testLookupInteger_2(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testLookupString(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testLookupStruct(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testLookupEnum(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testLookupArray(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetDefinitions_1(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testLookupFixedStringDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] testAddMany(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testEnumDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testAdd(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testQuery(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testDubs(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.793Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] binaryEquivalentTest(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testOverlap1(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testOverlap2(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testOverlap3(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testOverlap4(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] testGetEncoding(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testStringDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testStringDeclaration_2(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] Running org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] getterTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] ctorTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] toStringTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] Running org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest
01:19:38 [2019-07-31T05:19:38.793Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest
01:19:38 [2019-07-31T05:19:38.793Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testFormatNumber_unsignedLong(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testIntegerDefinition(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testFormatNumber_signedLong(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] testLargeExtended(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] validateLargeFail(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.793Z] validateLarge(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] validateCompactFail(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testLargeCompact(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testCompactExtended(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testMaxSizes(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] validateCompact(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testCompactCompact(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest
01:19:38 [2019-07-31T05:19:38.793Z] testGetFieldsList(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetField(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testStructDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testAddField(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest)  Time elapsed: 0.001 s
01:19:38 [2019-07-31T05:19:38.793Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testGetMinAlign(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] testHasField(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest)  Time elapsed: 0 s
01:19:38 [2019-07-31T05:19:38.793Z] Running org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest
01:19:39 [2019-07-31T05:19:39.050Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest
01:19:39 [2019-07-31T05:19:39.050Z] testVariantDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] equalsAddTwiceTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testAddField(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0.08 s
01:19:39 [2019-07-31T05:19:39.050Z] equalsOutOfOrderTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testIsTagged(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testIsTagged_null(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testHasField(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testSetTag(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest)  Time elapsed: 0.001 s
01:19:39 [2019-07-31T05:19:39.050Z] Running org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest
01:19:39 [2019-07-31T05:19:39.050Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest
01:19:39 [2019-07-31T05:19:39.050Z] test32BE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] test32LE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] test64BE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] test64LE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest
01:19:39 [2019-07-31T05:19:39.050Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest
01:19:39 [2019-07-31T05:19:39.050Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testStringDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testSetValue(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] Running org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test
01:19:39 [2019-07-31T05:19:39.050Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test
01:19:39 [2019-07-31T05:19:39.050Z] testGetElementType(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testArrayDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testIsString_complex(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testGetLength(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] testIsString_ownDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test)  Time elapsed: 0 s
01:19:39 [2019-07-31T05:19:39.050Z] Running org.eclipse.tracecompass.ctf.core.tests.types.DefinitionTest
01:19:39 [2019-07-31T05:19:39.050Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.tracecompass.ctf.core.tests.types.DefinitionTest
01:19:39 [2019-07-31T05:19:39.050Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.DefinitionTest)  Time elapsed: 0.012 s
01:19:39 [2019-07-31T05:19:39.050Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest
01:19:40 [2019-07-31T05:19:40.948Z] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.533 s - in org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest
01:19:40 [2019-07-31T05:19:40.948Z] testEquals1(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.037 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquals2(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.076 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquals3(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.038 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquals4(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.07 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquals5(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.035 s
01:19:40 [2019-07-31T05:19:40.948Z] testHashCode_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.044 s
01:19:40 [2019-07-31T05:19:40.948Z] testEventDefinition(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.075 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquals_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.038 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetId(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.036 s
01:19:40 [2019-07-31T05:19:40.948Z] testFieldsIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.036 s
01:19:40 [2019-07-31T05:19:40.948Z] testNameIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.038 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetName(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.037 s
01:19:40 [2019-07-31T05:19:40.948Z] testFieldsIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.074 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquals_other1(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.069 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquals_other2(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.045 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquals_other3(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.079 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquals_other4(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.071 s
01:19:40 [2019-07-31T05:19:40.948Z] testEventDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.036 s
01:19:40 [2019-07-31T05:19:40.948Z] testHashCode(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.074 s
01:19:40 [2019-07-31T05:19:40.948Z] testContextIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.036 s
01:19:40 [2019-07-31T05:19:40.948Z] testStreamIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.072 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetFields(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.037 s
01:19:40 [2019-07-31T05:19:40.948Z] testIdIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.074 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquals(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.118 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetStream(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.035 s
01:19:40 [2019-07-31T05:19:40.948Z] testStreamIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.042 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquals_emptyObject(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.035 s
01:19:40 [2019-07-31T05:19:40.948Z] testNameIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.036 s
01:19:40 [2019-07-31T05:19:40.948Z] testContextIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest)  Time elapsed: 0.036 s
01:19:40 [2019-07-31T05:19:40.948Z] Running org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest
01:19:40 [2019-07-31T05:19:40.948Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest
01:19:40 [2019-07-31T05:19:40.948Z] testGetCurrentField(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testLookupVariant(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0.001 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetCurrentFieldName(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testLookupInteger(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testLookupString(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testLookupStruct(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testLookupEnum(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testVariantDefinition(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0.001 s
01:19:40 [2019-07-31T05:19:40.948Z] testLookupArray(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetDefinitions(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest
01:19:40 [2019-07-31T05:19:40.948Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest
01:19:40 [2019-07-31T05:19:40.948Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest)  Time elapsed: 0.001 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetIntegerValue_one(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testEnumDefinition(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] Running org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest
01:19:40 [2019-07-31T05:19:40.948Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest
01:19:40 [2019-07-31T05:19:40.948Z] testGetPosition(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testCanRead_1param(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetBytes(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0.001 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testClear(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetByteOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testBitBuffer(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testSetByteOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testBitBuffer_fromByteBuffer(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetByteBuffer(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testSetPosition(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetBytesMiddle(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testSetOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] Running org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest
01:19:40 [2019-07-31T05:19:40.948Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest
01:19:40 [2019-07-31T05:19:40.948Z] testGetInt_le1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetInt_le2(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testPutIntLe(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testPutInt_invalid(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetLong35s_pos0LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetLong35s_pos7LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetLong35s_pos8LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGet24Unsigned(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetInt_invalid(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGet24Signed(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetLong35_pos7LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetLong35_pos8LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testPutInt_length0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testPutInt_length1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetLong_pos0LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetLong_pos7LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetLong_pos8LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGet35_pos0BE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGet35_pos0LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGet35_pos8BE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testPutIntLe_length0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testPutIntLe_length1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetLong_pos0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetLong_pos7(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetLong_pos8(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetUnsigned(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetInt_invalid2(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetSigned(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testPutInt(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testPutInt_hex(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0.001 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetInt_base(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetInt_pos0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetInt_pos1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetInt_pos2(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] Running org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest
01:19:40 [2019-07-31T05:19:40.948Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest
01:19:40 [2019-07-31T05:19:40.948Z] testParseField_simple(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testParseField_complex(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testParseField_simple2(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testParseField_simple3(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest)  Time elapsed: 0.001 s
01:19:40 [2019-07-31T05:19:40.948Z] Running org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest
01:19:40 [2019-07-31T05:19:40.948Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest
01:19:40 [2019-07-31T05:19:40.948Z] getterTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] constructorTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] comparatorTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest)  Time elapsed: 0.001 s
01:19:40 [2019-07-31T05:19:40.948Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] toStringTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] hashCodeTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] Running org.eclipse.tracecompass.ctf.core.tests.event.CTFEventDefinitionTest
01:19:40 [2019-07-31T05:19:40.948Z] 
01:19:40 [2019-07-31T05:19:40.948Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:40.500
01:19:40 [2019-07-31T05:19:40.948Z] !MESSAGE Struct already contains a field named ctx
01:19:40 [2019-07-31T05:19:40.948Z] 
01:19:40 [2019-07-31T05:19:40.948Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:40.500
01:19:40 [2019-07-31T05:19:40.948Z] !MESSAGE Struct already contains a field named ctx
01:19:40 [2019-07-31T05:19:40.948Z] 
01:19:40 [2019-07-31T05:19:40.948Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:40.501
01:19:40 [2019-07-31T05:19:40.948Z] !MESSAGE Struct already contains a field named ctx
01:19:40 [2019-07-31T05:19:40.948Z] 
01:19:40 [2019-07-31T05:19:40.948Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:19:40.522
01:19:40 [2019-07-31T05:19:40.948Z] !MESSAGE Struct already contains a field named ctx
01:19:40 [2019-07-31T05:19:40.948Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.tracecompass.ctf.core.tests.event.CTFEventDefinitionTest
01:19:40 [2019-07-31T05:19:40.948Z] testEvents(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventDefinitionTest)  Time elapsed: 0.023 s
01:19:40 [2019-07-31T05:19:40.948Z] Running org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest
01:19:40 [2019-07-31T05:19:40.948Z] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest
01:19:40 [2019-07-31T05:19:40.948Z] testCopyConstructorWithNull(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0.001 s
01:19:40 [2019-07-31T05:19:40.948Z] testUnsupporteds(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0.001 s
01:19:40 [2019-07-31T05:19:40.948Z] testToArray(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0.001 s
01:19:40 [2019-07-31T05:19:40.948Z] testCopyConstructor(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testSet(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testClear(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testToString(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testListIterator(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0.001 s
01:19:40 [2019-07-31T05:19:40.948Z] testUnorderedSet(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testRecursiveCopyConstructor(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testContains(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0.002 s
01:19:40 [2019-07-31T05:19:40.948Z] testListIteratorWithNull(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testCopyConstructorWithNulls(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testHashCollision(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0.208 s
01:19:40 [2019-07-31T05:19:40.948Z] testEquality(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testListIteratorOutOfOrder(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testIndexOf(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testIsEmpty(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testSimple(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0.01 s
01:19:40 [2019-07-31T05:19:40.948Z] testStream(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0.009 s
01:19:40 [2019-07-31T05:19:40.948Z] testStreams(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest)  Time elapsed: 0.004 s
01:19:40 [2019-07-31T05:19:40.948Z] Running org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest
01:19:40 [2019-07-31T05:19:40.948Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest
01:19:40 [2019-07-31T05:19:40.948Z] testMakeUUID_2(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testMakeUUID_3(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testUnsignedCompare(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testMakeUUID(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] Running org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest
01:19:40 [2019-07-31T05:19:40.948Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest
01:19:40 [2019-07-31T05:19:40.948Z] testEventHeaders(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testRoot(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testComplexNode(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.948Z] testFields(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.949Z] testNotEquals(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.949Z] Running org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest
01:19:40 [2019-07-31T05:19:40.949Z] 
01:19:40 [2019-07-31T05:19:40.949Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-31 05:19:40.780
01:19:40 [2019-07-31T05:19:40.949Z] !MESSAGE Some message
01:19:40 [2019-07-31T05:19:40.949Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest
01:19:40 [2019-07-31T05:19:40.949Z] testCtfCorePluginId(org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.949Z] testLog(org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.949Z] testGetDefault(org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest)  Time elapsed: 0 s
01:19:40 [2019-07-31T05:19:40.949Z] 
01:19:40 [2019-07-31T05:19:40.949Z] Results:
01:19:40 [2019-07-31T05:19:40.949Z] 
01:19:40 [2019-07-31T05:19:40.949Z] Tests run: 619, Failures: 0, Errors: 0, Skipped: 1
01:19:40 [2019-07-31T05:19:40.949Z] 
01:19:41 [2019-07-31T05:19:41.731Z] [INFO] All tests passed!
01:19:41 [2019-07-31T05:19:41.731Z] [INFO] 
01:19:41 [2019-07-31T05:19:41.731Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf.core.tests ---
01:19:41 [2019-07-31T05:19:41.731Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:19:41 [2019-07-31T05:19:41.731Z] [INFO] 
01:19:41 [2019-07-31T05:19:41.731Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf.core.tests ---
01:19:41 [2019-07-31T05:19:41.989Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:19:42 [2019-07-31T05:19:42.246Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:19:42 [2019-07-31T05:19:42.809Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:19:42 [2019-07-31T05:19:42.809Z] [INFO] 
01:19:42 [2019-07-31T05:19:42.809Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.core.tests ---
01:19:42 [2019-07-31T05:19:42.809Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.core.tests ---
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests >--
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] Building org.eclipse.tracecompass.statesystem.core.tests 1.0.9-SNAPSHOT [17/134]
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] The project's OSGi version is 1.0.9.201907310510
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/main/resources
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.066Z] [INFO] Compiling 35 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/classes
01:19:43 [2019-07-31T05:19:43.996Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/HistoryTreeBackendTest.java:[65] 
01:19:43 [2019-07-31T05:19:43.996Z] 	return Arrays.asList(Boolean.FALSE, Boolean.TRUE);
01:19:43 [2019-07-31T05:19:43.996Z] 	                     ^^^^^^^^^^^^^
01:19:43 [2019-07-31T05:19:43.996Z] Null type safety (type annotations): The expression of type 'Boolean' needs unchecked conversion to conform to '@NonNull Boolean'
01:19:43 [2019-07-31T05:19:43.996Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/HistoryTreeBackendTest.java:[65] 
01:19:43 [2019-07-31T05:19:43.996Z] 	return Arrays.asList(Boolean.FALSE, Boolean.TRUE);
01:19:43 [2019-07-31T05:19:43.996Z] 	                                    ^^^^^^^^^^^^
01:19:43 [2019-07-31T05:19:43.996Z] Null type safety (type annotations): The expression of type 'Boolean' needs unchecked conversion to conform to '@NonNull Boolean'
01:19:43 [2019-07-31T05:19:43.996Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/StateSystem2DTest.java:[167] 
01:19:43 [2019-07-31T05:19:43.996Z] 	int timeStamps = (int) times.stream().filter(interval::intersects).count();
01:19:43 [2019-07-31T05:19:43.996Z] 	                                             ^^^^^^^^^^^^^^^^^^^^
01:19:43 [2019-07-31T05:19:43.996Z] Null type safety: parameter 1 provided via method descriptor Predicate<Long>.test(Long) needs unchecked conversion to conform to 'long'
01:19:43 [2019-07-31T05:19:43.996Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/ThreadedHistoryTreeBackendTest.java:[42] 
01:19:43 [2019-07-31T05:19:43.996Z] 	fHistoryTreeFiles.add(historyTreeFile);
01:19:43 [2019-07-31T05:19:43.996Z] 	                      ^^^^^^^^^^^^^^^
01:19:43 [2019-07-31T05:19:43.996Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File'
01:19:43 [2019-07-31T05:19:43.996Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/ThreadedHistoryTreeBackendTest.java:[44] 
01:19:43 [2019-07-31T05:19:43.996Z] 	fBackendMap.put(backend, historyTreeFile);
01:19:43 [2019-07-31T05:19:43.996Z] 	                         ^^^^^^^^^^^^^^^
01:19:43 [2019-07-31T05:19:43.996Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File'
01:19:43 [2019-07-31T05:19:43.996Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/SnapshotTest.java:[98] 
01:19:43 [2019-07-31T05:19:43.996Z] 	ITmfStateInterval value = result.getValue();
01:19:43 [2019-07-31T05:19:43.996Z] 	                          ^^^^^^^^^^^^^^^^^
01:19:43 [2019-07-31T05:19:43.996Z] 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
01:19:43 [2019-07-31T05:19:43.996Z] 6 problems (6 warnings)
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/test/resources
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-sources.jar
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] 
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:43 [2019-07-31T05:19:43.996Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar
01:19:44 [2019-07-31T05:19:44.253Z] [INFO] 
01:19:44 [2019-07-31T05:19:44.253Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:44 [2019-07-31T05:19:44.253Z] [INFO] 
01:19:44 [2019-07-31T05:19:44.253Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:19:45 [2019-07-31T05:19:45.622Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/data/.metadata/.log
01:19:45 [2019-07-31T05:19:45.622Z] [INFO] Command line:
01:19:45 [2019-07-31T05:19:45.622Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:19:45 [2019-07-31T05:19:45.622Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:19:48 [2019-07-31T05:19:48.896Z] !SESSION 2019-07-31 05:19:45.829 -----------------------------------------------
01:19:48 [2019-07-31T05:19:48.896Z] eclipse.buildId=unknown
01:19:48 [2019-07-31T05:19:48.896Z] java.version=1.8.0_202
01:19:48 [2019-07-31T05:19:48.896Z] java.vendor=Oracle Corporation
01:19:48 [2019-07-31T05:19:48.896Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:19:48 [2019-07-31T05:19:48.896Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:19:48 [2019-07-31T05:19:48.896Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:19:48 [2019-07-31T05:19:48.896Z] 
01:19:48 [2019-07-31T05:19:48.896Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:19:48.145
01:19:48 [2019-07-31T05:19:48.896Z] !MESSAGE FrameworkEvent ERROR
01:19:48 [2019-07-31T05:19:48.896Z] !STACK 0
01:19:48 [2019-07-31T05:19:48.896Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [51]
01:19:48 [2019-07-31T05:19:48.896Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:19:48 [2019-07-31T05:19:48.896Z] 
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:19:48 [2019-07-31T05:19:48.896Z] 
01:19:48 [2019-07-31T05:19:48.896Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:19:48.328
01:19:48 [2019-07-31T05:19:48.896Z] !MESSAGE FrameworkEvent ERROR
01:19:48 [2019-07-31T05:19:48.896Z] !STACK 0
01:19:48 [2019-07-31T05:19:48.896Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [124]
01:19:48 [2019-07-31T05:19:48.896Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:19:48 [2019-07-31T05:19:48.896Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:19:48 [2019-07-31T05:19:48.896Z]     -> 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"
01:19:48 [2019-07-31T05:19:48.896Z]        org.apache.httpcomponents.httpclient.win [32]
01:19:48 [2019-07-31T05:19:48.896Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:19:48 [2019-07-31T05:19:48.896Z] 
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:19:48 [2019-07-31T05:19:48.896Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:19:50 [2019-07-31T05:19:50.789Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest
01:19:54 [2019-07-31T05:19:54.372Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.291 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest
01:19:54 [2019-07-31T05:19:54.372Z] testBuildNowQueryLaterStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 0.406 s
01:19:54 [2019-07-31T05:19:54.372Z] testIntervalBeforeStart[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testInsertQueryStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 0.008 s
01:19:54 [2019-07-31T05:19:54.372Z] testCascadingIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 0.176 s
01:19:54 [2019-07-31T05:19:54.372Z] testNegativeTimes[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] testFullIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 1.337 s
01:19:54 [2019-07-31T05:19:54.372Z] testBuildNowQueryLaterStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 0.014 s
01:19:54 [2019-07-31T05:19:54.372Z] testIntervalBeforeStart[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testInsertQueryStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testCascadingIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 0.061 s
01:19:54 [2019-07-31T05:19:54.372Z] testNegativeTimes[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testFullIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest)  Time elapsed: 1.198 s
01:19:54 [2019-07-31T05:19:54.372Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest
01:19:54 [2019-07-31T05:19:54.372Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest
01:19:54 [2019-07-31T05:19:54.372Z] testNodeSequenceNumbers(org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest)  Time elapsed: 0.006 s
01:19:54 [2019-07-31T05:19:54.372Z] testDepth(org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest)  Time elapsed: 0.003 s
01:19:54 [2019-07-31T05:19:54.372Z] testSequentialFill(org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest
01:19:54 [2019-07-31T05:19:54.372Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 0, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.003 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 0, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 0, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 126, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 126, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 126, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 127, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 127, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 127, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 128, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 128, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 128, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 16,382, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 16,382, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.003 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 16,382, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 16,383, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 16,383, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 16,383, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 16,384, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 16,384, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 16,384, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10,921, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10,921, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10,921, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10,922, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10,922, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10,922, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10,923, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10,923, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 10,923, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 32,766, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 32,766, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 32,766, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 32,767, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.049 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 32,767, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 32,767, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.003 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 32,768, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.001 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 32,768, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] testStringWithChars[nb of chars: 32,768, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest)  Time elapsed: 0.002 s
01:19:54 [2019-07-31T05:19:54.372Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeWithBackendTest
01:19:54 [2019-07-31T05:19:54.372Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeWithBackendTest
01:19:54 [2019-07-31T05:19:54.372Z] testFillNodes[CLASSIC](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeWithBackendTest)  Time elapsed: 0.01 s
01:19:54 [2019-07-31T05:19:54.372Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest
01:19:56 [2019-07-31T05:19:56.897Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.537 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest
01:19:56 [2019-07-31T05:19:56.897Z] testIntervalBeforeStart[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 0 s
01:19:56 [2019-07-31T05:19:56.897Z] testBuildNowQueryLaterStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 0.022 s
01:19:56 [2019-07-31T05:19:56.897Z] testInsertQueryStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 0.003 s
01:19:56 [2019-07-31T05:19:56.897Z] testCascadingIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 0.074 s
01:19:56 [2019-07-31T05:19:56.897Z] testNegativeTimes[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 0.003 s
01:19:56 [2019-07-31T05:19:56.897Z] testFullIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 1.199 s
01:19:56 [2019-07-31T05:19:56.897Z] testIntervalBeforeStart[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 0 s
01:19:56 [2019-07-31T05:19:56.897Z] testBuildNowQueryLaterStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 0.003 s
01:19:56 [2019-07-31T05:19:56.897Z] testInsertQueryStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 0.002 s
01:19:56 [2019-07-31T05:19:56.897Z] testCascadingIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 0.023 s
01:19:56 [2019-07-31T05:19:56.897Z] testNegativeTimes[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 0.002 s
01:19:56 [2019-07-31T05:19:56.897Z] testFullIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest)  Time elapsed: 1.202 s
01:19:56 [2019-07-31T05:19:56.897Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest
01:20:01 [2019-07-31T05:20:01.074Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.747 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest
01:20:01 [2019-07-31T05:20:01.074Z] testEndTime(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testStartTime(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testEnd(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0.001 s
01:20:01 [2019-07-31T05:20:01.074Z] testQueryAttribute(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0.002 s
01:20:01 [2019-07-31T05:20:01.074Z] testBegin(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testOutOfRange_1(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testOutOfRange_2(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testQueryAttributeEmpty(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testDoQuery(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testBuildNowQueryLaterStateValues(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testIntervalBeforeStart(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testInsertQueryStateValues(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0.001 s
01:20:01 [2019-07-31T05:20:01.074Z] testCascadingIntervals(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0.163 s
01:20:01 [2019-07-31T05:20:01.074Z] testNegativeTimes(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testFullIntervals(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest)  Time elapsed: 3.492 s
01:20:01 [2019-07-31T05:20:01.074Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest)  Time elapsed: 0.001 s
01:20:01 [2019-07-31T05:20:01.074Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] 
01:20:01 [2019-07-31T05:20:01.074Z] !ENTRY org.eclipse.tracecompass.statesystem.core 2 0 2019-07-31 05:20:00.458
01:20:01 [2019-07-31T05:20:01.074Z] !MESSAGE Custom factory for type 87 does not exist
01:20:01 [2019-07-31T05:20:01.074Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] testNoFactoryAvailable(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest)  Time elapsed: 0.003 s
01:20:01 [2019-07-31T05:20:01.074Z] testSerialization(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testWrongCustomId(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testWrongCustomId2(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testSerializedTooLarge(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest)  Time elapsed: 0.001 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest
01:20:01 [2019-07-31T05:20:01.074Z] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest
01:20:01 [2019-07-31T05:20:01.074Z] compareLongWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareStringWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareStringWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareIntWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareIntWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareDoubleWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareDoubleWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0.001 s
01:20:01 [2019-07-31T05:20:01.074Z] compareIntWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareLongWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareLongWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] tcompareIntWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareDoubleWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareStringWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareLongWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0.001 s
01:20:01 [2019-07-31T05:20:01.074Z] compareIntWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareLongWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareNullWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareNullWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareNullWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareDoubleWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareNullWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareNullWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareStringWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareDoubleWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] compareStringWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest
01:20:01 [2019-07-31T05:20:01.074Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest
01:20:01 [2019-07-31T05:20:01.074Z] testIteratorOverQuarkEndTime(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest)  Time elapsed: 0.061 s
01:20:01 [2019-07-31T05:20:01.074Z] testIteratorOverQuarkResolution(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testIteratorOverQuarkReversed(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest)  Time elapsed: 0.001 s
01:20:01 [2019-07-31T05:20:01.074Z] testQueueOfferPollPeek(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest)  Time elapsed: 0.003 s
01:20:01 [2019-07-31T05:20:01.074Z] testQueryOngoingStackTop(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testQuerySingleStackTop(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testQueryUntilNonNullValue(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testIteratorOverQuark(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] testIteratorOverQuarkAddMoreIntervals(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest)  Time elapsed: 0.019 s
01:20:01 [2019-07-31T05:20:01.074Z] testIteratorOverQuarkSubrange(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.074Z] Running org.eclipse.tracecompass.statesystem.core.tests.AttributeTreeTest
01:20:01 [2019-07-31T05:20:01.074Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.tracecompass.statesystem.core.tests.AttributeTreeTest
01:20:01 [2019-07-31T05:20:01.074Z] testAttributeTreeFileStorage(org.eclipse.tracecompass.statesystem.core.tests.AttributeTreeTest)  Time elapsed: 0.018 s
01:20:01 [2019-07-31T05:20:01.074Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest
01:20:01 [2019-07-31T05:20:01.331Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest
01:20:01 [2019-07-31T05:20:01.331Z] testAttributes(org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest)  Time elapsed: 0.003 s
01:20:01 [2019-07-31T05:20:01.331Z] testWaitUntilBuilt(org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest)  Time elapsed: 0.501 s
01:20:01 [2019-07-31T05:20:01.331Z] testSetAndQueryOngoing(org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest)  Time elapsed: 0.001 s
01:20:01 [2019-07-31T05:20:01.331Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest
01:20:01 [2019-07-31T05:20:01.331Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest
01:20:01 [2019-07-31T05:20:01.331Z] testBeginEnd(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest)  Time elapsed: 0.003 s
01:20:01 [2019-07-31T05:20:01.331Z] testEmptyStack(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest)  Time elapsed: 0.003 s
01:20:01 [2019-07-31T05:20:01.331Z] testFullQueries(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest)  Time elapsed: 0.003 s
01:20:01 [2019-07-31T05:20:01.331Z] testSingleQueries(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest)  Time elapsed: 0.002 s
01:20:01 [2019-07-31T05:20:01.331Z] testStackTop(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest)  Time elapsed: 0.003 s
01:20:01 [2019-07-31T05:20:01.331Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest
01:20:01 [2019-07-31T05:20:01.331Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest
01:20:01 [2019-07-31T05:20:01.331Z] testTimeRangeException2DContinous(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest)  Time elapsed: 0.004 s
01:20:01 [2019-07-31T05:20:01.331Z] testEmpty2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest)  Time elapsed: 0.003 s
01:20:01 [2019-07-31T05:20:01.331Z] testIOOB2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest)  Time elapsed: 0.003 s
01:20:01 [2019-07-31T05:20:01.331Z] testContinuous2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest)  Time elapsed: 0.037 s
01:20:01 [2019-07-31T05:20:01.331Z] testReverse2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest)  Time elapsed: 0.004 s
01:20:01 [2019-07-31T05:20:01.331Z] testTimeRangeException2DDiscrete(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest)  Time elapsed: 0.002 s
01:20:01 [2019-07-31T05:20:01.331Z] testDiscrete2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest)  Time elapsed: 0.011 s
01:20:01 [2019-07-31T05:20:01.331Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest
01:20:01 [2019-07-31T05:20:01.331Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest
01:20:01 [2019-07-31T05:20:01.331Z] testIncrementInt(org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest)  Time elapsed: 0.001 s
01:20:01 [2019-07-31T05:20:01.331Z] testIncrementLong(org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest)  Time elapsed: 0 s
01:20:01 [2019-07-31T05:20:01.331Z] Running org.eclipse.tracecompass.statesystem.core.tests.SnapshotTest
01:20:01 [2019-07-31T05:20:01.588Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.tracecompass.statesystem.core.tests.SnapshotTest
01:20:01 [2019-07-31T05:20:01.588Z] testSimpleSnapshot(org.eclipse.tracecompass.statesystem.core.tests.SnapshotTest)  Time elapsed: 0.102 s
01:20:01 [2019-07-31T05:20:01.588Z] 
01:20:01 [2019-07-31T05:20:01.588Z] Results:
01:20:01 [2019-07-31T05:20:01.588Z] 
01:20:01 [2019-07-31T05:20:01.588Z] Tests run: 180, Failures: 0, Errors: 0, Skipped: 0
01:20:01 [2019-07-31T05:20:01.588Z] 
01:20:02 [2019-07-31T05:20:02.518Z] [INFO] All tests passed!
01:20:02 [2019-07-31T05:20:02.518Z] [INFO] 
01:20:02 [2019-07-31T05:20:02.518Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:20:02 [2019-07-31T05:20:02.518Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:20:02 [2019-07-31T05:20:02.518Z] [INFO] 
01:20:02 [2019-07-31T05:20:02.518Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:20:02 [2019-07-31T05:20:02.518Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:20:02 [2019-07-31T05:20:02.518Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:20:02 [2019-07-31T05:20:02.775Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] 
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] 
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.statesystem.core.tests ---
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] 
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests >--
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] Building org.eclipse.tracecompass.tmf.core.tests 1.0.9-SNAPSHOT [18/134]
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] 
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] 
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] The project's OSGi version is 1.0.9.201907310510
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] 
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] 
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] 
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] 
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] 
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/main/resources
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] 
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:03 [2019-07-31T05:20:03.032Z] [INFO] Compiling 150 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/classes
01:20:05 [2019-07-31T05:20:05.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventTableDataProviderTest.java:[104] 
01:20:05 [2019-07-31T05:20:05.756Z] 	return TmfTimestampFormat.getDefaulTimeFormat().format(TmfTimestamp.fromMillis(millisecond).toNanos());
01:20:05 [2019-07-31T05:20:05.756Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:20:05 [2019-07-31T05:20:05.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/text/SyslogEvent.java:[134] 
01:20:05 [2019-07-31T05:20:05.756Z] 	return new TmfCallsite((String) getContent().getField(Field.FILE).getValue(), lineNo);
01:20:05 [2019-07-31T05:20:05.756Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:20:05 [2019-07-31T05:20:05.756Z] 4. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/text/SyslogTrace.java (at line 58)
01:20:05 [2019-07-31T05:20:05.756Z] 	@SuppressWarnings({"javadoc", "nls"})
01:20:05 [2019-07-31T05:20:05.756Z] 	                              ^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
01:20:05 [2019-07-31T05:20:05.756Z] 5. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventTest.java (at line 218)
01:20:05 [2019-07-31T05:20:05.756Z] 	assertFalse("equals", fEvent1.equals(fEvent1.getType()));
01:20:05 [2019-07-31T05:20:05.756Z] 	                                     ^^^^^^^^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Unlikely argument type for equals(): ITmfEventType seems to be unrelated to ITmfEvent
01:20:05 [2019-07-31T05:20:05.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/parsers/custom/AbstractCustomTraceDataTest.java:[124] 
01:20:05 [2019-07-31T05:20:05.756Z] 	String directory = TmfTraceManager.getSupplementaryFileDir(fTrace);
01:20:05 [2019-07-31T05:20:05.756Z] 	                                                           ^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:20:05 [2019-07-31T05:20:05.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/parsers/custom/AbstractCustomTraceIndexTest.java:[125] 
01:20:05 [2019-07-31T05:20:05.756Z] 	String directory = TmfTraceManager.getSupplementaryFileDir(fTrace);
01:20:05 [2019-07-31T05:20:05.756Z] 	                                                           ^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Null type safety (type annotations): The expression of type 'AbstractCustomTraceIndexTest.TestTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:20:05 [2019-07-31T05:20:05.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/xml/TmfXmlTraceStub.java:[452] 
01:20:05 [2019-07-31T05:20:05.756Z] 	@NonNull Iterable<IAnalysisModule> modules = super.getAnalysisModules();
01:20:05 [2019-07-31T05:20:05.756Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Null type safety (type annotations): The expression of type '@NonNull Iterable<IAnalysisModule>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull IAnalysisModule>'
01:20:05 [2019-07-31T05:20:05.756Z] 9. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/synchronization/TsTransformTest.java (at line 38)
01:20:05 [2019-07-31T05:20:05.756Z] 	@SuppressWarnings("nls")
01:20:05 [2019-07-31T05:20:05.756Z] 	                  ^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
01:20:05 [2019-07-31T05:20:05.756Z] 10. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/indexer/checkpoint/TmfCheckpointTest.java (at line 212)
01:20:05 [2019-07-31T05:20:05.756Z] 	assertFalse("equals", checkpoint1.equals(TmfTimestamp.fromSeconds(0)));
01:20:05 [2019-07-31T05:20:05.756Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Unlikely argument type for equals(): ITmfTimestamp seems to be unrelated to TmfCheckpoint
01:20:05 [2019-07-31T05:20:05.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/component/TmfEventProviderTest.java:[58] 
01:20:05 [2019-07-31T05:20:05.756Z] 	public void setUp() throws IOException {
01:20:05 [2019-07-31T05:20:05.756Z] 	                           ^^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] The declared exception IOException is not actually thrown by the method setUp() from type TmfEventProviderTest
01:20:05 [2019-07-31T05:20:05.756Z] 12. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/location/TmfLocationTest.java (at line 171)
01:20:05 [2019-07-31T05:20:05.756Z] 	assertTrue("equals", !fLocation2.equals(fLocation3));
01:20:05 [2019-07-31T05:20:05.756Z] 	                                        ^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Unlikely argument type for equals(): TmfTimestampLocation seems to be unrelated to TmfLongLocation
01:20:05 [2019-07-31T05:20:05.756Z] 13. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/location/TmfLocationTest.java (at line 172)
01:20:05 [2019-07-31T05:20:05.756Z] 	assertTrue("equals", !fLocation3.equals(fLocation2));
01:20:05 [2019-07-31T05:20:05.756Z] 	                                        ^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Unlikely argument type for equals(): TmfLongLocation seems to be unrelated to TmfTimestampLocation
01:20:05 [2019-07-31T05:20:05.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/TmfEventParserStub.java:[117] 
01:20:05 [2019-07-31T05:20:05.756Z] 	return event;
01:20:05 [2019-07-31T05:20:05.756Z] 	^^^^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Potential resource leak: 'stream' may not be closed at this location
01:20:05 [2019-07-31T05:20:05.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/TmfEventParserStub.java:[122] 
01:20:05 [2019-07-31T05:20:05.756Z] 	return null;
01:20:05 [2019-07-31T05:20:05.756Z] 	^^^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Potential resource leak: 'stream' may not be closed at this location
01:20:05 [2019-07-31T05:20:05.756Z] 16. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/text/TextTraceEventContentTest.java (at line 33)
01:20:05 [2019-07-31T05:20:05.756Z] 	@SuppressWarnings({ "javadoc", "nls" })
01:20:05 [2019-07-31T05:20:05.756Z] 	                               ^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
01:20:05 [2019-07-31T05:20:05.756Z] 17. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfTimeRangeTest.java (at line 154)
01:20:05 [2019-07-31T05:20:05.756Z] 	assertTrue("equals", !range1.equals(ts1));
01:20:05 [2019-07-31T05:20:05.756Z] 	                                    ^^^
01:20:05 [2019-07-31T05:20:05.756Z] Unlikely argument type for equals(): ITmfTimestamp seems to be unrelated to TmfTimeRange
01:20:05 [2019-07-31T05:20:05.756Z] 18. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/synchronization/SyncTest.java (at line 53)
01:20:05 [2019-07-31T05:20:05.756Z] 	@SuppressWarnings("nls")
01:20:05 [2019-07-31T05:20:05.756Z] 	                  ^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
01:20:05 [2019-07-31T05:20:05.756Z] 19. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/text/TextTraceTest.java (at line 55)
01:20:05 [2019-07-31T05:20:05.756Z] 	@SuppressWarnings({ "nls", "javadoc"})
01:20:05 [2019-07-31T05:20:05.756Z] 	                    ^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
01:20:05 [2019-07-31T05:20:05.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/component/TmfSyntheticEventProviderStub.java:[95] 
01:20:05 [2019-07-31T05:20:05.756Z] 	ok = fDataQueue.offer(data, TIMEOUT, TimeUnit.MILLISECONDS);
01:20:05 [2019-07-31T05:20:05.756Z] 	                      ^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Null type safety (type annotations): The expression of type 'TmfSyntheticEventStub' needs unchecked conversion to conform to '@NonNull ITmfEvent'
01:20:05 [2019-07-31T05:20:05.756Z] 21. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfNanoTimestampTest.java (at line 124)
01:20:05 [2019-07-31T05:20:05.756Z] 	assertFalse("equals", ts0.equals(ts0.toString()));
01:20:05 [2019-07-31T05:20:05.756Z] 	                                 ^^^^^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Unlikely argument type for equals(): String seems to be unrelated to ITmfTimestamp
01:20:05 [2019-07-31T05:20:05.756Z] 22. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventTypeTest.java (at line 182)
01:20:05 [2019-07-31T05:20:05.756Z] 	assertFalse("equals", fType1.equals(fLabels1));
01:20:05 [2019-07-31T05:20:05.756Z] 	                                    ^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Unlikely argument type for equals(): String[] seems to be unrelated to ITmfEventType
01:20:05 [2019-07-31T05:20:05.756Z] 23. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfTimestampTest.java (at line 189)
01:20:05 [2019-07-31T05:20:05.756Z] 	assertFalse("equals", ts0.equals(ts0.toString()));
01:20:05 [2019-07-31T05:20:05.756Z] 	                                 ^^^^^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Unlikely argument type for equals(): String seems to be unrelated to ITmfTimestamp
01:20:05 [2019-07-31T05:20:05.756Z] 24. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/analysis/TestRequirementAnalysis.java (at line 30)
01:20:05 [2019-07-31T05:20:05.756Z] 	@SuppressWarnings({ "javadoc", "nls" })
01:20:05 [2019-07-31T05:20:05.756Z] 	                               ^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
01:20:05 [2019-07-31T05:20:05.756Z] 25. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfSecondTimestampTest.java (at line 88)
01:20:05 [2019-07-31T05:20:05.756Z] 	assertFalse("equals", ts0.equals(ts0.toString()));
01:20:05 [2019-07-31T05:20:05.756Z] 	                                 ^^^^^^^^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Unlikely argument type for equals(): String seems to be unrelated to ITmfTimestamp
01:20:05 [2019-07-31T05:20:05.756Z] 26. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventFieldTest.java (at line 254)
01:20:05 [2019-07-31T05:20:05.756Z] 	assertFalse("equals", fField1.equals(fValue1));
01:20:05 [2019-07-31T05:20:05.756Z] 	                                     ^^^^^^^
01:20:05 [2019-07-31T05:20:05.756Z] Unlikely argument type for equals(): String seems to be unrelated to TmfEventField
01:20:05 [2019-07-31T05:20:05.756Z] 26 problems (0 errors, 9 warnings, 9 info)
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] 
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/src/test/resources
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] 
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-sources.jar
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] 
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] 
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:05 [2019-07-31T05:20:05.756Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar
01:20:06 [2019-07-31T05:20:06.319Z] [INFO] 
01:20:06 [2019-07-31T05:20:06.319Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:06 [2019-07-31T05:20:06.319Z] [INFO] 
01:20:06 [2019-07-31T05:20:06.319Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:06 [2019-07-31T05:20:06.319Z] [INFO] 
01:20:06 [2019-07-31T05:20:06.319Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:06 [2019-07-31T05:20:06.319Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar
01:20:07 [2019-07-31T05:20:07.251Z] [INFO] 
01:20:07 [2019-07-31T05:20:07.251Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:07 [2019-07-31T05:20:07.251Z] [INFO] 
01:20:07 [2019-07-31T05:20:07.251Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.core.tests ---
01:20:09 [2019-07-31T05:20:09.145Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/data/.metadata/.log
01:20:09 [2019-07-31T05:20:09.145Z] [INFO] Command line:
01:20:09 [2019-07-31T05:20:09.145Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:20:09 [2019-07-31T05:20:09.145Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:20:12 [2019-07-31T05:20:12.417Z] !SESSION 2019-07-31 05:20:09.151 -----------------------------------------------
01:20:12 [2019-07-31T05:20:12.417Z] eclipse.buildId=unknown
01:20:12 [2019-07-31T05:20:12.417Z] java.version=1.8.0_202
01:20:12 [2019-07-31T05:20:12.417Z] java.vendor=Oracle Corporation
01:20:12 [2019-07-31T05:20:12.417Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:20:12 [2019-07-31T05:20:12.417Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:20:12 [2019-07-31T05:20:12.417Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:20:12 [2019-07-31T05:20:12.417Z] 
01:20:12 [2019-07-31T05:20:12.417Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:20:12.160
01:20:12 [2019-07-31T05:20:12.417Z] !MESSAGE FrameworkEvent ERROR
01:20:12 [2019-07-31T05:20:12.417Z] !STACK 0
01:20:12 [2019-07-31T05:20:12.417Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
01:20:12 [2019-07-31T05:20:12.417Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:20:12 [2019-07-31T05:20:12.417Z] 
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:20:12 [2019-07-31T05:20:12.417Z] 
01:20:12 [2019-07-31T05:20:12.417Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:20:12.342
01:20:12 [2019-07-31T05:20:12.417Z] !MESSAGE FrameworkEvent ERROR
01:20:12 [2019-07-31T05:20:12.417Z] !STACK 0
01:20:12 [2019-07-31T05:20:12.417Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
01:20:12 [2019-07-31T05:20:12.417Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:20:12 [2019-07-31T05:20:12.417Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:20:12 [2019-07-31T05:20:12.417Z]     -> 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"
01:20:12 [2019-07-31T05:20:12.417Z]        org.apache.httpcomponents.httpclient.win [35]
01:20:12 [2019-07-31T05:20:12.417Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:20:12 [2019-07-31T05:20:12.417Z] 
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:20:12 [2019-07-31T05:20:12.417Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:20:15 [2019-07-31T05:20:15.691Z] Running org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest
01:20:15 [2019-07-31T05:20:15.691Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest
01:20:15 [2019-07-31T05:20:15.691Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest)  Time elapsed: 0.001 s
01:20:15 [2019-07-31T05:20:15.691Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest)  Time elapsed: 0 s
01:20:15 [2019-07-31T05:20:15.691Z] testNonEqualClasses(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest)  Time elapsed: 0 s
01:20:15 [2019-07-31T05:20:15.691Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest)  Time elapsed: 0 s
01:20:15 [2019-07-31T05:20:15.691Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest)  Time elapsed: 0 s
01:20:15 [2019-07-31T05:20:15.691Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest)  Time elapsed: 0 s
01:20:15 [2019-07-31T05:20:15.691Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest)  Time elapsed: 0 s
01:20:15 [2019-07-31T05:20:15.691Z] testCallsiteCopy(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest)  Time elapsed: 0 s
01:20:15 [2019-07-31T05:20:15.691Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest)  Time elapsed: 0 s
01:20:15 [2019-07-31T05:20:15.691Z] Running org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest
01:20:15 [2019-07-31T05:20:15.691Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest
01:20:15 [2019-07-31T05:20:15.691Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest)  Time elapsed: 0.001 s
01:20:15 [2019-07-31T05:20:15.691Z] testResolve(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest)  Time elapsed: 0.005 s
01:20:15 [2019-07-31T05:20:15.691Z] Running org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest
01:20:15 [2019-07-31T05:20:15.691Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest
01:20:15 [2019-07-31T05:20:15.691Z] testCreateHappy(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest)  Time elapsed: 0.017 s
01:20:15 [2019-07-31T05:20:15.691Z] testResolve(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest)  Time elapsed: 0.001 s
01:20:15 [2019-07-31T05:20:15.691Z] testCreateIllegal(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest)  Time elapsed: 0 s
01:20:15 [2019-07-31T05:20:15.691Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest
01:20:19 [2019-07-31T05:20:19.069Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.198 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest
01:20:19 [2019-07-31T05:20:19.069Z] testDataProviderWithOutOfBoundIndex(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest)  Time elapsed: 0.813 s
01:20:19 [2019-07-31T05:20:19.069Z] testQueryFilterIndexParameter(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testDataProviderWithSimpleFilter(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest)  Time elapsed: 0.805 s
01:20:19 [2019-07-31T05:20:19.069Z] testDataProviderWithOneNonExistentColumns(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest)  Time elapsed: 0.082 s
01:20:19 [2019-07-31T05:20:19.069Z] testDataProviderWithMultipleFilter(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest)  Time elapsed: 1.291 s
01:20:19 [2019-07-31T05:20:19.069Z] testDataProviderFetchColumn(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.069Z] testDataProvider(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest)  Time elapsed: 0.002 s
01:20:19 [2019-07-31T05:20:19.069Z] testDataProviderWithNonExistentColumns(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testDataProviderWithDesiredColumns(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest)  Time elapsed: 0.1 s
01:20:19 [2019-07-31T05:20:19.069Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest
01:20:19 [2019-07-31T05:20:19.069Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest
01:20:19 [2019-07-31T05:20:19.069Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0.002 s
01:20:19 [2019-07-31T05:20:19.069Z] testNonEqualRanks(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.069Z] testNonEqualTypes(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testTmfEventCopy(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testToStringExtended(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0.002 s
01:20:19 [2019-07-31T05:20:19.069Z] testNoRankConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.069Z] testNonEqualClasses(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.069Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0.006 s
01:20:19 [2019-07-31T05:20:19.069Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.069Z] testConstructorWithTrace(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testNonEqualContents(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.069Z] testNonEqualTraces(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0.002 s
01:20:19 [2019-07-31T05:20:19.069Z] testNonEqualTimestamps(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.069Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest
01:20:19 [2019-07-31T05:20:19.069Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest
01:20:19 [2019-07-31T05:20:19.069Z] testValueArrayPrimitivesNotEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testValueArrayObject(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest)  Time elapsed: 0.005 s
01:20:19 [2019-07-31T05:20:19.069Z] testValueArrayOfArrays(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testValueArrayAndOther(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testValueArrayPrimitives(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.069Z] testValueArrayMismatchedTypes(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testValueArrayOfArraysNotEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest
01:20:19 [2019-07-31T05:20:19.069Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest
01:20:19 [2019-07-31T05:20:19.069Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testEqualsEndTime(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testOpenRange1(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testOpenRange2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testOpenRange3(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testContainsRange(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testEqualStartTime(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testEqualsBadType(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.069Z] testContainsTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testGetIntersection(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest
01:20:19 [2019-07-31T05:20:19.069Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest
01:20:19 [2019-07-31T05:20:19.069Z] testGetTimePattern(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testGetIntervalPattern(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.069Z] testComputeTimePattern(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testGetPreferenceMap(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testInit(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testGetTimeZone(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] Running org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest
01:20:19 [2019-07-31T05:20:19.070Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest
01:20:19 [2019-07-31T05:20:19.070Z] testMultiHostMultiKeyType(org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest)  Time elapsed: 0.079 s
01:20:19 [2019-07-31T05:20:19.070Z] testHostToSelf(org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testMultiHost(org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest)  Time elapsed: 0.002 s
01:20:19 [2019-07-31T05:20:19.070Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest
01:20:19 [2019-07-31T05:20:19.070Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest
01:20:19 [2019-07-31T05:20:19.070Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testValueConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testValueScaleConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testToStringDefault(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeOffset(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testToStringFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest
01:20:19 [2019-07-31T05:20:19.070Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest
01:20:19 [2019-07-31T05:20:19.070Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsNonTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testBasicCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testDelta(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeScale0(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testDelta2(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeScaleNot0(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest
01:20:19 [2019-07-31T05:20:19.070Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest
01:20:19 [2019-07-31T05:20:19.070Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNonEqualsClasses(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest
01:20:19 [2019-07-31T05:20:19.070Z] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest
01:20:19 [2019-07-31T05:20:19.070Z] testToStringInterval(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCopyConstructorZero(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareToLargeScale1(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareToLargeScale2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareToLargeScale3(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizedScaleLimits(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testToNanos(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeLargeScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsNonTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testBasicCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testDelta(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeOffsetAndScaleTrivial(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeZeroScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareToCornerCases1(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareToCornerCases2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareToCornerCases3(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareToCornerCases4(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCopyConstructorBigBang(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCopyConstructorBigCrunch(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeOffsetLowerLimits(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareToSpecials(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareToDifferentScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testValueConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeOffsetUpperLimits(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testValueScaleConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testToStringDefault(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareToSameScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeOffset(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareToDifferentScale2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeOffsetAndScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeOffsetAndScale2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest
01:20:19 [2019-07-31T05:20:19.070Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsNonTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testBasicCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testDelta(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.070Z] testCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeScale0(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testDelta2(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testNormalizeScaleNot0(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.070Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest
01:20:19 [2019-07-31T05:20:19.328Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest
01:20:19 [2019-07-31T05:20:19.328Z] testUpdateDefaultFormats(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest)  Time elapsed: 0.005 s
01:20:19 [2019-07-31T05:20:19.328Z] testGetDefaulIntervalFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testValueTimeZoneConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testParseDateTime(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest)  Time elapsed: 0.01 s
01:20:19 [2019-07-31T05:20:19.328Z] testGetDefaulTimeFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testParseDateTimeWithRef(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest)  Time elapsed: 0.004 s
01:20:19 [2019-07-31T05:20:19.328Z] testValueConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testParseSeconds(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest)  Time elapsed: 0.063 s
01:20:19 [2019-07-31T05:20:19.328Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testUnitOfSecondsFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest)  Time elapsed: 0.003 s
01:20:19 [2019-07-31T05:20:19.328Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest
01:20:19 [2019-07-31T05:20:19.328Z] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest
01:20:19 [2019-07-31T05:20:19.328Z] testNonTerminalCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.328Z] testGetFieldValueAssignableValue(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testDuplicateFieldNames(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testGetFieldValueNullValue(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testNonEqualsValue(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testNonEqualsFields(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.328Z] testGetFieldValueExists(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testEqualsEverything(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testGetFieldValueCast(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0.005 s
01:20:19 [2019-07-31T05:20:19.328Z] testTerminalConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testGetFieldValueDoesntExist(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testTerminalCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testNonTerminalStructConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testNonEqualClasses(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testMakeRoot(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testTerminalStructConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testNonTerminalConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testNonEqualValues(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testCopyConstructorBadArg(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testGetFieldValueExistsButWrongType(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest
01:20:19 [2019-07-31T05:20:19.328Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest
01:20:19 [2019-07-31T05:20:19.328Z] testMandatoryRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest)  Time elapsed: 0.066 s
01:20:19 [2019-07-31T05:20:19.328Z] testAtLeastOneRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.328Z] testAllOrNothingRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest)  Time elapsed: 0.002 s
01:20:19 [2019-07-31T05:20:19.328Z] testNoPreDefinedEvents(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testOptionalRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.328Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest
01:20:19 [2019-07-31T05:20:19.328Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest
01:20:19 [2019-07-31T05:20:19.328Z] testGetValueLevel(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.328Z] testAddAndGetInformation(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testGetValues(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest
01:20:19 [2019-07-31T05:20:19.328Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest
01:20:19 [2019-07-31T05:20:19.328Z] testAllOrNothing(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest)  Time elapsed: 0.013 s
01:20:19 [2019-07-31T05:20:19.328Z] testAtLeastOne(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.328Z] testMandatory(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.328Z] testOptional(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest)  Time elapsed: 0.001 s
01:20:19 [2019-07-31T05:20:19.328Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest
01:20:19 [2019-07-31T05:20:19.585Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest
01:20:19 [2019-07-31T05:20:19.585Z] testMandatoryRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest)  Time elapsed: 0.002 s
01:20:19 [2019-07-31T05:20:19.585Z] testAtLeastOneRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.585Z] testAllOrNothingRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.585Z] testNoPreDefinedEvents(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.585Z] testOptionalRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest)  Time elapsed: 0 s
01:20:19 [2019-07-31T05:20:19.585Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisParameterProviderTest
01:20:19 [2019-07-31T05:20:19.585Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisParameterProviderTest
01:20:19 [2019-07-31T05:20:19.585Z] testProviderTmfTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisParameterProviderTest)  Time elapsed: 0.014 s
01:20:19 [2019-07-31T05:20:19.585Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest
01:20:21 [2019-07-31T05:20:21.479Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.033 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest
01:20:21 [2019-07-31T05:20:21.479Z] testGettersSetters(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest)  Time elapsed: 0.003 s
01:20:21 [2019-07-31T05:20:21.479Z] testDependentAnalyses(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest)  Time elapsed: 1.004 s
01:20:21 [2019-07-31T05:20:21.479Z] testSetWrongTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest)  Time elapsed: 0.004 s
01:20:21 [2019-07-31T05:20:21.479Z] testSetTraceTwice(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest)  Time elapsed: 0.003 s
01:20:21 [2019-07-31T05:20:21.479Z] testMultipleDependencies(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest)  Time elapsed: 0.004 s
01:20:21 [2019-07-31T05:20:21.479Z] testWaitForCompletionCancelled(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest)  Time elapsed: 0.001 s
01:20:21 [2019-07-31T05:20:21.479Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest)  Time elapsed: 1.002 s
01:20:21 [2019-07-31T05:20:21.479Z] testHelper(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest)  Time elapsed: 0.003 s
01:20:21 [2019-07-31T05:20:21.479Z] testWaitForCompletionSuccess(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest)  Time elapsed: 0.002 s
01:20:21 [2019-07-31T05:20:21.479Z] testParameterChanged(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest)  Time elapsed: 0.001 s
01:20:21 [2019-07-31T05:20:21.479Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest
01:20:21 [2019-07-31T05:20:21.479Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest
01:20:21 [2019-07-31T05:20:21.479Z] testListForTraces(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest)  Time elapsed: 0.007 s
01:20:21 [2019-07-31T05:20:21.479Z] testSources(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest)  Time elapsed: 0.014 s
01:20:21 [2019-07-31T05:20:21.479Z] testGetAnalysisModules(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest)  Time elapsed: 0.001 s
01:20:21 [2019-07-31T05:20:21.479Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest
01:20:21 [2019-07-31T05:20:21.737Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest
01:20:21 [2019-07-31T05:20:21.737Z] testAppliesToExperiment(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest)  Time elapsed: 0.029 s
01:20:21 [2019-07-31T05:20:21.737Z] testParameters(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest)  Time elapsed: 0.002 s
01:20:21 [2019-07-31T05:20:21.737Z] testGetRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest)  Time elapsed: 0.002 s
01:20:21 [2019-07-31T05:20:21.737Z] testNewModule(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest)  Time elapsed: 0.003 s
01:20:21 [2019-07-31T05:20:21.737Z] testGetValidTraceTypes(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest)  Time elapsed: 0.214 s
01:20:21 [2019-07-31T05:20:21.737Z] testHelperGetters(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest)  Time elapsed: 0.001 s
01:20:21 [2019-07-31T05:20:21.737Z] testAppliesToTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest)  Time elapsed: 0.001 s
01:20:21 [2019-07-31T05:20:21.737Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest
01:20:21 [2019-07-31T05:20:21.994Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest
01:20:21 [2019-07-31T05:20:21.994Z] testApplies(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest)  Time elapsed: 0 s
01:20:21 [2019-07-31T05:20:21.994Z] testDoesNotApply(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest)  Time elapsed: 0.001 s
01:20:21 [2019-07-31T05:20:21.994Z] testGetNoAnalysisFromTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest)  Time elapsed: 0.053 s
01:20:21 [2019-07-31T05:20:21.994Z] testGetAnalysisFromTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest)  Time elapsed: 0.001 s
01:20:21 [2019-07-31T05:20:21.994Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisListenerTest
01:20:21 [2019-07-31T05:20:21.994Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisListenerTest
01:20:21 [2019-07-31T05:20:21.994Z] testNewModuleListener(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisListenerTest)  Time elapsed: 0 s
01:20:21 [2019-07-31T05:20:21.994Z] Running org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest
01:20:21 [2019-07-31T05:20:21.994Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest
01:20:21 [2019-07-31T05:20:21.994Z] testInboundBlacklisting(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest)  Time elapsed: 0.004 s
01:20:21 [2019-07-31T05:20:21.994Z] testBroadcastAsync(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest)  Time elapsed: 0.004 s
01:20:21 [2019-07-31T05:20:21.994Z] testSendReceive(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest)  Time elapsed: 0.002 s
01:20:21 [2019-07-31T05:20:21.994Z] testConcurrentSignals(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest)  Time elapsed: 0.055 s
01:20:21 [2019-07-31T05:20:21.994Z] testOutboundBlacklisting(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest)  Time elapsed: 0 s
01:20:21 [2019-07-31T05:20:21.994Z] testNestedSignals(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest)  Time elapsed: 0 s
01:20:21 [2019-07-31T05:20:21.994Z] Running org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.008 s - in org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest
01:20:40 [2019-07-31T05:20:40.053Z] testDelay(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest)  Time elapsed: 6.004 s
01:20:40 [2019-07-31T05:20:40.053Z] testOneChannel(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest)  Time elapsed: 5.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testMultipleChannels(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest)  Time elapsed: 5.001 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest
01:20:40 [2019-07-31T05:20:40.053Z] testInputFilterEquals(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.095 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputRegexNoField(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.003 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputRegexMatchesNot(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.002 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputFilterUnsupported(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputRegexContains(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputRegexPresent(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputFilterContains(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.002 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputRegexAspect(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputFilterAnd(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.053 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputFilterMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.002 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputFilterCompare(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.003 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputRegexNoAspect(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputRegexMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputRegexCompare(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputFilterOr(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.002 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputRegexAnd(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testInputRegexNot(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest
01:20:40 [2019-07-31T05:20:40.053Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testInterfaces(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest
01:20:40 [2019-07-31T05:20:40.053Z] testLogicalOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0.051 s
01:20:40 [2019-07-31T05:20:40.053Z] testContainsOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testEqualsOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRegex(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testNotOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0.002 s
01:20:40 [2019-07-31T05:20:40.053Z] testComplexFilter(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0.002 s
01:20:40 [2019-07-31T05:20:40.053Z] testFilterWithNumber(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0.007 s
01:20:40 [2019-07-31T05:20:40.053Z] testLessThanOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testPresentOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatchesOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0.002 s
01:20:40 [2019-07-31T05:20:40.053Z] testNotEqualsOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testInvalid(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0.018 s
01:20:40 [2019-07-31T05:20:40.053Z] testGreaterThanOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetFilterName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest
01:20:40 [2019-07-31T05:20:40.053Z] testMatchesTimestamp(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatchesAlpha(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testMatchesNum(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0.001 s
01:20:40 [2019-07-31T05:20:40.053Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest)  Time elapsed: 0 s
01:20:40 [2019-07-31T05:20:40.053Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest
01:22:02 [2019-07-31T05:22:02.064Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.308 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest
01:22:02 [2019-07-31T05:22:02.064Z] testGetNextAfterSeekingOnLocation_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.789 s
01:22:02 [2019-07-31T05:22:02.064Z] testGetNextAfterSeekingOnLocation_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.589 s
01:22:02 [2019-07-31T05:22:02.064Z] testGetNextAfterSeekingOnLocation_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.464 s
01:22:02 [2019-07-31T05:22:02.064Z] testGetNextLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.403 s
01:22:02 [2019-07-31T05:22:02.064Z] testParseEvent(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.419 s
01:22:02 [2019-07-31T05:22:02.064Z] testSetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 2.819 s
01:22:02 [2019-07-31T05:22:02.064Z] testProcessEventRequestForSomeEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.447 s
01:22:02 [2019-07-31T05:22:02.064Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 2.916 s
01:22:02 [2019-07-31T05:22:02.064Z] testSetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 2.915 s
01:22:02 [2019-07-31T05:22:02.064Z] testSeekOnRankNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.461 s
01:22:02 [2019-07-31T05:22:02.064Z] testSeekEventOnNullTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.501 s
01:22:02 [2019-07-31T05:22:02.064Z] testSeekOnRankOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.411 s
01:22:02 [2019-07-31T05:22:02.064Z] testSeekEventOnTimestampOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.441 s
01:22:02 [2019-07-31T05:22:02.064Z] testTraceHostId(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.486 s
01:22:02 [2019-07-31T05:22:02.064Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 2.805 s
01:22:02 [2019-07-31T05:22:02.064Z] testSetStreamingInterval(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.384 s
01:22:02 [2019-07-31T05:22:02.064Z] testGetUUID(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.385 s
01:22:02 [2019-07-31T05:22:02.064Z] testCurrentTimeValues(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 2.926 s
01:22:02 [2019-07-31T05:22:02.064Z] testSeekEventOnTimestampNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.469 s
01:22:02 [2019-07-31T05:22:02.064Z] testInitializeNullPath(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.513 s
01:22:02 [2019-07-31T05:22:02.064Z] testSeekEventNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.453 s
01:22:02 [2019-07-31T05:22:02.064Z] testGetNextAfteSeekingOnTS_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.421 s
01:22:02 [2019-07-31T05:22:02.064Z] testGetNextAfteSeekingOnTS_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.398 s
01:22:02 [2019-07-31T05:22:02.064Z] testGetNextAfteSeekingOnTS_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.403 s
01:22:02 [2019-07-31T05:22:02.064Z] testGetNextEndLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.522 s
01:22:02 [2019-07-31T05:22:02.064Z] testSeekEventOnNegativeRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.387 s
01:22:02 [2019-07-31T05:22:02.064Z] testProcessDataRequestForSomeEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.448 s
01:22:02 [2019-07-31T05:22:02.064Z] testLiveTraceConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 2.769 s
01:22:02 [2019-07-31T05:22:02.064Z] testProcessEventRequestForAllEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.818 s
01:22:02 [2019-07-31T05:22:02.064Z] testSeekEventOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.421 s
01:22:02 [2019-07-31T05:22:02.064Z] testInitTrace(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 2.77 s
01:22:02 [2019-07-31T05:22:02.064Z] testSetStartTime(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 2.864 s
01:22:02 [2019-07-31T05:22:02.064Z] testSeekEventOnRankOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.454 s
01:22:02 [2019-07-31T05:22:02.064Z] testSetEndTime(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 2.766 s
01:22:02 [2019-07-31T05:22:02.064Z] testSeekEventOnTimestampOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.465 s
01:22:02 [2019-07-31T05:22:02.064Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.523 s
01:22:02 [2019-07-31T05:22:02.064Z] testProcessEventRequestForOtherEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.548 s
01:22:02 [2019-07-31T05:22:02.064Z] testGetModules(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.393 s
01:22:02 [2019-07-31T05:22:02.064Z] testGetEventAspects(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.386 s
01:22:02 [2019-07-31T05:22:02.064Z] testSeekEventOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.609 s
01:22:02 [2019-07-31T05:22:02.065Z] testProcessEventRequestForNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.545 s
01:22:02 [2019-07-31T05:22:02.065Z] testInitializeSimplePath(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.39 s
01:22:02 [2019-07-31T05:22:02.065Z] testDefaultTmfTraceStub(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.418 s
01:22:02 [2019-07-31T05:22:02.065Z] testInitializeNormalPath(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.391 s
01:22:02 [2019-07-31T05:22:02.065Z] testGetNextAfterSeekingOnRank_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.397 s
01:22:02 [2019-07-31T05:22:02.065Z] testGetNextAfterSeekingOnRank_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.391 s
01:22:02 [2019-07-31T05:22:02.065Z] testGetNextAfterSeekingOnRank_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest)  Time elapsed: 1.406 s
01:22:02 [2019-07-31T05:22:02.065Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest
01:22:08 [2019-07-31T05:22:08.625Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.689 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest
01:22:08 [2019-07-31T05:22:08.625Z] testGetModulesByClass(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest)  Time elapsed: 1.591 s
01:22:08 [2019-07-31T05:22:08.625Z] testResolveEventAspectsOfNameForEvent(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest)  Time elapsed: 1.442 s
01:22:08 [2019-07-31T05:22:08.625Z] testAdditionalAspects(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest)  Time elapsed: 1.421 s
01:22:08 [2019-07-31T05:22:08.625Z] testGetAspects(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest)  Time elapsed: 1.406 s
01:22:08 [2019-07-31T05:22:08.625Z] testGetModulesByClassForHost(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest)  Time elapsed: 1.432 s
01:22:08 [2019-07-31T05:22:08.625Z] testResolveEventAspectsOfClassForEvent(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest)  Time elapsed: 1.394 s
01:22:08 [2019-07-31T05:22:08.625Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest
01:24:00 [2019-07-31T05:24:00.380Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 98.855 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest
01:24:00 [2019-07-31T05:24:00.380Z] testGetNextAfterSeekingOnLocation_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.855 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetNextAfterSeekingOnLocation_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.864 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetNextAfterSeekingOnLocation_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.84 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetNextLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.836 s
01:24:00 [2019-07-31T05:24:00.380Z] testProcessRequestForNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.954 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekTimestampOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.931 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekRankOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.83 s
01:24:00 [2019-07-31T05:24:00.380Z] testProcessRequestForAllEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 3.317 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekLocationNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 3.011 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekLocationOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.79 s
01:24:00 [2019-07-31T05:24:00.380Z] testSimpleTmfExperimentConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.831 s
01:24:00 [2019-07-31T05:24:00.380Z] testExperimentInitialization(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 4.17 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekNoTrace(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.934 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekTimestampNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.886 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetNextAfteSeekingOnTS_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.782 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetNextAfteSeekingOnTS_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.784 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetNextAfteSeekingOnTS_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.791 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetNextEndLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.832 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetLocationRatio(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.824 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekBadLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.77 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekLocationOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.762 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.934 s
01:24:00 [2019-07-31T05:24:00.380Z] testWithMultiHostClockOffset(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.883 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekEventOnRatio(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.856 s
01:24:00 [2019-07-31T05:24:00.380Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.924 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekRankNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.863 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekTimestampOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.862 s
01:24:00 [2019-07-31T05:24:00.380Z] testNormalTmfExperimentConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.819 s
01:24:00 [2019-07-31T05:24:00.380Z] testWithSingleHostClockOffset(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.942 s
01:24:00 [2019-07-31T05:24:00.380Z] testSeekRankOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.821 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetNextAfterSeekingOnRank_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.898 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetNextAfterSeekingOnRank_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.775 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetNextAfterSeekingOnRank_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.816 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetAnalysisModules(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest)  Time elapsed: 2.863 s
01:24:00 [2019-07-31T05:24:00.380Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest
01:24:00 [2019-07-31T05:24:00.380Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.973 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest
01:24:00 [2019-07-31T05:24:00.380Z] testAccept(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.35 s
01:24:00 [2019-07-31T05:24:00.380Z] testInsertAlotCheckEquals(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 2.226 s
01:24:00 [2019-07-31T05:24:00.380Z] testInsertSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.862 s
01:24:00 [2019-07-31T05:24:00.380Z] testVersionChange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.002 s
01:24:00 [2019-07-31T05:24:00.380Z] testSetGetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.001 s
01:24:00 [2019-07-31T05:24:00.380Z] testIsCreatedFromScratch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testGetSize(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.149 s
01:24:00 [2019-07-31T05:24:00.380Z] testDeleteWhenInvalidBug479675(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.149 s
01:24:00 [2019-07-31T05:24:00.380Z] testSetGetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testInsertAlot(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.923 s
01:24:00 [2019-07-31T05:24:00.380Z] testInsertAfterReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.002 s
01:24:00 [2019-07-31T05:24:00.380Z] testDelete(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testInsert(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testConstructorExistingFile(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.001 s
01:24:00 [2019-07-31T05:24:00.380Z] testBinarySearchInBetweenSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.145 s
01:24:00 [2019-07-31T05:24:00.380Z] testInsertAfterEmptyReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.002 s
01:24:00 [2019-07-31T05:24:00.380Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testBinarySearchFindInBetween(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest)  Time elapsed: 0.156 s
01:24:00 [2019-07-31T05:24:00.380Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest
01:24:00 [2019-07-31T05:24:00.380Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.257 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest
01:24:00 [2019-07-31T05:24:00.380Z] testEmptyTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest)  Time elapsed: 1.844 s
01:24:00 [2019-07-31T05:24:00.380Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest)  Time elapsed: 1.41 s
01:24:00 [2019-07-31T05:24:00.380Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest
01:24:00 [2019-07-31T05:24:00.380Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest
01:24:00 [2019-07-31T05:24:00.380Z] testNotEqual(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testHashCodeNull(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest)  Time elapsed: 0.001 s
01:24:00 [2019-07-31T05:24:00.380Z] testCompareTo(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testTmfLocationCopy2(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testCompareToNull(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] testTmfCheckpoint(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest)  Time elapsed: 0 s
01:24:00 [2019-07-31T05:24:00.380Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest
01:24:05 [2019-07-31T05:24:05.913Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.13 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest
01:24:05 [2019-07-31T05:24:05.913Z] testReopenIndex(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest)  Time elapsed: 4.11 s
01:24:05 [2019-07-31T05:24:05.913Z] testInsertAfterReopenIndex(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest)  Time elapsed: 3.799 s
01:24:05 [2019-07-31T05:24:05.913Z] testEmptyTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest)  Time elapsed: 1.108 s
01:24:05 [2019-07-31T05:24:05.913Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest)  Time elapsed: 1.113 s
01:24:05 [2019-07-31T05:24:05.913Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest
01:24:18 [2019-07-31T05:24:18.094Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.31 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest
01:24:18 [2019-07-31T05:24:18.094Z] testGrowingIndex(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest)  Time elapsed: 7.644 s
01:24:18 [2019-07-31T05:24:18.094Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest)  Time elapsed: 4.665 s
01:24:18 [2019-07-31T05:24:18.094Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest
01:24:24 [2019-07-31T05:24:24.642Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.319 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest
01:24:24 [2019-07-31T05:24:24.642Z] testBinarySearch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.311 s
01:24:24 [2019-07-31T05:24:24.642Z] testInsertAlotCheckEquals(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.491 s
01:24:24 [2019-07-31T05:24:24.642Z] testInsertSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 2.171 s
01:24:24 [2019-07-31T05:24:24.642Z] testVersionChange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testSetGetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testIsCreatedFromScratch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testGetSize(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.28 s
01:24:24 [2019-07-31T05:24:24.642Z] testDeleteWhenInvalidBug479675(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.278 s
01:24:24 [2019-07-31T05:24:24.642Z] testSetGetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testInsertAlot(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 2.197 s
01:24:24 [2019-07-31T05:24:24.642Z] testInsertAfterReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testDelete(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testInsert(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testConstructorExistingFile(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testBinarySearchInBetweenSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.291 s
01:24:24 [2019-07-31T05:24:24.642Z] testInsertAfterEmptyReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testBinarySearchFindInBetween(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest)  Time elapsed: 0.289 s
01:24:24 [2019-07-31T05:24:24.642Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest
01:24:24 [2019-07-31T05:24:24.642Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest
01:24:24 [2019-07-31T05:24:24.642Z] testBinarySearch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0.01 s
01:24:24 [2019-07-31T05:24:24.642Z] testDispose(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testInsert(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testInsertSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0.218 s
01:24:24 [2019-07-31T05:24:24.642Z] testVersionChange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testSetGetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testIsCreatedFromScratch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testGetSize(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0.005 s
01:24:24 [2019-07-31T05:24:24.642Z] testDeleteWhenInvalidBug479675(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0.014 s
01:24:24 [2019-07-31T05:24:24.642Z] testSetGetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testInsertAlot(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0.153 s
01:24:24 [2019-07-31T05:24:24.642Z] testInsertAfterReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testDelete(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testConstructorExistingFile(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testBinarySearchInBetweenSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0.004 s
01:24:24 [2019-07-31T05:24:24.642Z] testInsertAfterEmptyReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testBinarySearchFindInBetween(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest)  Time elapsed: 0.005 s
01:24:24 [2019-07-31T05:24:24.642Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest
01:24:24 [2019-07-31T05:24:24.642Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest
01:24:24 [2019-07-31T05:24:24.642Z] testTmfContext(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testIncreaseRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testSetLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testTmfContextDefault(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testTmfContextCopy(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testTmfContextCopy2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testTmfContextNoRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testSetRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest
01:24:24 [2019-07-31T05:24:24.642Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest
01:24:24 [2019-07-31T05:24:24.642Z] testIncreaseRank(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testSetLocation(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testTmfContextDefault(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testSetRank(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest
01:24:24 [2019-07-31T05:24:24.642Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest
01:24:24 [2019-07-31T05:24:24.642Z] testGetFieldNames(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testGetFieldValueWithIndex(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testGetFieldNameWithIndex(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testGetFormattedValue(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testGetFieldWithName(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testGetFieldWithPath(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testGetFields(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testEventTypeInstance(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.642Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] testGetFieldValueWithName(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.642Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest
01:24:24 [2019-07-31T05:24:24.900Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest
01:24:24 [2019-07-31T05:24:24.900Z] testEmptyConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.900Z] testValidation(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.900Z] testLocationRatio(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest)  Time elapsed: 0.002 s
01:24:24 [2019-07-31T05:24:24.900Z] testInitTrace(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest)  Time elapsed: 0.003 s
01:24:24 [2019-07-31T05:24:24.900Z] testTraceParsing(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest)  Time elapsed: 0.002 s
01:24:24 [2019-07-31T05:24:24.900Z] testBounds(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest)  Time elapsed: 0.001 s
01:24:24 [2019-07-31T05:24:24.900Z] testTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest)  Time elapsed: 0 s
01:24:24 [2019-07-31T05:24:24.900Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest
01:24:26 [2019-07-31T05:24:26.102Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.29 s - in org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest
01:24:26 [2019-07-31T05:24:26.102Z] testAspects(org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest)  Time elapsed: 0.102 s
01:24:26 [2019-07-31T05:24:26.102Z] testValidate(org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest)  Time elapsed: 0.07 s
01:24:26 [2019-07-31T05:24:26.102Z] testDevelopmentTrace(org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest)  Time elapsed: 1.117 s
01:24:26 [2019-07-31T05:24:26.102Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest
01:24:26 [2019-07-31T05:24:26.102Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest
01:24:26 [2019-07-31T05:24:26.102Z] testEqualsWrongTypes(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest)  Time elapsed: 0 s
01:24:26 [2019-07-31T05:24:26.102Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest)  Time elapsed: 0 s
01:24:26 [2019-07-31T05:24:26.102Z] testTmfLocation(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest)  Time elapsed: 0 s
01:24:26 [2019-07-31T05:24:26.102Z] testTmfLocationCopy(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest)  Time elapsed: 0 s
01:24:26 [2019-07-31T05:24:26.102Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest)  Time elapsed: 0 s
01:24:26 [2019-07-31T05:24:26.102Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest)  Time elapsed: 0 s
01:24:26 [2019-07-31T05:24:26.102Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest)  Time elapsed: 0 s
01:24:26 [2019-07-31T05:24:26.102Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest)  Time elapsed: 0 s
01:24:26 [2019-07-31T05:24:26.102Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest)  Time elapsed: 0 s
01:24:26 [2019-07-31T05:24:26.102Z] testEqualsWithNulls(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest)  Time elapsed: 0 s
01:24:26 [2019-07-31T05:24:26.102Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest
01:24:27 [2019-07-31T05:24:27.995Z] 
01:24:27 [2019-07-31T05:24:27.995Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:24:27.759
01:24:27 [2019-07-31T05:24:27.995Z] !MESSAGE Unexpected error executing analysis with trace A-Test-10K-2
01:24:27 [2019-07-31T05:24:27.995Z] !STACK 0
01:24:27 [2019-07-31T05:24:27.995Z] java.lang.RuntimeException: The parameter should be set
01:24:27 [2019-07-31T05:24:27.995Z] 	at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48)
01:24:27 [2019-07-31T05:24:27.995Z] 	at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393)
01:24:27 [2019-07-31T05:24:27.995Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
01:24:27 [2019-07-31T05:24:27.995Z] 
01:24:27 [2019-07-31T05:24:27.995Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:24:27.761
01:24:27 [2019-07-31T05:24:27.995Z] !MESSAGE Exception executing analysis
01:24:27 [2019-07-31T05:24:27.995Z] !STACK 0
01:24:27 [2019-07-31T05:24:27.995Z] java.lang.RuntimeException: The parameter should be set
01:24:27 [2019-07-31T05:24:27.995Z] 	at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48)
01:24:27 [2019-07-31T05:24:27.995Z] 	at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393)
01:24:27 [2019-07-31T05:24:27.995Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
01:24:29 [2019-07-31T05:24:29.363Z] 
01:24:29 [2019-07-31T05:24:29.363Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:24:29.187
01:24:29 [2019-07-31T05:24:29.363Z] !MESSAGE Unexpected error executing analysis with trace A-Test-10K-2
01:24:29 [2019-07-31T05:24:29.363Z] !STACK 0
01:24:29 [2019-07-31T05:24:29.363Z] java.lang.RuntimeException: The parameter should be set
01:24:29 [2019-07-31T05:24:29.363Z] 	at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48)
01:24:29 [2019-07-31T05:24:29.363Z] 	at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393)
01:24:29 [2019-07-31T05:24:29.363Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
01:24:29 [2019-07-31T05:24:29.363Z] 
01:24:29 [2019-07-31T05:24:29.363Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:24:29.189
01:24:29 [2019-07-31T05:24:29.363Z] !MESSAGE Exception executing analysis
01:24:29 [2019-07-31T05:24:29.363Z] !STACK 0
01:24:29 [2019-07-31T05:24:29.363Z] java.lang.RuntimeException: The parameter should be set
01:24:29 [2019-07-31T05:24:29.363Z] 	at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48)
01:24:29 [2019-07-31T05:24:29.363Z] 	at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393)
01:24:29 [2019-07-31T05:24:29.363Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
01:24:29 [2019-07-31T05:24:29.363Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.136 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest
01:24:29 [2019-07-31T05:24:29.363Z] testGetModuleById(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest)  Time elapsed: 1.7 s
01:24:29 [2019-07-31T05:24:29.363Z] testGetModuleByClass(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest)  Time elapsed: 1.435 s
01:24:29 [2019-07-31T05:24:29.363Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest
01:24:41 [2019-07-31T05:24:41.541Z] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.88 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest
01:24:41 [2019-07-31T05:24:41.541Z] testGetNextAfterSeekingOnLocation_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.001 s
01:24:41 [2019-07-31T05:24:41.541Z] testGetNextAfterSeekingOnLocation_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.001 s
01:24:41 [2019-07-31T05:24:41.541Z] testGetNextAfterSeekingOnLocation_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.021 s
01:24:41 [2019-07-31T05:24:41.541Z] testGetNextLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0 s
01:24:41 [2019-07-31T05:24:41.541Z] testInitialRangeOffset(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 2.776 s
01:24:41 [2019-07-31T05:24:41.541Z] testProcessRequestForNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.13 s
01:24:41 [2019-07-31T05:24:41.541Z] testSeekTimestampOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.08 s
01:24:41 [2019-07-31T05:24:41.541Z] testSeekRankOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.039 s
01:24:41 [2019-07-31T05:24:41.541Z] testProcessRequestForAllEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.844 s
01:24:41 [2019-07-31T05:24:41.541Z] testSeekLocationNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.139 s
01:24:41 [2019-07-31T05:24:41.541Z] testSeekLocationOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.001 s
01:24:41 [2019-07-31T05:24:41.541Z] testSeekTimestampNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.061 s
01:24:41 [2019-07-31T05:24:41.541Z] testGetNextAfteSeekingOnTS_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.001 s
01:24:41 [2019-07-31T05:24:41.541Z] testGetNextAfteSeekingOnTS_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.002 s
01:24:41 [2019-07-31T05:24:41.541Z] testGetNextAfteSeekingOnTS_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.021 s
01:24:41 [2019-07-31T05:24:41.541Z] testGetNextEndLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.039 s
01:24:41 [2019-07-31T05:24:41.541Z] testDefaultCurrentTimeValues(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 2.777 s
01:24:41 [2019-07-31T05:24:41.541Z] testSeekLocationOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0 s
01:24:41 [2019-07-31T05:24:41.541Z] testBasicTmfExperimentConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0 s
01:24:41 [2019-07-31T05:24:41.541Z] testGetTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.147 s
01:24:41 [2019-07-31T05:24:41.541Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.052 s
01:24:41 [2019-07-31T05:24:41.541Z] testSeekRankNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.061 s
01:24:41 [2019-07-31T05:24:41.541Z] testSeekTimestampOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.041 s
01:24:41 [2019-07-31T05:24:41.541Z] testSeekRankOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0 s
01:24:41 [2019-07-31T05:24:41.541Z] testGetNextAfterSeekingOnRank_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.001 s
01:24:41 [2019-07-31T05:24:41.541Z] testGetNextAfterSeekingOnRank_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.002 s
01:24:41 [2019-07-31T05:24:41.541Z] testGetNextAfterSeekingOnRank_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest)  Time elapsed: 0.02 s
01:24:41 [2019-07-31T05:24:41.541Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest
01:24:44 [2019-07-31T05:24:44.936Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.385 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest
01:24:44 [2019-07-31T05:24:44.936Z] testReadingBounds[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest)  Time elapsed: 1.116 s
01:24:44 [2019-07-31T05:24:44.936Z] testReadingEvents[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest)  Time elapsed: 0.014 s
01:24:44 [2019-07-31T05:24:44.936Z] testReadingBounds[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest)  Time elapsed: 1.113 s
01:24:44 [2019-07-31T05:24:44.936Z] testReadingEvents[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest)  Time elapsed: 0.011 s
01:24:44 [2019-07-31T05:24:44.936Z] testReadingBounds[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest)  Time elapsed: 1.11 s
01:24:44 [2019-07-31T05:24:44.936Z] testReadingEvents[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest)  Time elapsed: 0.008 s
01:24:44 [2019-07-31T05:24:44.936Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest
01:24:44 [2019-07-31T05:24:44.936Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest
01:24:44 [2019-07-31T05:24:44.936Z] testValidate(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest)  Time elapsed: 0.011 s
01:24:44 [2019-07-31T05:24:44.936Z] testTraceTypePresence(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest)  Time elapsed: 0 s
01:24:44 [2019-07-31T05:24:44.936Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest
01:24:44 [2019-07-31T05:24:44.936Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest
01:24:44 [2019-07-31T05:24:44.936Z] testValidate(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest)  Time elapsed: 0.008 s
01:24:44 [2019-07-31T05:24:44.936Z] testTraceTypePresence(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest)  Time elapsed: 0 s
01:24:44 [2019-07-31T05:24:44.936Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest
01:24:48 [2019-07-31T05:24:48.208Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.368 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest
01:24:48 [2019-07-31T05:24:48.208Z] testReadingBounds[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest)  Time elapsed: 1.109 s
01:24:48 [2019-07-31T05:24:48.208Z] testReadingEvents[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest)  Time elapsed: 0.008 s
01:24:48 [2019-07-31T05:24:48.208Z] testReadingBounds[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest)  Time elapsed: 1.108 s
01:24:48 [2019-07-31T05:24:48.208Z] testReadingEvents[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest)  Time elapsed: 0.005 s
01:24:48 [2019-07-31T05:24:48.208Z] testReadingBounds[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest)  Time elapsed: 1.107 s
01:24:48 [2019-07-31T05:24:48.208Z] testReadingEvents[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest)  Time elapsed: 0.006 s
01:24:48 [2019-07-31T05:24:48.208Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest
01:24:53 [2019-07-31T05:24:53.459Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.574 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest
01:24:53 [2019-07-31T05:24:53.459Z] testReopenIndex(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest)  Time elapsed: 3.684 s
01:24:53 [2019-07-31T05:24:53.459Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest)  Time elapsed: 1.889 s
01:24:53 [2019-07-31T05:24:53.459Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest
01:24:53 [2019-07-31T05:24:53.716Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest
01:24:53 [2019-07-31T05:24:53.716Z] testInvalid[0: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/001.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest)  Time elapsed: 0.002 s
01:24:53 [2019-07-31T05:24:53.716Z] testInvalid[1: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:24:53 [2019-07-31T05:24:53.716Z] testInvalid[2: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/003.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest)  Time elapsed: 0.002 s
01:24:53 [2019-07-31T05:24:53.716Z] testInvalid[3: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:24:53 [2019-07-31T05:24:53.716Z] testInvalid[4: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/005.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest)  Time elapsed: 0.002 s
01:24:53 [2019-07-31T05:24:53.716Z] testInvalid[5: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/006.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest)  Time elapsed: 0.001 s
01:24:53 [2019-07-31T05:24:53.716Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest
01:24:53 [2019-07-31T05:24:53.716Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest
01:24:53 [2019-07-31T05:24:53.716Z] testBadlyFormed[0: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/malformed/001.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest)  Time elapsed: 0.002 s
01:24:53 [2019-07-31T05:24:53.716Z] testBadlyFormed[1: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:24:53 [2019-07-31T05:24:53.716Z] testBadlyFormed[2: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:24:53 [2019-07-31T05:24:53.716Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest
01:25:05 [2019-07-31T05:25:05.901Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.781 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest
01:25:05 [2019-07-31T05:25:05.901Z] testReopenIndex(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest)  Time elapsed: 7.15 s
01:25:05 [2019-07-31T05:25:05.901Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest)  Time elapsed: 3.63 s
01:25:05 [2019-07-31T05:25:05.901Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest
01:25:05 [2019-07-31T05:25:05.901Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest
01:25:05 [2019-07-31T05:25:05.901Z] testValid[0: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:05 [2019-07-31T05:25:05.901Z] testValid[1: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:05 [2019-07-31T05:25:05.901Z] testValid[2: path /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/valid/003.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest)  Time elapsed: 0 s
01:25:05 [2019-07-31T05:25:05.901Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest
01:25:05 [2019-07-31T05:25:05.901Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest
01:25:05 [2019-07-31T05:25:05.901Z] testSimplePool(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest)  Time elapsed: 0.003 s
01:25:05 [2019-07-31T05:25:05.901Z] testConstructorBad2(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest)  Time elapsed: 0 s
01:25:05 [2019-07-31T05:25:05.901Z] testConstructorGood(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest)  Time elapsed: 0 s
01:25:05 [2019-07-31T05:25:05.901Z] testRecycleWrongQuark(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest)  Time elapsed: 0 s
01:25:05 [2019-07-31T05:25:05.901Z] testRecycleChildQuark(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest)  Time elapsed: 0 s
01:25:05 [2019-07-31T05:25:05.901Z] testPoolWithSubTree(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest)  Time elapsed: 0 s
01:25:05 [2019-07-31T05:25:05.901Z] testConstructorBad(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest)  Time elapsed: 0 s
01:25:05 [2019-07-31T05:25:05.901Z] testPriorityPool(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest)  Time elapsed: 0.001 s
01:25:05 [2019-07-31T05:25:05.901Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest
01:25:05 [2019-07-31T05:25:05.901Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipmapRangeMinInteger(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest)  Time elapsed: 0.009 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipmapRangeMaxDouble(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest)  Time elapsed: 0.003 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipmapRangeAvgDouble(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest)  Time elapsed: 0.005 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipmapRangeAvgInteger(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest)  Time elapsed: 0.004 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipmapRangeMinDouble(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest)  Time elapsed: 0.002 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipmapRangeMaxInteger(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest)  Time elapsed: 0.001 s
01:25:05 [2019-07-31T05:25:05.901Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest
01:25:05 [2019-07-31T05:25:05.901Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipAvg(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest)  Time elapsed: 0.019 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipMax(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest)  Time elapsed: 0.006 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipMin(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest)  Time elapsed: 0.005 s
01:25:05 [2019-07-31T05:25:05.901Z] testQuery(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest)  Time elapsed: 0.012 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryValuesOnClose(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest)  Time elapsed: 0 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryValuesOnStart(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest)  Time elapsed: 0.006 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipmapRangeAvg(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest)  Time elapsed: 0.068 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipmapRangeMax(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest)  Time elapsed: 0.03 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryMipmapRangeMin(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest)  Time elapsed: 0.031 s
01:25:05 [2019-07-31T05:25:05.901Z] testMaxLevel(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest)  Time elapsed: 0.003 s
01:25:05 [2019-07-31T05:25:05.901Z] testQueryEventField(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest)  Time elapsed: 0.002 s
01:25:05 [2019-07-31T05:25:05.901Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest
01:25:07 [2019-07-31T05:25:07.796Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.686 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest
01:25:07 [2019-07-31T05:25:07.796Z] testSsModule(org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest)  Time elapsed: 1.662 s
01:25:07 [2019-07-31T05:25:07.796Z] testInitialization(org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest)  Time elapsed: 0.023 s
01:25:07 [2019-07-31T05:25:07.796Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest
01:25:09 [2019-07-31T05:25:09.690Z] 
01:25:09 [2019-07-31T05:25:09.690Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 2 2019-07-31 05:25:09.588
01:25:09 [2019-07-31T05:25:09.690Z] !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.tracecompass.tmf.core".
01:25:09 [2019-07-31T05:25:09.690Z] !STACK 0
01:25:09 [2019-07-31T05:25:09.690Z] java.lang.IllegalArgumentException: Expected exception: should be caught by the analysis itself
01:25:09 [2019-07-31T05:25:09.690Z] 	at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$BreakingTest.eventHandle(StateSystemAnalysisModuleTest.java:79)
01:25:09 [2019-07-31T05:25:09.690Z] 	at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider$EventProcessor.run(AbstractTmfStateProvider.java:332)
01:25:09 [2019-07-31T05:25:09.690Z] 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
01:25:09 [2019-07-31T05:25:09.690Z] 	at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider.lambda$2(AbstractTmfStateProvider.java:143)
01:25:09 [2019-07-31T05:25:09.690Z] 	at java.lang.Thread.run(Thread.java:748)
01:25:11 [2019-07-31T05:25:11.056Z] 
01:25:11 [2019-07-31T05:25:11.056Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 2 2019-07-31 05:25:10.688
01:25:11 [2019-07-31T05:25:11.056Z] !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.tracecompass.tmf.core".
01:25:11 [2019-07-31T05:25:11.056Z] !STACK 0
01:25:11 [2019-07-31T05:25:11.056Z] java.lang.IllegalArgumentException: Expected exception: should be caught by either the analysis or the event request
01:25:11 [2019-07-31T05:25:11.056Z] 	at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$BreakingTest.eventHandle(StateSystemAnalysisModuleTest.java:79)
01:25:11 [2019-07-31T05:25:11.056Z] 	at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider$EventProcessor.run(AbstractTmfStateProvider.java:332)
01:25:11 [2019-07-31T05:25:11.056Z] 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
01:25:11 [2019-07-31T05:25:11.056Z] 	at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider.lambda$2(AbstractTmfStateProvider.java:143)
01:25:11 [2019-07-31T05:25:11.056Z] 	at java.lang.Thread.run(Thread.java:748)
01:25:11 [2019-07-31T05:25:11.986Z] 
01:25:11 [2019-07-31T05:25:11.986Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 2 2019-07-31 05:25:11.786
01:25:11 [2019-07-31T05:25:11.986Z] !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.tracecompass.tmf.core".
01:25:11 [2019-07-31T05:25:11.986Z] !STACK 0
01:25:11 [2019-07-31T05:25:11.986Z] java.lang.IllegalArgumentException: Expected exception: should be caught by the event request thread
01:25:11 [2019-07-31T05:25:11.986Z] 	at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$BreakingTest.eventHandle(StateSystemAnalysisModuleTest.java:79)
01:25:11 [2019-07-31T05:25:11.986Z] 	at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider$EventProcessor.run(AbstractTmfStateProvider.java:332)
01:25:11 [2019-07-31T05:25:11.986Z] 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
01:25:11 [2019-07-31T05:25:11.986Z] 	at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider.lambda$2(AbstractTmfStateProvider.java:143)
01:25:11 [2019-07-31T05:25:11.986Z] 	at java.lang.Thread.run(Thread.java:748)
01:25:11 [2019-07-31T05:25:11.986Z] 
01:25:11 [2019-07-31T05:25:11.986Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:11.788
01:25:11 [2019-07-31T05:25:11.986Z] !MESSAGE An uncaught exception happened on request [TestStateSystemModule$TestStateSystemRequest(407,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
01:25:14 [2019-07-31T05:25:14.508Z] 
01:25:14 [2019-07-31T05:25:14.508Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:14.016
01:25:14 [2019-07-31T05:25:14.508Z] !MESSAGE An uncaught exception happened on request [TestStateSystemModule$TestStateSystemRequest(414,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
01:25:15 [2019-07-31T05:25:15.623Z] 
01:25:15 [2019-07-31T05:25:15.623Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:15.150
01:25:15 [2019-07-31T05:25:15.623Z] !MESSAGE Unexpected error executing analysis with trace analysis_dependency.xml
01:25:15 [2019-07-31T05:25:15.623Z] !STACK 0
01:25:15 [2019-07-31T05:25:15.623Z] java.lang.IllegalStateException: This exception happens before initialization
01:25:15 [2019-07-31T05:25:15.623Z] 	at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$4.executeAnalysis(StateSystemAnalysisModuleTest.java:453)
01:25:15 [2019-07-31T05:25:15.623Z] 	at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393)
01:25:15 [2019-07-31T05:25:15.623Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
01:25:15 [2019-07-31T05:25:15.623Z] 
01:25:15 [2019-07-31T05:25:15.623Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:15.152
01:25:15 [2019-07-31T05:25:15.623Z] !MESSAGE Exception executing analysis
01:25:15 [2019-07-31T05:25:15.623Z] !STACK 0
01:25:15 [2019-07-31T05:25:15.623Z] java.lang.IllegalStateException: This exception happens before initialization
01:25:15 [2019-07-31T05:25:15.623Z] 	at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$4.executeAnalysis(StateSystemAnalysisModuleTest.java:453)
01:25:15 [2019-07-31T05:25:15.623Z] 	at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393)
01:25:15 [2019-07-31T05:25:15.623Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
01:25:16 [2019-07-31T05:25:16.553Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 8.938 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest
01:25:16 [2019-07-31T05:25:16.553Z] testProperties(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest)  Time elapsed: 0.019 s
01:25:16 [2019-07-31T05:25:16.553Z] testIsQueryable(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest)  Time elapsed: 1.122 s
01:25:16 [2019-07-31T05:25:16.553Z] testFaultyStateProvider(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest)  Time elapsed: 3.316 s
01:25:16 [2019-07-31T05:25:16.553Z] testIsQueryableCancel(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) skipped
01:25:16 [2019-07-31T05:25:16.553Z] testReReadFullAnalysis(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest)  Time elapsed: 1.117 s
01:25:16 [2019-07-31T05:25:16.553Z] testRequestFailure(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest)  Time elapsed: 1.112 s
01:25:16 [2019-07-31T05:25:16.553Z] testSsModule(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest)  Time elapsed: 1.112 s
01:25:16 [2019-07-31T05:25:16.553Z] testInitialization(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest)  Time elapsed: 0.011 s
01:25:16 [2019-07-31T05:25:16.553Z] testFailBeforeInitialization(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest)  Time elapsed: 0.009 s
01:25:16 [2019-07-31T05:25:16.553Z] testFutureEvents(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest)  Time elapsed: 1.117 s
01:25:16 [2019-07-31T05:25:16.553Z] Running org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest
01:25:17 [2019-07-31T05:25:17.117Z] 
01:25:17 [2019-07-31T05:25:17.117Z] !ENTRY org.eclipse.cdt.core.native 4 0 2019-07-31 05:25:17.025
01:25:17 [2019-07-31T05:25:17.117Z] !MESSAGE no spawner in java.library.path
01:25:17 [2019-07-31T05:25:17.373Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 s - in org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest
01:25:17 [2019-07-31T05:25:17.373Z] testMapFileWithSize(org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest)  Time elapsed: 0.768 s
01:25:17 [2019-07-31T05:25:17.373Z] testGuessingFileType(org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest)  Time elapsed: 0.002 s
01:25:17 [2019-07-31T05:25:17.373Z] testNmFile(org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest)  Time elapsed: 0.004 s
01:25:17 [2019-07-31T05:25:17.373Z] Running org.eclipse.tracecompass.tmf.core.tests.symbols.SymbolProviderManagerTest
01:25:17 [2019-07-31T05:25:17.373Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.tmf.core.tests.symbols.SymbolProviderManagerTest
01:25:17 [2019-07-31T05:25:17.373Z] testGetterForExperiment(org.eclipse.tracecompass.tmf.core.tests.symbols.SymbolProviderManagerTest)  Time elapsed: 0.006 s
01:25:17 [2019-07-31T05:25:17.373Z] Running org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest
01:25:17 [2019-07-31T05:25:17.373Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest
01:25:17 [2019-07-31T05:25:17.373Z] testExtremeValues(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest)  Time elapsed: 0.043 s
01:25:17 [2019-07-31T05:25:17.373Z] testValidTextFile(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest)  Time elapsed: 0.023 s
01:25:17 [2019-07-31T05:25:17.373Z] testGettingSymbolMapFile(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest)  Time elapsed: 0.005 s
01:25:17 [2019-07-31T05:25:17.373Z] testInvalidFiles(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest)  Time elapsed: 0 s
01:25:17 [2019-07-31T05:25:17.373Z] testGettingSymbolWithSize(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest)  Time elapsed: 0.008 s
01:25:17 [2019-07-31T05:25:17.373Z] Running org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest
01:25:19 [2019-07-31T05:25:19.895Z] 
01:25:19 [2019-07-31T05:25:19.895Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:19.868
01:25:19 [2019-07-31T05:25:19.895Z] !MESSAGE An uncaught exception happened on request [TmfEventRequestIntegrationTest$2(430,ITmfEvent,BACKGROUND,TmfTimeRange [fStartTime=00:12:43.145 224 192, fEndTime=23:47:16.854 775 807],0,2,0)]: null
01:25:21 [2019-07-31T05:25:21.262Z] 
01:25:21 [2019-07-31T05:25:21.262Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:20.968
01:25:21 [2019-07-31T05:25:21.262Z] !MESSAGE An uncaught exception happened on request [TmfEventRequestIntegrationTest$1(432,ITmfEvent,BACKGROUND,TmfTimeRange [fStartTime=00:12:43.145 224 192, fEndTime=23:47:16.854 775 807],0,2,0)]: null
01:25:21 [2019-07-31T05:25:21.262Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.606 s - in org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest
01:25:21 [2019-07-31T05:25:21.262Z] testRequestException(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest)  Time elapsed: 1.02 s
01:25:21 [2019-07-31T05:25:21.262Z] testSingleRequestException(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest)  Time elapsed: 1.1 s
01:25:21 [2019-07-31T05:25:21.262Z] Running org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest
01:25:23 [2019-07-31T05:25:23.156Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.799 s - in org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest
01:25:23 [2019-07-31T05:25:23.156Z] testIsCompatible(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testTmfCoalescedEventRequestIndexNbEventsBlocksize(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testDone(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0.001 s
01:25:23 [2019-07-31T05:25:23.156Z] testFail(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testCancelCoalescedRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0.452 s
01:25:23 [2019-07-31T05:25:23.156Z] testToString(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testAddEvent1(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testAddEvent2(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testSingleTimeRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0.106 s
01:25:23 [2019-07-31T05:25:23.156Z] testIsCompatibleDependency(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0.001 s
01:25:23 [2019-07-31T05:25:23.156Z] testCoalescedRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 1.235 s
01:25:23 [2019-07-31T05:25:23.156Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0.001 s
01:25:23 [2019-07-31T05:25:23.156Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] Running org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest
01:25:23 [2019-07-31T05:25:23.156Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest
01:25:23 [2019-07-31T05:25:23.156Z] testDone(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testFail(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testTmfEventRequestWithDependencyLevel(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testToString(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testTmfEventRequestTimeRangeNbRequestedBlocksize(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0.001 s
01:25:23 [2019-07-31T05:25:23.156Z] testWaitForStartAfterDone(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testTmfEventRequestTimeRangeNbRequested(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testTmfEventRequestTimeRange(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testWaitForStartBeforeStart(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0.001 s
01:25:23 [2019-07-31T05:25:23.156Z] testWaitForStartAfterStart(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0.001 s
01:25:23 [2019-07-31T05:25:23.156Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testTmfEventRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testWaitForStartAfterCancel(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest)  Time elapsed: 0.001 s
01:25:23 [2019-07-31T05:25:23.156Z] Running org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest
01:25:23 [2019-07-31T05:25:23.156Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest
01:25:23 [2019-07-31T05:25:23.156Z] testTmfCorePluginId(org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testGetDefault(org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] Running org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest
01:25:23 [2019-07-31T05:25:23.156Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest
01:25:23 [2019-07-31T05:25:23.156Z] testGetProvider(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest)  Time elapsed: 0.006 s
01:25:23 [2019-07-31T05:25:23.156Z] testRegister_0(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testRegister_Unregister_1(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest)  Time elapsed: 0 s
01:25:23 [2019-07-31T05:25:23.156Z] testRegister_Unregister_2(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest)  Time elapsed: 0.001 s
01:25:23 [2019-07-31T05:25:23.156Z] testRegister_Unregister_3(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest)  Time elapsed: 0.001 s
01:25:23 [2019-07-31T05:25:23.156Z] Running org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest
01:25:33 [2019-07-31T05:25:33.112Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.935 s - in org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest
01:25:33 [2019-07-31T05:25:33.112Z] testGetPlainEvents(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest)  Time elapsed: 1.546 s
01:25:33 [2019-07-31T05:25:33.112Z] testGetSyntheticEvents_TimeRange(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest)  Time elapsed: 1.605 s
01:25:33 [2019-07-31T05:25:33.112Z] testGetProviders(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest)  Time elapsed: 1.42 s
01:25:33 [2019-07-31T05:25:33.112Z] testCancelRequests(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest)  Time elapsed: 1.436 s
01:25:33 [2019-07-31T05:25:33.112Z] testGetSyntheticEvents_EqualBlockSizes(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest)  Time elapsed: 1.53 s
01:25:33 [2019-07-31T05:25:33.112Z] testGetProviders2(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest)  Time elapsed: 1.394 s
01:25:33 [2019-07-31T05:25:33.112Z] Running org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest
01:25:45 [2019-07-31T05:25:45.304Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.49 s - in org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest
01:25:45 [2019-07-31T05:25:45.304Z] testChildrenFirstCoalescing2(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest)  Time elapsed: 0.88 s
01:25:45 [2019-07-31T05:25:45.304Z] testTraceDependencyBackground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest)  Time elapsed: 0.837 s
01:25:45 [2019-07-31T05:25:45.304Z] testChildrenFirstCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest)  Time elapsed: 0.842 s
01:25:45 [2019-07-31T05:25:45.304Z] testMultipleRequestsCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest)  Time elapsed: 0.899 s
01:25:45 [2019-07-31T05:25:45.304Z] testChildFirstDependencyBackground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest)  Time elapsed: 1.729 s
01:25:45 [2019-07-31T05:25:45.304Z] testParentDependencyBackground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest)  Time elapsed: 1.727 s
01:25:45 [2019-07-31T05:25:45.304Z] testMixedOrderCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest)  Time elapsed: 0.85 s
01:25:45 [2019-07-31T05:25:45.304Z] testMixedCoalescing2(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest)  Time elapsed: 0.891 s
01:25:45 [2019-07-31T05:25:45.304Z] testParentFirstCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest)  Time elapsed: 0 s
01:25:45 [2019-07-31T05:25:45.304Z] testTraceDependencyForeground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest)  Time elapsed: 0.861 s
01:25:45 [2019-07-31T05:25:45.304Z] Running org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest
01:25:45 [2019-07-31T05:25:45.304Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest
01:25:45 [2019-07-31T05:25:45.304Z] testSelectionTimeQuery(org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest)  Time elapsed: 0 s
01:25:45 [2019-07-31T05:25:45.304Z] testTimeQuery(org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest)  Time elapsed: 0 s
01:25:45 [2019-07-31T05:25:45.304Z] testVirtualTableQuery(org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest)  Time elapsed: 0 s
01:25:45 [2019-07-31T05:25:45.304Z] Running org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest
01:25:45 [2019-07-31T05:25:45.304Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest
01:25:45 [2019-07-31T05:25:45.304Z] testExtractSelectedItems(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest)  Time elapsed: 0.002 s
01:25:45 [2019-07-31T05:25:45.304Z] testExtractBoolean(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest)  Time elapsed: 0 s
01:25:45 [2019-07-31T05:25:45.304Z] testExtractTimeRequested(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest)  Time elapsed: 0 s
01:25:45 [2019-07-31T05:25:45.304Z] testExtractLongList(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest)  Time elapsed: 0 s
01:25:45 [2019-07-31T05:25:45.304Z] Running org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest
01:25:45 [2019-07-31T05:25:45.304Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest
01:25:45 [2019-07-31T05:25:45.304Z] testAddSegment(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest)  Time elapsed: 0.001 s
01:25:45 [2019-07-31T05:25:45.304Z] testAddSubMarker(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest)  Time elapsed: 0.007 s
01:25:45 [2019-07-31T05:25:45.304Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest)  Time elapsed: 0 s
01:25:45 [2019-07-31T05:25:45.304Z] Running org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest
01:25:45 [2019-07-31T05:25:45.304Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest
01:25:45 [2019-07-31T05:25:45.304Z] testAddMarker(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest)  Time elapsed: 0 s
01:25:45 [2019-07-31T05:25:45.304Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest)  Time elapsed: 0 s
01:25:45 [2019-07-31T05:25:45.304Z] Running org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest
01:25:45 [2019-07-31T05:25:45.304Z] 
01:25:45 [2019-07-31T05:25:45.304Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:43.289
01:25:45 [2019-07-31T05:25:45.304Z] !MESSAGE Error parsing /tmp/markers8265761091569927496xml
01:25:45 [2019-07-31T05:25:45.304Z] !STACK 0
01:25:45 [2019-07-31T05:25:45.304Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers8265761091569927496xml; lineNumber: 1; columnNumber: 201; cvc-datatype-valid.1.2.1: 'abc' is not a valid value for 'double'.
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
01:25:45 [2019-07-31T05:25:45.304Z] 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:288)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.304Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.304Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.304Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.304Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
01:25:45 [2019-07-31T05:25:45.304Z] 
01:25:45 [2019-07-31T05:25:45.304Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:43.294
01:25:45 [2019-07-31T05:25:45.304Z] !MESSAGE Error parsing /tmp/markers5311680202386781569xml
01:25:45 [2019-07-31T05:25:45.304Z] !STACK 0
01:25:45 [2019-07-31T05:25:45.304Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers5311680202386781569xml; lineNumber: 1; columnNumber: 199; cvc-minExclusive-valid: Value '0' is not facet-valid with respect to minExclusive '0.0E1' for type 'period_type'.
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
01:25:45 [2019-07-31T05:25:45.304Z] 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:289)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.304Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.304Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.304Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.304Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.304Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
01:25:45 [2019-07-31T05:25:45.304Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
01:25:45 [2019-07-31T05:25:45.304Z] 
01:25:45 [2019-07-31T05:25:45.304Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:43.323
01:25:45 [2019-07-31T05:25:45.304Z] !MESSAGE Error parsing /tmp/markers3435838199000975748xml
01:25:45 [2019-07-31T05:25:45.304Z] !STACK 0
01:25:45 [2019-07-31T05:25:45.304Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers3435838199000975748xml; lineNumber: 1; columnNumber: 200; cvc-minExclusive-valid: Value '-1' is not facet-valid with respect to minExclusive '0.0E1' for type 'period_type'.
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826)
01:25:45 [2019-07-31T05:25:45.304Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
01:25:45 [2019-07-31T05:25:45.305Z] 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:290)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
01:25:45 [2019-07-31T05:25:45.305Z] 
01:25:45 [2019-07-31T05:25:45.305Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:43.328
01:25:45 [2019-07-31T05:25:45.305Z] !MESSAGE Error parsing /tmp/markers1124832771944205073xml
01:25:45 [2019-07-31T05:25:45.305Z] !STACK 0
01:25:45 [2019-07-31T05:25:45.305Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers1124832771944205073xml; 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.
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
01:25:45 [2019-07-31T05:25:45.305Z] 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:291)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
01:25:45 [2019-07-31T05:25:45.305Z] 
01:25:45 [2019-07-31T05:25:45.305Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:43.337
01:25:45 [2019-07-31T05:25:45.305Z] !MESSAGE Error parsing /tmp/markers6377489161553101946xml
01:25:45 [2019-07-31T05:25:45.305Z] !STACK 0
01:25:45 [2019-07-31T05:25:45.305Z] java.lang.IllegalArgumentException: Invalid range: [4095..0]
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.google.common.collect.Range.<init>(Range.java:352)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.google.common.collect.Range.create(Range.java:146)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.google.common.collect.Range.closed(Range.java:170)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parseRange(MarkerConfigXmlParser.java:303)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.getMarkers(MarkerConfigXmlParser.java:208)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:179)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:292)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
01:25:45 [2019-07-31T05:25:45.305Z] 
01:25:45 [2019-07-31T05:25:45.305Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:43.342
01:25:45 [2019-07-31T05:25:45.305Z] !MESSAGE Error parsing /tmp/markers602303229441677039xml
01:25:45 [2019-07-31T05:25:45.305Z] !STACK 0
01:25:45 [2019-07-31T05:25:45.305Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers602303229441677039xml; lineNumber: 1; columnNumber: 202; cvc-datatype-valid.1.2.1: 'abc' is not a valid value for 'integer'.
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
01:25:45 [2019-07-31T05:25:45.305Z] 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:293)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
01:25:45 [2019-07-31T05:25:45.305Z] 
01:25:45 [2019-07-31T05:25:45.305Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:43.347
01:25:45 [2019-07-31T05:25:45.305Z] !MESSAGE Error parsing /tmp/markers8631728998103782889xml
01:25:45 [2019-07-31T05:25:45.305Z] !STACK 0
01:25:45 [2019-07-31T05:25:45.305Z] java.lang.IllegalArgumentException: Invalid range: [4095..0]
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.google.common.collect.Range.<init>(Range.java:352)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.google.common.collect.Range.create(Range.java:146)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.google.common.collect.Range.closed(Range.java:170)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parseRange(MarkerConfigXmlParser.java:303)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.getMarkers(MarkerConfigXmlParser.java:208)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:179)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:294)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.305Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.305Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
01:25:45 [2019-07-31T05:25:45.305Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
01:25:45 [2019-07-31T05:25:45.305Z] 
01:25:45 [2019-07-31T05:25:45.305Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:43.351
01:25:45 [2019-07-31T05:25:45.305Z] !MESSAGE Error parsing /tmp/markers8415326007977975043xml
01:25:45 [2019-07-31T05:25:45.305Z] !STACK 0
01:25:45 [2019-07-31T05:25:45.305Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers8415326007977975043xml; lineNumber: 1; columnNumber: 256; cvc-complex-type.2.4.b: The content of element 'segments' is not complete. One of '{segment}' is expected.
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidComplexType(XMLSchemaValidator.java:3207)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidType(XMLSchemaValidator.java:3154)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processElementContent(XMLSchemaValidator.java:3056)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleEndElement(XMLSchemaValidator.java:2135)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:854)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
01:25:45 [2019-07-31T05:25:45.305Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
01:25:45 [2019-07-31T05:25:45.306Z] 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:295)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.306Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.306Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.306Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.306Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
01:25:45 [2019-07-31T05:25:45.306Z] 
01:25:45 [2019-07-31T05:25:45.306Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:25:43.355
01:25:45 [2019-07-31T05:25:45.306Z] !MESSAGE Error parsing /tmp/markers874572550619083234xml
01:25:45 [2019-07-31T05:25:45.306Z] !STACK 0
01:25:45 [2019-07-31T05:25:45.306Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers874572550619083234xml; lineNumber: 1; columnNumber: 323; cvc-minExclusive-valid: Value '0' is not facet-valid with respect to minExclusive '0' for type 'length_type'.
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:761)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
01:25:45 [2019-07-31T05:25:45.306Z] 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
01:25:45 [2019-07-31T05:25:45.306Z] 	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:296)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.306Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.306Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.306Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:25:45 [2019-07-31T05:25:45.306Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:25:45 [2019-07-31T05:25:45.306Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
01:25:45 [2019-07-31T05:25:45.306Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
01:25:45 [2019-07-31T05:25:45.306Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest
01:25:45 [2019-07-31T05:25:45.306Z] testParseInvalidContent(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest)  Time elapsed: 0.082 s
01:25:45 [2019-07-31T05:25:45.306Z] testExtensionPoint(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest)  Time elapsed: 0.009 s
01:25:45 [2019-07-31T05:25:45.306Z] testParse(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest)  Time elapsed: 0.061 s
01:25:45 [2019-07-31T05:25:45.306Z] testParseInvalidFile(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest)  Time elapsed: 0.003 s
01:25:45 [2019-07-31T05:25:45.306Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest
01:25:49 [2019-07-31T05:25:49.479Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.734 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest
01:25:49 [2019-07-31T05:25:49.479Z] testNegativeOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest)  Time elapsed: 1.542 s
01:25:49 [2019-07-31T05:25:49.479Z] testPositiveOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest)  Time elapsed: 1.393 s
01:25:49 [2019-07-31T05:25:49.479Z] testNoOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest)  Time elapsed: 1.394 s
01:25:49 [2019-07-31T05:25:49.479Z] testClearOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest)  Time elapsed: 1.402 s
01:25:49 [2019-07-31T05:25:49.479Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest
01:25:49 [2019-07-31T05:25:49.479Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest
01:25:49 [2019-07-31T05:25:49.479Z] testComposition(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest)  Time elapsed: 0.002 s
01:25:49 [2019-07-31T05:25:49.479Z] testEqualityConstantTransform(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest)  Time elapsed: 0 s
01:25:49 [2019-07-31T05:25:49.479Z] testLinearTransform(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest)  Time elapsed: 0.001 s
01:25:49 [2019-07-31T05:25:49.479Z] testIdentityTransform(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest)  Time elapsed: 0 s
01:25:49 [2019-07-31T05:25:49.479Z] testEquality(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest)  Time elapsed: 0 s
01:25:49 [2019-07-31T05:25:49.479Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest
01:25:50 [2019-07-31T05:25:50.408Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest
01:25:50 [2019-07-31T05:25:50.408Z] testFastTransformSlopeAndOffset[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0.01 s
01:25:50 [2019-07-31T05:25:50.408Z] testFastTransformSlope[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0.138 s
01:25:50 [2019-07-31T05:25:50.408Z] testFastTransformArguments[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0.001 s
01:25:50 [2019-07-31T05:25:50.408Z] testFLTRepeatability[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0 s
01:25:50 [2019-07-31T05:25:50.408Z] testFastTransformPrecision[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0.224 s
01:25:50 [2019-07-31T05:25:50.408Z] testFLTEquivalence[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0.001 s
01:25:50 [2019-07-31T05:25:50.408Z] testFastTransformSlopeAndOffset[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0.178 s
01:25:50 [2019-07-31T05:25:50.408Z] testFastTransformSlope[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0.108 s
01:25:50 [2019-07-31T05:25:50.408Z] testFastTransformArguments[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0 s
01:25:50 [2019-07-31T05:25:50.408Z] testFLTRepeatability[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0.001 s
01:25:50 [2019-07-31T05:25:50.408Z] testFastTransformPrecision[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0.193 s
01:25:50 [2019-07-31T05:25:50.408Z] testFLTEquivalence[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest)  Time elapsed: 0.003 s
01:25:50 [2019-07-31T05:25:50.408Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest
01:25:50 [2019-07-31T05:25:50.408Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest
01:25:50 [2019-07-31T05:25:50.408Z] testOneHull(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest)  Time elapsed: 0.006 s
01:25:50 [2019-07-31T05:25:50.408Z] testFullyIncrementalSerialization(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest)  Time elapsed: 0.013 s
01:25:50 [2019-07-31T05:25:50.408Z] testFullyIncremental(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest)  Time elapsed: 0.002 s
01:25:50 [2019-07-31T05:25:50.408Z] testDisjoint(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest)  Time elapsed: 0.001 s
01:25:50 [2019-07-31T05:25:50.408Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest
01:25:50 [2019-07-31T05:25:50.408Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest
01:25:50 [2019-07-31T05:25:50.408Z] transformSlope(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest)  Time elapsed: 0 s
01:25:50 [2019-07-31T05:25:50.408Z] testToString(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest)  Time elapsed: 0 s
01:25:50 [2019-07-31T05:25:50.408Z] transformIdentity(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest)  Time elapsed: 0.001 s
01:25:50 [2019-07-31T05:25:50.408Z] transformOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest)  Time elapsed: 0 s
01:25:50 [2019-07-31T05:25:50.408Z] Running org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest
01:25:50 [2019-07-31T05:25:50.408Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest
01:25:50 [2019-07-31T05:25:50.408Z] testSeekAndWrite(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest)  Time elapsed: 0.005 s
01:25:50 [2019-07-31T05:25:50.408Z] testRead(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest)  Time elapsed: 0.002 s
01:25:50 [2019-07-31T05:25:50.408Z] testReadLine(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest)  Time elapsed: 0 s
01:25:50 [2019-07-31T05:25:50.408Z] testSeekAndRead(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest)  Time elapsed: 0.144 s
01:25:50 [2019-07-31T05:25:50.408Z] Running org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest
01:25:51 [2019-07-31T05:25:51.229Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 s - in org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest
01:25:51 [2019-07-31T05:25:51.229Z] testCopyResource[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.166 s
01:25:51 [2019-07-31T05:25:51.229Z] testGetLocationUri[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0 s
01:25:51 [2019-07-31T05:25:51.229Z] testCreateSymbolicLink[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.025 s
01:25:51 [2019-07-31T05:25:51.229Z] testGetLocation[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.003 s
01:25:51 [2019-07-31T05:25:51.229Z] testDeleteResource[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.081 s
01:25:51 [2019-07-31T05:25:51.229Z] testDeleteIfBrokenSymbolicLink[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.008 s
01:25:51 [2019-07-31T05:25:51.229Z] testIsSymbolicLink[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.003 s
01:25:51 [2019-07-31T05:25:51.229Z] testCopyResource[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.117 s
01:25:51 [2019-07-31T05:25:51.229Z] testGetLocationUri[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0 s
01:25:51 [2019-07-31T05:25:51.229Z] testCreateSymbolicLink[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.064 s
01:25:51 [2019-07-31T05:25:51.229Z] testGetLocation[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.003 s
01:25:51 [2019-07-31T05:25:51.229Z] testDeleteResource[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.023 s
01:25:51 [2019-07-31T05:25:51.229Z] testDeleteIfBrokenSymbolicLink[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.014 s
01:25:51 [2019-07-31T05:25:51.229Z] testIsSymbolicLink[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest)  Time elapsed: 0.002 s
01:25:51 [2019-07-31T05:25:51.229Z] Running org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfSyncSequenceDiagramEventTest
01:25:51 [2019-07-31T05:25:51.229Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfSyncSequenceDiagramEventTest
01:25:51 [2019-07-31T05:25:51.229Z] testTmfSyncSequenceDiagramEvent(org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfSyncSequenceDiagramEventTest)  Time elapsed: 0.001 s
01:25:51 [2019-07-31T05:25:51.229Z] Running org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfAsyncSequenceDiagramEventTest
01:25:51 [2019-07-31T05:25:51.229Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfAsyncSequenceDiagramEventTest
01:25:51 [2019-07-31T05:25:51.229Z] testTmfAsyncSequenceDiagramEvent(org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfAsyncSequenceDiagramEventTest)  Time elapsed: 0 s
01:25:51 [2019-07-31T05:25:51.229Z] Running org.eclipse.tracecompass.tmf.core.tests.model.TmfTraceCoreUtilsTest
01:25:51 [2019-07-31T05:25:51.229Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.model.TmfTraceCoreUtilsTest
01:25:51 [2019-07-31T05:25:51.229Z] testValidateName(org.eclipse.tracecompass.tmf.core.tests.model.TmfTraceCoreUtilsTest)  Time elapsed: 0.001 s
01:25:51 [2019-07-31T05:25:51.229Z] Running org.eclipse.tracecompass.tmf.core.tests.util.PairTest
01:25:51 [2019-07-31T05:25:51.229Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.util.PairTest
01:25:51 [2019-07-31T05:25:51.229Z] testAccessors(org.eclipse.tracecompass.tmf.core.tests.util.PairTest)  Time elapsed: 0 s
01:25:51 [2019-07-31T05:25:51.229Z] testToString(org.eclipse.tracecompass.tmf.core.tests.util.PairTest)  Time elapsed: 0 s
01:25:51 [2019-07-31T05:25:51.229Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.util.PairTest)  Time elapsed: 0 s
01:25:51 [2019-07-31T05:25:51.229Z] testEqualsDifferentObj(org.eclipse.tracecompass.tmf.core.tests.util.PairTest)  Time elapsed: 0.001 s
01:25:51 [2019-07-31T05:25:51.229Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.util.PairTest)  Time elapsed: 0 s
01:25:51 [2019-07-31T05:25:51.229Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.util.PairTest)  Time elapsed: 0 s
01:25:51 [2019-07-31T05:25:51.229Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.util.PairTest)  Time elapsed: 0 s
01:25:51 [2019-07-31T05:25:51.229Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.util.PairTest)  Time elapsed: 0 s
01:25:51 [2019-07-31T05:25:51.229Z] 
01:25:51 [2019-07-31T05:25:51.229Z] Results:
01:25:51 [2019-07-31T05:25:51.229Z] 
01:25:51 [2019-07-31T05:25:51.229Z] Tests run: 834, Failures: 0, Errors: 0, Skipped: 1
01:25:51 [2019-07-31T05:25:51.229Z] 
01:25:51 [2019-07-31T05:25:51.229Z] 
01:25:51 [2019-07-31T05:25:51.229Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 05:25:51.039
01:25:51 [2019-07-31T05:25:51.229Z] !MESSAGE The workspace will exit with unsaved changes in this session.
01:25:52 [2019-07-31T05:25:52.159Z] [INFO] All tests passed!
01:25:52 [2019-07-31T05:25:52.159Z] [INFO] 
01:25:52 [2019-07-31T05:25:52.159Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.core.tests ---
01:25:52 [2019-07-31T05:25:52.159Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:25:52 [2019-07-31T05:25:52.159Z] [INFO] 
01:25:52 [2019-07-31T05:25:52.159Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.core.tests ---
01:25:52 [2019-07-31T05:25:52.159Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:25:52 [2019-07-31T05:25:52.159Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:25:52 [2019-07-31T05:25:52.723Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:25:54 [2019-07-31T05:25:54.094Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:25:54 [2019-07-31T05:25:54.094Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:25:54 [2019-07-31T05:25:54.094Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:25:54 [2019-07-31T05:25:54.350Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] 
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.core.tests ---
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] 
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.core.tests ---
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] 
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core >---
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf.core 4.2.0-SNAPSHOT   [19/134]
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] 
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] 
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] The project's OSGi version is 4.2.0.201907310510
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] 
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] 
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] 
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] 
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] 
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/main/resources
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] 
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:54 [2019-07-31T05:25:54.607Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/classes
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIterator.java:[154] 
01:25:55 [2019-07-31T05:25:55.171Z] 	return fPreviousEvent;
01:25:55 [2019-07-31T05:25:55.171Z] 	^^^^^^^^^^^^^^^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Potential resource leak: 'top' may not be closed at this location
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIterator.java:[171] 
01:25:55 [2019-07-31T05:25:55.171Z] 	return fTrace.timestampCyclesToNanos(ts);
01:25:55 [2019-07-31T05:25:55.171Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Potential resource leak: 'top' may not be closed at this location
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIterator.java:[174] 
01:25:55 [2019-07-31T05:25:55.171Z] 	return 0;
01:25:55 [2019-07-31T05:25:55.171Z] 	^^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Potential resource leak: 'top' may not be closed at this location
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIteratorManager.java:[125] 
01:25:55 [2019-07-31T05:25:55.171Z] 	return iter;
01:25:55 [2019-07-31T05:25:55.171Z] 	^^^^^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Potential resource leak: 'iter' may not be closed at this location
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIteratorManager.java:[199] 
01:25:55 [2019-07-31T05:25:55.171Z] 	elem = (CtfIterator) fTrace.createIterator();
01:25:55 [2019-07-31T05:25:55.171Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Potential resource leak: 'elem' may not be closed at this location
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIteratorManager.java:[203] 
01:25:55 [2019-07-31T05:25:55.171Z] 	return elem;
01:25:55 [2019-07-31T05:25:55.171Z] 	^^^^^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Potential resource leak: 'elem' may not be closed at this location
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[81] 
01:25:55 [2019-07-31T05:25:55.171Z] 	CtfIterator iterator = getIterator();
01:25:55 [2019-07-31T05:25:55.171Z] 	            ^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Potential resource leak: 'iterator' may not be closed
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[126] 
01:25:55 [2019-07-31T05:25:55.171Z] 	return iterator == null ? null : iterator.getCurrentEvent();
01:25:55 [2019-07-31T05:25:55.171Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Potential resource leak: 'iterator' may not be closed at this location
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[154] 
01:25:55 [2019-07-31T05:25:55.171Z] 	return retVal;
01:25:55 [2019-07-31T05:25:55.171Z] 	^^^^^^^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Potential resource leak: 'iterator' may not be closed at this location
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[176] 
01:25:55 [2019-07-31T05:25:55.171Z] 	return ret;
01:25:55 [2019-07-31T05:25:55.171Z] 	^^^^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Potential resource leak: 'iterator' may not be closed at this location
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[189] 
01:25:55 [2019-07-31T05:25:55.171Z] 	return iterator == null ? false : iterator.seek(location);
01:25:55 [2019-07-31T05:25:55.171Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Potential resource leak: 'iterator' may not be closed at this location
01:25:55 [2019-07-31T05:25:55.171Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/CtfEnumPair.java:[56] 
01:25:55 [2019-07-31T05:25:55.171Z] 	return getFirst();
01:25:55 [2019-07-31T05:25:55.171Z] 	       ^^^^^^^^^^
01:25:55 [2019-07-31T05:25:55.171Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:25:55 [2019-07-31T05:25:55.171Z] 12 problems (12 warnings)
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] 
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/test/resources
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] 
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-sources.jar
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] 
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] 
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] 
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] 
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] 
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] 
01:25:55 [2019-07-31T05:25:55.171Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:55 [2019-07-31T05:25:55.429Z] [INFO] 
01:25:55 [2019-07-31T05:25:55.429Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:55 [2019-07-31T05:25:55.429Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:25:55 [2019-07-31T05:25:55.429Z] [INFO] 
01:25:55 [2019-07-31T05:25:55.429Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:55 [2019-07-31T05:25:55.429Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:25:55 [2019-07-31T05:25:55.686Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:25:55 [2019-07-31T05:25:55.943Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:25:56 [2019-07-31T05:25:56.201Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:25:56 [2019-07-31T05:25:56.201Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:25:56 [2019-07-31T05:25:56.458Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:25:56 [2019-07-31T05:25:56.716Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] 
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] 
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf.core ---
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] 
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core.tests >--
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf.core.tests 1.0.9-SNAPSHOT [20/134]
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] 
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] 
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] The project's OSGi version is 1.0.9.201907310510
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] 
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] 
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] 
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] 
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] 
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/main/resources
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] 
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:57 [2019-07-31T05:25:57.647Z] [INFO] Compiling 34 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/classes
01:25:58 [2019-07-31T05:25:58.211Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/histogram/dataprovider/HistogramDataProviderTest.java:[66] 
01:25:58 [2019-07-31T05:25:58.211Z] 	private static final Map<String, ISeriesModel> EXPECTED_YDATA = ImmutableMap.of(Long.toString(1),
01:25:58 [2019-07-31T05:25:58.211Z] 	                                                                                ^^^^^^^^^^^^^^^^
01:25:58 [2019-07-31T05:25:58.211Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:25:58 [2019-07-31T05:25:58.211Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/histogram/dataprovider/HistogramDataProviderTest.java:[71] 
01:25:58 [2019-07-31T05:25:58.211Z] 	Long.toString(2),
01:25:58 [2019-07-31T05:25:58.211Z] 	^^^^^^^^^^^^^^^^
01:25:58 [2019-07-31T05:25:58.211Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:25:58 [2019-07-31T05:25:58.211Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/histogram/dataprovider/HistogramDataProviderTest.java:[109] 
01:25:58 [2019-07-31T05:25:58.211Z] 	SelectionTimeQueryFilter selectionFilter = new SelectionTimeQueryFilter(START, END, 100, ids);
01:25:58 [2019-07-31T05:25:58.211Z] 	                                                                                         ^^^
01:25:58 [2019-07-31T05:25:58.211Z] 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>'
01:25:58 [2019-07-31T05:25:58.211Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/ctf/core/tests/event/CtfTmfEventFieldSignExtensionTest.java:[39] 
01:25:58 [2019-07-31T05:25:58.211Z] 	private static final @NonNull CtfTestTrace DEBUG_INFO_TRACE = CtfTestTrace.DEBUG_INFO3;
01:25:58 [2019-07-31T05:25:58.211Z] 	                                                                           ^^^^^^^^^^^
01:25:58 [2019-07-31T05:25:58.211Z] The field CtfTestTrace.DEBUG_INFO3 is deprecated
01:25:58 [2019-07-31T05:25:58.211Z] 4 problems (4 warnings)
01:25:58 [2019-07-31T05:25:58.211Z] [INFO] 
01:25:58 [2019-07-31T05:25:58.211Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:58 [2019-07-31T05:25:58.211Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:25:58 [2019-07-31T05:25:58.211Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/test/resources
01:25:58 [2019-07-31T05:25:58.211Z] [INFO] 
01:25:58 [2019-07-31T05:25:58.211Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:58 [2019-07-31T05:25:58.211Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-sources.jar
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] 
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] 
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] 
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] 
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] 
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:58 [2019-07-31T05:25:58.468Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar
01:25:58 [2019-07-31T05:25:58.729Z] [INFO] 
01:25:58 [2019-07-31T05:25:58.730Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:25:58 [2019-07-31T05:25:58.730Z] [INFO] 
01:25:58 [2019-07-31T05:25:58.730Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:26:00 [2019-07-31T05:26:00.237Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/data/.metadata/.log
01:26:00 [2019-07-31T05:26:00.237Z] [INFO] Command line:
01:26:00 [2019-07-31T05:26:00.237Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:26:00 [2019-07-31T05:26:00.237Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:26:03 [2019-07-31T05:26:03.510Z] !SESSION 2019-07-31 05:26:00.657 -----------------------------------------------
01:26:03 [2019-07-31T05:26:03.510Z] eclipse.buildId=unknown
01:26:03 [2019-07-31T05:26:03.510Z] java.version=1.8.0_202
01:26:03 [2019-07-31T05:26:03.510Z] java.vendor=Oracle Corporation
01:26:03 [2019-07-31T05:26:03.510Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:26:03 [2019-07-31T05:26:03.510Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:26:03 [2019-07-31T05:26:03.510Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:26:03 [2019-07-31T05:26:03.510Z] 
01:26:03 [2019-07-31T05:26:03.510Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:26:03.436
01:26:03 [2019-07-31T05:26:03.510Z] !MESSAGE FrameworkEvent ERROR
01:26:03 [2019-07-31T05:26:03.510Z] !STACK 0
01:26:03 [2019-07-31T05:26:03.510Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
01:26:03 [2019-07-31T05:26:03.510Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:26:03 [2019-07-31T05:26:03.510Z] 
01:26:03 [2019-07-31T05:26:03.510Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:26:03 [2019-07-31T05:26:03.510Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:26:03 [2019-07-31T05:26:03.510Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:26:03 [2019-07-31T05:26:03.510Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:26:03 [2019-07-31T05:26:03.510Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:26:03 [2019-07-31T05:26:03.510Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:26:03 [2019-07-31T05:26:03.510Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:26:03 [2019-07-31T05:26:03.510Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:26:03 [2019-07-31T05:26:03.510Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:26:03 [2019-07-31T05:26:03.510Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:26:03 [2019-07-31T05:26:03.766Z] 
01:26:03 [2019-07-31T05:26:03.766Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:26:03.565
01:26:03 [2019-07-31T05:26:03.766Z] !MESSAGE FrameworkEvent ERROR
01:26:03 [2019-07-31T05:26:03.766Z] !STACK 0
01:26:03 [2019-07-31T05:26:03.766Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
01:26:03 [2019-07-31T05:26:03.766Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:26:03 [2019-07-31T05:26:03.766Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:26:03 [2019-07-31T05:26:03.766Z]     -> 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"
01:26:03 [2019-07-31T05:26:03.766Z]        org.apache.httpcomponents.httpclient.win [35]
01:26:03 [2019-07-31T05:26:03.766Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:26:03 [2019-07-31T05:26:03.766Z] 
01:26:03 [2019-07-31T05:26:03.766Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:26:03 [2019-07-31T05:26:03.766Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:26:03 [2019-07-31T05:26:03.766Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:26:03 [2019-07-31T05:26:03.766Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:26:03 [2019-07-31T05:26:03.766Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:26:03 [2019-07-31T05:26:03.766Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:26:03 [2019-07-31T05:26:03.766Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:26:03 [2019-07-31T05:26:03.766Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:26:03 [2019-07-31T05:26:03.766Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:26:03 [2019-07-31T05:26:03.766Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:26:06 [2019-07-31T05:26:06.288Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest
01:31:13 [2019-07-31T05:31:13.008Z] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 293.848 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[0: KERNEL](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 36.065 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[1: TRACE2](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 25.413 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[2: KERNEL_VM](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 31.393 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[3: SYNC_SRC](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 5.419 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[4: SYNC_DEST](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 4.221 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[5: DJANGO_CLIENT](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 32.004 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[6: DJANGO_DB](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 27.696 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[7: DJANGO_HTTPD](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 30.34 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[8: CYG_PROFILE](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 2.376 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[9: CYG_PROFILE_FAST](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 2.397 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[10: FUNKY_TRACE](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 3.258 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[11: ARM_64_BIT_HEADER](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 3.555 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[12: FLIPPING_ENDIANNESS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 2.627 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[13: DYNSCOPE](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 4.25 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[14: DEBUG_INFO](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 2.239 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[15: DEBUG_INFO3](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 2.241 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[16: DEBUG_INFO4](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 2.261 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[17: DEBUG_INFO_SYNTH_EXEC](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 2.23 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[18: DEBUG_INFO_SYNTH_TWO_PROCESSES](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 2.22 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[19: DEBUG_INFO_SYNTH_BUILDID_DEBUGLINK](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 2.219 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[20: MEMORY_ANALYSIS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 14.421 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[21: PERF_TASKSET2](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 2.288 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[22: MANY_THREADS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 11.79 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[23: CONTEXT_SWITCHES_KERNEL](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 13.334 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[24: CONTEXT_SWITCHES_UST](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 2.309 s
01:31:13 [2019-07-31T05:31:13.008Z] testTrimEvents[25: UNEVEN_STREAMS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest)  Time elapsed: 25.173 s
01:31:13 [2019-07-31T05:31:13.008Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest
01:31:13 [2019-07-31T05:31:13.008Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.166 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest
01:31:13 [2019-07-31T05:31:13.008Z] testNbEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest)  Time elapsed: 1.986 s
01:31:13 [2019-07-31T05:31:13.008Z] testNbEventsBug475007(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest)  Time elapsed: 2.905 s
01:31:13 [2019-07-31T05:31:13.008Z] testNormalEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest)  Time elapsed: 1.508 s
01:31:13 [2019-07-31T05:31:13.008Z] testSecondLostEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest)  Time elapsed: 1.508 s
01:31:13 [2019-07-31T05:31:13.008Z] testFirstLostEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest)  Time elapsed: 1.506 s
01:31:13 [2019-07-31T05:31:13.008Z] testLostEventWithTransform(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest)  Time elapsed: 2.699 s
01:31:13 [2019-07-31T05:31:13.008Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldVariantTest
01:31:13 [2019-07-31T05:31:13.008Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldVariantTest
01:31:13 [2019-07-31T05:31:13.008Z] testVariantGetField(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldVariantTest)  Time elapsed: 0.001 s
01:31:13 [2019-07-31T05:31:13.008Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest
01:31:13 [2019-07-31T05:31:13.008Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest
01:31:13 [2019-07-31T05:31:13.008Z] testGetFieldNames(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testGetFieldValue(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testCTFEvent_read(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testGetSubFieldValue(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0.001 s
01:31:13 [2019-07-31T05:31:13.008Z] testToString(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testCustomAttributes(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testGetters(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testTimestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testGetEventName(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testGetTimestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testGetFields(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testGetCPU(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testNullEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfCpuAspectTest
01:31:13 [2019-07-31T05:31:13.008Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfCpuAspectTest
01:31:13 [2019-07-31T05:31:13.008Z] test(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfCpuAspectTest)  Time elapsed: 0.001 s
01:31:13 [2019-07-31T05:31:13.008Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest
01:31:13 [2019-07-31T05:31:13.008Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_array_int(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0.002 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_variant(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0.001 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_float(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_enum(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_string(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_struct(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0.001 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_sequence(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_sequence_value(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0.039 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_array_enum(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0.001 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_array_float(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0.001 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_int(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_array_variant(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0.001 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_array_string(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0 s
01:31:13 [2019-07-31T05:31:13.008Z] testParseField_array_struct(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest)  Time elapsed: 0.001 s
01:31:13 [2019-07-31T05:31:13.008Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldSignExtensionTest
01:31:13 [2019-07-31T05:31:13.008Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldSignExtensionTest
01:31:13 [2019-07-31T05:31:13.008Z] testUnsignedByte(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldSignExtensionTest)  Time elapsed: 0.089 s
01:31:13 [2019-07-31T05:31:13.008Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest
01:31:14 [2019-07-31T05:31:14.662Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.307 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest
01:31:14 [2019-07-31T05:31:14.662Z] testTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest)  Time elapsed: 0 s
01:31:14 [2019-07-31T05:31:14.662Z] testContextEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest)  Time elapsed: 0.193 s
01:31:14 [2019-07-31T05:31:14.662Z] testContext1(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest)  Time elapsed: 0.22 s
01:31:14 [2019-07-31T05:31:14.662Z] testContext2(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest)  Time elapsed: 0.1 s
01:31:14 [2019-07-31T05:31:14.662Z] testContext3(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest)  Time elapsed: 0.098 s
01:31:14 [2019-07-31T05:31:14.662Z] testContext4(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest)  Time elapsed: 0.164 s
01:31:14 [2019-07-31T05:31:14.662Z] testContextMiddle(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest)  Time elapsed: 0.148 s
01:31:14 [2019-07-31T05:31:14.662Z] testContextStart(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest)  Time elapsed: 0.053 s
01:31:14 [2019-07-31T05:31:14.662Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest
01:31:14 [2019-07-31T05:31:14.662Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest
01:31:14 [2019-07-31T05:31:14.662Z] testToString(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest)  Time elapsed: 0 s
01:31:14 [2019-07-31T05:31:14.662Z] testCtfTmfEventType(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest)  Time elapsed: 0 s
01:31:14 [2019-07-31T05:31:14.662Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest
01:31:17 [2019-07-31T05:31:17.182Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.111 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest
01:31:17 [2019-07-31T05:31:17.182Z] testLostEventsTotals(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest)  Time elapsed: 0.001 s
01:31:17 [2019-07-31T05:31:17.182Z] testLostEventsTypes(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest)  Time elapsed: 0.001 s
01:31:17 [2019-07-31T05:31:17.182Z] testLostEventsTotalInRange(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest)  Time elapsed: 0.001 s
01:31:17 [2019-07-31T05:31:17.182Z] testLostEventsTypesInRange(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest)  Time elapsed: 0.001 s
01:31:17 [2019-07-31T05:31:17.182Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest
01:31:32 [2019-07-31T05:31:32.034Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.885 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest
01:31:32 [2019-07-31T05:31:32.034Z] testReopenIndex(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest)  Time elapsed: 7.767 s
01:31:32 [2019-07-31T05:31:32.034Z] testIndexing(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest)  Time elapsed: 6.117 s
01:31:32 [2019-07-31T05:31:32.034Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest
01:31:32 [2019-07-31T05:31:32.034Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest
01:31:32 [2019-07-31T05:31:32.034Z] testCtfTmfTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testSeekEvent_timestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0.001 s
01:31:32 [2019-07-31T05:31:32.034Z] testSeekEventLoc_timetamp(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testParseEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0.001 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetEndTime(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetNbEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testSeekEventLoc_null(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetStartTime(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testBroadcast(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0.001 s
01:31:32 [2019-07-31T05:31:32.034Z] testEventLookup(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0.002 s
01:31:32 [2019-07-31T05:31:32.034Z] testValidate(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0.05 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetEnvValue(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetName(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetNext(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetPath(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetStreamingInterval(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetContainedEventTypes(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetLocationRatio(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0.001 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetCacheSize(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetTraceProperties(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testCtfHostId(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testSeekEvent_rank(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetTimeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetEventType(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0.001 s
01:31:32 [2019-07-31T05:31:32.034Z] testSeekEvent_ratio(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetResource(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testSeekEvent_location(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testReadNextEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testDispose(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testSeekEventInvalidLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] testGetCurrentLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest)  Time elapsed: 0 s
01:31:32 [2019-07-31T05:31:32.034Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest
01:31:32 [2019-07-31T05:31:32.598Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest
01:31:32 [2019-07-31T05:31:32.598Z] testSecondToLastEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest)  Time elapsed: 0.196 s
01:31:32 [2019-07-31T05:31:32.598Z] testLastEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest)  Time elapsed: 0.225 s
01:31:32 [2019-07-31T05:31:32.598Z] testFirstEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest)  Time elapsed: 0.061 s
01:31:32 [2019-07-31T05:31:32.598Z] testSecondEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest)  Time elapsed: 0.1 s
01:31:32 [2019-07-31T05:31:32.598Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest
01:31:32 [2019-07-31T05:31:32.855Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest
01:31:32 [2019-07-31T05:31:32.855Z] testRapidBoundsWithTransform(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest)  Time elapsed: 0.133 s
01:31:32 [2019-07-31T05:31:32.855Z] testRapidBounds(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest)  Time elapsed: 0.07 s
01:31:32 [2019-07-31T05:31:32.855Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest
01:31:32 [2019-07-31T05:31:32.855Z] 
01:31:32 [2019-07-31T05:31:32.855Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:31:32.738
01:31:32 [2019-07-31T05:31:32.855Z] !MESSAGE Unknown trace attribute: test
01:31:32 [2019-07-31T05:31:32.855Z] 
01:31:32 [2019-07-31T05:31:32.855Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:31:32.745
01:31:32 [2019-07-31T05:31:32.855Z] !MESSAGE Unknown trace attribute: test1
01:31:32 [2019-07-31T05:31:32.855Z] 
01:31:32 [2019-07-31T05:31:32.855Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:31:32.746
01:31:32 [2019-07-31T05:31:32.855Z] !MESSAGE Unknown trace attribute: test2
01:31:32 [2019-07-31T05:31:32.855Z] 
01:31:32 [2019-07-31T05:31:32.855Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:31:32.746
01:31:32 [2019-07-31T05:31:32.855Z] !MESSAGE Unknown trace attribute: test3
01:31:32 [2019-07-31T05:31:32.855Z] 
01:31:32 [2019-07-31T05:31:32.855Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-31 05:31:32.747
01:31:32 [2019-07-31T05:31:32.855Z] !MESSAGE Unknown trace attribute: test4
01:31:33 [2019-07-31T05:31:33.121Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest
01:31:33 [2019-07-31T05:31:33.121Z] 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.039 s
01:31:33 [2019-07-31T05:31:33.121Z] testValidate[1: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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.045 s
01:31:33 [2019-07-31T05:31:33.121Z] 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.031 s
01:31:33 [2019-07-31T05:31:33.121Z] 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.038 s
01:31:33 [2019-07-31T05:31:33.121Z] 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
01:31:33 [2019-07-31T05:31:33.121Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest
01:31:37 [2019-07-31T05:31:37.297Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.312 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest
01:31:37 [2019-07-31T05:31:37.297Z] testPreviousMatchingEventStartMatches(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 0.213 s
01:31:37 [2019-07-31T05:31:37.297Z] testPreviousMatchingEventProgressMonitor(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 0.299 s
01:31:37 [2019-07-31T05:31:37.297Z] testNextMatchingEventStartMatches(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 0.297 s
01:31:37 [2019-07-31T05:31:37.297Z] testPreviousMatchingEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 0.301 s
01:31:37 [2019-07-31T05:31:37.297Z] testNextMatchingEventProgressMonitor(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 0.301 s
01:31:37 [2019-07-31T05:31:37.297Z] testPreviousMatchingEventFar(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 0.3 s
01:31:37 [2019-07-31T05:31:37.297Z] testNextMatchingEventCancelled(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 0 s
01:31:37 [2019-07-31T05:31:37.297Z] testPreviousMatchingBeginningOfTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 0.598 s
01:31:37 [2019-07-31T05:31:37.297Z] testPreviousMatchingEventNoMatch(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 0.301 s
01:31:37 [2019-07-31T05:31:37.297Z] testNextMatchingEventNoMatch(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 1.3 s
01:31:37 [2019-07-31T05:31:37.297Z] testNextMatchingEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 0.302 s
01:31:37 [2019-07-31T05:31:37.297Z] testPreviousMatchingEventCancelled(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest)  Time elapsed: 0.001 s
01:31:37 [2019-07-31T05:31:37.297Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest
01:31:37 [2019-07-31T05:31:37.554Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventsInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.001 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventTypesInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.001 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventsInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0 s
01:31:37 [2019-07-31T05:31:37.554Z] testEventTypesTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.001 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventTypesInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.001 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventsTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventsInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.005 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventsInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventsInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventTypesInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.022 s
01:31:37 [2019-07-31T05:31:37.554Z] testHistogramQuerySmall(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.003 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventsInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventsInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.001 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventTypesInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.002 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventTypesInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.003 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventTypesInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.002 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventsInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventTypesInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.002 s
01:31:37 [2019-07-31T05:31:37.554Z] testGetEventTypesInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.002 s
01:31:37 [2019-07-31T05:31:37.554Z] testHistogramQueryFull(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest)  Time elapsed: 0.054 s
01:31:37 [2019-07-31T05:31:37.554Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest
01:32:16 [2019-07-31T05:32:16.227Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.755 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventsInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.555 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventTypesInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.566 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventsInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.374 s
01:32:16 [2019-07-31T05:32:16.227Z] testEventTypesTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.506 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventTypesInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.539 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventsTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.299 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventsInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 1.041 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventsInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.201 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventsInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.202 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventTypesInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 1.1 s
01:32:16 [2019-07-31T05:32:16.227Z] testHistogramQuerySmall(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 1.101 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventsInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 1.101 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventsInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.403 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventTypesInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 1.099 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventTypesInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.202 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventTypesInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.199 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventsInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 1.101 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventTypesInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.547 s
01:32:16 [2019-07-31T05:32:16.227Z] testGetEventTypesInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 1.059 s
01:32:16 [2019-07-31T05:32:16.227Z] testHistogramQueryFull(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest)  Time elapsed: 2.506 s
01:32:16 [2019-07-31T05:32:16.227Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest
01:32:38 [2019-07-31T05:32:38.135Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 19.485 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest
01:32:38 [2019-07-31T05:32:38.135Z] preemptedForegroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest)  Time elapsed: 0.416 s
01:32:38 [2019-07-31T05:32:38.135Z] foregroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest)  Time elapsed: 2.013 s
01:32:38 [2019-07-31T05:32:38.135Z] executionOrder(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) skipped
01:32:38 [2019-07-31T05:32:38.135Z] TestMultiRequest1(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest)  Time elapsed: 2.402 s
01:32:38 [2019-07-31T05:32:38.135Z] TestMultiRequest2(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest)  Time elapsed: 2.376 s
01:32:38 [2019-07-31T05:32:38.135Z] TestMultiRequest3(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest)  Time elapsed: 1.116 s
01:32:38 [2019-07-31T05:32:38.135Z] TestMultiRequest4(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest)  Time elapsed: 0.329 s
01:32:38 [2019-07-31T05:32:38.135Z] TestMultiRequest5(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest)  Time elapsed: 0.311 s
01:32:38 [2019-07-31T05:32:38.135Z] TestMultiRequest6(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest)  Time elapsed: 2.39 s
01:32:38 [2019-07-31T05:32:38.135Z] TestMultiRequest7(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest)  Time elapsed: 2.847 s
01:32:38 [2019-07-31T05:32:38.135Z] preemptedBackgroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest)  Time elapsed: 0.363 s
01:32:38 [2019-07-31T05:32:38.135Z] backgroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest)  Time elapsed: 2.482 s
01:32:38 [2019-07-31T05:32:38.135Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest
01:32:43 [2019-07-31T05:32:43.386Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.027 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest
01:32:43 [2019-07-31T05:32:43.386Z] testSupplementaryFileDir(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest)  Time elapsed: 2.316 s
01:32:43 [2019-07-31T05:32:43.386Z] testDeleteSupplementaryFolder(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest)  Time elapsed: 1.185 s
01:32:43 [2019-07-31T05:32:43.386Z] testTemporaryDirPath(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest)  Time elapsed: 2.343 s
01:32:43 [2019-07-31T05:32:43.386Z] testDeleteSupplementaryFiles(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest)  Time elapsed: 1.181 s
01:32:43 [2019-07-31T05:32:43.386Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest
01:34:19 [2019-07-31T05:34:19.988Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 84.513 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest
01:34:19 [2019-07-31T05:34:19.988Z] testTraceTimeRangeClampingEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.019 s
01:34:19 [2019-07-31T05:34:19.988Z] testTraceSetNestedExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 16.027 s
01:34:19 [2019-07-31T05:34:19.988Z] testExperimentTimestampInTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 4.853 s
01:34:19 [2019-07-31T05:34:19.988Z] testExperimentTimestampInvalid(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 4.86 s
01:34:19 [2019-07-31T05:34:19.988Z] testExperimentInitialRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 4.843 s
01:34:19 [2019-07-31T05:34:19.988Z] testTraceTimeRangeClampingStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.001 s
01:34:19 [2019-07-31T05:34:19.988Z] testTwoTracesTimeRangePartiallyInOne(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.001 s
01:34:19 [2019-07-31T05:34:19.988Z] testExperimentRangeClampingBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 4.826 s
01:34:19 [2019-07-31T05:34:19.988Z] testTwoTracesTimestampValid(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.001 s
01:34:19 [2019-07-31T05:34:19.988Z] testTwoTracesTimestampInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] testTraceSetWithNestedExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 15.235 s
01:34:19 [2019-07-31T05:34:19.988Z] testTwoTracesTimestampInvalid(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.001 s
01:34:19 [2019-07-31T05:34:19.988Z] testTraceInitialRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.001 s
01:34:19 [2019-07-31T05:34:19.988Z] testTwoTracesTimeRangeAllInOne(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.001 s
01:34:19 [2019-07-31T05:34:19.988Z] testInitialize(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] testTraceTimeRangeClampingBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.001 s
01:34:19 [2019-07-31T05:34:19.988Z] testTraceNewTimeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.001 s
01:34:19 [2019-07-31T05:34:19.988Z] testTraceSetExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 4.821 s
01:34:19 [2019-07-31T05:34:19.988Z] testTwoTracesTimeRangeInBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.003 s
01:34:19 [2019-07-31T05:34:19.988Z] testExperimentRangeInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 4.875 s
01:34:19 [2019-07-31T05:34:19.988Z] testExperimentRangeClampingOne(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 4.822 s
01:34:19 [2019-07-31T05:34:19.988Z] testTraceSetWithExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 4.83 s
01:34:19 [2019-07-31T05:34:19.988Z] testNewTimestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.001 s
01:34:19 [2019-07-31T05:34:19.988Z] testTraceSetForHost(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.008 s
01:34:19 [2019-07-31T05:34:19.988Z] testTraceSetExperimentForHost(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 4.915 s
01:34:19 [2019-07-31T05:34:19.988Z] testTwoTracesTimeRangeInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.002 s
01:34:19 [2019-07-31T05:34:19.988Z] testExperimentTimestampInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 4.783 s
01:34:19 [2019-07-31T05:34:19.988Z] testTraceSet(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0.001 s
01:34:19 [2019-07-31T05:34:19.988Z] testTimestampAfter(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] testTimestampBefore(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest
01:34:19 [2019-07-31T05:34:19.988Z] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.993 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest
01:34:19 [2019-07-31T05:34:19.988Z] testEqualsEmpty(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.056 s
01:34:19 [2019-07-31T05:34:19.988Z] testEqualsOther(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.105 s
01:34:19 [2019-07-31T05:34:19.988Z] testAdvance(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.053 s
01:34:19 [2019-07-31T05:34:19.988Z] testGetCurrentEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.07 s
01:34:19 [2019-07-31T05:34:19.988Z] testIncreaseRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.05 s
01:34:19 [2019-07-31T05:34:19.988Z] testHasValidRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.046 s
01:34:19 [2019-07-31T05:34:19.988Z] testSeek(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.165 s
01:34:19 [2019-07-31T05:34:19.988Z] testSetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.049 s
01:34:19 [2019-07-31T05:34:19.988Z] testGetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.043 s
01:34:19 [2019-07-31T05:34:19.988Z] testCompareTo(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.044 s
01:34:19 [2019-07-31T05:34:19.988Z] testGetRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.044 s
01:34:19 [2019-07-31T05:34:19.988Z] testHashCode(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.043 s
01:34:19 [2019-07-31T05:34:19.988Z] testGetCtfTmfTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.044 s
01:34:19 [2019-07-31T05:34:19.988Z] testCtfIteratorPosition(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.043 s
01:34:19 [2019-07-31T05:34:19.988Z] testCtfIteratorInit(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.044 s
01:34:19 [2019-07-31T05:34:19.988Z] testSetRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.044 s
01:34:19 [2019-07-31T05:34:19.988Z] testCtfIteratorNoinit(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest)  Time elapsed: 0.043 s
01:34:19 [2019-07-31T05:34:19.988Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest
01:34:19 [2019-07-31T05:34:19.988Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest
01:34:19 [2019-07-31T05:34:19.988Z] testToString(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] testCompareTo(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest)  Time elapsed: 0.001 s
01:34:19 [2019-07-31T05:34:19.988Z] testGetters(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] testHashCode(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] testEquals(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest
01:34:19 [2019-07-31T05:34:19.988Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest
01:34:19 [2019-07-31T05:34:19.988Z] testCtfLocation_timestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] testToString_valid(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] testSetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] testGetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] testToString_invalid(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] testCtfLocation_long(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest)  Time elapsed: 0 s
01:34:19 [2019-07-31T05:34:19.988Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest
01:34:52 [2019-07-31T05:34:52.032Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.811 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest
01:34:52 [2019-07-31T05:34:52.032Z] testTooManyContexts(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest)  Time elapsed: 37.753 s
01:34:52 [2019-07-31T05:34:52.032Z] testIndexing(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest)  Time elapsed: 1.011 s
01:34:52 [2019-07-31T05:34:52.032Z] Running org.eclipse.tracecompass.tmf.core.tests.histogram.dataprovider.HistogramDataProviderTest
01:34:52 [2019-07-31T05:34:52.032Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.eclipse.tracecompass.tmf.core.tests.histogram.dataprovider.HistogramDataProviderTest
01:34:52 [2019-07-31T05:34:52.032Z] testHelloLost(org.eclipse.tracecompass.tmf.core.tests.histogram.dataprovider.HistogramDataProviderTest)  Time elapsed: 0.168 s
01:34:52 [2019-07-31T05:34:52.032Z] 
01:34:52 [2019-07-31T05:34:52.032Z] Results:
01:34:52 [2019-07-31T05:34:52.032Z] 
01:34:52 [2019-07-31T05:34:52.032Z] Tests run: 249, Failures: 0, Errors: 0, Skipped: 1
01:34:52 [2019-07-31T05:34:52.032Z] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] All tests passed!
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core.tests >--
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.core.tests 0.0.1-SNAPSHOT [21/134]
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] The project's OSGi version is 0.0.1.201907310510
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/src/main/resources
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:52 [2019-07-31T05:34:52.032Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/classes
01:34:52 [2019-07-31T05:34:52.967Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.967Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:52 [2019-07-31T05:34:52.967Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:34:52 [2019-07-31T05:34:52.967Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/src/test/resources
01:34:52 [2019-07-31T05:34:52.967Z] [INFO] 
01:34:52 [2019-07-31T05:34:52.967Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-sources.jar
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] 
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] 
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] 
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] 
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] 
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] 
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] 
01:34:53 [2019-07-31T05:34:53.223Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:34:57 [2019-07-31T05:34:57.398Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/data/.metadata/.log
01:34:57 [2019-07-31T05:34:57.398Z] [INFO] Command line:
01:34:57 [2019-07-31T05:34:57.398Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:34:57 [2019-07-31T05:34:57.398Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:35:00 [2019-07-31T05:35:00.673Z] !SESSION 2019-07-31 05:34:57.525 -----------------------------------------------
01:35:00 [2019-07-31T05:35:00.673Z] eclipse.buildId=unknown
01:35:00 [2019-07-31T05:35:00.673Z] java.version=1.8.0_202
01:35:00 [2019-07-31T05:35:00.673Z] java.vendor=Oracle Corporation
01:35:00 [2019-07-31T05:35:00.673Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:35:00 [2019-07-31T05:35:00.673Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:35:00 [2019-07-31T05:35:00.673Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:35:00 [2019-07-31T05:35:00.673Z] 
01:35:00 [2019-07-31T05:35:00.673Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:35:00.126
01:35:00 [2019-07-31T05:35:00.673Z] !MESSAGE FrameworkEvent ERROR
01:35:00 [2019-07-31T05:35:00.673Z] !STACK 0
01:35:00 [2019-07-31T05:35:00.673Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
01:35:00 [2019-07-31T05:35:00.673Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:35:00 [2019-07-31T05:35:00.673Z] 
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:35:00 [2019-07-31T05:35:00.673Z] 
01:35:00 [2019-07-31T05:35:00.673Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:35:00.257
01:35:00 [2019-07-31T05:35:00.673Z] !MESSAGE FrameworkEvent ERROR
01:35:00 [2019-07-31T05:35:00.673Z] !STACK 0
01:35:00 [2019-07-31T05:35:00.673Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
01:35:00 [2019-07-31T05:35:00.673Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:35:00 [2019-07-31T05:35:00.673Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:35:00 [2019-07-31T05:35:00.673Z]     -> 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"
01:35:00 [2019-07-31T05:35:00.673Z]        org.apache.httpcomponents.httpclient.win [35]
01:35:00 [2019-07-31T05:35:00.673Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:35:00 [2019-07-31T05:35:00.673Z] 
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:35:00 [2019-07-31T05:35:00.673Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:35:02 [2019-07-31T05:35:02.566Z] Running org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest
01:35:03 [2019-07-31T05:35:03.495Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s - in org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest
01:35:03 [2019-07-31T05:35:03.495Z] testEventHandle(org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest)  Time elapsed: 0.566 s
01:35:03 [2019-07-31T05:35:03.495Z] testGetNewInstance(org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest)  Time elapsed: 0.017 s
01:35:03 [2019-07-31T05:35:03.495Z] Running org.eclipse.tracecompass.analysis.counters.core.tests.CounterAnalysisTest
01:35:03 [2019-07-31T05:35:03.495Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.tracecompass.analysis.counters.core.tests.CounterAnalysisTest
01:35:03 [2019-07-31T05:35:03.495Z] testCanExecute(org.eclipse.tracecompass.analysis.counters.core.tests.CounterAnalysisTest)  Time elapsed: 0.001 s
01:35:03 [2019-07-31T05:35:03.495Z] 
01:35:03 [2019-07-31T05:35:03.495Z] Results:
01:35:03 [2019-07-31T05:35:03.495Z] 
01:35:03 [2019-07-31T05:35:03.495Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
01:35:03 [2019-07-31T05:35:03.495Z] 
01:35:05 [2019-07-31T05:35:05.064Z] [INFO] All tests passed!
01:35:05 [2019-07-31T05:35:05.064Z] [INFO] 
01:35:05 [2019-07-31T05:35:05.064Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:35:05 [2019-07-31T05:35:05.064Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:35:05 [2019-07-31T05:35:05.064Z] [INFO] 
01:35:05 [2019-07-31T05:35:05.064Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:35:05 [2019-07-31T05:35:05.321Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:35:05 [2019-07-31T05:35:05.321Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:35:05 [2019-07-31T05:35:05.578Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:35:06 [2019-07-31T05:35:06.141Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
01:35:06 [2019-07-31T05:35:06.398Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:35:06 [2019-07-31T05:35:06.656Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:35:06 [2019-07-31T05:35:06.656Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:35:06 [2019-07-31T05:35:06.913Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:35:07 [2019-07-31T05:35:07.171Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:35:07 [2019-07-31T05:35:07.171Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:35:07 [2019-07-31T05:35:07.171Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] 
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] 
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.core.tests ---
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] 
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui >------
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] Building org.eclipse.tracecompass.tmf.ui 5.1.0-SNAPSHOT         [22/134]
01:35:07 [2019-07-31T05:35:07.428Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] 
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ui ---
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] 
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ui ---
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] The project's OSGi version is 5.1.0.201907310510
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] 
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ui ---
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] 
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ui ---
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] 
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ui ---
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] 
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ui ---
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] 
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ui ---
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/main/resources
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] 
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ui ---
01:35:07 [2019-07-31T05:35:07.685Z] [INFO] Compiling 518 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/classes
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/TmfGenericTreeEntry.java:[36] 
01:35:14 [2019-07-31T05:35:14.234Z] 	super(model.getName());
01:35:14 [2019-07-31T05:35:14.234Z] 	      ^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/handlers/KeyBindingsManager.java:[150] 
01:35:14 [2019-07-31T05:35:14.234Z] 	Object serviceObject = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getService(IHandlerService.class);
01:35:14 [2019-07-31T05:35:14.234Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] 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
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/handlers/KeyBindingsManager.java:[260] 
01:35:14 [2019-07-31T05:35:14.234Z] 	Object serviceObject = window.getService(IHandlerService.class);
01:35:14 [2019-07-31T05:35:14.234Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] 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
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/handlers/OpenAction.java:[75] 
01:35:14 [2019-07-31T05:35:14.234Z] 	Object service = page.getActivePart().getSite().getService(IHandlerService.class);
01:35:14 [2019-07-31T05:35:14.234Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] 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
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[267] 
01:35:14 [2019-07-31T05:35:14.234Z] 	addItem(null, Messages.Histogram_selectionSpanToolTip, delta.toString());
01:35:14 [2019-07-31T05:35:14.234Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[267] 
01:35:14 [2019-07-31T05:35:14.234Z] 	addItem(null, Messages.Histogram_selectionSpanToolTip, delta.toString());
01:35:14 [2019-07-31T05:35:14.234Z] 	                                                       ^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[269] 
01:35:14 [2019-07-31T05:35:14.234Z] 	addItem(null, ToolTipString.fromString(Messages.Histogram_bucketRangeToolTip),
01:35:14 [2019-07-31T05:35:14.234Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[270] 
01:35:14 [2019-07-31T05:35:14.234Z] 	ToolTipString.fromTimestamp(NLS.bind(Messages.Histogram_timeRange,
01:35:14 [2019-07-31T05:35:14.234Z]                             TmfTimestamp.fromNanos(startTime).toString(), TmfTimestamp.fromNanos(endTime).toString()), startTime));
01:35:14 [2019-07-31T05:35:14.234Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[272] 
01:35:14 [2019-07-31T05:35:14.234Z] 	addItem(null, Messages.Histogram_eventCountToolTip, Long.toString(nbEvents));
01:35:14 [2019-07-31T05:35:14.234Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[272] 
01:35:14 [2019-07-31T05:35:14.234Z] 	addItem(null, Messages.Histogram_eventCountToolTip, Long.toString(nbEvents));
01:35:14 [2019-07-31T05:35:14.234Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[275] 
01:35:14 [2019-07-31T05:35:14.234Z] 	addItem(null, Messages.Histogram_lostEventCountToolTip, Long.toString(nbLostEvents));
01:35:14 [2019-07-31T05:35:14.234Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[275] 
01:35:14 [2019-07-31T05:35:14.234Z] 	addItem(null, Messages.Histogram_lostEventCountToolTip, Long.toString(nbLostEvents));
01:35:14 [2019-07-31T05:35:14.234Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/wizards/importtrace/ArchiveUtil.java:[129] 
01:35:14 [2019-07-31T05:35:14.234Z] 	return closeZipFile(specifiedFile);
01:35:14 [2019-07-31T05:35:14.234Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Potential resource leak: 'specifiedFile' may not be closed at this location
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/wizards/importtrace/ArchiveUtil.java:[189] 
01:35:14 [2019-07-31T05:35:14.234Z] 	return archiveSize;
01:35:14 [2019-07-31T05:35:14.234Z] 	^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Potential resource leak: 'zipFile' may not be closed at this location
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/project/model/TmfViewerSorter.java:[15] 
01:35:14 [2019-07-31T05:35:14.234Z] 	import org.eclipse.jface.viewers.ViewerSorter;
01:35:14 [2019-07-31T05:35:14.234Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] The type ViewerSorter is deprecated
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/project/model/TmfViewerSorter.java:[21] 
01:35:14 [2019-07-31T05:35:14.234Z] 	public class TmfViewerSorter extends ViewerSorter {
01:35:14 [2019-07-31T05:35:14.234Z] 	                                     ^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] The type ViewerSorter is deprecated
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timechart/TimeChartAnalysisProvider.java:[107] 
01:35:14 [2019-07-31T05:35:14.234Z] 	stateItems[i] = new StateItem(settings[i].getTickColorRGB());
01:35:14 [2019-07-31T05:35:14.234Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] The constructor StateItem(RGB) is deprecated
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/events/TmfEventsTable.java:[1231] 
01:35:14 [2019-07-31T05:35:14.234Z] 	Object handlerServiceObject = activePage.getActiveEditor().getSite().getService(IHandlerService.class);
01:35:14 [2019-07-31T05:35:14.234Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] 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
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/events/TmfEventsTable.java:[1233] 
01:35:14 [2019-07-31T05:35:14.234Z] 	Object cmdServiceObject = activePage.getActiveEditor().getSite().getService(ICommandService.class);
01:35:14 [2019-07-31T05:35:14.234Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] 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
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/statesystem/TmfStateSystemExplorer.java:[252] 
01:35:14 [2019-07-31T05:35:14.234Z] 	ITimeGraphDataProvider<@NonNull TimeGraphEntryModel> dataProvider = DataProviderManager
01:35:14 [2019-07-31T05:35:14.234Z]                 .getInstance().getDataProvider(Objects.requireNonNull(moduleTrace), getProviderId(), ITimeGraphDataProvider.class);
01:35:14 [2019-07-31T05:35:14.234Z] 	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITimeGraphDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/Utils.java:[846] 
01:35:14 [2019-07-31T05:35:14.234Z] 	return Iterables.concat(Collections.singleton(root), Iterables.concat(transform));
01:35:14 [2019-07-31T05:35:14.234Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Null type safety (type annotations): The expression of type 'Iterable<@NonNull TimeGraphEntry>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull TimeGraphEntry>'
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/rawviewer/TmfRawEventViewer.java:[717] 
01:35:14 [2019-07-31T05:35:14.234Z] 	int offset = fStyledText.getOffsetAtLocation(new Point(0, fCursorYCoordinate));
01:35:14 [2019-07-31T05:35:14.234Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] The method getOffsetAtLocation(Point) from the type StyledText is deprecated
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/rawviewer/TmfRawEventViewer.java:[1127] 
01:35:14 [2019-07-31T05:35:14.234Z] 	int offset = fStyledText.getOffsetAtLocation(new Point(0, e.y));
01:35:14 [2019-07-31T05:35:14.234Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] The method getOffsetAtLocation(Point) from the type StyledText is deprecated
01:35:14 [2019-07-31T05:35:14.234Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[209] 
01:35:14 [2019-07-31T05:35:14.234Z] 	Set<Long> ids = (Set<Long>) ctx.getData(getClass() + CHECKED_ELEMENTS);
01:35:14 [2019-07-31T05:35:14.234Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.234Z] Type safety: Unchecked cast from Object to Set<Long>
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[248] 
01:35:14 [2019-07-31T05:35:14.235Z] 	&& ids.contains(((TmfGenericTreeEntry) root).getModel().getId())) {
01:35:14 [2019-07-31T05:35:14.235Z] 	                  ^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] TmfGenericTreeEntry is a raw type. References to generic type TmfGenericTreeEntry<M> should be parameterized
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[420] 
01:35:14 [2019-07-31T05:35:14.235Z] 	ids.add(((TmfGenericTreeEntry) checkedElement).getModel().getId());
01:35:14 [2019-07-31T05:35:14.235Z] 	          ^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] TmfGenericTreeEntry is a raw type. References to generic type TmfGenericTreeEntry<M> should be parameterized
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[480] 
01:35:14 [2019-07-31T05:35:14.235Z] 	return DataProviderManager.getInstance().getDataProvider(trace, fId, ITmfTreeDataProvider.class);
01:35:14 [2019-07-31T05:35:14.235Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[566] 
01:35:14 [2019-07-31T05:35:14.235Z] 	return comparator.compare((T) e1, (T) e2);
01:35:14 [2019-07-31T05:35:14.235Z] 	                          ^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Type safety: Unchecked cast from Object to T
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[566] 
01:35:14 [2019-07-31T05:35:14.235Z] 	return comparator.compare((T) e1, (T) e2);
01:35:14 [2019-07-31T05:35:14.235Z] 	                                  ^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Type safety: Unchecked cast from Object to T
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/wizards/tracepkg/AbstractTracePackageOperation.java:[129] 
01:35:14 [2019-07-31T05:35:14.235Z] 	return new ZipArchiveFile(new ZipFile(file));
01:35:14 [2019-07-31T05:35:14.235Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Potential resource leak: '<unassigned Closeable value>' may not be closed at this location
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[90] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(null, ToolTipString.fromString(Messages.TmfCommonXLineChartTooltipProvider_time), ToolTipString.fromTimestamp(time.toString(), time.toNanos()));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[90] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(null, ToolTipString.fromString(Messages.TmfCommonXLineChartTooltipProvider_time), ToolTipString.fromTimestamp(time.toString(), time.toNanos()));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                      ^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[104] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(null, ToolTipString.fromHtml(key), ToolTipString.fromDecimal(yValue));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                     ^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[106] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(null, ToolTipString.fromHtml(key), ToolTipString.fromString(format.format(yValue)));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                     ^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[106] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(null, ToolTipString.fromHtml(key), ToolTipString.fromString(format.format(yValue)));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                    ^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[115] 
01:35:14 [2019-07-31T05:35:14.235Z] 	ITimeGraphDataProvider<@NonNull TimeGraphEntryModel> dataProvider = DataProviderManager
01:35:14 [2019-07-31T05:35:14.235Z]                 .getInstance().getDataProvider(trace, getProviderId(), ITimeGraphDataProvider.class);
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITimeGraphDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[309] 
01:35:14 [2019-07-31T05:35:14.235Z] 	SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(times, entry.getValue());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                      ^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'Collection<Long>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[313] 
01:35:14 [2019-07-31T05:35:14.235Z] 	parameters.put(DataProviderParameterUtils.REGEX_MAP_FILTERS_KEY, regexesMap.asMap());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                 ^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to '@NonNull Object'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[344] 
01:35:14 [2019-07-31T05:35:14.235Z] 	providersToModelIds.put(provider, entry.getModel().getId());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                        ^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] The method getModel() from the type TimeGraphEntry is deprecated
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/SDView.java:[1168] 
01:35:14 [2019-07-31T05:35:14.235Z] 	final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class);
01:35:14 [2019-07-31T05:35:14.235Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/SDView.java:[1186] 
01:35:14 [2019-07-31T05:35:14.235Z] 	final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class);
01:35:14 [2019-07-31T05:35:14.235Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/NGC.java:[845] 
01:35:14 [2019-07-31T05:35:14.235Z] 	int width = fContext.getFontMetrics().getAverageCharWidth();
01:35:14 [2019-07-31T05:35:14.235Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] The method getAverageCharWidth() from the type FontMetrics is deprecated
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[73] 
01:35:14 [2019-07-31T05:35:14.235Z] 	private static final @NonNull Comparator<ITmfStateInterval> INTERVALS_COMPARATOR = Comparator.comparing(ITmfStateInterval::getStartTime).thenComparing(ITmfStateInterval::getEndTime);
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'Comparator<ITmfStateInterval>' needs unchecked conversion to conform to '@NonNull Comparator<ITmfStateInterval>'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[75] 
01:35:14 [2019-07-31T05:35:14.235Z] 	private static final @NonNull Comparator<ITimeEvent> TIME_EVENT_COMPARATOR = Comparator.comparing(ITimeEvent::getTime).thenComparing(ITimeEvent::getDuration);
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'Comparator<ITimeEvent>' needs unchecked conversion to conform to '@NonNull Comparator<ITimeEvent>'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[188] 
01:35:14 [2019-07-31T05:35:14.235Z] 	@NonNull Map<@NonNull Integer, @NonNull Predicate<@NonNull Map<@NonNull String, @NonNull String>>> predicates = computeRegexPredicate();
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] The method computeRegexPredicate() from the type AbstractTimeGraphView is deprecated
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[231] 
01:35:14 [2019-07-31T05:35:14.235Z] 	doFilterEvents(entry, eventList, predicates);
01:35:14 [2019-07-31T05:35:14.235Z] 	                      ^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'List<ITimeEvent>' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeEvent>'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[251] 
01:35:14 [2019-07-31T05:35:14.235Z] 	doFilterEvents(entry, eventList, predicates);
01:35:14 [2019-07-31T05:35:14.235Z] 	                      ^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'List<ITimeEvent>' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeEvent>'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[251] 
01:35:14 [2019-07-31T05:35:14.235Z] 	doFilterEvents(entry, eventList, predicates);
01:35:14 [2019-07-31T05:35:14.235Z] 	                                 ^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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>>>'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[273] 
01:35:14 [2019-07-31T05:35:14.235Z] 	Collection<Integer> quarks = getQuarksForEntry(entry, ss);
01:35:14 [2019-07-31T05:35:14.235Z] 	                                               ^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'ITimeGraphEntry' needs unchecked conversion to conform to '@NonNull ITimeGraphEntry'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[110] 
01:35:14 [2019-07-31T05:35:14.235Z] 	ToolTipString category = entry.getKey().isEmpty() || entry.getKey().equals(OLD_TOOLTIP) ? null : ToolTipString.fromString(entry.getKey());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                          ^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[116] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(category, ToolTipString.fromString(key), ToolTipString.fromDecimal((Number) value));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                           ^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[118] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(category, ToolTipString.fromString(key), ToolTipString.fromTimestamp(String.valueOf(value), ((ITmfTimestamp) value).toNanos()));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                           ^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[120] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(category, ToolTipString.fromString(key), ToolTipString.fromString(String.valueOf(value)));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                           ^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfFilteredXYChartViewer.java:[83] 
01:35:14 [2019-07-31T05:35:14.235Z] 	Iterable<TmfGenericTreeEntry> counterEntries = Iterables.filter(entries, TmfGenericTreeEntry.class);
01:35:14 [2019-07-31T05:35:14.235Z] 	         ^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] TmfGenericTreeEntry is a raw type. References to generic type TmfGenericTreeEntry<M> should be parameterized
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfFilteredXYChartViewer.java:[120] 
01:35:14 [2019-07-31T05:35:14.235Z] 	parameters.put(DataProviderParameterUtils.REGEX_MAP_FILTERS_KEY, regexesMap.asMap());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                 ^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to '@NonNull Object'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfFilteredXYChartViewer.java:[141] 
01:35:14 [2019-07-31T05:35:14.235Z] 	return DataProviderManager.getInstance().getDataProvider(trace, fId, ITmfTreeXYDataProvider.class);
01:35:14 [2019-07-31T05:35:14.235Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeXYDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[727] 
01:35:14 [2019-07-31T05:35:14.235Z] 	Map<String, String> toTest = new HashMap<>(getPresentationProvider().getFilterInput(te));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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>'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[731] 
01:35:14 [2019-07-31T05:35:14.235Z] 	Integer property = mapEntry.getKey();
01:35:14 [2019-07-31T05:35:14.235Z] 	                   ^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[798] 
01:35:14 [2019-07-31T05:35:14.235Z] 	for (Entry<Integer, Collection<String>> entry : regexes.asMap().entrySet()) {
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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>>'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[827] 
01:35:14 [2019-07-31T05:35:14.235Z] 	for (Entry<Integer, Collection<String>> entry : regexes.asMap().entrySet()) {
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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>>'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[1424] 
01:35:14 [2019-07-31T05:35:14.235Z] 	fContextService = site.getWorkbenchWindow().getService(IContextService.class);
01:35:14 [2019-07-31T05:35:14.235Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[1785] 
01:35:14 [2019-07-31T05:35:14.235Z] 	service = site.getService(IWorkbenchSiteProgressService.class);
01:35:14 [2019-07-31T05:35:14.235Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[2790] 
01:35:14 [2019-07-31T05:35:14.235Z] 	final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class);
01:35:14 [2019-07-31T05:35:14.235Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[2802] 
01:35:14 [2019-07-31T05:35:14.235Z] 	final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class);
01:35:14 [2019-07-31T05:35:14.235Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/ITimeEvent.java:[96] 
01:35:14 [2019-07-31T05:35:14.235Z] 	default @NonNull Map<@NonNull String, @NonNull String> computeData() {
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                       ^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] The method ITimeEvent.computeData() overrides a deprecated method from IElementResolver
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/tracetype/preferences/TraceTypeTreeContentProvider.java:[36] 
01:35:14 [2019-07-31T05:35:14.235Z] 	((Iterable<TraceTypeHelper>) inputElement).forEach(helper -> {
01:35:14 [2019-07-31T05:35:14.235Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Type safety: Unchecked cast from Object to Iterable<TraceTypeHelper>
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/tracetype/preferences/TraceTypeTreeContentProvider.java:[74] 
01:35:14 [2019-07-31T05:35:14.235Z] 	fInput = (Iterable<@NonNull TraceTypeHelper>) newInput;
01:35:14 [2019-07-31T05:35:14.235Z] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Type safety: Unchecked cast from Object to Iterable<TraceTypeHelper>
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXAxisChartViewer.java:[238] 
01:35:14 [2019-07-31T05:35:14.235Z] 	parameters.put(DataProviderParameterUtils.REGEX_MAP_FILTERS_KEY, regexesMap.asMap());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                 ^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to '@NonNull Object'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXAxisChartViewer.java:[322] 
01:35:14 [2019-07-31T05:35:14.235Z] 	dataProvider = initializeDataProvider(fTrace);
01:35:14 [2019-07-31T05:35:14.235Z] 	                                      ^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXAxisChartViewer.java:[394] 
01:35:14 [2019-07-31T05:35:14.235Z] 	TraceCompassLogUtils.traceInstant(LOGGER, Level.INFO, e.getMessage());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                      ^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[154] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(itemName, category == null ? Messages.TimeGraphTooltipHandler_DefaultMarkerName : category, label == null ? "" : label); //$NON-NLS-1$
01:35:14 [2019-07-31T05:35:14.235Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[158] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + Messages.TimeGraphTooltipHandler_Timestamp), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                 ^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[158] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + Messages.TimeGraphTooltipHandler_Timestamp), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[160] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.startTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                 ^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[160] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.startTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[161] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.endTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp + duration).toString(), timestamp + duration));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                 ^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[161] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.endTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp + duration).toString(), timestamp + duration));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[165] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(itemName, MARKER_OFFSET + tooltip.getKey(), tooltip.getValue()); // $NON-NLS-1$
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                    ^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[231] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ROW_CATEGORY, stateTypeName, entry.getName());
01:35:14 [2019-07-31T05:35:14.235Z] 	                      ^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[231] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ROW_CATEGORY, stateTypeName, entry.getName());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                     ^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[241] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_TRACE_STATE, state);
01:35:14 [2019-07-31T05:35:14.235Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[249] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(STATE_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue());
01:35:14 [2019-07-31T05:35:14.235Z] 	                        ^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[249] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(STATE_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[296] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_TRACE_DATE,
01:35:14 [2019-07-31T05:35:14.235Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[297] 
01:35:14 [2019-07-31T05:35:14.235Z] 	eventStartTime > -1 ? FormatTimeUtils.formatDate(eventStartTime) : "?"); //$NON-NLS-1$
01:35:14 [2019-07-31T05:35:14.235Z] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[300] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_START_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                 ^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[300] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_START_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[300] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_START_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                                                     ^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[301] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_STOP_TIME), ToolTipString.fromTimestamp(endTime, eventEndTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                 ^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[301] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_STOP_TIME), ToolTipString.fromTimestamp(endTime, eventEndTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[301] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_STOP_TIME), ToolTipString.fromTimestamp(endTime, eventEndTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                                                    ^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[303] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_EVENT_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                 ^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[303] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_EVENT_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[303] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_EVENT_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                                                     ^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[307] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_DURATION, duration);
01:35:14 [2019-07-31T05:35:14.235Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[307] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_DURATION, duration);
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                             ^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[322] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_PERCENT_OF_SELECTION, percentage);
01:35:14 [2019-07-31T05:35:14.235Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[322] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_PERCENT_OF_SELECTION, percentage);
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                         ^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[330] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_SOURCE, linkEvent.getEntry().getName());
01:35:14 [2019-07-31T05:35:14.235Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[330] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_SOURCE, linkEvent.getEntry().getName());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[331] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_TARGET, linkEvent.getDestinationEntry().getName());
01:35:14 [2019-07-31T05:35:14.235Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[331] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_TARGET, linkEvent.getDestinationEntry().getName());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[338] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(LINK_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue());
01:35:14 [2019-07-31T05:35:14.235Z] 	                       ^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[338] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(LINK_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue());
01:35:14 [2019-07-31T05:35:14.235Z] 	                                            ^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[354] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_TRACE_DATE, FormatTimeUtils.formatDate(sourceTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[354] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_TRACE_DATE, FormatTimeUtils.formatDate(sourceTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[357] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_SOURCE_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                 ^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[357] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_SOURCE_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[357] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_SOURCE_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[358] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TARGET_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(targetTime, tf, res), targetTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                 ^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[358] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TARGET_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(targetTime, tf, res), targetTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[358] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TARGET_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(targetTime, tf, res), targetTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[359] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_DURATION, FormatTimeUtils.formatDelta(duration, tf, res));
01:35:14 [2019-07-31T05:35:14.235Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[359] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_DURATION, FormatTimeUtils.formatDelta(duration, tf, res));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[361] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                 ^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[361] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[361] 
01:35:14 [2019-07-31T05:35:14.235Z] 	addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime));
01:35:14 [2019-07-31T05:35:14.235Z] 	                                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/TmfChartView.java:[240] 
01:35:14 [2019-07-31T05:35:14.235Z] 	fContextService = site.getWorkbenchWindow().getService(IContextService.class);
01:35:14 [2019-07-31T05:35:14.235Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.235Z] 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
01:35:14 [2019-07-31T05:35:14.235Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[167] 
01:35:14 [2019-07-31T05:35:14.235Z] 	return new TimeGraphLineEntry(model);
01:35:14 [2019-07-31T05:35:14.235Z] 	                              ^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'TimeGraphEntryModel' needs unchecked conversion to conform to '@NonNull TimeGraphEntryModel'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[169] 
01:35:14 [2019-07-31T05:35:14.236Z] 	return new TimeGraphEntry(model);
01:35:14 [2019-07-31T05:35:14.236Z] 	                          ^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'TimeGraphEntryModel' needs unchecked conversion to conform to '@NonNull TimeGraphEntryModel'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[186] 
01:35:14 [2019-07-31T05:35:14.236Z] 	this(new TimeGraphEntryModel(-1, -1, Collections.singletonList(name), startTime, endTime));
01:35:14 [2019-07-31T05:35:14.236Z] 	                                                               ^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[279] 
01:35:14 [2019-07-31T05:35:14.236Z] 	fModel = new TimeGraphEntryModel(fModel.getId(), fModel.getParentId(), Collections.singletonList(name), getStartTime(), getEndTime(), fModel instanceof ITimeGraphEntryModel ? ((TimeGraphEntryModel) fModel).hasRowModel() : true);
01:35:14 [2019-07-31T05:35:14.236Z] 	                                                                                                 ^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[619] 
01:35:14 [2019-07-31T05:35:14.236Z] 	new TimeGraphEntryModel(model.getId(), model.getParentId(), getName(), getStartTime(), getEndTime());
01:35:14 [2019-07-31T05:35:14.236Z] 	                                                            ^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfSimpleTooltipProvider.java:[48] 
01:35:14 [2019-07-31T05:35:14.236Z] 	addItem(null, ToolTipString.fromString("x"), ToolTipString.fromTimestamp(time.toString(), time.toNanos())); //$NON-NLS-1$
01:35:14 [2019-07-31T05:35:14.236Z] 	                                                                         ^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfSimpleTooltipProvider.java:[49] 
01:35:14 [2019-07-31T05:35:14.236Z] 	addItem(null, "y", Double.toString(yCoordinate)); //$NON-NLS-1$
01:35:14 [2019-07-31T05:35:14.236Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/handlers/TrimTraceHandler.java:[170] 
01:35:14 [2019-07-31T05:35:14.236Z] 	return traceElement.getSupplementaryResources();
01:35:14 [2019-07-31T05:35:14.236Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'IResource[]' needs unchecked conversion to conform to 'IResource @NonNull[]'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/handlers/TrimTraceHandler.java:[193] 
01:35:14 [2019-07-31T05:35:14.236Z] 	TraceToTrim create = TraceToTrim.create(this, childElement);
01:35:14 [2019-07-31T05:35:14.236Z] 	                                              ^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'TmfTraceElement' needs unchecked conversion to conform to '@NonNull TmfTraceElement'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomXmlParserInputWizardPage.java:[1737] 
01:35:14 [2019-07-31T05:35:14.236Z] 	new TmfTimestampFormat(inputElement.getInputFormat());
01:35:14 [2019-07-31T05:35:14.236Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomXmlParserInputWizardPage.java:[1812] 
01:35:14 [2019-07-31T05:35:14.236Z] 	new TmfTimestampFormat(attribute.getInputFormat());
01:35:14 [2019-07-31T05:35:14.236Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomTxtParserInputWizardPage.java:[882] 
01:35:14 [2019-07-31T05:35:14.236Z] 	TmfTimestampFormat timestampFormat = new TmfTimestampFormat(firstEntryTimeStampInputFormat);
01:35:14 [2019-07-31T05:35:14.236Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomTxtParserInputWizardPage.java:[1720] 
01:35:14 [2019-07-31T05:35:14.236Z] 	new TmfTimestampFormat(inputData.format);
01:35:14 [2019-07-31T05:35:14.236Z] 	                       ^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/DiagramToolTip.java:[108] 
01:35:14 [2019-07-31T05:35:14.236Z] 	int width = CHARACTERS_PER_COLUMN * fm.getAverageCharWidth();
01:35:14 [2019-07-31T05:35:14.236Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] The method getAverageCharWidth() from the type FontMetrics is deprecated
01:35:14 [2019-07-31T05:35:14.236Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/SDWidget.java:[539] 
01:35:14 [2019-07-31T05:35:14.236Z] 	Object serviceObject = fSite.getSite().getWorkbenchWindow().getService(IContextService.class);
01:35:14 [2019-07-31T05:35:14.236Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:14 [2019-07-31T05:35:14.236Z] 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
01:35:14 [2019-07-31T05:35:14.236Z] 133 problems (133 warnings)
01:35:14 [2019-07-31T05:35:14.236Z] [INFO] 
01:35:14 [2019-07-31T05:35:14.236Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ui ---
01:35:14 [2019-07-31T05:35:14.236Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:14 [2019-07-31T05:35:14.236Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/src/test/resources
01:35:14 [2019-07-31T05:35:14.236Z] [INFO] 
01:35:14 [2019-07-31T05:35:14.236Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ui ---
01:35:14 [2019-07-31T05:35:14.236Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-sources.jar
01:35:14 [2019-07-31T05:35:14.723Z] [INFO] 
01:35:14 [2019-07-31T05:35:14.723Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ui ---
01:35:14 [2019-07-31T05:35:14.723Z] [INFO] 
01:35:14 [2019-07-31T05:35:14.723Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ui ---
01:35:14 [2019-07-31T05:35:14.983Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar
01:35:15 [2019-07-31T05:35:15.241Z] [INFO] 
01:35:15 [2019-07-31T05:35:15.241Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ui ---
01:35:15 [2019-07-31T05:35:15.241Z] [INFO] 
01:35:15 [2019-07-31T05:35:15.241Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ui ---
01:35:15 [2019-07-31T05:35:15.241Z] [INFO] 
01:35:15 [2019-07-31T05:35:15.241Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ui ---
01:35:15 [2019-07-31T05:35:15.241Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar
01:35:18 [2019-07-31T05:35:18.516Z] [INFO] 
01:35:18 [2019-07-31T05:35:18.516Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ui ---
01:35:18 [2019-07-31T05:35:18.516Z] [INFO] 
01:35:18 [2019-07-31T05:35:18.516Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ui ---
01:35:18 [2019-07-31T05:35:18.516Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:35:18 [2019-07-31T05:35:18.516Z] [INFO] 
01:35:18 [2019-07-31T05:35:18.516Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ui ---
01:35:18 [2019-07-31T05:35:18.516Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:35:18 [2019-07-31T05:35:18.516Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:35:18 [2019-07-31T05:35:18.516Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:35:18 [2019-07-31T05:35:18.773Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:35:18 [2019-07-31T05:35:18.773Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ui ---
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ui ---
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui >--
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.ui 0.0.5-SNAPSHOT [23/134]
01:35:19 [2019-07-31T05:35:19.337Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] The project's OSGi version is 0.0.5.201907310510
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/main/resources
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.594Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/classes
01:35:19 [2019-07-31T05:35:19.852Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/org/eclipse/tracecompass/analysis/counters/ui/CounterTreeViewer.java:[51] 
01:35:19 [2019-07-31T05:35:19.852Z] 	TmfGenericTreeEntry<TmfTreeDataModel> genericEntry = (TmfGenericTreeEntry<TmfTreeDataModel>) element;
01:35:19 [2019-07-31T05:35:19.852Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:19 [2019-07-31T05:35:19.852Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel>
01:35:19 [2019-07-31T05:35:19.852Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/org/eclipse/tracecompass/analysis/counters/ui/CounterTreeViewer.java:[74] 
01:35:19 [2019-07-31T05:35:19.852Z] 	return () -> Lists.newArrayList(createColumn("Counters", Comparator.comparing(TmfGenericTreeEntry::getName)), new TmfTreeColumnData("Legend")); //$NON-NLS-1$ //$NON-NLS-2$
01:35:19 [2019-07-31T05:35:19.852Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:19 [2019-07-31T05:35:19.852Z] Null type safety (type annotations): The expression of type 'ArrayList<@NonNull TmfTreeColumnData>' needs unchecked conversion to conform to '@NonNull List<TmfTreeColumnData>'
01:35:19 [2019-07-31T05:35:19.852Z] 2 problems (2 warnings)
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/test/resources
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-sources.jar
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] 
01:35:19 [2019-07-31T05:35:19.852Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:20 [2019-07-31T05:35:20.416Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:35:20 [2019-07-31T05:35:20.416Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:35:20 [2019-07-31T05:35:20.672Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:35:21 [2019-07-31T05:35:21.602Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:35:22 [2019-07-31T05:35:22.971Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:35:22 [2019-07-31T05:35:22.971Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:35:22 [2019-07-31T05:35:22.971Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:35:22 [2019-07-31T05:35:22.971Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:35:23 [2019-07-31T05:35:23.229Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:35:23 [2019-07-31T05:35:23.229Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:35:23 [2019-07-31T05:35:23.229Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] 
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] 
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.ui ---
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] 
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core >--
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] Building org.eclipse.tracecompass.analysis.graph.core 2.1.2-SNAPSHOT [24/134]
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] 
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] 
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] The project's OSGi version is 2.1.2.201907310510
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] 
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] 
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] 
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] 
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] 
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/src/main/resources
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] 
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:23 [2019-07-31T05:35:23.486Z] [INFO] Compiling 32 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/target/classes
01:35:24 [2019-07-31T05:35:24.419Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/criticalpath/CriticalPathAlgorithmBounded.java:[278] 
01:35:24 [2019-07-31T05:35:24.419Z] 	while (!subPath.isEmpty() && subPath.getLast().getVertexFrom() != v) {
01:35:24 [2019-07-31T05:35:24.419Z] 	                             ^^^^^^^^^^^^^^^^^
01:35:24 [2019-07-31T05:35:24.419Z] 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
01:35:24 [2019-07-31T05:35:24.419Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathDataProvider.java:[364] 
01:35:24 [2019-07-31T05:35:24.419Z] 	List<@NonNull CriticalPathEntry> list = new ArrayList<>(fHostEntries.values());
01:35:24 [2019-07-31T05:35:24.419Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^
01:35:24 [2019-07-31T05:35:24.419Z] Null type safety (type annotations): The expression of type '@NonNull Collection<CriticalPathEntry>' needs unchecked conversion to conform to 'Collection<? extends @NonNull CriticalPathEntry>'
01:35:24 [2019-07-31T05:35:24.419Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathDataProvider.java:[365] 
01:35:24 [2019-07-31T05:35:24.419Z] 	list.addAll(fWorkers.values());
01:35:24 [2019-07-31T05:35:24.419Z] 	            ^^^^^^^^^^^^^^^^^
01:35:24 [2019-07-31T05:35:24.419Z] Null type safety (type annotations): The expression of type '@NonNull Collection<CriticalPathEntry>' needs unchecked conversion to conform to 'Collection<? extends @NonNull CriticalPathEntry>'
01:35:24 [2019-07-31T05:35:24.419Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathDataProvider.java:[389] 
01:35:24 [2019-07-31T05:35:24.419Z] 	return graphLinks;
01:35:24 [2019-07-31T05:35:24.419Z] 	       ^^^^^^^^^^
01:35:24 [2019-07-31T05:35:24.419Z] Null type safety (type annotations): The expression of type 'List<ITimeGraphArrow>' needs unchecked conversion to conform to '@Nullable List<@NonNull ITimeGraphArrow>'
01:35:24 [2019-07-31T05:35:24.419Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathEntry.java:[60] 
01:35:24 [2019-07-31T05:35:24.419Z] 	fAspects.put("hostId", worker.getHostId());
01:35:24 [2019-07-31T05:35:24.419Z] 	             ^^^^^^^^
01:35:24 [2019-07-31T05:35:24.419Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
01:35:24 [2019-07-31T05:35:24.419Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathEntry.java:[62] 
01:35:24 [2019-07-31T05:35:24.419Z] 	fAspects.put(entry.getKey(), entry.getValue());
01:35:24 [2019-07-31T05:35:24.419Z] 	             ^^^^^^^^^^^^^^
01:35:24 [2019-07-31T05:35:24.419Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:24 [2019-07-31T05:35:24.419Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathEntry.java:[62] 
01:35:24 [2019-07-31T05:35:24.419Z] 	fAspects.put(entry.getKey(), entry.getValue());
01:35:24 [2019-07-31T05:35:24.419Z] 	                             ^^^^^^^^^^^^^^^^
01:35:24 [2019-07-31T05:35:24.419Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
01:35:24 [2019-07-31T05:35:24.419Z] 7 problems (7 warnings)
01:35:24 [2019-07-31T05:35:24.732Z] [INFO] 
01:35:24 [2019-07-31T05:35:24.732Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:24 [2019-07-31T05:35:24.732Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:24 [2019-07-31T05:35:24.732Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/src/test/resources
01:35:24 [2019-07-31T05:35:24.732Z] [INFO] 
01:35:24 [2019-07-31T05:35:24.732Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:24 [2019-07-31T05:35:24.732Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-sources.jar
01:35:24 [2019-07-31T05:35:24.732Z] [INFO] 
01:35:24 [2019-07-31T05:35:24.732Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:24 [2019-07-31T05:35:24.732Z] [INFO] 
01:35:24 [2019-07-31T05:35:24.732Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] 
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] 
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] 
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] 
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] 
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] 
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:25 [2019-07-31T05:35:25.079Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:35:25 [2019-07-31T05:35:25.335Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:35:26 [2019-07-31T05:35:26.706Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:35:26 [2019-07-31T05:35:26.706Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] 
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] 
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.graph.core ---
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] 
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core.tests >--
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] Building org.eclipse.tracecompass.analysis.graph.core.tests 1.0.4-SNAPSHOT [25/134]
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] 
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] 
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] The project's OSGi version is 1.0.4.201907310510
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] 
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] 
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] 
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] 
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] 
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/src/main/resources
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] 
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:26 [2019-07-31T05:35:26.963Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/classes
01:35:27 [2019-07-31T05:35:27.220Z] [INFO] 
01:35:27 [2019-07-31T05:35:27.220Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:27 [2019-07-31T05:35:27.220Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:27 [2019-07-31T05:35:27.220Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/src/test/resources
01:35:27 [2019-07-31T05:35:27.220Z] [INFO] 
01:35:27 [2019-07-31T05:35:27.220Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:27 [2019-07-31T05:35:27.220Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-sources.jar
01:35:27 [2019-07-31T05:35:27.477Z] [INFO] 
01:35:27 [2019-07-31T05:35:27.477Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:27 [2019-07-31T05:35:27.477Z] [INFO] 
01:35:27 [2019-07-31T05:35:27.477Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:27 [2019-07-31T05:35:27.477Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar
01:35:27 [2019-07-31T05:35:27.477Z] [INFO] 
01:35:27 [2019-07-31T05:35:27.478Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:27 [2019-07-31T05:35:27.478Z] [INFO] 
01:35:27 [2019-07-31T05:35:27.478Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:27 [2019-07-31T05:35:27.478Z] [INFO] 
01:35:27 [2019-07-31T05:35:27.478Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:27 [2019-07-31T05:35:27.478Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar
01:35:27 [2019-07-31T05:35:27.478Z] [INFO] 
01:35:27 [2019-07-31T05:35:27.478Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:27 [2019-07-31T05:35:27.478Z] [INFO] 
01:35:27 [2019-07-31T05:35:27.478Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:28 [2019-07-31T05:35:28.848Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/data/.metadata/.log
01:35:28 [2019-07-31T05:35:28.848Z] [INFO] Command line:
01:35:28 [2019-07-31T05:35:28.848Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:35:28 [2019-07-31T05:35:28.848Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:35:32 [2019-07-31T05:35:32.122Z] !SESSION 2019-07-31 05:35:28.946 -----------------------------------------------
01:35:32 [2019-07-31T05:35:32.122Z] eclipse.buildId=unknown
01:35:32 [2019-07-31T05:35:32.122Z] java.version=1.8.0_202
01:35:32 [2019-07-31T05:35:32.122Z] java.vendor=Oracle Corporation
01:35:32 [2019-07-31T05:35:32.122Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:35:32 [2019-07-31T05:35:32.122Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:35:32 [2019-07-31T05:35:32.122Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:35:32 [2019-07-31T05:35:32.122Z] 
01:35:32 [2019-07-31T05:35:32.122Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:35:31.433
01:35:32 [2019-07-31T05:35:32.122Z] !MESSAGE FrameworkEvent ERROR
01:35:32 [2019-07-31T05:35:32.122Z] !STACK 0
01:35:32 [2019-07-31T05:35:32.122Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
01:35:32 [2019-07-31T05:35:32.122Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:35:32 [2019-07-31T05:35:32.122Z] 
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:35:32 [2019-07-31T05:35:32.122Z] 
01:35:32 [2019-07-31T05:35:32.122Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:35:31.568
01:35:32 [2019-07-31T05:35:32.122Z] !MESSAGE FrameworkEvent ERROR
01:35:32 [2019-07-31T05:35:32.122Z] !STACK 0
01:35:32 [2019-07-31T05:35:32.122Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
01:35:32 [2019-07-31T05:35:32.122Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:35:32 [2019-07-31T05:35:32.122Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:35:32 [2019-07-31T05:35:32.122Z]     -> 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"
01:35:32 [2019-07-31T05:35:32.122Z]        org.apache.httpcomponents.httpclient.win [35]
01:35:32 [2019-07-31T05:35:32.122Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:35:32 [2019-07-31T05:35:32.122Z] 
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:35:32 [2019-07-31T05:35:32.122Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:35:34 [2019-07-31T05:35:34.015Z] Running org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest
01:35:34 [2019-07-31T05:35:34.272Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest
01:35:34 [2019-07-31T05:35:34.272Z] testCheckVertical(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0.002 s
01:35:34 [2019-07-31T05:35:34.272Z] testAppendVertex(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0.004 s
01:35:34 [2019-07-31T05:35:34.272Z] testCheckHorizontal(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0 s
01:35:34 [2019-07-31T05:35:34.272Z] testIllegalVertex(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0 s
01:35:34 [2019-07-31T05:35:34.272Z] testVertexAt(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0.055 s
01:35:34 [2019-07-31T05:35:34.272Z] testHead2(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0.017 s
01:35:34 [2019-07-31T05:35:34.272Z] testScanCount(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0.001 s
01:35:34 [2019-07-31T05:35:34.272Z] testHead(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0 s
01:35:34 [2019-07-31T05:35:34.272Z] testLink(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0 s
01:35:34 [2019-07-31T05:35:34.272Z] testTail(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0 s
01:35:34 [2019-07-31T05:35:34.272Z] testHorizontalSelfLink(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0 s
01:35:34 [2019-07-31T05:35:34.272Z] testVerticalSelfLink(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0 s
01:35:34 [2019-07-31T05:35:34.272Z] testAddVertex(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0 s
01:35:34 [2019-07-31T05:35:34.272Z] testHorizontalCycle(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0.001 s
01:35:34 [2019-07-31T05:35:34.272Z] testScanLineTerminates(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0 s
01:35:34 [2019-07-31T05:35:34.272Z] testGraphStatistics(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0.002 s
01:35:34 [2019-07-31T05:35:34.272Z] testParent(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0 s
01:35:34 [2019-07-31T05:35:34.272Z] testDefaultConstructor(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest)  Time elapsed: 0 s
01:35:34 [2019-07-31T05:35:34.272Z] Running org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest
01:35:36 [2019-07-31T05:35:36.167Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.922 s - in org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest
01:35:36 [2019-07-31T05:35:36.167Z] testBuildGraph(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest)  Time elapsed: 1.9 s
01:35:36 [2019-07-31T05:35:36.167Z] testHandlers(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest)  Time elapsed: 0.021 s
01:35:36 [2019-07-31T05:35:36.167Z] Running org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest
01:35:36 [2019-07-31T05:35:36.167Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathWakeupOpenedDelay(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0.022 s
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathWakeupInterleave(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0.001 s
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathWakeupMissing(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0.001 s
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathWakeupNew(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0.001 s
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathWakeupMutual(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0.001 s
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathWakeupNested(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0.001 s
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathBasic(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0 s
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathWakeupOpened(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0.001 s
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathWakeupEmbedded(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0 s
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathWakeupNet1(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0 s
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathWakeupSelf(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0.001 s
01:35:36 [2019-07-31T05:35:36.167Z] testCriticalPathWakeupUnknown(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest)  Time elapsed: 0 s
01:35:36 [2019-07-31T05:35:36.167Z] 
01:35:36 [2019-07-31T05:35:36.167Z] Results:
01:35:36 [2019-07-31T05:35:36.167Z] 
01:35:36 [2019-07-31T05:35:36.167Z] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
01:35:36 [2019-07-31T05:35:36.167Z] 
01:35:37 [2019-07-31T05:35:37.098Z] [INFO] All tests passed!
01:35:37 [2019-07-31T05:35:37.098Z] [INFO] 
01:35:37 [2019-07-31T05:35:37.098Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:37 [2019-07-31T05:35:37.098Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:35:37 [2019-07-31T05:35:37.098Z] [INFO] 
01:35:37 [2019-07-31T05:35:37.098Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:37 [2019-07-31T05:35:37.356Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:35:37 [2019-07-31T05:35:37.356Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:35:37 [2019-07-31T05:35:37.356Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:35:37 [2019-07-31T05:35:37.919Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:35:38 [2019-07-31T05:35:38.176Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:35:38 [2019-07-31T05:35:38.433Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:35:38 [2019-07-31T05:35:38.434Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:35:38 [2019-07-31T05:35:38.434Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:35:38 [2019-07-31T05:35:38.690Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:35:38 [2019-07-31T05:35:38.690Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:35:38 [2019-07-31T05:35:38.690Z] [INFO] 
01:35:38 [2019-07-31T05:35:38.690Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:38 [2019-07-31T05:35:38.690Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:38 [2019-07-31T05:35:38.690Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:40 [2019-07-31T05:35:40.581Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:41 [2019-07-31T05:35:41.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:41 [2019-07-31T05:35:41.765Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:41 [2019-07-31T05:35:41.765Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.graph.core.tests ---
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core >--
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.core 1.0.2-SNAPSHOT [26/134]
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] The project's OSGi version is 1.0.2.201907310510
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/src/main/resources
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.021Z] [INFO] Compiling 33 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/target/classes
01:35:42 [2019-07-31T05:35:42.278Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/provisional/tmf/chart/core/descriptor/DescriptorTypeVisitor.java:[59] 
01:35:42 [2019-07-31T05:35:42.278Z] 	private final EnumSet<DescriptorType> fType = EnumSet.noneOf(DescriptorType.class);
01:35:42 [2019-07-31T05:35:42.278Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:42 [2019-07-31T05:35:42.278Z] Null type safety (type annotations): The expression of type 'EnumSet<DescriptorTypeVisitor.@NonNull DescriptorType>' needs unchecked conversion to conform to '@NonNull EnumSet<DescriptorTypeVisitor.@NonNull DescriptorType>'
01:35:42 [2019-07-31T05:35:42.278Z] 1 problem (1 warning)
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/src/test/resources
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-sources.jar
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.278Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar
01:35:42 [2019-07-31T05:35:42.534Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] 
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:35:42 [2019-07-31T05:35:42.535Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:35:42 [2019-07-31T05:35:42.792Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:35:42 [2019-07-31T05:35:42.792Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:35:43 [2019-07-31T05:35:43.048Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] 
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] 
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.core ---
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] 
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core >--
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.core 1.1.0-SNAPSHOT [27/134]
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] 
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] 
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] The project's OSGi version is 1.1.0.201907310510
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] 
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] 
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] 
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] 
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] 
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/src/main/resources
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] 
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:43 [2019-07-31T05:35:43.612Z] [INFO] Compiling 61 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/target/classes
01:35:44 [2019-07-31T05:35:44.176Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/core/module/LamiAnalysisFactoryFromConfigFile.java:[136] 
01:35:44 [2019-07-31T05:35:44.176Z] 	try (final DirectoryStream<Path> directoryStream = Files.newDirectoryStream(configDir)) {
01:35:44 [2019-07-31T05:35:44.176Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:44 [2019-07-31T05:35:44.176Z] Null type safety (type annotations): The expression of type 'DirectoryStream<Path>' needs unchecked conversion to conform to 'DirectoryStream<@NonNull Path>'
01:35:44 [2019-07-31T05:35:44.176Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/core/types/LamiData.java:[282] 
01:35:44 [2019-07-31T05:35:44.176Z] 	complexTypeGenBuilder.put(LamiStrings.DATA_CLASS_STRING, (obj) -> new LamiString(obj.getString(LamiStrings.VALUE)));
01:35:44 [2019-07-31T05:35:44.176Z] 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:35:44 [2019-07-31T05:35:44.176Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:35:44 [2019-07-31T05:35:44.176Z] 2 problems (2 warnings)
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] 
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/src/test/resources
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] 
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-sources.jar
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] 
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] 
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] 
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] 
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] 
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:44 [2019-07-31T05:35:44.176Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar
01:35:44 [2019-07-31T05:35:44.432Z] [INFO] 
01:35:44 [2019-07-31T05:35:44.432Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:44 [2019-07-31T05:35:44.432Z] [INFO] 
01:35:44 [2019-07-31T05:35:44.432Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:44 [2019-07-31T05:35:44.432Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:35:44 [2019-07-31T05:35:44.432Z] [INFO] 
01:35:44 [2019-07-31T05:35:44.432Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:44 [2019-07-31T05:35:44.432Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:35:44 [2019-07-31T05:35:44.690Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:35:44 [2019-07-31T05:35:44.690Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:35:45 [2019-07-31T05:35:45.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:35:45 [2019-07-31T05:35:45.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:35:45 [2019-07-31T05:35:45.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:35:45 [2019-07-31T05:35:45.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:35:45 [2019-07-31T05:35:45.528Z] [INFO] 
01:35:45 [2019-07-31T05:35:45.528Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:45 [2019-07-31T05:35:45.528Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] 
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.core ---
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] 
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core.tests >--
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.core.tests 1.0.1-SNAPSHOT [28/134]
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] 
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] 
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] The project's OSGi version is 1.0.1.201907310510
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] 
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] 
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] 
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] 
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] 
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/src/main/resources
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] 
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:45 [2019-07-31T05:35:45.785Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/classes
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] 
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/src/test/resources
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] 
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-sources.jar
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] 
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] 
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:46 [2019-07-31T05:35:46.042Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar
01:35:46 [2019-07-31T05:35:46.299Z] [INFO] 
01:35:46 [2019-07-31T05:35:46.299Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:46 [2019-07-31T05:35:46.299Z] [INFO] 
01:35:46 [2019-07-31T05:35:46.299Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:46 [2019-07-31T05:35:46.299Z] [INFO] 
01:35:46 [2019-07-31T05:35:46.299Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:46 [2019-07-31T05:35:46.299Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar
01:35:46 [2019-07-31T05:35:46.299Z] [INFO] 
01:35:46 [2019-07-31T05:35:46.299Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:46 [2019-07-31T05:35:46.299Z] [INFO] 
01:35:46 [2019-07-31T05:35:46.299Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:47 [2019-07-31T05:35:47.230Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/data/.metadata/.log
01:35:47 [2019-07-31T05:35:47.230Z] [INFO] Command line:
01:35:47 [2019-07-31T05:35:47.230Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:35:47 [2019-07-31T05:35:47.230Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:35:50 [2019-07-31T05:35:50.504Z] !SESSION 2019-07-31 05:35:47.457 -----------------------------------------------
01:35:50 [2019-07-31T05:35:50.504Z] eclipse.buildId=unknown
01:35:50 [2019-07-31T05:35:50.504Z] java.version=1.8.0_202
01:35:50 [2019-07-31T05:35:50.504Z] java.vendor=Oracle Corporation
01:35:50 [2019-07-31T05:35:50.504Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:35:50 [2019-07-31T05:35:50.504Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:35:50 [2019-07-31T05:35:50.504Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:35:50 [2019-07-31T05:35:50.504Z] 
01:35:50 [2019-07-31T05:35:50.504Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:35:49.947
01:35:50 [2019-07-31T05:35:50.504Z] !MESSAGE FrameworkEvent ERROR
01:35:50 [2019-07-31T05:35:50.504Z] !STACK 0
01:35:50 [2019-07-31T05:35:50.504Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
01:35:50 [2019-07-31T05:35:50.504Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:35:50 [2019-07-31T05:35:50.504Z] 
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:35:50 [2019-07-31T05:35:50.504Z] 
01:35:50 [2019-07-31T05:35:50.504Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:35:50.122
01:35:50 [2019-07-31T05:35:50.504Z] !MESSAGE FrameworkEvent ERROR
01:35:50 [2019-07-31T05:35:50.504Z] !STACK 0
01:35:50 [2019-07-31T05:35:50.504Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
01:35:50 [2019-07-31T05:35:50.504Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:35:50 [2019-07-31T05:35:50.504Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:35:50 [2019-07-31T05:35:50.504Z]     -> 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"
01:35:50 [2019-07-31T05:35:50.504Z]        org.apache.httpcomponents.httpclient.win [35]
01:35:50 [2019-07-31T05:35:50.504Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:35:50 [2019-07-31T05:35:50.504Z] 
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:35:50 [2019-07-31T05:35:50.504Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:35:52 [2019-07-31T05:35:52.398Z] Running org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest
01:35:52 [2019-07-31T05:35:52.961Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s - in org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest
01:35:52 [2019-07-31T05:35:52.961Z] testBaseCommand(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest)  Time elapsed: 0.263 s
01:35:52 [2019-07-31T05:35:52.961Z] testMetadata(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest)  Time elapsed: 0.102 s
01:35:52 [2019-07-31T05:35:52.961Z] testResults(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest)  Time elapsed: 0.036 s
01:35:52 [2019-07-31T05:35:52.961Z] testResultsError(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest)  Time elapsed: 0.002 s
01:35:52 [2019-07-31T05:35:52.961Z] 
01:35:52 [2019-07-31T05:35:52.961Z] Results:
01:35:52 [2019-07-31T05:35:52.961Z] 
01:35:52 [2019-07-31T05:35:52.961Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
01:35:52 [2019-07-31T05:35:52.961Z] 
01:35:53 [2019-07-31T05:35:53.889Z] [INFO] All tests passed!
01:35:53 [2019-07-31T05:35:53.889Z] [INFO] 
01:35:53 [2019-07-31T05:35:53.889Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:53 [2019-07-31T05:35:53.889Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:35:53 [2019-07-31T05:35:53.889Z] [INFO] 
01:35:53 [2019-07-31T05:35:53.889Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:54 [2019-07-31T05:35:54.146Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:35:54 [2019-07-31T05:35:54.146Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:35:54 [2019-07-31T05:35:54.146Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:35:55 [2019-07-31T05:35:55.098Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes
01:35:55 [2019-07-31T05:35:55.098Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:35:55 [2019-07-31T05:35:55.098Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:35:55 [2019-07-31T05:35:55.663Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:35:55 [2019-07-31T05:35:55.663Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:35:55 [2019-07-31T05:35:55.663Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:35:55 [2019-07-31T05:35:55.663Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:35:55 [2019-07-31T05:35:55.663Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:35:55 [2019-07-31T05:35:55.920Z] [INFO] 
01:35:55 [2019-07-31T05:35:55.920Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:55 [2019-07-31T05:35:55.920Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] 
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.core.tests ---
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] 
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui >---
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.ui 1.0.7-SNAPSHOT   [29/134]
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] 
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] 
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] The project's OSGi version is 1.0.7.201907310510
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] 
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] 
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] 
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] 
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] 
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui/src/main/resources
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] 
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:57 [2019-07-31T05:35:57.288Z] [INFO] Compiling 31 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/classes
01:35:59 [2019-07-31T05:35:59.180Z] [INFO] 
01:35:59 [2019-07-31T05:35:59.180Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:59 [2019-07-31T05:35:59.180Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:59 [2019-07-31T05:35:59.180Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui/src/test/resources
01:35:59 [2019-07-31T05:35:59.180Z] [INFO] 
01:35:59 [2019-07-31T05:35:59.180Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:59 [2019-07-31T05:35:59.180Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-sources.jar
01:35:59 [2019-07-31T05:35:59.180Z] [INFO] 
01:35:59 [2019-07-31T05:35:59.180Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:59 [2019-07-31T05:35:59.180Z] [INFO] 
01:35:59 [2019-07-31T05:35:59.180Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] 
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] 
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] 
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] 
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] 
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] 
01:35:59 [2019-07-31T05:35:59.437Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:35:59 [2019-07-31T05:35:59.694Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:35:59 [2019-07-31T05:35:59.950Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:35:59 [2019-07-31T05:35:59.950Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:35:59 [2019-07-31T05:35:59.950Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:35:59 [2019-07-31T05:35:59.950Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:36:00 [2019-07-31T05:36:00.207Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:36:01 [2019-07-31T05:36:01.137Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:36:02 [2019-07-31T05:36:02.068Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:36:02 [2019-07-31T05:36:02.068Z] [INFO] 
01:36:02 [2019-07-31T05:36:02.068Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:36:02 [2019-07-31T05:36:02.068Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:06 [2019-07-31T05:36:06.242Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:06 [2019-07-31T05:36:06.242Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] 
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.ui ---
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] 
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui >--
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.ui 1.1.0-SNAPSHOT [30/134]
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] 
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] 
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] The project's OSGi version is 1.1.0.201907310510
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] 
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] 
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] 
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] 
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] 
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/main/resources
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] 
01:36:06 [2019-07-31T05:36:06.500Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:06 [2019-07-31T05:36:06.757Z] [INFO] Compiling 23 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/classes
01:36:07 [2019-07-31T05:36:07.321Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/views/LamiReportView.java:[37] 
01:36:07 [2019-07-31T05:36:07.321Z] 	import org.eclipse.tracecompass.internal.tmf.ui.commands.ExportToTsvAction;
01:36:07 [2019-07-31T05:36:07.321Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:07 [2019-07-31T05:36:07.321Z] Discouraged access: The type 'ExportToTsvAction' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/classes')
01:36:07 [2019-07-31T05:36:07.321Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/views/LamiReportView.java:[95] 
01:36:07 [2019-07-31T05:36:07.321Z] 	private final Action fExportTsvAction = new ExportToTsvAction() {
01:36:07 [2019-07-31T05:36:07.321Z]         @Override
01:36:07 [2019-07-31T05:36:07.321Z]         protected void exportToTsv(@Nullable OutputStream stream) {
01:36:07 [2019-07-31T05:36:07.321Z]             TmfViewer viewer = getViewer();
01:36:07 [2019-07-31T05:36:07.321Z]             if (viewer instanceof LamiTableViewer) {
01:36:07 [2019-07-31T05:36:07.321Z]                 ((LamiTableViewer) viewer).exportToTsv(stream);
01:36:07 [2019-07-31T05:36:07.321Z]             }
01:36:07 [2019-07-31T05:36:07.321Z]         }
01:36:07 [2019-07-31T05:36:07.321Z]         private @Nullable TmfViewer getViewer() {
01:36:07 [2019-07-31T05:36:07.321Z]             LamiReportViewTabPage tabPage = getCurrentSelectedPage();
01:36:07 [2019-07-31T05:36:07.321Z]             if (tabPage == null) {
01:36:07 [2019-07-31T05:36:07.321Z]                 return null;
01:36:07 [2019-07-31T05:36:07.321Z]             }
01:36:07 [2019-07-31T05:36:07.321Z]             LamiViewerControl viewerControl = tabPage.getTableViewerControl();
01:36:07 [2019-07-31T05:36:07.321Z]             TmfViewer viewer = viewerControl.getViewer();
01:36:07 [2019-07-31T05:36:07.321Z]             return viewer;
01:36:07 [2019-07-31T05:36:07.321Z]         }
01:36:07 [2019-07-31T05:36:07.321Z]         @Override
01:36:07 [2019-07-31T05:36:07.321Z]         public boolean isEnabled() {
01:36:07 [2019-07-31T05:36:07.321Z]             return (getViewer() instanceof LamiTableViewer);
01:36:07 [2019-07-31T05:36:07.321Z]         }
01:36:07 [2019-07-31T05:36:07.321Z]         @Override
01:36:07 [2019-07-31T05:36:07.321Z]         protected @Nullable Shell getShell() {
01:36:07 [2019-07-31T05:36:07.321Z]             return getViewSite().getShell();
01:36:07 [2019-07-31T05:36:07.321Z]         }
01:36:07 [2019-07-31T05:36:07.321Z]     };
01:36:07 [2019-07-31T05:36:07.321Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:07 [2019-07-31T05:36:07.321Z] Discouraged access: The constructor 'ExportToTsvAction()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/classes')
01:36:07 [2019-07-31T05:36:07.321Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/views/LamiReportView.java:[95] 
01:36:07 [2019-07-31T05:36:07.321Z] 	private final Action fExportTsvAction = new ExportToTsvAction() {
01:36:07 [2019-07-31T05:36:07.321Z] 	                                            ^^^^^^^^^^^^^^^^^
01:36:07 [2019-07-31T05:36:07.321Z] Discouraged access: The type 'ExportToTsvAction' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/classes')
01:36:07 [2019-07-31T05:36:07.321Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/viewers/LamiTableViewer.java:[37] 
01:36:07 [2019-07-31T05:36:07.321Z] 	import org.eclipse.tracecompass.internal.tmf.ui.commands.ExportToTsvUtils;
01:36:07 [2019-07-31T05:36:07.321Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:07 [2019-07-31T05:36:07.321Z] Discouraged access: The type 'ExportToTsvUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/classes')
01:36:07 [2019-07-31T05:36:07.321Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/viewers/LamiTableViewer.java:[241] 
01:36:07 [2019-07-31T05:36:07.321Z] 	ExportToTsvUtils.exportTableToTsv(table, stream);
01:36:07 [2019-07-31T05:36:07.321Z] 	^^^^^^^^^^^^^^^^
01:36:07 [2019-07-31T05:36:07.321Z] Discouraged access: The type 'ExportToTsvUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/classes')
01:36:07 [2019-07-31T05:36:07.321Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/viewers/LamiTableViewer.java:[241] 
01:36:07 [2019-07-31T05:36:07.321Z] 	ExportToTsvUtils.exportTableToTsv(table, stream);
01:36:07 [2019-07-31T05:36:07.321Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:07 [2019-07-31T05:36:07.321Z] Discouraged access: The method 'ExportToTsvUtils.exportTableToTsv(Table, OutputStream)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/classes')
01:36:07 [2019-07-31T05:36:07.321Z] 6 problems (6 warnings)
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] 
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/test/resources
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] 
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-sources.jar
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] 
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] 
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] 
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] 
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] 
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:07 [2019-07-31T05:36:07.321Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar
01:36:07 [2019-07-31T05:36:07.578Z] [INFO] 
01:36:07 [2019-07-31T05:36:07.578Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:07 [2019-07-31T05:36:07.578Z] [INFO] 
01:36:07 [2019-07-31T05:36:07.578Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:07 [2019-07-31T05:36:07.578Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:36:07 [2019-07-31T05:36:07.578Z] [INFO] 
01:36:07 [2019-07-31T05:36:07.578Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:07 [2019-07-31T05:36:07.835Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes
01:36:08 [2019-07-31T05:36:08.092Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:36:08 [2019-07-31T05:36:08.092Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:36:08 [2019-07-31T05:36:08.092Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:36:09 [2019-07-31T05:36:09.024Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:36:10 [2019-07-31T05:36:10.393Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
01:36:10 [2019-07-31T05:36:10.393Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:36:10 [2019-07-31T05:36:10.393Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] 
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] 
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.ui ---
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] 
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui >--
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] Building org.eclipse.tracecompass.analysis.graph.ui 1.0.8-SNAPSHOT [31/134]
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] 
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] 
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] The project's OSGi version is 1.0.8.201907310510
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] 
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] 
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] 
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] 
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] 
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.ui/src/main/resources
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] 
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:10 [2019-07-31T05:36:10.650Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/classes
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] 
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.ui/src/test/resources
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] 
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-sources.jar
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] 
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] 
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] 
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] 
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] 
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] 
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] 
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] 
01:36:11 [2019-07-31T05:36:11.214Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:11 [2019-07-31T05:36:11.471Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:36:11 [2019-07-31T05:36:11.471Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:36:11 [2019-07-31T05:36:11.728Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:36:13 [2019-07-31T05:36:13.622Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:36:14 [2019-07-31T05:36:14.185Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:36:15 [2019-07-31T05:36:15.296Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:36:15 [2019-07-31T05:36:15.296Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.graph.ui ---
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core >--
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.core 5.0.0-SNAPSHOT [32/134]
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] The project's OSGi version is 5.0.0.201907310510
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/src/main/resources
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:15 [2019-07-31T05:36:15.553Z] [INFO] Compiling 23 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes
01:36:15 [2019-07-31T05:36:15.810Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[240] 
01:36:15 [2019-07-31T05:36:15.810Z] 	fGroupingAspects = Iterables.filter(provider.getSegmentAspects(), IGroupingSegmentAspect.class);
01:36:15 [2019-07-31T05:36:15.810Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:15 [2019-07-31T05:36:15.810Z] Null type safety (type annotations): The expression of type 'Iterable<@NonNull IGroupingSegmentAspect>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull IGroupingSegmentAspect>'
01:36:15 [2019-07-31T05:36:15.810Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[382] 
01:36:15 [2019-07-31T05:36:15.810Z] 	SeriesModel seriesModel = entry.getValue().build();
01:36:15 [2019-07-31T05:36:15.810Z] 	                          ^^^^^^^^^^^^^^^^
01:36:15 [2019-07-31T05:36:15.810Z] 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
01:36:15 [2019-07-31T05:36:15.810Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[383] 
01:36:15 [2019-07-31T05:36:15.810Z] 	seriesModelMap.put(Long.toString(seriesModel.getId()), seriesModel);
01:36:15 [2019-07-31T05:36:15.810Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:15 [2019-07-31T05:36:15.810Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:36:15 [2019-07-31T05:36:15.810Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[460] 
01:36:15 [2019-07-31T05:36:15.810Z] 	SeriesModelBuilder builder = new SeriesModel.SeriesModelBuilder(getId(), getName(), Longs.toArray(fXValues), Doubles.toArray(fYValues));
01:36:15 [2019-07-31T05:36:15.810Z] 	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^
01:36:15 [2019-07-31T05:36:15.810Z] Null type safety (type annotations): The expression of type 'long[]' needs unchecked conversion to conform to 'long @NonNull[]'
01:36:15 [2019-07-31T05:36:15.810Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[460] 
01:36:15 [2019-07-31T05:36:15.810Z] 	SeriesModelBuilder builder = new SeriesModel.SeriesModelBuilder(getId(), getName(), Longs.toArray(fXValues), Doubles.toArray(fYValues));
01:36:15 [2019-07-31T05:36:15.810Z] 	                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:15 [2019-07-31T05:36:15.810Z] Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to 'double @NonNull[]'
01:36:15 [2019-07-31T05:36:15.810Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[461] 
01:36:15 [2019-07-31T05:36:15.810Z] 	builder.setProperties(Ints.toArray(fProperties)).build();
01:36:15 [2019-07-31T05:36:15.810Z] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:15 [2019-07-31T05:36:15.810Z] Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
01:36:15 [2019-07-31T05:36:15.810Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[462] 
01:36:15 [2019-07-31T05:36:15.810Z] 	return builder.setProperties(Ints.toArray(fProperties)).build();
01:36:15 [2019-07-31T05:36:15.810Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:15 [2019-07-31T05:36:15.810Z] Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]'
01:36:15 [2019-07-31T05:36:15.810Z] 7 problems (7 warnings)
01:36:15 [2019-07-31T05:36:15.810Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.810Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:15 [2019-07-31T05:36:15.810Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:36:15 [2019-07-31T05:36:15.810Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/src/test/resources
01:36:15 [2019-07-31T05:36:15.810Z] [INFO] 
01:36:15 [2019-07-31T05:36:15.810Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:15 [2019-07-31T05:36:15.810Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-sources.jar
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] 
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] 
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] 
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] 
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] 
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] 
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] 
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] 
01:36:16 [2019-07-31T05:36:16.067Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:16 [2019-07-31T05:36:16.324Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:36:16 [2019-07-31T05:36:16.324Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:36:16 [2019-07-31T05:36:16.888Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:36:16 [2019-07-31T05:36:16.888Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] 
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] 
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.core ---
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] 
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core >--
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.core 4.1.0-SNAPSHOT [33/134]
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] 
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] 
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] The project's OSGi version is 4.1.0.201907310510
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] 
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] 
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] 
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] 
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] 
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/main/resources
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] 
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:17 [2019-07-31T05:36:17.145Z] [INFO] Compiling 125 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/classes
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryUsageDataProvider.java:[169] 
01:36:18 [2019-07-31T05:36:18.515Z] 	double[] threadValues = entry.getValue().getData();
01:36:18 [2019-07-31T05:36:18.515Z] 	                        ^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] 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
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryUsageDataProvider.java:[267] 
01:36:18 [2019-07-31T05:36:18.515Z] 	nodes.add(new MemoryUsageTreeModel(totalId, -1, TOTAL_TID, Collections.singletonList(getTrace().getName())));
01:36:18 [2019-07-31T05:36:18.515Z] 	                                                                                     ^^^^^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryDataProviderFactory.java:[43] 
01:36:18 [2019-07-31T05:36:18.515Z] 	private static final Predicate<? super ITmfTrace> PREDICATE = t -> TmfTraceUtils.getAnalysisModuleOfClass(t, KernelMemoryAnalysisModule.class, KernelMemoryAnalysisModule.ID) != null;
01:36:18 [2019-07-31T05:36:18.515Z] 	                                                                                                          ^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryDataProviderFactory.java:[58] 
01:36:18 [2019-07-31T05:36:18.515Z] 	return TmfTreeXYCompositeDataProvider.create(traces, TITLE, KernelMemoryUsageDataProvider.ID);
01:36:18 [2019-07-31T05:36:18.515Z] 	                                             ^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'Collection<ITmfTrace>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull ITmfTrace>'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[196] 
01:36:18 [2019-07-31T05:36:18.515Z] 	fTidToEntry.replaceValues(Integer.MIN_VALUE, Collections.singleton(new ThreadEntryModel.Builder(fTraceId, Collections.singletonList(getTrace().getName()),
01:36:18 [2019-07-31T05:36:18.515Z] 	                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[313] 
01:36:18 [2019-07-31T05:36:18.515Z] 	return builder.build();
01:36:18 [2019-07-31T05:36:18.515Z] 	       ^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] 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>'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[368] 
01:36:18 [2019-07-31T05:36:18.515Z] 	return Lists.newArrayList(models);
01:36:18 [2019-07-31T05:36:18.515Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] 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>'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[368] 
01:36:18 [2019-07-31T05:36:18.515Z] 	return Lists.newArrayList(models);
01:36:18 [2019-07-31T05:36:18.515Z] 	                          ^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] 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>'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[382] 
01:36:18 [2019-07-31T05:36:18.515Z] 	return builder.build();
01:36:18 [2019-07-31T05:36:18.515Z] 	       ^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] 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>'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[408] 
01:36:18 [2019-07-31T05:36:18.515Z] 	for (ITmfStateInterval interval : ss.query2D(stateAndSyscallQuarks, times)) {
01:36:18 [2019-07-31T05:36:18.515Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'Collection<Integer>' needs unchecked conversion to conform to '@NonNull Collection<Integer>'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[725] 
01:36:18 [2019-07-31T05:36:18.515Z] 	Map<@NonNull String, @NonNull String> model = response.getModel();
01:36:18 [2019-07-31T05:36:18.515Z] 	                                              ^^^^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type '@Nullable Map<String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[728] 
01:36:18 [2019-07-31T05:36:18.515Z] 	data.put(entry.getKey(), entry.getValue());
01:36:18 [2019-07-31T05:36:18.515Z] 	         ^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[728] 
01:36:18 [2019-07-31T05:36:18.515Z] 	data.put(entry.getKey(), entry.getValue());
01:36:18 [2019-07-31T05:36:18.515Z] 	                         ^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/inputoutput/DisksIODataProvider.java:[158] 
01:36:18 [2019-07-31T05:36:18.515Z] 	nodes.add(new TmfTreeDataModel(rootId, -1, Collections.singletonList(getTrace().getName())));
01:36:18 [2019-07-31T05:36:18.515Z] 	                                                                     ^^^^^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/inputoutput/DisksIODataProvider.java:[239] 
01:36:18 [2019-07-31T05:36:18.515Z] 	long id = entry.getKey();
01:36:18 [2019-07-31T05:36:18.515Z] 	          ^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] 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
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/inputoutput/DisksIODataProvider.java:[240] 
01:36:18 [2019-07-31T05:36:18.515Z] 	int quark = entry.getValue();
01:36:18 [2019-07-31T05:36:18.515Z] 	            ^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] 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
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesEntryModelWeighted.java:[18] 
01:36:18 [2019-07-31T05:36:18.515Z] 	public class ResourcesEntryModelWeighted extends ResourcesEntryModel implements ITimeGraphEntryModelWeighted {
01:36:18 [2019-07-31T05:36:18.515Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Javadoc: Missing comment for public declaration
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[122] 
01:36:18 [2019-07-31T05:36:18.515Z] 	private final TreeMultimap<Integer, ITmfStateInterval> fExecNamesCache = TreeMultimap.create(Integer::compare, CACHE_COMPARATOR);
01:36:18 [2019-07-31T05:36:18.515Z] 	                                                                                             ^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety: parameter 1 provided via method descriptor Comparator<Integer>.compare(Integer, Integer) needs unchecked conversion to conform to 'int'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[122] 
01:36:18 [2019-07-31T05:36:18.515Z] 	private final TreeMultimap<Integer, ITmfStateInterval> fExecNamesCache = TreeMultimap.create(Integer::compare, CACHE_COMPARATOR);
01:36:18 [2019-07-31T05:36:18.515Z] 	                                                                                             ^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety: parameter 2 provided via method descriptor Comparator<Integer>.compare(Integer, Integer) needs unchecked conversion to conform to 'int'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[147] 
01:36:18 [2019-07-31T05:36:18.515Z] 	ResourcesEntryModel resourcesEntryModel = new ResourcesEntryModel(traceId, -1, Collections.singletonList(getTrace().getName()), start, end, -1, Type.GROUP);
01:36:18 [2019-07-31T05:36:18.515Z] 	                                                                                                         ^^^^^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[545] 
01:36:18 [2019-07-31T05:36:18.515Z] 	quarks = selectedEntries.values();
01:36:18 [2019-07-31T05:36:18.515Z] 	         ^^^^^^^^^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type '@NonNull Collection<Integer>' needs unchecked conversion to conform to 'Collection<@NonNull Integer>'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[591] 
01:36:18 [2019-07-31T05:36:18.515Z] 	return new TmfModelResponse<>(retMap, ITmfResponse.Status.COMPLETED, CommonStatusMessage.COMPLETED);
01:36:18 [2019-07-31T05:36:18.515Z] 	                              ^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull String>'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[705] 
01:36:18 [2019-07-31T05:36:18.515Z] 	Map<@NonNull String, @NonNull String> model = response.getModel();
01:36:18 [2019-07-31T05:36:18.515Z] 	                                              ^^^^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type '@Nullable Map<String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[708] 
01:36:18 [2019-07-31T05:36:18.515Z] 	data.put(entry.getKey(), entry.getValue());
01:36:18 [2019-07-31T05:36:18.515Z] 	         ^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[708] 
01:36:18 [2019-07-31T05:36:18.515Z] 	data.put(entry.getKey(), entry.getValue());
01:36:18 [2019-07-31T05:36:18.515Z] 	                         ^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[162] 
01:36:18 [2019-07-31T05:36:18.515Z] 	long cpuTime = entry.getValue();
01:36:18 [2019-07-31T05:36:18.515Z] 	               ^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] 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
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[219] 
01:36:18 [2019-07-31T05:36:18.515Z] 	entryList.add(new CpuUsageEntryModel(totalId, -1, Collections.singletonList(getTrace().getName()), TOTAL_SERIES_TID, totalTime));
01:36:18 [2019-07-31T05:36:18.515Z] 	                                                                            ^^^^^^^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[226] 
01:36:18 [2019-07-31T05:36:18.515Z] 	String key = entry.getKey();
01:36:18 [2019-07-31T05:36:18.515Z] 	             ^^^^^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] 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
01:36:18 [2019-07-31T05:36:18.515Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[235] 
01:36:18 [2019-07-31T05:36:18.515Z] 	entryList.add(new CpuUsageEntryModel(getId(tid), totalId, Collections.singletonList(getProcessName(tid, strings[1], end)), tid, entry.getValue()));
01:36:18 [2019-07-31T05:36:18.515Z] 	                                                                                                        ^^^^^^^^^^
01:36:18 [2019-07-31T05:36:18.515Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:36:18 [2019-07-31T05:36:18.515Z] 29 problems (29 warnings)
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] 
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/test/resources
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] 
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT-sources.jar
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] 
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] 
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:18 [2019-07-31T05:36:18.772Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT.jar
01:36:19 [2019-07-31T05:36:19.029Z] [INFO] 
01:36:19 [2019-07-31T05:36:19.029Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:19 [2019-07-31T05:36:19.029Z] [INFO] 
01:36:19 [2019-07-31T05:36:19.029Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:19 [2019-07-31T05:36:19.029Z] [INFO] 
01:36:19 [2019-07-31T05:36:19.029Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:19 [2019-07-31T05:36:19.029Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT.jar
01:36:19 [2019-07-31T05:36:19.286Z] [INFO] 
01:36:19 [2019-07-31T05:36:19.286Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:19 [2019-07-31T05:36:19.286Z] [INFO] 
01:36:19 [2019-07-31T05:36:19.286Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:19 [2019-07-31T05:36:19.286Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:36:19 [2019-07-31T05:36:19.286Z] [INFO] 
01:36:19 [2019-07-31T05:36:19.286Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:19 [2019-07-31T05:36:19.542Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:36:19 [2019-07-31T05:36:19.542Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:36:19 [2019-07-31T05:36:19.798Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:36:20 [2019-07-31T05:36:20.361Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:36:20 [2019-07-31T05:36:20.361Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:36:20 [2019-07-31T05:36:20.361Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:36:20 [2019-07-31T05:36:20.361Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] 
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT.jar
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT.pom
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT-sources.jar
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT-pack200.jar.pack.gz
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT-p2metadata.xml
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT-p2artifacts.xml
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] 
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.core ---
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] 
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core.tests >--
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.core.tests 1.0.9-SNAPSHOT [34/134]
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] 
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] 
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] The project's OSGi version is 1.0.9.201907310510
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] 
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] 
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] 
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] 
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] 
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/main/resources
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] 
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:20 [2019-07-31T05:36:20.618Z] [INFO] Compiling 30 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/classes
01:36:21 [2019-07-31T05:36:21.183Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/cpuusage/CpuUsageStateProviderTest.java:[78] 
01:36:21 [2019-07-31T05:36:21.183Z] 	File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace));
01:36:21 [2019-07-31T05:36:21.183Z] 	                                                                ^^^^^
01:36:21 [2019-07-31T05:36:21.183Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:36:21 [2019-07-31T05:36:21.183Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/kernelmemoryusage/KernelMemoryStateProviderTest.java:[63] 
01:36:21 [2019-07-31T05:36:21.183Z] 	File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace));
01:36:21 [2019-07-31T05:36:21.183Z] 	                                                                ^^^^^
01:36:21 [2019-07-31T05:36:21.183Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:36:21 [2019-07-31T05:36:21.183Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/inputoutput/AbstractTestInputOutput.java:[84] 
01:36:21 [2019-07-31T05:36:21.183Z] 	File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace));
01:36:21 [2019-07-31T05:36:21.183Z] 	                                                                ^^^^^
01:36:21 [2019-07-31T05:36:21.183Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:36:21 [2019-07-31T05:36:21.183Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/contextswitch/ContextSwitchProviderTest.java:[60] 
01:36:21 [2019-07-31T05:36:21.183Z] 	File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace));
01:36:21 [2019-07-31T05:36:21.183Z] 	                                                                ^^^^^
01:36:21 [2019-07-31T05:36:21.183Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:36:21 [2019-07-31T05:36:21.183Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/inputoutput/InputOutputDataProviderTest.java:[112] 
01:36:21 [2019-07-31T05:36:21.183Z] 	TmfModelResponse<@NonNull ITmfXyModel> yResponse = provider.fetchXY(parameters, PROGRESS_MONITOR);
01:36:21 [2019-07-31T05:36:21.183Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:36:21 [2019-07-31T05:36:21.183Z] Discouraged access: The method 'AbstractTreeCommonXDataProvider<InputOutputAnalysisModule,TmfTreeDataModel>.fetchXY(Map<String,Object>, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:36:21 [2019-07-31T05:36:21.183Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/kernel/ThreadStatusDataProviderTest.java:[117] 
01:36:21 [2019-07-31T05:36:21.183Z] 	TmfModelResponse<TimeGraphModel> rowResponse = provider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(1, 80, 80, idsToNames.keySet())), null);
01:36:21 [2019-07-31T05:36:21.183Z] 	                                                                                                                                                           ^^^^^^^^^^^^^^^^^^^
01:36:21 [2019-07-31T05:36:21.183Z] 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>'
01:36:21 [2019-07-31T05:36:21.183Z] 6 problems (6 warnings)
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] 
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/test/resources
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] 
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-sources.jar
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] 
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] 
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] 
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] 
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] 
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] 
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] 
01:36:21 [2019-07-31T05:36:21.183Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:36:22 [2019-07-31T05:36:22.552Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work/data/.metadata/.log
01:36:22 [2019-07-31T05:36:22.552Z] [INFO] Command line:
01:36:22 [2019-07-31T05:36:22.552Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:36:22 [2019-07-31T05:36:22.552Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:36:25 [2019-07-31T05:36:25.290Z] !SESSION 2019-07-31 05:36:22.581 -----------------------------------------------
01:36:25 [2019-07-31T05:36:25.290Z] eclipse.buildId=unknown
01:36:25 [2019-07-31T05:36:25.290Z] java.version=1.8.0_202
01:36:25 [2019-07-31T05:36:25.290Z] java.vendor=Oracle Corporation
01:36:25 [2019-07-31T05:36:25.290Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:36:25 [2019-07-31T05:36:25.290Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:36:25 [2019-07-31T05:36:25.290Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:36:25 [2019-07-31T05:36:25.290Z] 
01:36:25 [2019-07-31T05:36:25.290Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:36:25.128
01:36:25 [2019-07-31T05:36:25.290Z] !MESSAGE FrameworkEvent ERROR
01:36:25 [2019-07-31T05:36:25.290Z] !STACK 0
01:36:25 [2019-07-31T05:36:25.290Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
01:36:25 [2019-07-31T05:36:25.290Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:36:25 [2019-07-31T05:36:25.290Z] 
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:36:25 [2019-07-31T05:36:25.290Z] 
01:36:25 [2019-07-31T05:36:25.290Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:36:25.259
01:36:25 [2019-07-31T05:36:25.290Z] !MESSAGE FrameworkEvent ERROR
01:36:25 [2019-07-31T05:36:25.290Z] !STACK 0
01:36:25 [2019-07-31T05:36:25.290Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
01:36:25 [2019-07-31T05:36:25.290Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:36:25 [2019-07-31T05:36:25.290Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:36:25 [2019-07-31T05:36:25.290Z]     -> 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"
01:36:25 [2019-07-31T05:36:25.290Z]        org.apache.httpcomponents.httpclient.win [35]
01:36:25 [2019-07-31T05:36:25.290Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:36:25 [2019-07-31T05:36:25.290Z] 
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:36:25 [2019-07-31T05:36:25.290Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:36:35 [2019-07-31T05:36:35.239Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest
01:36:50 [2019-07-31T05:36:50.093Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.473 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest
01:36:50 [2019-07-31T05:36:50.093Z] testAnalysisExecution(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest)  Time elapsed: 6.534 s
01:36:50 [2019-07-31T05:36:50.093Z] testInRangeWithCpuSubset(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest)  Time elapsed: 2.242 s
01:36:50 [2019-07-31T05:36:50.093Z] testUsageInRange(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest)  Time elapsed: 2.237 s
01:36:50 [2019-07-31T05:36:50.093Z] testRequirements(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest)  Time elapsed: 1.138 s
01:36:50 [2019-07-31T05:36:50.093Z] testReturnedStateSystem(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest)  Time elapsed: 2.242 s
01:36:50 [2019-07-31T05:36:50.093Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageDataProviderTest
01:36:51 [2019-07-31T05:36:51.986Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.3 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageDataProviderTest
01:36:51 [2019-07-31T05:36:51.986Z] testTree(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageDataProviderTest)  Time elapsed: 2.293 s
01:36:51 [2019-07-31T05:36:51.986Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest
01:36:55 [2019-07-31T05:36:55.267Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.377 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest
01:36:55 [2019-07-31T05:36:55.267Z] testAnalysisExecution(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest)  Time elapsed: 2.236 s
01:36:55 [2019-07-31T05:36:55.267Z] testAllocationDeallocationMemory(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest)  Time elapsed: 1.139 s
01:36:55 [2019-07-31T05:36:55.267Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest
01:37:07 [2019-07-31T05:37:07.445Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.322 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest
01:37:07 [2019-07-31T05:37:07.445Z] testGetPpid(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest)  Time elapsed: 1.168 s
01:37:07 [2019-07-31T05:37:07.445Z] testGetThreadOnCpu(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest)  Time elapsed: 1.17 s
01:37:07 [2019-07-31T05:37:07.445Z] testIsThreadActiveRange(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest)  Time elapsed: 1.149 s
01:37:07 [2019-07-31T05:37:07.445Z] testGetExecutableName(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest)  Time elapsed: 1.138 s
01:37:07 [2019-07-31T05:37:07.445Z] testGetThreadQuarks(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest)  Time elapsed: 1.145 s
01:37:07 [2019-07-31T05:37:07.445Z] testGetStatusIntervalsForThread(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest)  Time elapsed: 1.143 s
01:37:07 [2019-07-31T05:37:07.445Z] testGetPid(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest)  Time elapsed: 1.133 s
01:37:07 [2019-07-31T05:37:07.445Z] testGetThreadsOfCpus(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest)  Time elapsed: 1.14 s
01:37:07 [2019-07-31T05:37:07.445Z] testGetStatusIntervalsForThreadIt(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest)  Time elapsed: 1.132 s
01:37:07 [2019-07-31T05:37:07.445Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelStateProviderTest
01:37:07 [2019-07-31T05:37:07.445Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelStateProviderTest
01:37:07 [2019-07-31T05:37:07.445Z] testOpening(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelStateProviderTest)  Time elapsed: 0.01 s
01:37:07 [2019-07-31T05:37:07.445Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelPidAspectTest
01:37:07 [2019-07-31T05:37:07.445Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.146 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelPidAspectTest
01:37:07 [2019-07-31T05:37:07.445Z] testResolvePidAspect(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelPidAspectTest)  Time elapsed: 1.144 s
01:37:07 [2019-07-31T05:37:07.445Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelTidAspectTest
01:37:07 [2019-07-31T05:37:07.702Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.14 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelTidAspectTest
01:37:07 [2019-07-31T05:37:07.702Z] testResolveTidAspect(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelTidAspectTest)  Time elapsed: 1.139 s
01:37:07 [2019-07-31T05:37:07.702Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.ThreadStatusDataProviderTest
01:37:09 [2019-07-31T05:37:09.168Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.197 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.ThreadStatusDataProviderTest
01:37:09 [2019-07-31T05:37:09.168Z] testThreadStatusDataProvider(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.ThreadStatusDataProviderTest)  Time elapsed: 1.196 s
01:37:09 [2019-07-31T05:37:09.168Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallStatsAnalysisTest
01:37:17 [2019-07-31T05:37:17.263Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.281 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallStatsAnalysisTest
01:37:17 [2019-07-31T05:37:17.263Z] testSmallTraceSequential(org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallStatsAnalysisTest)  Time elapsed: 7.279 s
01:37:17 [2019-07-31T05:37:17.263Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallAnalysisTest
01:37:17 [2019-07-31T05:37:17.263Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallAnalysisTest
01:37:17 [2019-07-31T05:37:17.263Z] testSmallTraceSequential(org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallAnalysisTest)  Time elapsed: 0.492 s
01:37:17 [2019-07-31T05:37:17.263Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest
01:37:32 [2019-07-31T05:37:32.115Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.729 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest
01:37:32 [2019-07-31T05:37:32.115Z] testDeviceStrings[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest)  Time elapsed: 2.251 s
01:37:32 [2019-07-31T05:37:32.115Z] testSectorsAt[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest)  Time elapsed: 2.224 s
01:37:32 [2019-07-31T05:37:32.115Z] testDeviceStrings[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest)  Time elapsed: 2.214 s
01:37:32 [2019-07-31T05:37:32.115Z] testSectorsAt[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest)  Time elapsed: 2.212 s
01:37:32 [2019-07-31T05:37:32.115Z] testDeviceStrings[2: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest)  Time elapsed: 2.516 s
01:37:32 [2019-07-31T05:37:32.115Z] testSectorsAt[2: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest)  Time elapsed: 2.218 s
01:37:32 [2019-07-31T05:37:32.115Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest
01:37:37 [2019-07-31T05:37:37.508Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.658 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest
01:37:37 [2019-07-31T05:37:37.508Z] testGetDisks[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest)  Time elapsed: 2.226 s
01:37:37 [2019-07-31T05:37:37.508Z] testGetDisks[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest)  Time elapsed: 2.214 s
01:37:37 [2019-07-31T05:37:37.508Z] testGetDisks[2: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest)  Time elapsed: 2.216 s
01:37:37 [2019-07-31T05:37:37.508Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDataProviderTest
01:37:39 [2019-07-31T05:37:39.400Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.242 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDataProviderTest
01:37:39 [2019-07-31T05:37:39.400Z] testDiskActivity[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDataProviderTest)  Time elapsed: 2.237 s
01:37:39 [2019-07-31T05:37:39.400Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest
01:38:35 [2019-07-31T05:38:35.585Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.204 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest
01:38:35 [2019-07-31T05:38:35.585Z] testAnalysisExecution[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.219 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderIntervalData[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.221 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderPunctualData[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.221 s
01:38:35 [2019-07-31T05:38:35.585Z] testAnalysisExecution[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.213 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderIntervalData[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.215 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderPunctualData[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.213 s
01:38:35 [2019-07-31T05:38:35.585Z] testAnalysisExecution[2: io_req_merge.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.223 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderIntervalData[2: io_req_merge.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.22 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderPunctualData[2: io_req_merge.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.218 s
01:38:35 [2019-07-31T05:38:35.585Z] testAnalysisExecution[3: io_missing.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.235 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderIntervalData[3: io_missing.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.218 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderPunctualData[3: io_missing.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.218 s
01:38:35 [2019-07-31T05:38:35.585Z] testAnalysisExecution[4: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.214 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderIntervalData[4: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.216 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderPunctualData[4: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.215 s
01:38:35 [2019-07-31T05:38:35.585Z] testAnalysisExecution[5: io_syscall_read.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 3.126 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderIntervalData[5: io_syscall_read.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.219 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderPunctualData[5: io_syscall_read.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.215 s
01:38:35 [2019-07-31T05:38:35.585Z] testAnalysisExecution[6: io_syscall_write.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.261 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderIntervalData[6: io_syscall_write.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.217 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderPunctualData[6: io_syscall_write.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.217 s
01:38:35 [2019-07-31T05:38:35.585Z] testAnalysisExecution[7: io_full_kernel.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.218 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderIntervalData[7: io_full_kernel.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.221 s
01:38:35 [2019-07-31T05:38:35.585Z] testStateProviderPunctualData[7: io_full_kernel.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest)  Time elapsed: 2.221 s
01:38:35 [2019-07-31T05:38:35.585Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest
01:38:38 [2019-07-31T05:38:38.857Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.612 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest
01:38:38 [2019-07-31T05:38:38.858Z] testAnalysisExecution(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest)  Time elapsed: 1.115 s
01:38:38 [2019-07-31T05:38:38.858Z] testUsageInRange(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest)  Time elapsed: 1.121 s
01:38:38 [2019-07-31T05:38:38.858Z] testReturnedStateSystem(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest)  Time elapsed: 1.252 s
01:38:38 [2019-07-31T05:38:38.858Z] testInvalid(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest)  Time elapsed: 1.122 s
01:38:38 [2019-07-31T05:38:38.858Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest
01:38:38 [2019-07-31T05:38:38.858Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest
01:38:38 [2019-07-31T05:38:38.858Z] testMatchingMultiMatchers(org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest)  Time elapsed: 0.154 s
01:38:38 [2019-07-31T05:38:38.858Z] testMatching(org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest)  Time elapsed: 0.129 s
01:38:38 [2019-07-31T05:38:38.858Z] 
01:38:38 [2019-07-31T05:38:38.858Z] Results:
01:38:38 [2019-07-31T05:38:38.858Z] 
01:38:38 [2019-07-31T05:38:38.858Z] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0
01:38:38 [2019-07-31T05:38:38.858Z] 
01:38:43 [2019-07-31T05:38:43.034Z] [INFO] All tests passed!
01:38:43 [2019-07-31T05:38:43.034Z] [INFO] 
01:38:43 [2019-07-31T05:38:43.034Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:38:43 [2019-07-31T05:38:43.034Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:38:43 [2019-07-31T05:38:43.034Z] [INFO] 
01:38:43 [2019-07-31T05:38:43.034Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:38:43 [2019-07-31T05:38:43.291Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:38:43 [2019-07-31T05:38:43.291Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:38:43 [2019-07-31T05:38:43.548Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:38:44 [2019-07-31T05:38:44.112Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:38:44 [2019-07-31T05:38:44.112Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
01:38:44 [2019-07-31T05:38:44.112Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:38:44 [2019-07-31T05:38:44.368Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:38:44 [2019-07-31T05:38:44.368Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:38:44 [2019-07-31T05:38:44.368Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:38:44 [2019-07-31T05:38:44.624Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:38:44 [2019-07-31T05:38:44.881Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:38:44 [2019-07-31T05:38:44.881Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
01:38:44 [2019-07-31T05:38:44.881Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:38:45 [2019-07-31T05:38:45.137Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:38:45 [2019-07-31T05:38:45.395Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:38:45 [2019-07-31T05:38:45.395Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:38:45 [2019-07-31T05:38:45.395Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:38:45 [2019-07-31T05:38:45.395Z] [INFO] 
01:38:45 [2019-07-31T05:38:45.395Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:38:45 [2019-07-31T05:38:45.395Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:45 [2019-07-31T05:38:45.395Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:45 [2019-07-31T05:38:45.395Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] 
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.core.tests ---
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] 
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui >--
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.ui 4.0.0-SNAPSHOT [35/134]
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] 
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] 
01:38:45 [2019-07-31T05:38:45.651Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] The project's OSGi version is 4.0.0.201907310510
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] 
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] 
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] 
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] 
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] 
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/main/resources
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] 
01:38:46 [2019-07-31T05:38:46.423Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:46 [2019-07-31T05:38:46.680Z] [INFO] Compiling 36 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/classes
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/scatter/AbstractSegmentStoreScatterChartViewer.java:[100] 
01:38:47 [2019-07-31T05:38:47.244Z] 	return DataProviderManager.getInstance().getDataProvider(trace, SegmentStoreScatterDataProvider.ID + ':' + analysisId, ITmfTreeXYDataProvider.class);
01:38:47 [2019-07-31T05:38:47.244Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.244Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeXYDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/table/SegmentStoreContentProvider.java:[171] 
01:38:47 [2019-07-31T05:38:47.244Z] 	return Iterables.get(iterable, (int) idx, null);
01:38:47 [2019-07-31T05:38:47.244Z] 	                                          ^^^^
01:38:47 [2019-07-31T05:38:47.244Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable '? extends ISegment'
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/table/SegmentStoreContentProvider.java:[191] 
01:38:47 [2019-07-31T05:38:47.244Z] 	return Iterables.getLast(baseIterable, null);
01:38:47 [2019-07-31T05:38:47.244Z] 	                                       ^^^^
01:38:47 [2019-07-31T05:38:47.244Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable '? extends ISegment'
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/table/SegmentStoreContentProvider.java:[202] 
01:38:47 [2019-07-31T05:38:47.244Z] 	return Iterables.getFirst((Iterable<? extends ISegment>) iterable, null);
01:38:47 [2019-07-31T05:38:47.244Z] 	                                                                   ^^^^
01:38:47 [2019-07-31T05:38:47.244Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable '? extends ISegment'
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[121] 
01:38:47 [2019-07-31T05:38:47.244Z] 	SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>) element).getModel();
01:38:47 [2019-07-31T05:38:47.244Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.244Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<SegmentStoreStatisticsModel>
01:38:47 [2019-07-31T05:38:47.244Z] 6. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java (at line 121)
01:38:47 [2019-07-31T05:38:47.244Z] 	SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>) element).getModel();
01:38:47 [2019-07-31T05:38:47.244Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.244Z] 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
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[147] 
01:38:47 [2019-07-31T05:38:47.244Z] 	createTmfTreeColumnData(Messages.SegmentStoreStatistics_LevelLabel, Comparator.comparing(TmfTreeViewerEntry::getName)),
01:38:47 [2019-07-31T05:38:47.244Z] 	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.244Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>'
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[148] 
01:38:47 [2019-07-31T05:38:47.244Z] 	createTmfTreeColumnData(Messages.SegmentStoreStatistics_Statistics_MinLabel, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getMin))),
01:38:47 [2019-07-31T05:38:47.244Z] 	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.244Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>'
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[149] 
01:38:47 [2019-07-31T05:38:47.244Z] 	createTmfTreeColumnData(Messages.SegmentStoreStatistics_MaxLabel, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getMax))),
01:38:47 [2019-07-31T05:38:47.244Z] 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.244Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>'
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[150] 
01:38:47 [2019-07-31T05:38:47.244Z] 	createTmfTreeColumnData(Messages.SegmentStoreStatistics_AverageLabel, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getMean))),
01:38:47 [2019-07-31T05:38:47.244Z] 	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.244Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>'
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[151] 
01:38:47 [2019-07-31T05:38:47.244Z] 	createTmfTreeColumnData(Messages.SegmentStoreStatisticsViewer_StandardDeviation, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getStdDev))),
01:38:47 [2019-07-31T05:38:47.244Z] 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.244Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>'
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[152] 
01:38:47 [2019-07-31T05:38:47.244Z] 	createTmfTreeColumnData(Messages.SegmentStoreStatisticsViewer_Count, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getNbElements))),
01:38:47 [2019-07-31T05:38:47.244Z] 	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.244Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>'
01:38:47 [2019-07-31T05:38:47.244Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[153] 
01:38:47 [2019-07-31T05:38:47.244Z] 	createTmfTreeColumnData(Messages.SegmentStoreStatisticsViewer_Total, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getTotal))),
01:38:47 [2019-07-31T05:38:47.245Z] 	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>'
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[181] 
01:38:47 [2019-07-31T05:38:47.245Z] 	return modelExtractor.apply(((TmfGenericTreeEntry<M>) entry).getModel());
01:38:47 [2019-07-31T05:38:47.245Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] 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
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[181] 
01:38:47 [2019-07-31T05:38:47.245Z] 	return modelExtractor.apply(((TmfGenericTreeEntry<M>) entry).getModel());
01:38:47 [2019-07-31T05:38:47.245Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Type safety: Unchecked cast from TmfTreeViewerEntry to TmfGenericTreeEntry<M>
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[183] 
01:38:47 [2019-07-31T05:38:47.245Z] 	return (E) (Comparable<E>) o -> 0;
01:38:47 [2019-07-31T05:38:47.245Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Type safety: Unchecked cast from Comparable<E> to E
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[204] 
01:38:47 [2019-07-31T05:38:47.245Z] 	SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<SegmentStoreStatisticsModel>) element).getModel();
01:38:47 [2019-07-31T05:38:47.245Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<SegmentStoreStatisticsModel>
01:38:47 [2019-07-31T05:38:47.245Z] 18. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java (at line 204)
01:38:47 [2019-07-31T05:38:47.245Z] 	SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<SegmentStoreStatisticsModel>) element).getModel();
01:38:47 [2019-07-31T05:38:47.245Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] 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
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[221] 
01:38:47 [2019-07-31T05:38:47.245Z] 	SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<SegmentStoreStatisticsModel>) element).getModel();
01:38:47 [2019-07-31T05:38:47.245Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<SegmentStoreStatisticsModel>
01:38:47 [2019-07-31T05:38:47.245Z] 20. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java (at line 221)
01:38:47 [2019-07-31T05:38:47.245Z] 	SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<SegmentStoreStatisticsModel>) element).getModel();
01:38:47 [2019-07-31T05:38:47.245Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] 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
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[258] 
01:38:47 [2019-07-31T05:38:47.245Z] 	provider = DataProviderManager.getInstance().getDataProvider(trace,
01:38:47 [2019-07-31T05:38:47.245Z]                     fProviderId, ITmfTreeDataProvider.class);
01:38:47 [2019-07-31T05:38:47.245Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[280] 
01:38:47 [2019-07-31T05:38:47.245Z] 	return modelToTree(trace.getName(), model.getEntries());
01:38:47 [2019-07-31T05:38:47.245Z] 	                   ^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/scatter/AbstractSegmentStoreScatterChartTreeViewer.java:[57] 
01:38:47 [2019-07-31T05:38:47.245Z] 	TmfGenericTreeEntry<TmfTreeDataModel> entry = (TmfGenericTreeEntry<TmfTreeDataModel>) element;
01:38:47 [2019-07-31T05:38:47.245Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel>
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/scatter/AbstractSegmentStoreScatterChartTreeViewer.java:[125] 
01:38:47 [2019-07-31T05:38:47.245Z] 	return DataProviderManager.getInstance().getDataProvider(trace, SegmentStoreScatterDataProvider.ID + ':' + analysisId, ITmfTreeXYDataProvider.class);
01:38:47 [2019-07-31T05:38:47.245Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class<ITmfTreeXYDataProvider>) of the generic method getDataProvider(ITmfTrace, String, Class<T>) of type DataProviderManager
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[51] 
01:38:47 [2019-07-31T05:38:47.245Z] 	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.filter.parser.FilterCu;
01:38:47 [2019-07-31T05:38:47.245Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[52] 
01:38:47 [2019-07-31T05:38:47.245Z] 	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.filter.parser.IFilterStrings;
01:38:47 [2019-07-31T05:38:47.245Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Discouraged access: The type 'IFilterStrings' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[53] 
01:38:47 [2019-07-31T05:38:47.245Z] 	import org.eclipse.tracecompass.internal.provisional.tmf.core.model.filters.TmfFilterAppliedSignal;
01:38:47 [2019-07-31T05:38:47.245Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Discouraged access: The type 'TmfFilterAppliedSignal' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[54] 
01:38:47 [2019-07-31T05:38:47.245Z] 	import org.eclipse.tracecompass.internal.segmentstore.core.arraylist.ArrayListStore;
01:38:47 [2019-07-31T05:38:47.245Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Discouraged access: The type 'ArrayListStore<E>' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes')
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[358] 
01:38:47 [2019-07-31T05:38:47.245Z] 	ISegmentStore<ISegment> filteredStore = new ArrayListStore<>(filtered.toArray(new ISegment[filtered.size()]));
01:38:47 [2019-07-31T05:38:47.245Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.245Z] Discouraged access: The constructor 'ArrayListStore<ISegment>(Object[])' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes')
01:38:47 [2019-07-31T05:38:47.245Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[358] 
01:38:47 [2019-07-31T05:38:47.502Z] 	ISegmentStore<ISegment> filteredStore = new ArrayListStore<>(filtered.toArray(new ISegment[filtered.size()]));
01:38:47 [2019-07-31T05:38:47.502Z] 	                                            ^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The type 'ArrayListStore' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[385] 
01:38:47 [2019-07-31T05:38:47.502Z] 	for (Map.Entry<Integer, Collection<String>> entry : regexes.asMap().entrySet()) {
01:38:47 [2019-07-31T05:38:47.502Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] 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>>'
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[386] 
01:38:47 [2019-07-31T05:38:47.502Z] 	String regex = IFilterStrings.mergeFilters(entry.getValue());
01:38:47 [2019-07-31T05:38:47.502Z] 	               ^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The type 'IFilterStrings' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[386] 
01:38:47 [2019-07-31T05:38:47.502Z] 	String regex = IFilterStrings.mergeFilters(entry.getValue());
01:38:47 [2019-07-31T05:38:47.502Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The method 'IFilterStrings.mergeFilters(Collection<String>)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[387] 
01:38:47 [2019-07-31T05:38:47.502Z] 	FilterCu cu = FilterCu.compile(regex);
01:38:47 [2019-07-31T05:38:47.502Z] 	^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[387] 
01:38:47 [2019-07-31T05:38:47.502Z] 	FilterCu cu = FilterCu.compile(regex);
01:38:47 [2019-07-31T05:38:47.502Z] 	              ^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[387] 
01:38:47 [2019-07-31T05:38:47.502Z] 	FilterCu cu = FilterCu.compile(regex);
01:38:47 [2019-07-31T05:38:47.502Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The method 'FilterCu.compile(String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[388] 
01:38:47 [2019-07-31T05:38:47.502Z] 	Predicate<@NonNull Map<@NonNull String, @NonNull Object>> predicate = cu != null ? multiToMapPredicate(cu.generate()) : null;
01:38:47 [2019-07-31T05:38:47.502Z] 	                                                                                                       ^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The method 'FilterCu.generate()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[413] 
01:38:47 [2019-07-31T05:38:47.502Z] 	for (Entry<Integer, Collection<String>> entry : regexes.asMap().entrySet()) {
01:38:47 [2019-07-31T05:38:47.502Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] 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>>'
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[414] 
01:38:47 [2019-07-31T05:38:47.502Z] 	String regex = IFilterStrings.mergeFilters(entry.getValue());
01:38:47 [2019-07-31T05:38:47.502Z] 	               ^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The type 'IFilterStrings' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[414] 
01:38:47 [2019-07-31T05:38:47.502Z] 	String regex = IFilterStrings.mergeFilters(entry.getValue());
01:38:47 [2019-07-31T05:38:47.502Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The method 'IFilterStrings.mergeFilters(Collection<String>)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[415] 
01:38:47 [2019-07-31T05:38:47.502Z] 	FilterCu cu = FilterCu.compile(regex);
01:38:47 [2019-07-31T05:38:47.502Z] 	^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[415] 
01:38:47 [2019-07-31T05:38:47.502Z] 	FilterCu cu = FilterCu.compile(regex);
01:38:47 [2019-07-31T05:38:47.502Z] 	              ^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[415] 
01:38:47 [2019-07-31T05:38:47.502Z] 	FilterCu cu = FilterCu.compile(regex);
01:38:47 [2019-07-31T05:38:47.502Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The method 'FilterCu.compile(String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[416] 
01:38:47 [2019-07-31T05:38:47.502Z] 	Predicate<@NonNull Multimap<@NonNull String, @NonNull Object>> predicate = cu != null ? cu.generate() : null;
01:38:47 [2019-07-31T05:38:47.502Z] 	                                                                                        ^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The method 'FilterCu.generate()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[546] 
01:38:47 [2019-07-31T05:38:47.502Z] 	public void regexFilterApplied(TmfFilterAppliedSignal signal) {
01:38:47 [2019-07-31T05:38:47.502Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The type 'TmfFilterAppliedSignal' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[547] 
01:38:47 [2019-07-31T05:38:47.502Z] 	Collection<String> regex = signal.getFilter().getRegexes();
01:38:47 [2019-07-31T05:38:47.502Z] 	                           ^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The method 'TmfFilterAppliedSignal.getFilter()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[547] 
01:38:47 [2019-07-31T05:38:47.502Z] 	Collection<String> regex = signal.getFilter().getRegexes();
01:38:47 [2019-07-31T05:38:47.502Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Discouraged access: The method 'TraceCompassFilter.getRegexes()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:38:47 [2019-07-31T05:38:47.502Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/density/SimpleTooltipProvider.java:[70] 
01:38:47 [2019-07-31T05:38:47.502Z] 	addItem(null, ToolTipString.fromString(Messages.SimpleTooltipProvider_count), ToolTipString.fromDecimal(y));
01:38:47 [2019-07-31T05:38:47.502Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:47 [2019-07-31T05:38:47.502Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:38:47 [2019-07-31T05:38:47.502Z] 48 problems (0 errors, 45 warnings, 45 info)
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] 
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/test/resources
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] 
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-sources.jar
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] 
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] 
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] 
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] 
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] 
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:47 [2019-07-31T05:38:47.502Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar
01:38:47 [2019-07-31T05:38:47.760Z] [INFO] 
01:38:47 [2019-07-31T05:38:47.760Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:47 [2019-07-31T05:38:47.760Z] [INFO] 
01:38:47 [2019-07-31T05:38:47.760Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:47 [2019-07-31T05:38:47.760Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:38:47 [2019-07-31T05:38:47.760Z] [INFO] 
01:38:47 [2019-07-31T05:38:47.760Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:48 [2019-07-31T05:38:48.016Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:38:48 [2019-07-31T05:38:48.016Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:38:48 [2019-07-31T05:38:48.016Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:38:48 [2019-07-31T05:38:48.580Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:38:48 [2019-07-31T05:38:48.837Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:38:49 [2019-07-31T05:38:49.094Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] 
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] 
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.ui ---
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] 
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui >--
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui 3.0.4-SNAPSHOT [36/134]
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] 
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] 
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] The project's OSGi version is 3.0.4.201907310510
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] 
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] 
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] 
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] 
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] 
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/main/resources
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] 
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:50 [2019-07-31T05:38:50.462Z] [INFO] Compiling 44 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/classes
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/actions/UnfollowThreadAction.java:[43] 
01:38:51 [2019-07-31T05:38:51.392Z] 	return Messages.FollowThreadAction_unfollow;
01:38:51 [2019-07-31T05:38:51.392Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageXYViewer.java:[59] 
01:38:51 [2019-07-31T05:38:51.392Z] 	return new SelectedCpuQueryFilter(start, end, nb, getSelected(), CpuUsageView.getCpus(getTrace()));
01:38:51 [2019-07-31T05:38:51.392Z] 	                                                                                      ^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageXYViewer.java:[65] 
01:38:51 [2019-07-31T05:38:51.392Z] 	parameters.put(CpuUsageDataProvider.REQUESTED_CPUS_KEY, CpuUsageView.getCpus(getTrace()));
01:38:51 [2019-07-31T05:38:51.392Z] 	                                                                             ^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageXYViewer.java:[82] 
01:38:51 [2019-07-31T05:38:51.392Z] 	Set<Integer> cpus = CpuUsageView.getCpus(getTrace());
01:38:51 [2019-07-31T05:38:51.392Z] 	                                         ^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/controlflow/ControlFlowView.java:[729] 
01:38:51 [2019-07-31T05:38:51.392Z] 	zoomEntries(entries, traceEntry.getStartTime(), traceEntry.getEndTime(), resolution, monitor);
01:38:51 [2019-07-31T05:38:51.392Z] 	            ^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Null type safety (type annotations): The expression of type 'Iterable<TimeGraphEntry>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull TimeGraphEntry>'
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/controlflow/ControlFlowView.java:[796] 
01:38:51 [2019-07-31T05:38:51.392Z] 	SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(time - 1, time, 2, map.keySet());
01:38:51 [2019-07-31T05:38:51.392Z] 	                                                                                  ^^^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] 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>'
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageView.java:[92] 
01:38:51 [2019-07-31T05:38:51.392Z] 	Set<@NonNull Integer> data = (Set<@NonNull Integer>) getData(trace, CpuUsageView.CPU_USAGE_FOLLOW_CPU);
01:38:51 [2019-07-31T05:38:51.392Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Type safety: Unchecked cast from Object to Set<Integer>
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageView.java:[117] 
01:38:51 [2019-07-31T05:38:51.392Z] 	Set<Integer> data = (Set<Integer>) getData(trace, CPU_USAGE_FOLLOW_CPU);
01:38:51 [2019-07-31T05:38:51.392Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Type safety: Unchecked cast from Object to Set<Integer>
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/memory/MemoryUsageTreeViewer.java:[48] 
01:38:51 [2019-07-31T05:38:51.392Z] 	TmfGenericTreeEntry<MemoryUsageTreeModel> obj = (TmfGenericTreeEntry<MemoryUsageTreeModel>) element;
01:38:51 [2019-07-31T05:38:51.392Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<MemoryUsageTreeModel>
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/memory/MemoryUsageTreeViewer.java:[64] 
01:38:51 [2019-07-31T05:38:51.392Z] 	TmfGenericTreeEntry<MemoryUsageTreeModel> entry = (TmfGenericTreeEntry<MemoryUsageTreeModel>) element;
01:38:51 [2019-07-31T05:38:51.392Z] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<MemoryUsageTreeModel>
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/io/diskioactivity/DiskIOActivityTreeViewer.java:[38] 
01:38:51 [2019-07-31T05:38:51.392Z] 	TmfGenericTreeEntry<TmfTreeDataModel> entry = (TmfGenericTreeEntry<TmfTreeDataModel>) element;
01:38:51 [2019-07-31T05:38:51.392Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel>
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageTreeViewer.java:[130] 
01:38:51 [2019-07-31T05:38:51.392Z] 	return new SelectedCpuQueryFilter(newStart, newEnd, 2, Collections.emptyList(), CpuUsageView.getCpus(getTrace()));
01:38:51 [2019-07-31T05:38:51.392Z] 	                                                                                                     ^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:38:51 [2019-07-31T05:38:51.392Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageTreeViewer.java:[143] 
01:38:51 [2019-07-31T05:38:51.392Z] 	parameters.put(CpuUsageDataProvider.REQUESTED_CPUS_KEY, CpuUsageView.getCpus(getTrace()));
01:38:51 [2019-07-31T05:38:51.392Z] 	                                                                             ^^^^^^^^^^
01:38:51 [2019-07-31T05:38:51.392Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:38:51 [2019-07-31T05:38:51.392Z] 13 problems (13 warnings)
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] 
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/test/resources
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] 
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-sources.jar
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] 
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] 
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] 
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] 
01:38:51 [2019-07-31T05:38:51.392Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:51 [2019-07-31T05:38:51.393Z] [INFO] 
01:38:51 [2019-07-31T05:38:51.393Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:51 [2019-07-31T05:38:51.393Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar
01:38:51 [2019-07-31T05:38:51.649Z] [INFO] 
01:38:51 [2019-07-31T05:38:51.649Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:51 [2019-07-31T05:38:51.649Z] [INFO] 
01:38:51 [2019-07-31T05:38:51.649Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:51 [2019-07-31T05:38:51.649Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:38:51 [2019-07-31T05:38:51.649Z] [INFO] 
01:38:51 [2019-07-31T05:38:51.649Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:51 [2019-07-31T05:38:51.905Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:38:51 [2019-07-31T05:38:51.905Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:38:52 [2019-07-31T05:38:52.162Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:38:52 [2019-07-31T05:38:52.725Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
01:38:52 [2019-07-31T05:38:52.982Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:38:52 [2019-07-31T05:38:52.982Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:38:52 [2019-07-31T05:38:52.982Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:38:52 [2019-07-31T05:38:52.982Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:38:53 [2019-07-31T05:38:53.428Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:38:54 [2019-07-31T05:38:54.892Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:38:54 [2019-07-31T05:38:54.892Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
01:38:54 [2019-07-31T05:38:54.892Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:38:54 [2019-07-31T05:38:54.892Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.ui ---
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.tests >--
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui.tests 1.0.6-SNAPSHOT [37/134]
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] The project's OSGi version is 1.0.6.201907310510
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/src/main/resources
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.148Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/classes
01:38:55 [2019-07-31T05:38:55.405Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.405Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.405Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:38:55 [2019-07-31T05:38:55.405Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/src/test/resources
01:38:55 [2019-07-31T05:38:55.405Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.405Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.405Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-sources.jar
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] 
01:38:55 [2019-07-31T05:38:55.662Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:38:57 [2019-07-31T05:38:57.031Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work/data/.metadata/.log
01:38:57 [2019-07-31T05:38:57.031Z] [INFO] Command line:
01:38:57 [2019-07-31T05:38:57.031Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:38:57 [2019-07-31T05:38:57.031Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:39:00 [2019-07-31T05:39:00.303Z] !SESSION 2019-07-31 05:38:57.073 -----------------------------------------------
01:39:00 [2019-07-31T05:39:00.303Z] eclipse.buildId=unknown
01:39:00 [2019-07-31T05:39:00.303Z] java.version=1.8.0_202
01:39:00 [2019-07-31T05:39:00.303Z] java.vendor=Oracle Corporation
01:39:00 [2019-07-31T05:39:00.303Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:39:00 [2019-07-31T05:39:00.303Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/surefire.properties -product org.eclipse.platform.ide
01:39:00 [2019-07-31T05:39:00.303Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:39:00 [2019-07-31T05:39:00.303Z] 
01:39:00 [2019-07-31T05:39:00.303Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:38:59.645
01:39:00 [2019-07-31T05:39:00.303Z] !MESSAGE FrameworkEvent ERROR
01:39:00 [2019-07-31T05:39:00.303Z] !STACK 0
01:39:00 [2019-07-31T05:39:00.303Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
01:39:00 [2019-07-31T05:39:00.303Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:39:00 [2019-07-31T05:39:00.303Z] 
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:39:00 [2019-07-31T05:39:00.303Z] 
01:39:00 [2019-07-31T05:39:00.303Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:38:59.776
01:39:00 [2019-07-31T05:39:00.303Z] !MESSAGE FrameworkEvent ERROR
01:39:00 [2019-07-31T05:39:00.303Z] !STACK 0
01:39:00 [2019-07-31T05:39:00.303Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
01:39:00 [2019-07-31T05:39:00.303Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:39:00 [2019-07-31T05:39:00.303Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:39:00 [2019-07-31T05:39:00.303Z]     -> 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"
01:39:00 [2019-07-31T05:39:00.303Z]        org.apache.httpcomponents.httpclient.win [36]
01:39:00 [2019-07-31T05:39:00.303Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:39:00 [2019-07-31T05:39:00.303Z] 
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:39:00 [2019-07-31T05:39:00.303Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:39:01 [2019-07-31T05:39:01.672Z] process 5759: 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
01:39:01 [2019-07-31T05:39:01.672Z] See the manual page for dbus-uuidgen to correct this issue.
01:39:02 [2019-07-31T05:39:02.236Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:39:02 [2019-07-31T05:39:02.236Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:39:14 [2019-07-31T05:39:14.419Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest
01:39:14 [2019-07-31T05:39:14.419Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest
01:39:14 [2019-07-31T05:39:14.419Z] tidColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0.027 s
01:39:14 [2019-07-31T05:39:14.419Z] tidSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0.001 s
01:39:14 [2019-07-31T05:39:14.419Z] execNameColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] ptidComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] tidComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] ptidColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] birthTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] birthTimeSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0.001 s
01:39:14 [2019-07-31T05:39:14.419Z] execNameSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] ptidSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0.001 s
01:39:14 [2019-07-31T05:39:14.419Z] birthTimeComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] execNameComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest
01:39:14 [2019-07-31T05:39:14.419Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s - in org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest
01:39:14 [2019-07-31T05:39:14.419Z] testEmpty(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest)  Time elapsed: 0.006 s
01:39:14 [2019-07-31T05:39:14.419Z] testMany(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest)  Time elapsed: 0.393 s
01:39:14 [2019-07-31T05:39:14.419Z] testDoubleOtherOrder(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest)  Time elapsed: 0.005 s
01:39:14 [2019-07-31T05:39:14.419Z] test9OutOfOrder(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest)  Time elapsed: 0.001 s
01:39:14 [2019-07-31T05:39:14.419Z] test9InOrder(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] testDouble(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] testSingleInvalid(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] testSingle(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest)  Time elapsed: 0 s
01:39:14 [2019-07-31T05:39:14.419Z] test9InOrder10Times(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest)  Time elapsed: 0.001 s
01:39:14 [2019-07-31T05:39:14.419Z] 
01:39:14 [2019-07-31T05:39:14.419Z] Results:
01:39:14 [2019-07-31T05:39:14.419Z] 
01:39:14 [2019-07-31T05:39:14.419Z] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
01:39:14 [2019-07-31T05:39:14.419Z] 
01:39:20 [2019-07-31T05:39:20.965Z] [INFO] All tests passed!
01:39:20 [2019-07-31T05:39:20.965Z] [INFO] 
01:39:20 [2019-07-31T05:39:20.965Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:39:20 [2019-07-31T05:39:20.965Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:39:20 [2019-07-31T05:39:20.965Z] [INFO] 
01:39:20 [2019-07-31T05:39:20.965Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:39:20 [2019-07-31T05:39:20.965Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:39:20 [2019-07-31T05:39:20.965Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:39:21 [2019-07-31T05:39:21.221Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:39:21 [2019-07-31T05:39:21.785Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:39:21 [2019-07-31T05:39:21.785Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
01:39:22 [2019-07-31T05:39:22.042Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:39:22 [2019-07-31T05:39:22.042Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:39:22 [2019-07-31T05:39:22.042Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:39:22 [2019-07-31T05:39:22.042Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:39:22 [2019-07-31T05:39:22.298Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes
01:39:22 [2019-07-31T05:39:22.554Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:39:27 [2019-07-31T05:39:27.807Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:39:27 [2019-07-31T05:39:27.807Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
01:39:27 [2019-07-31T05:39:27.807Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
01:39:28 [2019-07-31T05:39:28.904Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:39:28 [2019-07-31T05:39:28.904Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:39:29 [2019-07-31T05:39:29.162Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:39:29 [2019-07-31T05:39:29.162Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:39:29 [2019-07-31T05:39:29.162Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:39:29 [2019-07-31T05:39:29.418Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:39:30 [2019-07-31T05:39:30.786Z] [INFO] 
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] 
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests ---
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] 
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core >--
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.core 1.1.3-SNAPSHOT [38/134]
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] 
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] 
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] The project's OSGi version is 1.1.3.201907310510
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] 
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] 
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] 
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] 
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] 
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/main/resources
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] 
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:30 [2019-07-31T05:39:30.787Z] [INFO] Compiling 37 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/classes
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/AggregatedCalledFunction.java:[99] 
01:39:31 [2019-07-31T05:39:31.044Z] 	fChildren.put(entry.getKey(), entry.getValue().clone());
01:39:31 [2019-07-31T05:39:31.044Z] 	                              ^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] 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
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[327] 
01:39:31 [2019-07-31T05:39:31.044Z] 	if (entry.getValue().fRange.includes(range)) {
01:39:31 [2019-07-31T05:39:31.044Z] 	    ^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] 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
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[424] 
01:39:31 [2019-07-31T05:39:31.044Z] 	CallgraphRange parentRange = entry.getValue().fRange;
01:39:31 [2019-07-31T05:39:31.044Z] 	                             ^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] 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
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[442] 
01:39:31 [2019-07-31T05:39:31.044Z] 	parent.addChild(entry.getValue().fFunc, entry.getKey());
01:39:31 [2019-07-31T05:39:31.044Z] 	                ^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] 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
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[481] 
01:39:31 [2019-07-31T05:39:31.044Z] 	ThreadNode threadNode = entry.getKey();
01:39:31 [2019-07-31T05:39:31.044Z] 	                        ^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] 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
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[482] 
01:39:31 [2019-07-31T05:39:31.044Z] 	List<Integer> subAttributes = entry.getValue();
01:39:31 [2019-07-31T05:39:31.044Z] 	                              ^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] 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
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[17] 
01:39:31 [2019-07-31T05:39:31.044Z] 	import org.eclipse.tracecompass.internal.analysis.timing.core.segmentstore.SegmentStoreStatisticsDataProvider;
01:39:31 [2019-07-31T05:39:31.044Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[18] 
01:39:31 [2019-07-31T05:39:31.044Z] 	import org.eclipse.tracecompass.internal.tmf.core.model.tree.TmfTreeCompositeDataProvider;
01:39:31 [2019-07-31T05:39:31.044Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The type 'TmfTreeCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[29] 
01:39:31 [2019-07-31T05:39:31.044Z] 	* {@link SegmentStoreStatisticsDataProvider} factory for the
01:39:31 [2019-07-31T05:39:31.044Z] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[41] 
01:39:31 [2019-07-31T05:39:31.044Z] 	return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID);
01:39:31 [2019-07-31T05:39:31.044Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The type 'TmfTreeCompositeDataProvider<M,P>' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[41] 
01:39:31 [2019-07-31T05:39:31.044Z] 	return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID);
01:39:31 [2019-07-31T05:39:31.044Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The method 'TmfTreeCompositeDataProvider.create(Collection<ITmfTrace>, String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[61] 
01:39:31 [2019-07-31T05:39:31.044Z] 	return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, CallGraphStatisticsAnalysis.ID);
01:39:31 [2019-07-31T05:39:31.044Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The constructor 'SegmentStoreStatisticsDataProvider(ITmfTrace, AbstractSegmentStatisticsAnalysis, String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[61] 
01:39:31 [2019-07-31T05:39:31.044Z] 	return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, CallGraphStatisticsAnalysis.ID);
01:39:31 [2019-07-31T05:39:31.044Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/analysis/profiling/core/callstack/CallStackSeries.java:[440] 
01:39:31 [2019-07-31T05:39:31.044Z] 	return getIntersectingElements(start, end).iterator();
01:39:31 [2019-07-31T05:39:31.044Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Null type safety (type annotations): The expression of type 'Iterator<@NonNull ISegment>' needs unchecked conversion to conform to '@NonNull Iterator<@NonNull ISegment>'
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/analysis/profiling/core/callstack/CallStackSeries.java:[540] 
01:39:31 [2019-07-31T05:39:31.044Z] 	return Iterables.transform(query2d, fct);
01:39:31 [2019-07-31T05:39:31.044Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Null type safety (type annotations): The expression of type 'Iterable<@NonNull ISegment>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull ISegment>'
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/AbstractCalledFunction.java:[29] 
01:39:31 [2019-07-31T05:39:31.044Z] 	static final Comparator<ISegment> COMPARATOR = Objects.requireNonNull(Comparator.comparingLong(ISegment::getStart).thenComparingLong(ISegment::getEnd));
01:39:31 [2019-07-31T05:39:31.044Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Null type safety (type annotations): The expression of type '@NonNull Comparator<ISegment>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull ISegment>'
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/InstrumentedProfilingElement.java:[233] 
01:39:31 [2019-07-31T05:39:31.044Z] 	IHostIdProvider hostProvider = fHostResolver.apply(this);
01:39:31 [2019-07-31T05:39:31.044Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] 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
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[128] 
01:39:31 [2019-07-31T05:39:31.044Z] 	long traceId = getId(ITmfStateSystem.ROOT_ATTRIBUTE);
01:39:31 [2019-07-31T05:39:31.044Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[129] 
01:39:31 [2019-07-31T05:39:31.044Z] 	builder.add(new CallStackEntryModel(traceId, -1, Collections.singletonList(getTrace().getName()), start, end, CallStackEntryModel.TRACE, UNKNOWN_TID));
01:39:31 [2019-07-31T05:39:31.044Z] 	                                                                           ^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[131] 
01:39:31 [2019-07-31T05:39:31.044Z] 	List<Integer> processQuarks = ss.getQuarks(getAnalysisModule().getProcessesPattern());
01:39:31 [2019-07-31T05:39:31.044Z] 	                                           ^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getAnalysisModule()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[143] 
01:39:31 [2019-07-31T05:39:31.044Z] 	threadParentId = getId(processQuark);
01:39:31 [2019-07-31T05:39:31.044Z] 	                 ^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[152] 
01:39:31 [2019-07-31T05:39:31.044Z] 	List<Integer> threadQuarks = ss.getQuarks(processQuark, getAnalysisModule().getThreadsPattern());
01:39:31 [2019-07-31T05:39:31.044Z] 	                                                        ^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getAnalysisModule()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[175] 
01:39:31 [2019-07-31T05:39:31.044Z] 	return new TmfTreeModel<>(Collections.emptyList(), builder.build());
01:39:31 [2019-07-31T05:39:31.044Z] 	                                                   ^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] 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>'
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[190] 
01:39:31 [2019-07-31T05:39:31.044Z] 	return new CallStackEntryModel(getId(threadQuark), processId, Collections.singletonList(threadName), threadStart, threadEnd, CallStackEntryModel.THREAD, threadId);
01:39:31 [2019-07-31T05:39:31.044Z] 	                               ^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[197] 
01:39:31 [2019-07-31T05:39:31.044Z] 	long id = getId(stackLevelQuark);
01:39:31 [2019-07-31T05:39:31.044Z] 	          ^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[198] 
01:39:31 [2019-07-31T05:39:31.044Z] 	builder.add(new CallStackEntryModel(id, callStackParent, Collections.singletonList(threadName), start, end, level, pid));
01:39:31 [2019-07-31T05:39:31.044Z] 	                                                                                   ^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[222] 
01:39:31 [2019-07-31T05:39:31.044Z] 	Map<@NonNull Long, @NonNull Integer> entries = getSelectedEntries(filter);
01:39:31 [2019-07-31T05:39:31.044Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getSelectedEntries(SelectionTimeQueryFilter)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[227] 
01:39:31 [2019-07-31T05:39:31.044Z] 	return new TimeGraphModel(getFollowEvent(ss, entry, filter.getEnd(), false));
01:39:31 [2019-07-31T05:39:31.044Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.044Z] Null type safety (type annotations): The expression of type 'List<ITimeGraphRowModel>' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeGraphRowModel>'
01:39:31 [2019-07-31T05:39:31.044Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[229] 
01:39:31 [2019-07-31T05:39:31.044Z] 	return new TimeGraphModel(getFollowEvent(ss, entry, filter.getStart(), true));
01:39:31 [2019-07-31T05:39:31.044Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.045Z] Null type safety (type annotations): The expression of type 'List<ITimeGraphRowModel>' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeGraphRowModel>'
01:39:31 [2019-07-31T05:39:31.045Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[236] 
01:39:31 [2019-07-31T05:39:31.045Z] 	Collection<Long> times = getTimes(filter, ss.getStartTime(), ss.getCurrentEndTime());
01:39:31 [2019-07-31T05:39:31.045Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.045Z] Discouraged access: The method 'AbstractTreeDataProvider<CallStackAnalysis,CallStackEntryModel>.getTimes(TimeQueryFilter, long, long)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.core/target/classes')
01:39:31 [2019-07-31T05:39:31.045Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[262] 
01:39:31 [2019-07-31T05:39:31.045Z] 	applyFilterAndAddState(eventList, timeGraphState, key, predicates, monitor);
01:39:31 [2019-07-31T05:39:31.045Z] 	                                  ^^^^^^^^^^^^^^
01:39:31 [2019-07-31T05:39:31.045Z] Null type safety (type annotations): The expression of type 'ITimeGraphState' needs unchecked conversion to conform to '@NonNull ITimeGraphState'
01:39:31 [2019-07-31T05:39:31.045Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[278] 
01:39:31 [2019-07-31T05:39:31.045Z] 	return new TimeGraphState(startTime, duration, value.hashCode(), name);
01:39:31 [2019-07-31T05:39:31.045Z] 	                                                                 ^^^^
01:39:31 [2019-07-31T05:39:31.045Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
01:39:31 [2019-07-31T05:39:31.045Z] 32 problems (32 warnings)
01:39:31 [2019-07-31T05:39:31.045Z] [INFO] 
01:39:31 [2019-07-31T05:39:31.045Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:31 [2019-07-31T05:39:31.045Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:39:31 [2019-07-31T05:39:31.045Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/test/resources
01:39:31 [2019-07-31T05:39:31.045Z] [INFO] 
01:39:31 [2019-07-31T05:39:31.045Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-sources.jar
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] 
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] 
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] 
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] 
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] 
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] 
01:39:31 [2019-07-31T05:39:31.301Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:31 [2019-07-31T05:39:31.558Z] [INFO] 
01:39:31 [2019-07-31T05:39:31.558Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:31 [2019-07-31T05:39:31.558Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:39:31 [2019-07-31T05:39:31.558Z] [INFO] 
01:39:31 [2019-07-31T05:39:31.558Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:31 [2019-07-31T05:39:31.558Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:39:31 [2019-07-31T05:39:31.814Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:39:32 [2019-07-31T05:39:32.377Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:39:32 [2019-07-31T05:39:32.377Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:39:32 [2019-07-31T05:39:32.377Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:39:32 [2019-07-31T05:39:32.377Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.core ---
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests >--
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.core.tests 1.0.2-SNAPSHOT [39/134]
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] The project's OSGi version is 1.0.2.201907310510
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/main/resources
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.634Z] [INFO] Compiling 14 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/classes
01:39:32 [2019-07-31T05:39:32.890Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/stubs/org/eclipse/tracecompass/analysis/profiling/core/tests/data/TestDataBigCallStack.java:[145] 
01:39:32 [2019-07-31T05:39:32.890Z] 	stack.push(new OpenedFunction(ts, field.getValue().toString()));
01:39:32 [2019-07-31T05:39:32.890Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:39:32 [2019-07-31T05:39:32.890Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:39:32 [2019-07-31T05:39:32.890Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/org/eclipse/tracecompass/analysis/profiling/core/tests/flamechart/CallStackStateSystemTest.java:[153] 
01:39:32 [2019-07-31T05:39:32.890Z] 	Set<@NonNull IntervalInfo> stateSystemIntervals = traceData.toStateSystemInterval(patterns.get(0)[0]);
01:39:32 [2019-07-31T05:39:32.890Z] 	                                                                                  ^^^^^^^^^^^^^^^^^^
01:39:32 [2019-07-31T05:39:32.890Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:39:32 [2019-07-31T05:39:32.890Z] 2 problems (2 warnings)
01:39:32 [2019-07-31T05:39:32.890Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.890Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.891Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:39:32 [2019-07-31T05:39:32.891Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/test/resources
01:39:32 [2019-07-31T05:39:32.891Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.891Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.891Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-sources.jar
01:39:32 [2019-07-31T05:39:32.891Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.891Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.891Z] [INFO] 
01:39:32 [2019-07-31T05:39:32.891Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:32 [2019-07-31T05:39:32.891Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar
01:39:33 [2019-07-31T05:39:33.147Z] [INFO] 
01:39:33 [2019-07-31T05:39:33.147Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:33 [2019-07-31T05:39:33.147Z] [INFO] 
01:39:33 [2019-07-31T05:39:33.147Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:33 [2019-07-31T05:39:33.147Z] [INFO] 
01:39:33 [2019-07-31T05:39:33.147Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:33 [2019-07-31T05:39:33.147Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar
01:39:33 [2019-07-31T05:39:33.405Z] [INFO] 
01:39:33 [2019-07-31T05:39:33.405Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:33 [2019-07-31T05:39:33.405Z] [INFO] 
01:39:33 [2019-07-31T05:39:33.405Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:39:34 [2019-07-31T05:39:34.335Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data/.metadata/.log
01:39:34 [2019-07-31T05:39:34.335Z] [INFO] Command line:
01:39:34 [2019-07-31T05:39:34.335Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:39:34 [2019-07-31T05:39:34.335Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:39:37 [2019-07-31T05:39:37.734Z] !SESSION 2019-07-31 05:39:34.552 -----------------------------------------------
01:39:37 [2019-07-31T05:39:37.734Z] eclipse.buildId=unknown
01:39:37 [2019-07-31T05:39:37.734Z] java.version=1.8.0_202
01:39:37 [2019-07-31T05:39:37.734Z] java.vendor=Oracle Corporation
01:39:37 [2019-07-31T05:39:37.734Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:39:37 [2019-07-31T05:39:37.734Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:39:37 [2019-07-31T05:39:37.734Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:39:37 [2019-07-31T05:39:37.734Z] 
01:39:37 [2019-07-31T05:39:37.734Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:39:37.157
01:39:37 [2019-07-31T05:39:37.734Z] !MESSAGE FrameworkEvent ERROR
01:39:37 [2019-07-31T05:39:37.734Z] !STACK 0
01:39:37 [2019-07-31T05:39:37.734Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
01:39:37 [2019-07-31T05:39:37.734Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:39:37 [2019-07-31T05:39:37.734Z] 
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:39:37 [2019-07-31T05:39:37.734Z] 
01:39:37 [2019-07-31T05:39:37.734Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:39:37.342
01:39:37 [2019-07-31T05:39:37.734Z] !MESSAGE FrameworkEvent ERROR
01:39:37 [2019-07-31T05:39:37.734Z] !STACK 0
01:39:37 [2019-07-31T05:39:37.734Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
01:39:37 [2019-07-31T05:39:37.734Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:39:37 [2019-07-31T05:39:37.734Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:39:37 [2019-07-31T05:39:37.734Z]     -> 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"
01:39:37 [2019-07-31T05:39:37.734Z]        org.apache.httpcomponents.httpclient.win [35]
01:39:37 [2019-07-31T05:39:37.734Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:39:37 [2019-07-31T05:39:37.734Z] 
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:39:37 [2019-07-31T05:39:37.734Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:39:40 [2019-07-31T05:39:40.256Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest
01:39:40 [2019-07-31T05:39:40.820Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest
01:39:40 [2019-07-31T05:39:40.820Z] cascadeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.173 s
01:39:40 [2019-07-31T05:39:40.820Z] multiFunctionRootsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.001 s
01:39:40 [2019-07-31T05:39:40.820Z] emptyStateSystemTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.001 s
01:39:40 [2019-07-31T05:39:40.820Z] largeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.172 s
01:39:40 [2019-07-31T05:39:40.820Z] multiFunctionRootsSecondTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.002 s
01:39:40 [2019-07-31T05:39:40.820Z] mergeSecondLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0 s
01:39:40 [2019-07-31T05:39:40.820Z] mergeFirstLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.001 s
01:39:40 [2019-07-31T05:39:40.820Z] treeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest)  Time elapsed: 0.001 s
01:39:40 [2019-07-31T05:39:40.820Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest
01:39:40 [2019-07-31T05:39:40.820Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest
01:39:40 [2019-07-31T05:39:40.820Z] multiFunctionRootsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest)  Time elapsed: 0.002 s
01:39:40 [2019-07-31T05:39:40.820Z] TreeStatisticsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest)  Time elapsed: 0.001 s
01:39:40 [2019-07-31T05:39:40.820Z] MergeSecondLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest)  Time elapsed: 0.051 s
01:39:40 [2019-07-31T05:39:40.820Z] MergeFirstLevelCalleesStatisticsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest)  Time elapsed: 0.001 s
01:39:40 [2019-07-31T05:39:40.820Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest
01:39:43 [2019-07-31T05:39:43.341Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.122 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest
01:39:43 [2019-07-31T05:39:43.341Z] testIntersectingSegmentStore(org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest)  Time elapsed: 2.008 s
01:39:43 [2019-07-31T05:39:43.341Z] testSeriesSegmentStoreIterator(org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest)  Time elapsed: 0.109 s
01:39:43 [2019-07-31T05:39:43.341Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest
01:39:58 [2019-07-31T05:39:58.294Z] 
01:39:58 [2019-07-31T05:39:58.294Z] !ENTRY org.eclipse.tracecompass.analysis.profiling.core 2 0 2019-07-31 05:39:57.082
01:39:58 [2019-07-31T05:39:58.294Z] !MESSAGE Function exit name in event (unknown) different from the expected one (f2). You may have lost events in your trace.
01:40:06 [2019-07-31T05:40:06.393Z] 
01:40:06 [2019-07-31T05:40:06.393Z] !ENTRY org.eclipse.tracecompass.analysis.profiling.core 2 0 2019-07-31 05:40:06.030
01:40:06 [2019-07-31T05:40:06.393Z] !MESSAGE Incoherent callstack found on (10019) occasions
01:40:07 [2019-07-31T05:40:07.761Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.553 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest
01:40:07 [2019-07-31T05:40:07.761Z] testCallStackProvider[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest)  Time elapsed: 0.026 s
01:40:07 [2019-07-31T05:40:07.761Z] testCallStackContent[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest)  Time elapsed: 0.094 s
01:40:07 [2019-07-31T05:40:07.761Z] testCallStackProvider[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest)  Time elapsed: 23.088 s
01:40:07 [2019-07-31T05:40:07.761Z] testCallStackContent[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest)  Time elapsed: 1.337 s
01:40:07 [2019-07-31T05:40:07.761Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest
01:40:07 [2019-07-31T05:40:07.761Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest
01:40:07 [2019-07-31T05:40:07.761Z] testGetSelfTime(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0.001 s
01:40:07 [2019-07-31T05:40:07.761Z] testGetDepth(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] testGetStart(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] testToString(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] createInvalidTimeRangeStateLong(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0.002 s
01:40:07 [2019-07-31T05:40:07.761Z] testCompareTo(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] testGetProcessId(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0.001 s
01:40:07 [2019-07-31T05:40:07.761Z] createInvalidDouble(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] testAddChildOk1(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] testAddChildOk2(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] testAddChildOk3(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] createInvalidTimeRangeStateInteger(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] testHashCode(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] testCompareToBad(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] testEquals(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] testGetParent(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] testGetEnd(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] createInvalidTimeRangeStateString(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] createInvalidTimeRange(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest)  Time elapsed: 0 s
01:40:07 [2019-07-31T05:40:07.761Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest
01:40:14 [2019-07-31T05:40:14.309Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.403 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest
01:40:14 [2019-07-31T05:40:14.309Z] testCallGraph[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest)  Time elapsed: 0.02 s
01:40:14 [2019-07-31T05:40:14.309Z] testCallGraph[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest)  Time elapsed: 6.381 s
01:40:14 [2019-07-31T05:40:14.309Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest
01:40:14 [2019-07-31T05:40:14.309Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest
01:40:14 [2019-07-31T05:40:14.309Z] testActivator(org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest)  Time elapsed: 0 s
01:40:14 [2019-07-31T05:40:14.309Z] 
01:40:14 [2019-07-31T05:40:14.309Z] Results:
01:40:14 [2019-07-31T05:40:14.309Z] 
01:40:14 [2019-07-31T05:40:14.309Z] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
01:40:14 [2019-07-31T05:40:14.309Z] 
01:40:17 [2019-07-31T05:40:17.581Z] [INFO] All tests passed!
01:40:17 [2019-07-31T05:40:17.581Z] [INFO] 
01:40:17 [2019-07-31T05:40:17.581Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:40:17 [2019-07-31T05:40:17.581Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:40:17 [2019-07-31T05:40:17.581Z] [INFO] 
01:40:17 [2019-07-31T05:40:17.581Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:40:17 [2019-07-31T05:40:17.581Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:40:17 [2019-07-31T05:40:17.581Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:40:17 [2019-07-31T05:40:17.581Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:40:18 [2019-07-31T05:40:18.145Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
01:40:18 [2019-07-31T05:40:18.145Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:40:18 [2019-07-31T05:40:18.402Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:40:18 [2019-07-31T05:40:18.402Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:40:18 [2019-07-31T05:40:18.402Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:40:18 [2019-07-31T05:40:18.965Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:40:18 [2019-07-31T05:40:18.965Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:40:18 [2019-07-31T05:40:18.965Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:40:18 [2019-07-31T05:40:18.965Z] [INFO] 
01:40:18 [2019-07-31T05:40:18.965Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:40:18 [2019-07-31T05:40:18.965Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:18 [2019-07-31T05:40:18.965Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:18 [2019-07-31T05:40:18.965Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:18 [2019-07-31T05:40:18.965Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:18 [2019-07-31T05:40:18.965Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:18 [2019-07-31T05:40:18.965Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.core.tests ---
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui >--
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.ui 2.0.0-SNAPSHOT [40/134]
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] The project's OSGi version is 2.0.0.201907310510
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/main/resources
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:19 [2019-07-31T05:40:19.222Z] [INFO] Compiling 26 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/classes
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[111] 
01:40:19 [2019-07-31T05:40:19.786Z] 	private static final Comparator<ITimeGraphEntry> NAME_COMPARATOR = Comparator.comparing(ITimeGraphEntry::getName);
01:40:19 [2019-07-31T05:40:19.786Z] 	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull ITimeGraphEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull ITimeGraphEntry>'
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[117] 
01:40:19 [2019-07-31T05:40:19.786Z] 	ITimeGraphEntryModel model1 = t1.getModel();
01:40:19 [2019-07-31T05:40:19.786Z] 	                                 ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[118] 
01:40:19 [2019-07-31T05:40:19.786Z] 	ITimeGraphEntryModel model2 = t2.getModel();
01:40:19 [2019-07-31T05:40:19.786Z] 	                                 ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[134] 
01:40:19 [2019-07-31T05:40:19.786Z] 	ITimeGraphEntryModel model1 = t1.getModel();
01:40:19 [2019-07-31T05:40:19.786Z] 	                                 ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[135] 
01:40:19 [2019-07-31T05:40:19.786Z] 	ITimeGraphEntryModel model2 = t2.getModel();
01:40:19 [2019-07-31T05:40:19.786Z] 	                                 ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[197] 
01:40:19 [2019-07-31T05:40:19.786Z] 	ITimeGraphEntryModel model1 = t1.getModel();
01:40:19 [2019-07-31T05:40:19.786Z] 	                                 ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[198] 
01:40:19 [2019-07-31T05:40:19.786Z] 	ITimeGraphEntryModel model2 = t2.getModel();
01:40:19 [2019-07-31T05:40:19.786Z] 	                                 ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[217] 
01:40:19 [2019-07-31T05:40:19.786Z] 	ITimeGraphEntryModel entryModel = entry.getModel();
01:40:19 [2019-07-31T05:40:19.786Z] 	                                        ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[238] 
01:40:19 [2019-07-31T05:40:19.786Z] 	ITimeGraphEntryModel model = entry.getModel();
01:40:19 [2019-07-31T05:40:19.786Z] 	                                   ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[325] 
01:40:19 [2019-07-31T05:40:19.786Z] 	ITimeGraphState function = fFunctions.get(((TimeGraphEntry) selection).getModel().getId());
01:40:19 [2019-07-31T05:40:19.786Z] 	                                                                       ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[458] 
01:40:19 [2019-07-31T05:40:19.786Z] 	Map<Long, TimeGraphEntry> map = Maps.uniqueIndex(unfiltered, e -> e.getModel().getId());
01:40:19 [2019-07-31T05:40:19.786Z] 	                                                                    ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[565] 
01:40:19 [2019-07-31T05:40:19.786Z] 	SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(selectionBegin, Long.MAX_VALUE, 2, Collections.singleton(callStackEntry.getModel().getId()));
01:40:19 [2019-07-31T05:40:19.786Z] 	                                                                                                                                       ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[617] 
01:40:19 [2019-07-31T05:40:19.786Z] 	SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(Lists.newArrayList(Long.MIN_VALUE, selectionBegin), Collections.singleton(callStackEntry.getModel().getId()));
01:40:19 [2019-07-31T05:40:19.786Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] 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>'
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[617] 
01:40:19 [2019-07-31T05:40:19.786Z] 	SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(Lists.newArrayList(Long.MIN_VALUE, selectionBegin), Collections.singleton(callStackEntry.getModel().getId()));
01:40:19 [2019-07-31T05:40:19.786Z] 	                                                                                                                                                        ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[710] 
01:40:19 [2019-07-31T05:40:19.786Z] 	Collection<@NonNull ISymbolProvider> symbolProviders = SymbolProviderManager.getInstance().getSymbolProviders(subTrace);
01:40:19 [2019-07-31T05:40:19.786Z] 	                                                                                                              ^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[739] 
01:40:19 [2019-07-31T05:40:19.786Z] 	all.forEach(entry -> fFunctions.remove(entry.getModel().getId()));
01:40:19 [2019-07-31T05:40:19.786Z] 	                                             ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/CallStackPresentationProvider.java:[74] 
01:40:19 [2019-07-31T05:40:19.786Z] 	ITimeGraphEntryModel model = ((TimeGraphEntry) entry).getModel();
01:40:19 [2019-07-31T05:40:19.786Z] 	                                                      ^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] The method getModel() from the type TimeGraphEntry is deprecated
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/CallStackPresentationProvider.java:[115] 
01:40:19 [2019-07-31T05:40:19.786Z] 	return State.MULTIPLE.toString();
01:40:19 [2019-07-31T05:40:19.786Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/callgraph/statistics/CallGraphStatisticsViewer.java:[69] 
01:40:19 [2019-07-31T05:40:19.786Z] 	TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel> entry = (TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>) element;
01:40:19 [2019-07-31T05:40:19.786Z] 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<SegmentStoreStatisticsModel>
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/flamegraph/FlameGraphView.java:[244] 
01:40:19 [2019-07-31T05:40:19.786Z] 	Activator.getDefault().logError(e.getMessage(), e);
01:40:19 [2019-07-31T05:40:19.786Z] 	                                ^^^^^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/symbols/BasicSymbolProviderPreferencePage.java:[293] 
01:40:19 [2019-07-31T05:40:19.786Z] 	Activator.getDefault().logError("Cannot read the file " + fullPath, e);  //$NON-NLS-1$//$NON-NLS-2$
01:40:19 [2019-07-31T05:40:19.786Z] 	                                                                                      ^^^^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] Unnecessary $NON-NLS$ tag
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/Activator.java:[72] 
01:40:19 [2019-07-31T05:40:19.786Z] 	return getImageDescripterFromPath(path).createImage();
01:40:19 [2019-07-31T05:40:19.786Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image'
01:40:19 [2019-07-31T05:40:19.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/Activator.java:[84] 
01:40:19 [2019-07-31T05:40:19.786Z] 	return AbstractUIPlugin.imageDescriptorFromPlugin(PLUGIN_ID, path);
01:40:19 [2019-07-31T05:40:19.786Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:40:19 [2019-07-31T05:40:19.786Z] Null type safety (type annotations): The expression of type 'ImageDescriptor' needs unchecked conversion to conform to '@NonNull ImageDescriptor'
01:40:19 [2019-07-31T05:40:19.786Z] 23 problems (23 warnings)
01:40:19 [2019-07-31T05:40:19.786Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.786Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:19 [2019-07-31T05:40:19.786Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:40:19 [2019-07-31T05:40:19.786Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/test/resources
01:40:19 [2019-07-31T05:40:19.786Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.786Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:19 [2019-07-31T05:40:19.786Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-sources.jar
01:40:19 [2019-07-31T05:40:19.786Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.786Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:19 [2019-07-31T05:40:19.786Z] [INFO] 
01:40:19 [2019-07-31T05:40:19.786Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:20 [2019-07-31T05:40:20.043Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar
01:40:20 [2019-07-31T05:40:20.043Z] [INFO] 
01:40:20 [2019-07-31T05:40:20.043Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:20 [2019-07-31T05:40:20.043Z] [INFO] 
01:40:20 [2019-07-31T05:40:20.043Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:20 [2019-07-31T05:40:20.043Z] [INFO] 
01:40:20 [2019-07-31T05:40:20.043Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:20 [2019-07-31T05:40:20.043Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar
01:40:20 [2019-07-31T05:40:20.043Z] [INFO] 
01:40:20 [2019-07-31T05:40:20.043Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:20 [2019-07-31T05:40:20.300Z] [INFO] 
01:40:20 [2019-07-31T05:40:20.300Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:20 [2019-07-31T05:40:20.300Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:40:20 [2019-07-31T05:40:20.300Z] [INFO] 
01:40:20 [2019-07-31T05:40:20.300Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:20 [2019-07-31T05:40:20.556Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
01:40:20 [2019-07-31T05:40:20.556Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:40:20 [2019-07-31T05:40:20.813Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:40:21 [2019-07-31T05:40:21.376Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:40:21 [2019-07-31T05:40:21.376Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:40:21 [2019-07-31T05:40:21.376Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:40:21 [2019-07-31T05:40:21.633Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.ui ---
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests >---
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Building org.eclipse.tracecompass.tmf.ui.tests 1.0.10-SNAPSHOT  [41/134]
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] The project's OSGi version is 1.0.10.201907310510
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/main/resources
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.000Z] [INFO] Compiling 54 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/classes
01:40:23 [2019-07-31T05:40:23.931Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/org/eclipse/tracecompass/tmf/ui/tests/views/TmfViewFactoryTest.java:[123] 
01:40:23 [2019-07-31T05:40:23.931Z] 	assertFalse("New view from view id with suffix was not created", Arrays.asList(viewRefs).contains(thirdView));
01:40:23 [2019-07-31T05:40:23.931Z] 	                                                                                                  ^^^^^^^^^
01:40:23 [2019-07-31T05:40:23.931Z] Unlikely argument type IViewPart for contains(Object) on a Collection<IViewReference>
01:40:23 [2019-07-31T05:40:23.931Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/widgetStubs/org/eclipse/tracecompass/tmf/ui/tests/uml2sd/trace/TmfUml2SDTestTrace.java:[105] 
01:40:23 [2019-07-31T05:40:23.931Z] 	return tmfEvent;
01:40:23 [2019-07-31T05:40:23.931Z] 	^^^^^^^^^^^^^^^^
01:40:23 [2019-07-31T05:40:23.931Z] Potential resource leak: 'stream' may not be closed at this location
01:40:23 [2019-07-31T05:40:23.931Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/widgetStubs/org/eclipse/tracecompass/tmf/ui/tests/uml2sd/trace/TmfUml2SDTestTrace.java:[109] 
01:40:23 [2019-07-31T05:40:23.931Z] 	return null;
01:40:23 [2019-07-31T05:40:23.931Z] 	^^^^^^^^^^^^
01:40:23 [2019-07-31T05:40:23.931Z] Potential resource leak: 'stream' may not be closed at this location
01:40:23 [2019-07-31T05:40:23.931Z] 3 problems (3 warnings)
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/test/resources
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-sources.jar
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] 
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:23 [2019-07-31T05:40:23.931Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar
01:40:24 [2019-07-31T05:40:24.188Z] [INFO] 
01:40:24 [2019-07-31T05:40:24.188Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:24 [2019-07-31T05:40:24.188Z] [INFO] 
01:40:24 [2019-07-31T05:40:24.188Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:24 [2019-07-31T05:40:24.188Z] [INFO] 
01:40:24 [2019-07-31T05:40:24.188Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:24 [2019-07-31T05:40:24.188Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar
01:40:24 [2019-07-31T05:40:24.753Z] [INFO] 
01:40:24 [2019-07-31T05:40:24.753Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:24 [2019-07-31T05:40:24.753Z] [INFO] 
01:40:24 [2019-07-31T05:40:24.753Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:40:25 [2019-07-31T05:40:25.898Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data/.metadata/.log
01:40:25 [2019-07-31T05:40:25.898Z] [INFO] Command line:
01:40:25 [2019-07-31T05:40:25.898Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:40:25 [2019-07-31T05:40:25.898Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:40:29 [2019-07-31T05:40:29.172Z] !SESSION 2019-07-31 05:40:26.075 -----------------------------------------------
01:40:29 [2019-07-31T05:40:29.172Z] eclipse.buildId=unknown
01:40:29 [2019-07-31T05:40:29.172Z] java.version=1.8.0_202
01:40:29 [2019-07-31T05:40:29.172Z] java.vendor=Oracle Corporation
01:40:29 [2019-07-31T05:40:29.172Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:40:29 [2019-07-31T05:40:29.172Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties -product org.eclipse.platform.ide
01:40:29 [2019-07-31T05:40:29.172Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:40:29 [2019-07-31T05:40:29.172Z] 
01:40:29 [2019-07-31T05:40:29.172Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:40:28.837
01:40:29 [2019-07-31T05:40:29.172Z] !MESSAGE FrameworkEvent ERROR
01:40:29 [2019-07-31T05:40:29.172Z] !STACK 0
01:40:29 [2019-07-31T05:40:29.172Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
01:40:29 [2019-07-31T05:40:29.172Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:40:29 [2019-07-31T05:40:29.172Z] 
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:40:29 [2019-07-31T05:40:29.172Z] 
01:40:29 [2019-07-31T05:40:29.172Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:40:29.022
01:40:29 [2019-07-31T05:40:29.172Z] !MESSAGE FrameworkEvent ERROR
01:40:29 [2019-07-31T05:40:29.172Z] !STACK 0
01:40:29 [2019-07-31T05:40:29.172Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
01:40:29 [2019-07-31T05:40:29.172Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:40:29 [2019-07-31T05:40:29.172Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:40:29 [2019-07-31T05:40:29.172Z]     -> 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"
01:40:29 [2019-07-31T05:40:29.172Z]        org.apache.httpcomponents.httpclient.win [36]
01:40:29 [2019-07-31T05:40:29.172Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:40:29 [2019-07-31T05:40:29.172Z] 
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:40:29 [2019-07-31T05:40:29.172Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:40:33 [2019-07-31T05:40:33.345Z] process 6026: 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
01:40:33 [2019-07-31T05:40:33.345Z] See the manual page for dbus-uuidgen to correct this issue.
01:40:33 [2019-07-31T05:40:33.602Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:40:33 [2019-07-31T05:40:33.602Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:40:43 [2019-07-31T05:40:43.553Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest
01:40:47 [2019-07-31T05:40:47.037Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.194 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest
01:40:47 [2019-07-31T05:40:47.037Z] testListAnalysis(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest)  Time elapsed: 1.184 s
01:40:47 [2019-07-31T05:40:47.037Z] testPopulate(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest)  Time elapsed: 0.082 s
01:40:47 [2019-07-31T05:40:47.037Z] testInstantiate(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest)  Time elapsed: 1.901 s
01:40:47 [2019-07-31T05:40:47.037Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest
01:40:48 [2019-07-31T05:40:48.931Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.12 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest
01:40:48 [2019-07-31T05:40:48.931Z] testListOutputs(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest)  Time elapsed: 0.826 s
01:40:48 [2019-07-31T05:40:48.931Z] testOpenView(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest)  Time elapsed: 1.245 s
01:40:48 [2019-07-31T05:40:48.931Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest
01:40:49 [2019-07-31T05:40:49.860Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest
01:40:49 [2019-07-31T05:40:49.860Z] testOpenTrace(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest)  Time elapsed: 0.809 s
01:40:49 [2019-07-31T05:40:49.860Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest
01:40:53 [2019-07-31T05:40:53.134Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.143 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest
01:40:53 [2019-07-31T05:40:53.134Z] testExperimentTypeAnalysis(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest)  Time elapsed: 0.243 s
01:40:53 [2019-07-31T05:40:53.134Z] testDefaultExperimentType(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest)  Time elapsed: 0.446 s
01:40:53 [2019-07-31T05:40:53.134Z] testNoExperimentTypeChildren(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest)  Time elapsed: 0.721 s
01:40:53 [2019-07-31T05:40:53.134Z] testExperimentType(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest)  Time elapsed: 0.714 s
01:40:53 [2019-07-31T05:40:53.134Z] testExperimentTypeChildren(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest)  Time elapsed: 1.017 s
01:40:53 [2019-07-31T05:40:53.134Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest
01:40:53 [2019-07-31T05:40:53.391Z] 
01:40:53 [2019-07-31T05:40:53.391Z] !ENTRY org.eclipse.core.resources 4 372 2019-07-31 05:40:53.348
01:40:53 [2019-07-31T05:40:53.391Z] !MESSAGE Project 'SomeProject' is not open.
01:40:53 [2019-07-31T05:40:53.391Z] !STACK 0
01:40:53 [2019-07-31T05:40:53.391Z] java.lang.Exception: Project 'SomeProject' is not open.
01:40:53 [2019-07-31T05:40:53.391Z] 	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
01:40:53 [2019-07-31T05:40:53.391Z] 	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
01:40:53 [2019-07-31T05:40:53.391Z] 	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:148)
01:40:53 [2019-07-31T05:40:53.391Z] 	at org.eclipse.core.internal.resources.Resource.deleteMarkers(Resource.java:790)
01:40:53 [2019-07-31T05:40:53.391Z] 	at org.eclipse.cdt.internal.core.pdom.indexer.TodoTaskUpdater$2.runInWorkspace(TodoTaskUpdater.java:199)
01:40:53 [2019-07-31T05:40:53.391Z] 	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:42)
01:40:53 [2019-07-31T05:40:53.391Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
01:40:53 [2019-07-31T05:40:53.954Z] 
01:40:53 [2019-07-31T05:40:53.954Z] !ENTRY org.eclipse.core.resources 2 2 2019-07-31 05:40:53.745
01:40:53 [2019-07-31T05:40:53.954Z] !MESSAGE Save operation warnings.
01:40:53 [2019-07-31T05:40:53.954Z] !SUBENTRY 1 org.eclipse.core.resources 2 234 2019-07-31 05:40:53.746
01:40:53 [2019-07-31T05:40:53.954Z] !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.
01:40:53 [2019-07-31T05:40:53.954Z] 
01:40:53 [2019-07-31T05:40:53.954Z] !ENTRY org.eclipse.cdt.core 1 0 2019-07-31 05:40:53.758
01:40:53 [2019-07-31T05:40:53.954Z] !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%)
01:40:53 [2019-07-31T05:40:53.954Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.032 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest
01:40:53 [2019-07-31T05:40:53.954Z] testAddingTracingNature(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest)  Time elapsed: 0.615 s
01:40:53 [2019-07-31T05:40:53.954Z] testCreateTracingProject(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest)  Time elapsed: 0.013 s
01:40:53 [2019-07-31T05:40:53.954Z] testAddingTracingNatureNotAllowed(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest)  Time elapsed: 0 s
01:40:53 [2019-07-31T05:40:53.954Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest
01:41:26 [2019-07-31T05:41:26.006Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.817 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest
01:41:26 [2019-07-31T05:41:26.006Z] verifyFirstMessage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest)  Time elapsed: 4.46 s
01:41:26 [2019-07-31T05:41:26.006Z] verifyFind(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest)  Time elapsed: 6.131 s
01:41:26 [2019-07-31T05:41:26.006Z] verifyISDGraphNodeSupporter(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest)  Time elapsed: 1.476 s
01:41:26 [2019-07-31T05:41:26.006Z] verifyCancelSearch(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest)  Time elapsed: 3.113 s
01:41:26 [2019-07-31T05:41:26.006Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest
01:41:47 [2019-07-31T05:41:47.909Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.828 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest
01:41:47 [2019-07-31T05:41:47.909Z] verifyTimeRangeSamePage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.498 s
01:41:47 [2019-07-31T05:41:47.909Z] verifyTimeRangeDifferentPages(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.732 s
01:41:47 [2019-07-31T05:41:47.909Z] verifySynchToTimeEqualsLast(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.685 s
01:41:47 [2019-07-31T05:41:47.909Z] verifySynchToTimeBeforeExpStart(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.539 s
01:41:47 [2019-07-31T05:41:47.909Z] verifySynchToTimeAfterExpEnd(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.267 s
01:41:47 [2019-07-31T05:41:47.909Z] verifySynchToTimeInPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.511 s
01:41:47 [2019-07-31T05:41:47.909Z] verifySynchToTimeNonExisting(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 2.169 s
01:41:47 [2019-07-31T05:41:47.909Z] verifySynchToTimeFirst(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.786 s
01:41:47 [2019-07-31T05:41:47.909Z] verifySynchToTimeOutsidePage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest)  Time elapsed: 1.68 s
01:41:47 [2019-07-31T05:41:47.909Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest
01:42:34 [2019-07-31T05:42:34.547Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.887 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest
01:42:34 [2019-07-31T05:42:34.547Z] verifyLastPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 2.801 s
01:42:34 [2019-07-31T05:42:34.547Z] verifyPrevPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 14.724 s
01:42:34 [2019-07-31T05:42:34.547Z] verifyPageNumberChanged(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 3.265 s
01:42:34 [2019-07-31T05:42:34.547Z] verifyFirstPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 2.747 s
01:42:34 [2019-07-31T05:42:34.547Z] verifyPagesCount(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 0 s
01:42:34 [2019-07-31T05:42:34.547Z] verifyNextPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest)  Time elapsed: 14.717 s
01:42:34 [2019-07-31T05:42:34.547Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest
01:43:01 [2019-07-31T05:43:01.059Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.576 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest
01:43:01 [2019-07-31T05:43:01.059Z] verifySetup(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest)  Time elapsed: 2.06 s
01:43:01 [2019-07-31T05:43:01.059Z] verifyCancel(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest)  Time elapsed: 15.9 s
01:43:01 [2019-07-31T05:43:01.059Z] verifyLoaderDispose(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest)  Time elapsed: 0.045 s
01:43:01 [2019-07-31T05:43:01.059Z] testSetViewer(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest)  Time elapsed: 0.078 s
01:43:01 [2019-07-31T05:43:01.059Z] verifyDispose(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest)  Time elapsed: 0 s
01:43:01 [2019-07-31T05:43:01.059Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest
01:43:27 [2019-07-31T05:43:27.572Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.449 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest
01:43:27 [2019-07-31T05:43:27.572Z] verifyMessageFilter(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest)  Time elapsed: 3.532 s
01:43:27 [2019-07-31T05:43:27.572Z] verifyRemoval(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest)  Time elapsed: 4.514 s
01:43:27 [2019-07-31T05:43:27.572Z] verifyFilter1of2(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest)  Time elapsed: 3.492 s
01:43:27 [2019-07-31T05:43:27.572Z] verifyFilter1of3(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest)  Time elapsed: 4.248 s
01:43:27 [2019-07-31T05:43:27.572Z] verifyFilter2of2(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest)  Time elapsed: 3.454 s
01:43:27 [2019-07-31T05:43:27.572Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest
01:43:39 [2019-07-31T05:43:39.879Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.169 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest
01:43:39 [2019-07-31T05:43:39.879Z] verifyFirstPageSignal(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest)  Time elapsed: 1.481 s
01:43:39 [2019-07-31T05:43:39.879Z] verifySelectionSignal(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest)  Time elapsed: 0.002 s
01:43:39 [2019-07-31T05:43:39.879Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest
01:43:40 [2019-07-31T05:43:40.136Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.294 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest
01:43:40 [2019-07-31T05:43:40.136Z] testLoaderManager(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest)  Time elapsed: 1.294 s
01:43:40 [2019-07-31T05:43:40.136Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest
01:43:40 [2019-07-31T05:43:40.136Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest
01:43:40 [2019-07-31T05:43:40.136Z] testCriteria(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.136Z] testAccessors(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.136Z] testLoad(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.136Z] testSave(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.136Z] testCompareTo(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.136Z] testCriteriaCriteria(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.136Z] testMatches(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.136Z] testGetGraphNodeSummary(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest)  Time elapsed: 0.001 s
01:43:40 [2019-07-31T05:43:40.136Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest
01:43:40 [2019-07-31T05:43:40.393Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest
01:43:40 [2019-07-31T05:43:40.393Z] testGetBaseSecId(org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest)  Time elapsed: 0.002 s
01:43:40 [2019-07-31T05:43:40.393Z] testNewView(org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest)  Time elapsed: 0.123 s
01:43:40 [2019-07-31T05:43:40.393Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest
01:43:40 [2019-07-31T05:43:40.393Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest
01:43:40 [2019-07-31T05:43:40.393Z] testFormatTimeRelative(org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest)  Time elapsed: 0.006 s
01:43:40 [2019-07-31T05:43:40.393Z] testFormatTimeCalendar(org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest)  Time elapsed: 0.001 s
01:43:40 [2019-07-31T05:43:40.393Z] Running org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest
01:43:40 [2019-07-31T05:43:40.650Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s - in org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest
01:43:40 [2019-07-31T05:43:40.650Z] test(org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest)  Time elapsed: 0.376 s
01:43:40 [2019-07-31T05:43:40.650Z] Running org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest
01:43:40 [2019-07-31T05:43:40.650Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest
01:43:40 [2019-07-31T05:43:40.650Z] testNextPreviousIncluded(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0.001 s
01:43:40 [2019-07-31T05:43:40.650Z] testInvalidRollover(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.650Z] testSmallPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.650Z] testIsApplicable(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0.001 s
01:43:40 [2019-07-31T05:43:40.650Z] testAlternateShadingMarkerEventSource(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.650Z] testFractionalPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0.001 s
01:43:40 [2019-07-31T05:43:40.650Z] testReference(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.650Z] testRollover(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.650Z] testInvalidPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.650Z] testLineMarkerEventSource(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0 s
01:43:40 [2019-07-31T05:43:40.650Z] testResolution(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest)  Time elapsed: 0.001 s
01:43:40 [2019-07-31T05:43:40.650Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest
01:43:43 [2019-07-31T05:43:43.923Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.089 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest
01:43:43 [2019-07-31T05:43:43.923Z] testTraceImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest)  Time elapsed: 1.124 s
01:43:43 [2019-07-31T05:43:43.923Z] testMultipleTracesImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest)  Time elapsed: 1.122 s
01:43:43 [2019-07-31T05:43:43.923Z] testArchiveImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest)  Time elapsed: 0.779 s
01:43:43 [2019-07-31T05:43:43.923Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest
01:43:44 [2019-07-31T05:43:44.854Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.098 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest
01:43:44 [2019-07-31T05:43:44.854Z] testOperationTimeRange(org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest)  Time elapsed: 0.468 s
01:43:44 [2019-07-31T05:43:44.854Z] testBasicOperation(org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest)  Time elapsed: 0.629 s
01:43:44 [2019-07-31T05:43:44.854Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.893 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest
01:43:49 [2019-07-31T05:43:49.030Z] testTimeRangeFiltering(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest)  Time elapsed: 0.775 s
01:43:49 [2019-07-31T05:43:49.030Z] test(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest)  Time elapsed: 1.058 s
01:43:49 [2019-07-31T05:43:49.030Z] testSkipArchiveExtraction(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest)  Time elapsed: 1.885 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest
01:43:49 [2019-07-31T05:43:49.030Z] testTraceDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest)  Time elapsed: 0.012 s
01:43:49 [2019-07-31T05:43:49.030Z] testArchiveTraceDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest)  Time elapsed: 0.003 s
01:43:49 [2019-07-31T05:43:49.030Z] testMutlipleTracesDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest)  Time elapsed: 0.004 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest
01:43:49 [2019-07-31T05:43:49.030Z] testaddStatsTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0.003 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetStatTree(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testContainsTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testRemoveStatTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetStatTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.030Z] testRemoveAll(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest
01:43:49 [2019-07-31T05:43:49.030Z] testGet(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testReset(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testRegisterEvent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetOrCreate(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest
01:43:49 [2019-07-31T05:43:49.030Z] testResetPartial(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testInitialState(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testResetTotal(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testSetValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest
01:43:49 [2019-07-31T05:43:49.030Z] testGetColumnData(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest)  Time elapsed: 0.002 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest
01:43:49 [2019-07-31T05:43:49.030Z] testGetWidth(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetAlignment(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetLabelProvider(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetTooltip(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetComparator(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetPercentageProvider(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetHeader(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest
01:43:49 [2019-07-31T05:43:49.030Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testHasChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetElements(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest
01:43:49 [2019-07-31T05:43:49.030Z] testgetName(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testResetTimeRangeValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.030Z] testReset(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetPath(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testResetGlobalValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testHasChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testContainsChild(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetNbChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest
01:43:49 [2019-07-31T05:43:49.030Z] clipRightTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.030Z] clipXTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] horizontalTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] tangentInsideTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] glancingTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] ousideSquareTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] insideTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] verticalTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] clipTopTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] tangentTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] tangentInsideCornerTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] clipLeftTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] clipBottomTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest
01:43:49 [2019-07-31T05:43:49.030Z] testAddChildOtherParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0.01 s
01:43:49 [2019-07-31T05:43:49.030Z] testAddEventReplaceLast(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.030Z] testAddChildAtPosition(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetTimeEventsIteratorMixedSplit(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testSortChildren(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testAddEventNulls(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.030Z] testRemoveChild(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testGetTimeEventsIteratorMixed(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testSortChildrenThenAdd(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testAddChild(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testAddEvent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testRemoveChildOtherParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.030Z] testaddZoomedEvent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testRemoveChildNoParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testaddZoomedEventPartialRestart(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testAddChildSameParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testaddZoomedEventDuplicate(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testaddZoomedEventReplaceLast(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] testAddZoomedEventNulls(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest
01:43:49 [2019-07-31T05:43:49.030Z] 
01:43:49 [2019-07-31T05:43:49.030Z] !ENTRY org.eclipse.cdt.core.native 4 0 2019-07-31 05:43:48.857
01:43:49 [2019-07-31T05:43:49.030Z] !MESSAGE no spawner in java.library.path
01:43:49 [2019-07-31T05:43:49.030Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest
01:43:49 [2019-07-31T05:43:49.030Z] testBasicProvider(org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest)  Time elapsed: 0.093 s
01:43:49 [2019-07-31T05:43:49.030Z] Running org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest
01:43:49 [2019-07-31T05:43:49.723Z] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest
01:43:49 [2019-07-31T05:43:49.723Z] testHistogramDataModelInt(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.723Z] testScaleTo_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testScaleTo_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.002 s
01:43:49 [2019-07-31T05:43:49.723Z] testScaleTo_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testScaleTo_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.723Z] testScaleTo_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testScaleTo_5(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.723Z] testScaleTo_6(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.723Z] testScaleTo_7(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.723Z] testClear(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testHistogramDataModel(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testModelListener(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.077 s
01:43:49 [2019-07-31T05:43:49.723Z] testHistogramDataModelCopyConstructor(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.002 s
01:43:49 [2019-07-31T05:43:49.723Z] testLostEventsScaleTo_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testLostEventsScaleTo_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.723Z] testLostEventsScaleTo_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testLostEventsScaleTo_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testLostEventsScaleTo_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testCountEvent_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.723Z] testCountEvent_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testCountEvent_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testCountEvent_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testCountEvent_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.723Z] testCountEvent_5(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testCountEvent_6(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testScaleToReverse_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.002 s
01:43:49 [2019-07-31T05:43:49.723Z] testScaleToReverse_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest)  Time elapsed: 0.001 s
01:43:49 [2019-07-31T05:43:49.723Z] Running org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest
01:43:49 [2019-07-31T05:43:49.723Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest
01:43:49 [2019-07-31T05:43:49.723Z] testHtml(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest)  Time elapsed: 0.015 s
01:43:49 [2019-07-31T05:43:49.723Z] testTimestamp(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testDecimal(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest)  Time elapsed: 0.004 s
01:43:49 [2019-07-31T05:43:49.723Z] testString(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] testEgality(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest)  Time elapsed: 0 s
01:43:49 [2019-07-31T05:43:49.723Z] 
01:43:49 [2019-07-31T05:43:49.723Z] Results:
01:43:49 [2019-07-31T05:43:49.723Z] 
01:43:49 [2019-07-31T05:43:49.723Z] Tests run: 185, Failures: 0, Errors: 0, Skipped: 0
01:43:49 [2019-07-31T05:43:49.723Z] 
01:43:49 [2019-07-31T05:43:49.980Z] 
01:43:49 [2019-07-31T05:43:49.980Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 05:43:49.642
01:43:49 [2019-07-31T05:43:49.980Z] !MESSAGE The workspace will exit with unsaved changes in this session.
01:43:50 [2019-07-31T05:43:50.544Z] [INFO] All tests passed!
01:43:50 [2019-07-31T05:43:50.544Z] [INFO] 
01:43:50 [2019-07-31T05:43:50.544Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:43:50 [2019-07-31T05:43:50.544Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:43:50 [2019-07-31T05:43:50.544Z] [INFO] 
01:43:50 [2019-07-31T05:43:50.544Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:43:50 [2019-07-31T05:43:50.544Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:43:50 [2019-07-31T05:43:50.544Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:43:50 [2019-07-31T05:43:50.800Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:43:51 [2019-07-31T05:43:51.364Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:43:51 [2019-07-31T05:43:51.364Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:43:51 [2019-07-31T05:43:51.364Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:43:51 [2019-07-31T05:43:51.621Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:43:51 [2019-07-31T05:43:51.621Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:43:51 [2019-07-31T05:43:51.621Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:43:52 [2019-07-31T05:43:52.186Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] 
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] 
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ui.tests ---
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] 
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.swtbot.tests >--
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] Building org.eclipse.tracecompass.tmf.ui.swtbot.tests 1.0.9-SNAPSHOT [42/134]
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] 
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] 
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] The project's OSGi version is 1.0.9.201907310510
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] 
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] 
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] 
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] 
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] 
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/main/resources
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] 
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:53 [2019-07-31T05:43:53.554Z] [INFO] Compiling 46 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/classes
01:43:54 [2019-07-31T05:43:54.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[23] 
01:43:54 [2019-07-31T05:43:54.923Z] 	import org.eclipse.tracecompass.internal.tmf.ui.widgets.timegraph.model.TimeLineEvent;
01:43:54 [2019-07-31T05:43:54.923Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:43:54 [2019-07-31T05:43:54.923Z] Discouraged access: The type 'TimeLineEvent' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/classes')
01:43:54 [2019-07-31T05:43:54.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[128] 
01:43:54 [2019-07-31T05:43:54.923Z] 	fEntries.add(pulse);
01:43:54 [2019-07-31T05:43:54.923Z] 	             ^^^^^
01:43:54 [2019-07-31T05:43:54.923Z] Null type safety (type annotations): The expression of type 'TimeGraphEntry' needs unchecked conversion to conform to '@NonNull TimeGraphEntry'
01:43:54 [2019-07-31T05:43:54.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[159] 
01:43:54 [2019-07-31T05:43:54.923Z] 	events.add(new TimeLineEvent(pulse, i, Arrays.asList(value1, value2, value3, value4)));
01:43:54 [2019-07-31T05:43:54.923Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:43:54 [2019-07-31T05:43:54.923Z] Discouraged access: The constructor 'TimeLineEvent(ITimeGraphEntry, long, List<Long>)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/classes')
01:43:54 [2019-07-31T05:43:54.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[159] 
01:43:54 [2019-07-31T05:43:54.923Z] 	events.add(new TimeLineEvent(pulse, i, Arrays.asList(value1, value2, value3, value4)));
01:43:54 [2019-07-31T05:43:54.923Z] 	               ^^^^^^^^^^^^^
01:43:54 [2019-07-31T05:43:54.923Z] Discouraged access: The type 'TimeLineEvent' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui/target/classes')
01:43:54 [2019-07-31T05:43:54.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[161] 
01:43:54 [2019-07-31T05:43:54.923Z] 	fEvents.put(pulse.getName(), events);
01:43:54 [2019-07-31T05:43:54.923Z] 	                             ^^^^^^
01:43:54 [2019-07-31T05:43:54.923Z] Null type safety (type annotations): The expression of type 'List<ITimeEvent>' needs unchecked conversion to conform to 'List<@NonNull ITimeEvent>'
01:43:54 [2019-07-31T05:43:54.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[171] 
01:43:54 [2019-07-31T05:43:54.923Z] 	regexes.put(IFilterProperty.BOUND, fFilterRegex);
01:43:54 [2019-07-31T05:43:54.923Z] 	                                   ^^^^^^^^^^^^
01:43:54 [2019-07-31T05:43:54.923Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:43:54 [2019-07-31T05:43:54.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[179] 
01:43:54 [2019-07-31T05:43:54.923Z] 	public void setFilterRegex(String filterRegex) {
01:43:54 [2019-07-31T05:43:54.923Z] 	                                  ^^^^^^^^^^^
01:43:54 [2019-07-31T05:43:54.923Z] Javadoc: Missing tag for parameter filterRegex
01:43:54 [2019-07-31T05:43:54.923Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[227] 
01:43:54 [2019-07-31T05:43:54.923Z] 	ret.add(new TimeLineEvent(ref.getEntry(), ref.getTime() + trace.getStartTime().toNanos(), ((TimeLineEvent) ref).getValues()));
01:43:54 [2019-07-31T05:43:54.923Z] 	                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:43:54 [2019-07-31T05:43:54.923Z] Null type safety (type annotations): The expression of type 'List<Long>' needs unchecked conversion to conform to 'List<@Nullable Long>'
01:43:54 [2019-07-31T05:43:54.923Z] 8 problems (8 warnings)
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] 
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/test/resources
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] 
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-sources.jar
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] 
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] 
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] 
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] 
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] 
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:54 [2019-07-31T05:43:54.923Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar
01:43:55 [2019-07-31T05:43:55.487Z] [INFO] 
01:43:55 [2019-07-31T05:43:55.487Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:55 [2019-07-31T05:43:55.487Z] [INFO] 
01:43:55 [2019-07-31T05:43:55.487Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:43:56 [2019-07-31T05:43:56.856Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.metadata/.log
01:43:56 [2019-07-31T05:43:56.856Z] [INFO] Command line:
01:43:56 [2019-07-31T05:43:56.856Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
01:43:56 [2019-07-31T05:43:56.856Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:44:00 [2019-07-31T05:44:00.138Z] !SESSION 2019-07-31 05:43:56.874 -----------------------------------------------
01:44:00 [2019-07-31T05:44:00.138Z] eclipse.buildId=unknown
01:44:00 [2019-07-31T05:44:00.138Z] java.version=1.8.0_202
01:44:00 [2019-07-31T05:44:00.138Z] java.vendor=Oracle Corporation
01:44:00 [2019-07-31T05:44:00.138Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:44:00 [2019-07-31T05:44:00.138Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
01:44:00 [2019-07-31T05:44:00.138Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
01:44:00 [2019-07-31T05:44:00.138Z] 
01:44:00 [2019-07-31T05:44:00.138Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:43:59.633
01:44:00 [2019-07-31T05:44:00.138Z] !MESSAGE FrameworkEvent ERROR
01:44:00 [2019-07-31T05:44:00.138Z] !STACK 0
01:44:00 [2019-07-31T05:44:00.138Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
01:44:00 [2019-07-31T05:44:00.138Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:44:00 [2019-07-31T05:44:00.138Z] 
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:44:00 [2019-07-31T05:44:00.138Z] 
01:44:00 [2019-07-31T05:44:00.138Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:43:59.770
01:44:00 [2019-07-31T05:44:00.138Z] !MESSAGE FrameworkEvent ERROR
01:44:00 [2019-07-31T05:44:00.138Z] !STACK 0
01:44:00 [2019-07-31T05:44:00.138Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
01:44:00 [2019-07-31T05:44:00.138Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:44:00 [2019-07-31T05:44:00.138Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:44:00 [2019-07-31T05:44:00.138Z]     -> 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"
01:44:00 [2019-07-31T05:44:00.138Z]        org.apache.httpcomponents.httpclient.win [36]
01:44:00 [2019-07-31T05:44:00.138Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:44:00 [2019-07-31T05:44:00.138Z] 
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:44:00 [2019-07-31T05:44:00.138Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:44:03 [2019-07-31T05:44:03.407Z] process 6452: 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
01:44:03 [2019-07-31T05:44:03.407Z] See the manual page for dbus-uuidgen to correct this issue.
01:44:03 [2019-07-31T05:44:03.664Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:44:03 [2019-07-31T05:44:03.664Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:44:21 [2019-07-31T05:44:21.724Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest
01:44:21 [2019-07-31T05:44:21.724Z] Display size: 1440x900
01:44:21 [2019-07-31T05:44:21.724Z] OS version=3.10.0-957.21.3.el7.x86_64
01:44:21 [2019-07-31T05:44:21.724Z] GTK version=3.18.9
01:44:21 [2019-07-31T05:44:21.724Z] GTK theme=Ambiance
01:44:21 [2019-07-31T05:44:21.724Z] LIBOVERLAY_SCROLLBAR=0
01:44:21 [2019-07-31T05:44:21.724Z] Time zone: Coordinated Universal Time
01:44:21 [2019-07-31T05:44:21.724Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
01:44:21 [2019-07-31T05:44:21.724Z] log4j:WARN Please initialize the log4j system properly.
01:44:24 [2019-07-31T05:44:24.521Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183768689 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:25 [2019-07-31T05:44:25.085Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:25 [2019-07-31T05:44:25.085Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:25 [2019-07-31T05:44:25.085Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:25 [2019-07-31T05:44:25.342Z] *** BUG ***
01:44:25 [2019-07-31T05:44:25.342Z] In pixman_region32_init_rect: Invalid rectangle passed
01:44:25 [2019-07-31T05:44:25.342Z] Set a breakpoint on '_pixman_log_error' to debug
01:44:25 [2019-07-31T05:44:25.342Z] 
01:44:25 [2019-07-31T05:44:25.342Z] *** BUG ***
01:44:25 [2019-07-31T05:44:25.342Z] In pixman_region32_init_rect: Invalid rectangle passed
01:44:25 [2019-07-31T05:44:25.342Z] Set a breakpoint on '_pixman_log_error' to debug
01:44:25 [2019-07-31T05:44:25.342Z] 
01:44:25 [2019-07-31T05:44:25.342Z] *** BUG ***
01:44:25 [2019-07-31T05:44:25.342Z] In pixman_region32_init_rect: Invalid rectangle passed
01:44:25 [2019-07-31T05:44:25.342Z] Set a breakpoint on '_pixman_log_error' to debug
01:44:25 [2019-07-31T05:44:25.342Z] 
01:44:25 [2019-07-31T05:44:25.342Z] *** BUG ***
01:44:25 [2019-07-31T05:44:25.342Z] In pixman_region32_init_rect: Invalid rectangle passed
01:44:25 [2019-07-31T05:44:25.342Z] Set a breakpoint on '_pixman_log_error' to debug
01:44:25 [2019-07-31T05:44:25.342Z] 
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183769612 data=null doit=true} to Shell with text {Preferences}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183769631 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183769632 data=null doit=true} to TreeItem with text {Tracing}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183769632 data=null} to TreeItem with text {Tracing}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183769632 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183769634 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}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183769712 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183769713 data=null doit=true} to TreeItem with text {Tracing}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183769714 data=null} to TreeItem with text {Tracing}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183769714 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183769715 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}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183769725 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183769732 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183769732 data=null doit=true} to Tree node with text: Trace Types
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183769732 data=null} to Tree node with text: Trace Types
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183769733 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:25 [2019-07-31T05:44:25.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183769733 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
01:44:25 [2019-07-31T05:44:25.598Z] *** BUG ***
01:44:25 [2019-07-31T05:44:25.598Z] In pixman_region32_init_rect: Invalid rectangle passed
01:44:25 [2019-07-31T05:44:25.598Z] Set a breakpoint on '_pixman_log_error' to debug
01:44:25 [2019-07-31T05:44:25.598Z] 
01:44:25 [2019-07-31T05:44:25.598Z] *** BUG ***
01:44:25 [2019-07-31T05:44:25.598Z] In pixman_region32_init_rect: Invalid rectangle passed
01:44:25 [2019-07-31T05:44:25.598Z] Set a breakpoint on '_pixman_log_error' to debug
01:44:25 [2019-07-31T05:44:25.598Z] 
01:44:25 [2019-07-31T05:44:25.598Z] *** BUG ***
01:44:25 [2019-07-31T05:44:25.598Z] In pixman_region32_init_rect: Invalid rectangle passed
01:44:25 [2019-07-31T05:44:25.598Z] Set a breakpoint on '_pixman_log_error' to debug
01:44:25 [2019-07-31T05:44:25.598Z] 
01:44:25 [2019-07-31T05:44:25.598Z] *** BUG ***
01:44:25 [2019-07-31T05:44:25.598Z] In pixman_region32_init_rect: Invalid rectangle passed
01:44:25 [2019-07-31T05:44:25.598Z] Set a breakpoint on '_pixman_log_error' to debug
01:44:25 [2019-07-31T05:44:25.598Z] 
01:44:25 [2019-07-31T05:44:25.598Z] *** BUG ***
01:44:25 [2019-07-31T05:44:25.598Z] In pixman_region32_init_rect: Invalid rectangle passed
01:44:25 [2019-07-31T05:44:25.598Z] Set a breakpoint on '_pixman_log_error' to debug
01:44:25 [2019-07-31T05:44:25.598Z] 
01:44:25 [2019-07-31T05:44:25.598Z] *** BUG ***
01:44:25 [2019-07-31T05:44:25.598Z] In pixman_region32_init_rect: Invalid rectangle passed
01:44:25 [2019-07-31T05:44:25.598Z] Set a breakpoint on '_pixman_log_error' to debug
01:44:25 [2019-07-31T05:44:25.598Z] 
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183769892 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Clicking on Check all
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183769913 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183769913 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183769914 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183769914 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183769915 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183769915 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183769915 data=null item=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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183769916 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183769916 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183769917 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183769917 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183769918 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Clicked on Check all
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Clicking on &Apply
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183769926 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183769926 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183769926 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183769927 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183769927 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183769980 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183769980 data=null item=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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183769983 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183769983 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183769984 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')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183769984 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183769984 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - Clicked on &Apply
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:25 [2019-07-31T05:44:25.855Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:25 [2019-07-31T05:44:25.856Z] 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')
01:44:25 [2019-07-31T05:44:25.856Z] DEBUG - Clicking on Apply and Close
01:44:25 [2019-07-31T05:44:25.856Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183769994 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')
01:44:25 [2019-07-31T05:44:25.856Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183769997 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')
01:44:25 [2019-07-31T05:44:25.856Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183769997 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.856Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183769997 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:25 [2019-07-31T05:44:25.856Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183769998 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')
01:44:25 [2019-07-31T05:44:25.856Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183769998 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')
01:44:25 [2019-07-31T05:44:25.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183769998 data=null item=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')
01:44:25 [2019-07-31T05:44:25.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183769166 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:26 [2019-07-31T05:44:26.112Z] DEBUG - Clicked on 
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"'
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - number of items : 11
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Clicking on ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183773109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183773109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183773109 data=null doit=true} to ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183773110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183773111 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183773111 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}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183773145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183773146 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183773146 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183773146 data=null doit=true} to ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183773147 data=null} to ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Clicked on ToolItem with tooltip text {Import filters}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Expanding nodes FILTER test>WITH TRACETYPE Custom XML : testxmlextension in tree (of type 'Tree')
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER test} time=1183773185 data=null doit=true} to TreeItem with text {FILTER test}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER test} time=1183773185 data=null} to TreeItem with text {FILTER test}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER test} time=1183773186 data=null button=1 stateMask=0x0 x=60 y=11 count=1} to TreeItem with text {FILTER test}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183773187 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}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER test} time=1183773188 data=null button=1 stateMask=0x80000 x=60 y=11 count=1} to TreeItem with text {FILTER test}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183773189 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183773189 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183773190 data=null button=1 stateMask=0x0 x=200 y=32 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183773190 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
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183773194 data=null button=1 stateMask=0x80000 x=200 y=32 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183773195 data=null button=0 stateMask=0x0 x=200 y=32 count=0} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183773195 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183773195 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183773196 data=null button=1 stateMask=0x0 x=200 y=32 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183773196 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
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183773290 data=null button=1 stateMask=0x80000 x=200 y=32 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: of type 'Combo'
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: (of type 'Combo')
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183773294 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:29 [2019-07-31T05:44:29.384Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:29 [2019-07-31T05:44:29.641Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183773885 data=null doit=true} to Shell with text {Preferences}
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183773892 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183773892 data=null doit=true} to TreeItem with text {Tracing}
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183773892 data=null} to TreeItem with text {Tracing}
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183773893 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:29 [2019-07-31T05:44:29.642Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183773893 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}
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183773937 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:29 [2019-07-31T05:44:29.899Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183773983 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183773983 data=null doit=true} to Tree node with text: Trace Types
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183773983 data=null} to Tree node with text: Trace Types
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183773983 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183773984 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
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183773988 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Clicking on Uncheck all
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1183774009 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183774010 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1183774010 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1183774011 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1183774011 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1183774011 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1183774012 data=null item=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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1183774022 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183774022 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1183774022 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1183774022 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1183774023 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Clicked on Uncheck all
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Expanding nodes Custom XML>testxmlextension in tree (of type 'Tree')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom XML} time=1183774024 data=null doit=true} to TreeItem with text {Custom XML}
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom XML} time=1183774024 data=null} to TreeItem with text {Custom XML}
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom XML} time=1183774025 data=null button=1 stateMask=0x0 x=86 y=55 count=1} to TreeItem with text {Custom XML}
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183774026 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}
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom XML} time=1183774027 data=null button=1 stateMask=0x80000 x=86 y=55 count=1} to TreeItem with text {Custom XML}
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testxmlextension} time=1183774027 data=null doit=true} to Tree node with text: testxmlextension
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testxmlextension} time=1183774028 data=null} to Tree node with text: testxmlextension
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testxmlextension} time=1183774029 data=null button=1 stateMask=0x0 x=119 y=77 count=1} to Tree node with text: testxmlextension
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183774029 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
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testxmlextension} time=1183774089 data=null button=1 stateMask=0x80000 x=119 y=77 count=1} to Tree node with text: testxmlextension
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {testxmlextension} time=1183774092 data=null button=0 stateMask=0x0 x=119 y=77 count=0} to Tree node with text: testxmlextension
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testxmlextension} time=1183774092 data=null doit=true} to Tree node with text: testxmlextension
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testxmlextension} time=1183774093 data=null} to Tree node with text: testxmlextension
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testxmlextension} time=1183774093 data=null button=1 stateMask=0x0 x=119 y=77 count=1} to Tree node with text: testxmlextension
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183774094 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
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testxmlextension} time=1183774095 data=null button=1 stateMask=0x80000 x=119 y=77 count=1} to Tree node with text: testxmlextension
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Clicking on Check selected
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1183774099 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1183774099 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1183774100 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1183774100 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1183774113 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1183774114 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1183774114 data=null item=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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1183774115 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1183774115 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1183774116 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1183774116 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1183774116 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Clicked on Check selected
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Clicking on &Apply
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183774128 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183774129 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183774129 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183774129 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183774130 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')
01:44:29 [2019-07-31T05:44:29.899Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183774130 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')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183774130 data=null item=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')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183774184 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')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183774187 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')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183774188 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')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183774188 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183774188 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Clicked on &Apply
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:30 [2019-07-31T05:44:30.156Z] 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')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Clicking on Apply and Close
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183774194 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')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183774195 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')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183774195 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183774195 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183774195 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')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183774195 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')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183774196 data=null item=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')
01:44:30 [2019-07-31T05:44:30.156Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183773392 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Clicked on 
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Expanding nodes FILTER test in tree (of type 'Tree')
01:44:30 [2019-07-31T05:44:30.413Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again.
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER test} time=1183774521 data=null button=0 stateMask=0x0 x=60 y=11 count=0} to TreeItem with text {FILTER test}
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER test} time=1183774522 data=null doit=true} to TreeItem with text {FILTER test}
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER test} time=1183774522 data=null} to TreeItem with text {FILTER test}
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER test} time=1183774523 data=null button=1 stateMask=0x0 x=60 y=11 count=1} to TreeItem with text {FILTER test}
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183774523 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}
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER test} time=1183774533 data=null button=1 stateMask=0x80000 x=60 y=11 count=1} to TreeItem with text {FILTER test}
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Expanding nodes FILTER test>WITH TRACETYPE Custom XML : testxmlextension in tree (of type 'Tree')
01:44:30 [2019-07-31T05:44:30.413Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again.
01:44:30 [2019-07-31T05:44:30.413Z] WARN - Tree item Tree node with text: WITH TRACETYPE Custom XML : testxmlextension is already expanded. Won't expand it again.
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183774545 data=null button=0 stateMask=0x0 x=200 y=32 count=0} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183774545 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183774546 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183774546 data=null button=1 stateMask=0x0 x=200 y=32 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183774547 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
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183774590 data=null button=1 stateMask=0x80000 x=200 y=32 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: of type 'Combo'
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: (of type 'Combo')
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183774592 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:30 [2019-07-31T05:44:30.413Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183775057 data=null doit=true} to Shell with text {Preferences}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183775090 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183775090 data=null doit=true} to TreeItem with text {Tracing}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183775090 data=null} to TreeItem with text {Tracing}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183775091 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183775092 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}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183775126 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:30 [2019-07-31T05:44:30.976Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183775128 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183775128 data=null doit=true} to Tree node with text: Trace Types
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183775128 data=null} to Tree node with text: Trace Types
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183775129 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183775129 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
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183775134 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Clicking on Uncheck all
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1183775141 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')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183775141 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')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1183775193 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1183775194 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1183775195 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')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1183775195 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')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1183775195 data=null item=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')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1183775196 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')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183775196 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')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1183775197 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')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1183775197 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1183775197 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Clicked on Uncheck all
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Expanding nodes Custom Text>testtxtextension in tree (of type 'Tree')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=1183775198 data=null doit=true} to TreeItem with text {Custom Text}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=1183775198 data=null} to TreeItem with text {Custom Text}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=1183775198 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183775199 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}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=1183775200 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=1183775200 data=null doit=true} to Tree node with text: testtxtextension
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=1183775200 data=null} to Tree node with text: testtxtextension
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=1183775201 data=null button=1 stateMask=0x0 x=116 y=55 count=1} to Tree node with text: testtxtextension
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183775201 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
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=1183775202 data=null button=1 stateMask=0x80000 x=116 y=55 count=1} to Tree node with text: testtxtextension
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {testtxtextension} time=1183775205 data=null button=0 stateMask=0x0 x=116 y=55 count=0} to Tree node with text: testtxtextension
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=1183775205 data=null doit=true} to Tree node with text: testtxtextension
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=1183775205 data=null} to Tree node with text: testtxtextension
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=1183775219 data=null button=1 stateMask=0x0 x=116 y=55 count=1} to Tree node with text: testtxtextension
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183775219 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
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=1183775220 data=null button=1 stateMask=0x80000 x=116 y=55 count=1} to Tree node with text: testtxtextension
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:30 [2019-07-31T05:44:30.976Z] DEBUG - Clicking on Check selected
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1183775230 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1183775230 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1183775230 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1183775230 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1183775231 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1183775231 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1183775231 data=null item=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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1183775232 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1183775232 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1183775232 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1183775233 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1183775233 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Clicked on Check selected
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Clicking on &Apply
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183775236 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183775236 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183775237 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183775237 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183775237 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183775237 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183775237 data=null item=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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183775239 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183775239 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183775239 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183775239 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183775239 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Clicked on &Apply
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:31 [2019-07-31T05:44:31.233Z] 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Clicking on Apply and Close
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183775285 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183775286 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183775286 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183775286 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183775286 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183775287 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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183775287 data=null item=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')
01:44:31 [2019-07-31T05:44:31.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183774631 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Clicked on 
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Expanding nodes FILTER test in tree (of type 'Tree')
01:44:31 [2019-07-31T05:44:31.490Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again.
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER test} time=1183775602 data=null button=0 stateMask=0x0 x=60 y=11 count=0} to TreeItem with text {FILTER test}
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER test} time=1183775602 data=null doit=true} to TreeItem with text {FILTER test}
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER test} time=1183775603 data=null} to TreeItem with text {FILTER test}
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER test} time=1183775603 data=null button=1 stateMask=0x0 x=60 y=11 count=1} to TreeItem with text {FILTER test}
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183775604 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}
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER test} time=1183775613 data=null button=1 stateMask=0x80000 x=60 y=11 count=1} to TreeItem with text {FILTER test}
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Expanding nodes FILTER test>WITH TRACETYPE Custom XML : testxmlextension in tree (of type 'Tree')
01:44:31 [2019-07-31T05:44:31.490Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again.
01:44:31 [2019-07-31T05:44:31.490Z] WARN - Tree item Tree node with text: WITH TRACETYPE Custom XML : testxmlextension is already expanded. Won't expand it again.
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183775615 data=null button=0 stateMask=0x0 x=200 y=32 count=0} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183775615 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183775622 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183775623 data=null button=1 stateMask=0x0 x=200 y=32 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183775623 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
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1183775690 data=null button=1 stateMask=0x80000 x=200 y=32 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: of type 'Combo'
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: (of type 'Combo')
01:44:31 [2019-07-31T05:44:31.490Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183775724 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:31 [2019-07-31T05:44:31.747Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:31 [2019-07-31T05:44:31.747Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:31 [2019-07-31T05:44:31.747Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:32 [2019-07-31T05:44:32.004Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183776285 data=null doit=true} to Shell with text {Preferences}
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183776290 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183776291 data=null doit=true} to TreeItem with text {Tracing}
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183776291 data=null} to TreeItem with text {Tracing}
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183776291 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183776292 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}
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183776334 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:32 [2019-07-31T05:44:32.424Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183776382 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183776383 data=null doit=true} to Tree node with text: Trace Types
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183776383 data=null} to Tree node with text: Trace Types
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183776383 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183776384 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
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183776386 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Clicking on Check all
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183776393 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')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183776393 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')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183776393 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183776393 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183776393 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')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183776394 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')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183776394 data=null item=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')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183776395 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')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183776396 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')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183776396 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')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183776396 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183776396 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Clicked on Check all
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Clicking on &Apply
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183776411 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')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183776411 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')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183776412 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183776412 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183776412 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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183776413 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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183776413 data=null item=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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183776414 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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183776414 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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183776415 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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183776415 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183776415 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Clicked on &Apply
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:32 [2019-07-31T05:44:32.425Z] 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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Clicking on Apply and Close
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183776425 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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183776425 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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183776425 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183776425 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183776425 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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183776425 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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183776426 data=null item=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')
01:44:32 [2019-07-31T05:44:32.425Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183775794 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:32 [2019-07-31T05:44:32.689Z] DEBUG - Clicked on 
01:44:32 [2019-07-31T05:44:32.689Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183776784 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:32 [2019-07-31T05:44:32.689Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:32 [2019-07-31T05:44:32.689Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:32 [2019-07-31T05:44:32.689Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183777299 data=null doit=true} to Shell with text {Preferences}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183777304 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183777304 data=null doit=true} to TreeItem with text {Tracing}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183777305 data=null} to TreeItem with text {Tracing}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183777305 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183777305 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}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183777388 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:33 [2019-07-31T05:44:33.253Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183777391 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183777391 data=null doit=true} to Tree node with text: Trace Types
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183777391 data=null} to Tree node with text: Trace Types
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183777391 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183777392 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
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183777394 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Clicking on Check all
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183777400 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183777400 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183777400 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183777400 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183777401 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183777401 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183777401 data=null item=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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183777401 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183777401 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183777402 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183777402 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183777402 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Clicked on Check all
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Clicking on Uncheck all
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1183777419 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183777419 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1183777419 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1183777419 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1183777420 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1183777420 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1183777420 data=null item=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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1183777428 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183777429 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1183777429 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1183777429 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1183777429 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Clicked on Uncheck all
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Clicking on Check all
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183777432 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183777432 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183777433 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183777433 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183777433 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183777433 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183777433 data=null item=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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183777484 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183777484 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183777485 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183777485 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183777485 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Clicked on Check all
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Custom XML} time=1183777488 data=null button=0 stateMask=0x0 x=86 y=55 count=0} to TreeItem with text {Custom XML}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom XML} time=1183777488 data=null doit=true} to TreeItem with text {Custom XML}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom XML} time=1183777489 data=null} to TreeItem with text {Custom XML}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom XML} time=1183777489 data=null button=1 stateMask=0x0 x=86 y=55 count=1} to TreeItem with text {Custom XML}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183777489 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}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom XML} time=1183777490 data=null button=1 stateMask=0x80000 x=86 y=55 count=1} to TreeItem with text {Custom XML}
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Clicking on Uncheck all
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1183777493 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183777493 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1183777493 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1183777493 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1183777494 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1183777494 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')
01:44:33 [2019-07-31T05:44:33.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1183777494 data=null item=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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1183777509 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183777520 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1183777520 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1183777521 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1183777521 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Clicked on Uncheck all
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Clicking on Check selected
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1183777524 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1183777525 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1183777525 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1183777525 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1183777525 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1183777526 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1183777526 data=null item=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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1183777527 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1183777527 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1183777527 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1183777527 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1183777527 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Clicked on Check selected
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Clicking on Check all
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183777582 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183777582 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183777582 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183777583 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183777583 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183777583 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183777583 data=null item=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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183777585 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183777586 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183777586 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183777586 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183777586 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Clicked on Check all
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with mnemonic 'Uncheck selected'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with style 'SWT.PUSH'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck selected", using matcher: (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Clicking on Uncheck selected
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck selected} time=1183777589 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=1183777590 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck selected} time=1183777590 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck selected} time=1183777590 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck selected} time=1183777590 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck selected} time=1183777590 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck selected} time=1183777590 data=null item=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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck selected} time=1183777591 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=1183777591 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck selected} time=1183777591 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck selected} time=1183777591 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck selected} time=1183777592 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Clicked on Uncheck selected
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Clicking on Uncheck all
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1183777595 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183777595 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1183777595 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1183777595 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1183777595 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1183777596 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1183777596 data=null item=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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1183777601 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183777601 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1183777601 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')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1183777601 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1183777601 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - Clicked on Uncheck all
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:44:33 [2019-07-31T05:44:33.511Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Clicking on Check all
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183777912 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')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183777912 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')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183777912 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183777912 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183777913 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')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183777914 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')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183777914 data=null item=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')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183777916 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')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183777916 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')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183777917 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')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183777917 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183777917 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - Clicked on Check all
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Text with text "Custom XML", using matcher: of type 'Text'
01:44:33 [2019-07-31T05:44:33.768Z] DEBUG - matched Text with text "Custom XML", using matcher: (of type 'Text')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Clicking on Check all
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183778225 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183778225 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183778225 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183778226 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183778226 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183778226 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183778226 data=null item=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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183778230 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183778230 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183778230 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183778230 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183778231 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Clicked on Check all
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Clicking on &Apply
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183778234 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183778234 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183778234 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183778234 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183778234 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183778234 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183778234 data=null item=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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183778235 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183778235 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183778235 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183778235 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183778235 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Clicked on &Apply
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:34 [2019-07-31T05:44:34.025Z] 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Clicking on Apply and Close
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183778239 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183778239 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183778239 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183778239 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183778239 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183778239 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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183778240 data=null item=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')
01:44:34 [2019-07-31T05:44:34.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183776802 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:34 [2019-07-31T05:44:34.282Z] DEBUG - Clicked on 
01:44:34 [2019-07-31T05:44:34.282Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183778499 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:34 [2019-07-31T05:44:34.282Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:34 [2019-07-31T05:44:34.282Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:34 [2019-07-31T05:44:34.282Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183778860 data=null doit=true} to Shell with text {Preferences}
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183778907 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183778907 data=null doit=true} to TreeItem with text {Tracing}
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183778908 data=null} to TreeItem with text {Tracing}
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183778908 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183778908 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}
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183778947 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:34 [2019-07-31T05:44:34.846Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183778949 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183778949 data=null doit=true} to Tree node with text: Trace Types
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183778949 data=null} to Tree node with text: Trace Types
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183778949 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183778949 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
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183778992 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Clicking on Check all
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183779003 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')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183779003 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')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183779004 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183779004 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183779004 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')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183779004 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')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183779004 data=null item=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')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183779005 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')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183779005 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')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183779005 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')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183779005 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183779007 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - Clicked on Check all
01:44:34 [2019-07-31T05:44:34.846Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Clicking on &Apply
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183779011 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183779011 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183779011 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183779011 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183779017 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183779017 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183779017 data=null item=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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183779018 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183779018 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183779018 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183779018 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183779018 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Clicked on &Apply
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:34 [2019-07-31T05:44:34.847Z] 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Clicking on Apply and Close
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183779022 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183779022 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183779022 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183779022 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183779022 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183779023 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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183779023 data=null item=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')
01:44:34 [2019-07-31T05:44:34.847Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183778511 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:35 [2019-07-31T05:44:35.103Z] DEBUG - Clicked on 
01:44:35 [2019-07-31T05:44:35.103Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183779383 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183779384 data=null doit=true} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183779384 data=null} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183779385 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183779385 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183779417 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183779418 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183779419 data=null doit=true} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183779419 data=null} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183779419 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183779419 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183779435 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183779437 data=null doit=true} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183779437 data=null} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183779438 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183779438 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}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183779519 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1183779525 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1183779525 data=null doit=true} to TreeItem with text {Traces [1]}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1183779525 data=null} to TreeItem with text {Traces [1]}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1183779526 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183779526 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]}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1183779538 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1183779539 data=null doit=true} to TreeItem with text {Traces [1]}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1183779539 data=null} to TreeItem with text {Traces [1]}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1183779540 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183779540 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]}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1183779583 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=1183779585 data=null button=0 stateMask=0x0 x=128 y=74 count=0} to Tree node with text: syslog_collapse
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=1183779585 data=null doit=true} to Tree node with text: syslog_collapse
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=1183779586 data=null} to Tree node with text: syslog_collapse
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=1183779586 data=null button=1 stateMask=0x0 x=128 y=74 count=1} to Tree node with text: syslog_collapse
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183779586 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
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=1183779594 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=1183779595 data=null button=0 stateMask=0x0 x=128 y=74 count=0} to Tree node with text: syslog_collapse
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=1183779595 data=null doit=true} to Tree node with text: syslog_collapse
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=1183779595 data=null} to Tree node with text: syslog_collapse
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=1183779595 data=null button=1 stateMask=0x0 x=128 y=74 count=1} to Tree node with text: syslog_collapse
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183779596 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
01:44:35 [2019-07-31T05:44:35.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=1183779612 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse
01:44:37 [2019-07-31T05:44:37.878Z] DEBUG - matched MenuItem with text "Select &Trace Type.....", using matcher: with mnemonic 'Select Trace Type...'
01:44:38 [2019-07-31T05:44:38.135Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183782181 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:38 [2019-07-31T05:44:38.135Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:38 [2019-07-31T05:44:38.135Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:38 [2019-07-31T05:44:38.135Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183782716 data=null doit=true} to Shell with text {Preferences}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183782721 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183782722 data=null doit=true} to TreeItem with text {Tracing}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183782722 data=null} to TreeItem with text {Tracing}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183782722 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183782722 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}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183782804 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:38 [2019-07-31T05:44:38.699Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183782806 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183782806 data=null doit=true} to Tree node with text: Trace Types
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183782806 data=null} to Tree node with text: Trace Types
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183782806 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183782807 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
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183782810 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Clicking on Uncheck all
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1183782814 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183782814 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1183782815 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1183782815 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1183782815 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1183782815 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1183782815 data=null item=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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1183782817 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183782817 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1183782817 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1183782818 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1183782818 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Clicked on Uncheck all
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Expanding nodes Custom Text in tree (of type 'Tree')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=1183782818 data=null doit=true} to TreeItem with text {Custom Text}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=1183782835 data=null} to TreeItem with text {Custom Text}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=1183782889 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183782889 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}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=1183782890 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Custom Text} time=1183782894 data=null button=0 stateMask=0x0 x=86 y=33 count=0} to TreeItem with text {Custom Text}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=1183782894 data=null doit=true} to TreeItem with text {Custom Text}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=1183782894 data=null} to TreeItem with text {Custom Text}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=1183782895 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183782895 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}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=1183782896 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text}
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Clicking on Check selected
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1183782898 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1183782899 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1183782913 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1183782913 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1183782914 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1183782915 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1183782915 data=null item=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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1183782922 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1183782923 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1183782923 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1183782923 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1183782923 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Clicked on Check selected
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Clicking on &Apply
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183782926 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183782926 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183782926 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183782927 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183782928 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183782928 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183782928 data=null item=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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183782931 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183782931 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183782931 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')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183782931 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183782931 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - Clicked on &Apply
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:38 [2019-07-31T05:44:38.699Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:38 [2019-07-31T05:44:38.699Z] 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')
01:44:38 [2019-07-31T05:44:38.956Z] DEBUG - Clicking on Apply and Close
01:44:38 [2019-07-31T05:44:38.956Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183782986 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')
01:44:38 [2019-07-31T05:44:38.956Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183782987 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')
01:44:38 [2019-07-31T05:44:38.956Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183782987 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.956Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183782987 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:38 [2019-07-31T05:44:38.956Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183782987 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')
01:44:38 [2019-07-31T05:44:38.956Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183782988 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')
01:44:38 [2019-07-31T05:44:38.956Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183782988 data=null item=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')
01:44:38 [2019-07-31T05:44:38.956Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183782218 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Clicked on 
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183783255 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183783255 data=null doit=true} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183783255 data=null} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183783256 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183783256 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183783302 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183783303 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183783303 data=null doit=true} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183783303 data=null} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183783304 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183783304 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183783312 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:44:39 [2019-07-31T05:44:39.213Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1183783319 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1183783319 data=null doit=true} to TreeItem with text {Traces [1]}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1183783320 data=null} to TreeItem with text {Traces [1]}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1183783320 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183783320 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]}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1183783327 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:39 [2019-07-31T05:44:39.213Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again.
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=1183783328 data=null button=0 stateMask=0x0 x=128 y=74 count=0} to Tree node with text: syslog_collapse
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=1183783328 data=null doit=true} to Tree node with text: syslog_collapse
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=1183783329 data=null} to Tree node with text: syslog_collapse
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=1183783329 data=null button=1 stateMask=0x0 x=128 y=74 count=1} to Tree node with text: syslog_collapse
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183783329 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
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=1183783389 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=1183783391 data=null button=0 stateMask=0x0 x=128 y=74 count=0} to Tree node with text: syslog_collapse
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=1183783391 data=null doit=true} to Tree node with text: syslog_collapse
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=1183783391 data=null} to Tree node with text: syslog_collapse
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=1183783391 data=null button=1 stateMask=0x0 x=128 y=74 count=1} to Tree node with text: syslog_collapse
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183783391 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
01:44:39 [2019-07-31T05:44:39.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=1183783399 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse
01:44:39 [2019-07-31T05:44:39.469Z] DEBUG - matched MenuItem with text "Select &Trace Type.....", using matcher: with mnemonic 'Select Trace Type...'
01:44:39 [2019-07-31T05:44:39.469Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183783584 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:39 [2019-07-31T05:44:39.469Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:39 [2019-07-31T05:44:39.469Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:39 [2019-07-31T05:44:39.469Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183784036 data=null doit=true} to Shell with text {Preferences}
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183784089 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183784089 data=null doit=true} to TreeItem with text {Tracing}
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183784089 data=null} to TreeItem with text {Tracing}
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183784090 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183784090 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}
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183784123 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:40 [2019-07-31T05:44:40.033Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183784129 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183784129 data=null doit=true} to Tree node with text: Trace Types
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183784129 data=null} to Tree node with text: Trace Types
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183784129 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183784130 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
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183784134 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Clicking on Check all
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183784200 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183784200 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183784200 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183784200 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183784201 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183784201 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183784201 data=null item=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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183784202 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183784203 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183784203 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183784203 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183784203 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Clicked on Check all
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Clicking on &Apply
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183784206 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183784206 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183784206 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183784207 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183784207 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183784207 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183784207 data=null item=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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183784208 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183784208 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183784209 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183784209 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183784209 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Clicked on &Apply
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:40 [2019-07-31T05:44:40.033Z] 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Clicking on Apply and Close
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183784220 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183784220 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183784220 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183784220 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183784220 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')
01:44:40 [2019-07-31T05:44:40.033Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183784220 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')
01:44:40 [2019-07-31T05:44:40.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183784221 data=null item=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')
01:44:40 [2019-07-31T05:44:40.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183783599 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:40 [2019-07-31T05:44:40.290Z] DEBUG - Clicked on 
01:44:40 [2019-07-31T05:44:40.290Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183784521 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:40 [2019-07-31T05:44:40.547Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:40 [2019-07-31T05:44:40.547Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:40 [2019-07-31T05:44:40.547Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183785085 data=null doit=true} to Shell with text {Preferences}
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183785089 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183785089 data=null doit=true} to TreeItem with text {Tracing}
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183785090 data=null} to TreeItem with text {Tracing}
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183785090 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183785090 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}
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183785126 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:41 [2019-07-31T05:44:41.124Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183785130 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183785131 data=null doit=true} to Tree node with text: Trace Types
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183785131 data=null} to Tree node with text: Trace Types
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183785131 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183785132 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
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183785134 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:41 [2019-07-31T05:44:41.124Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Clicking on Check all
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183785192 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183785192 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183785192 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183785193 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183785193 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183785193 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183785193 data=null item=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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183785194 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183785194 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183785194 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183785194 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183785194 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Clicked on Check all
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Clicking on &Apply
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183785202 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183785202 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183785202 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183785202 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183785202 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183785203 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183785203 data=null item=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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183785203 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183785203 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183785203 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183785203 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183785203 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Clicked on &Apply
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:41 [2019-07-31T05:44:41.383Z] 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Clicking on Apply and Close
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183785206 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183785206 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183785207 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183785207 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183785207 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183785207 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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183785207 data=null item=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')
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183784581 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Clicked on 
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183785504 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:41 [2019-07-31T05:44:41.383Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183785990 data=null doit=true} to Shell with text {Preferences}
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183785993 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183785994 data=null doit=true} to TreeItem with text {Tracing}
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183785994 data=null} to TreeItem with text {Tracing}
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183785994 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183785994 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}
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183786081 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:41 [2019-07-31T05:44:41.946Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183786084 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183786084 data=null doit=true} to Tree node with text: Trace Types
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183786085 data=null} to Tree node with text: Trace Types
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183786085 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183786086 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
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183786090 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
01:44:41 [2019-07-31T05:44:41.946Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Clicking on Uncheck all
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1183786108 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183786108 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1183786108 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1183786108 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1183786109 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1183786109 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1183786109 data=null item=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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1183786111 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1183786111 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1183786111 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1183786111 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1183786111 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Clicked on Uncheck all
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Expanding nodes Custom Text>testtxtextension in tree (of type 'Tree')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=1183786119 data=null doit=true} to TreeItem with text {Custom Text}
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=1183786119 data=null} to TreeItem with text {Custom Text}
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=1183786120 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text}
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183786120 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}
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=1183786121 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text}
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=1183786121 data=null doit=true} to Tree node with text: testtxtextension
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=1183786121 data=null} to Tree node with text: testtxtextension
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=1183786122 data=null button=1 stateMask=0x0 x=116 y=55 count=1} to Tree node with text: testtxtextension
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183786123 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
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=1183786123 data=null button=1 stateMask=0x80000 x=116 y=55 count=1} to Tree node with text: testtxtextension
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {testtxtextension} time=1183786126 data=null button=0 stateMask=0x0 x=116 y=55 count=0} to Tree node with text: testtxtextension
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=1183786126 data=null doit=true} to Tree node with text: testtxtextension
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=1183786126 data=null} to Tree node with text: testtxtextension
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=1183786127 data=null button=1 stateMask=0x0 x=116 y=55 count=1} to Tree node with text: testtxtextension
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183786127 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
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=1183786127 data=null button=1 stateMask=0x80000 x=116 y=55 count=1} to Tree node with text: testtxtextension
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Clicking on Check selected
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1183786194 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1183786194 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1183786194 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1183786194 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1183786195 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1183786195 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1183786195 data=null item=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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1183786196 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1183786196 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1183786196 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1183786196 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1183786197 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Clicked on Check selected
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Clicking on &Apply
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183786199 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183786200 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')
01:44:41 [2019-07-31T05:44:41.947Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183786200 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183786200 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183786200 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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183786200 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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183786200 data=null item=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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183786215 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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183786219 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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183786219 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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183786220 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183786220 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Clicked on &Apply
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:42 [2019-07-31T05:44:42.204Z] 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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Clicking on Apply and Close
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183786223 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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183786223 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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183786223 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183786223 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183786223 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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183786224 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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183786224 data=null item=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')
01:44:42 [2019-07-31T05:44:42.204Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183785518 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Clicked on 
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183786529 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183786529 data=null doit=true} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183786530 data=null} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183786530 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183786530 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183786611 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183786612 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183786612 data=null doit=true} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183786612 data=null} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183786612 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183786613 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183786622 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:44:42 [2019-07-31T05:44:42.461Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1183786629 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1183786629 data=null doit=true} to TreeItem with text {Traces [1]}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1183786629 data=null} to TreeItem with text {Traces [1]}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1183786629 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183786630 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]}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1183786685 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1183786687 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1183786687 data=null doit=true} to TreeItem with text {Traces [1]}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1183786687 data=null} to TreeItem with text {Traces [1]}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1183786687 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183786688 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]}
01:44:42 [2019-07-31T05:44:42.461Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1183786694 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:42 [2019-07-31T05:44:42.717Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
01:44:42 [2019-07-31T05:44:42.717Z] DEBUG - Clicking on with mnemonic 'Import...'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Clicked on with mnemonic 'Import...'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1183787588 data=null doit=true} to Shell with text {Trace Import}
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Clicking on Cancel
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1183787594 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')
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1183787594 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')
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1183787594 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1183787594 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1183787595 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')
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1183787595 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')
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1183787595 data=null item=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')
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1183786826 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Clicked on 
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183787819 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:43 [2019-07-31T05:44:43.647Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183788308 data=null doit=true} to Shell with text {Preferences}
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183788312 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183788312 data=null doit=true} to TreeItem with text {Tracing}
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183788312 data=null} to TreeItem with text {Tracing}
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183788312 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183788313 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}
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183788393 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:44 [2019-07-31T05:44:44.211Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183788395 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183788395 data=null doit=true} to Tree node with text: Trace Types
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183788395 data=null} to Tree node with text: Trace Types
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183788396 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183788396 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
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183788399 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Clicking on Check all
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183788403 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')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183788404 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')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183788404 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183788404 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183788404 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')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183788404 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')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183788404 data=null item=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')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183788406 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')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183788406 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')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183788406 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')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183788406 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183788406 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - Clicked on Check all
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.211Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Clicking on &Apply
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183788421 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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183788421 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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183788421 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183788421 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183788422 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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183788422 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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183788422 data=null item=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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183788423 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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183788424 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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183788424 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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183788424 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183788424 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Clicked on &Apply
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:44 [2019-07-31T05:44:44.212Z] 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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Clicking on Apply and Close
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183788433 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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183788433 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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183788433 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183788433 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183788433 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')
01:44:44 [2019-07-31T05:44:44.212Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183788433 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')
01:44:44 [2019-07-31T05:44:44.469Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183788433 data=null item=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')
01:44:44 [2019-07-31T05:44:44.469Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183787893 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Clicked on 
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183788786 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183788786 data=null doit=true} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183788786 data=null} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183788786 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183788787 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183788820 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183788821 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183788821 data=null doit=true} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183788821 data=null} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183788822 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183788822 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183788831 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:44:44 [2019-07-31T05:44:44.725Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1183788881 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1183788881 data=null doit=true} to TreeItem with text {Traces [1]}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1183788881 data=null} to TreeItem with text {Traces [1]}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1183788882 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183788882 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]}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1183788889 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1183788890 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1183788890 data=null doit=true} to TreeItem with text {Traces [1]}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1183788890 data=null} to TreeItem with text {Traces [1]}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1183788890 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183788890 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]}
01:44:44 [2019-07-31T05:44:44.725Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1183788904 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:44:44 [2019-07-31T05:44:44.982Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
01:44:44 [2019-07-31T05:44:44.982Z] DEBUG - Clicking on with mnemonic 'Import...'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - Clicked on with mnemonic 'Import...'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1183789429 data=null doit=true} to Shell with text {Trace Import}
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - Clicking on Cancel
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1183789434 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')
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1183789434 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')
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1183789434 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1183789434 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1183789435 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')
01:44:45 [2019-07-31T05:44:45.239Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1183789435 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')
01:44:45 [2019-07-31T05:44:45.496Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1183789435 data=null item=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')
01:44:45 [2019-07-31T05:44:45.496Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1183789001 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
01:44:45 [2019-07-31T05:44:45.496Z] DEBUG - Clicked on 
01:44:45 [2019-07-31T05:44:45.496Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183789712 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:45 [2019-07-31T05:44:45.496Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:44:45 [2019-07-31T05:44:45.752Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:44:45 [2019-07-31T05:44:45.753Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183790122 data=null doit=true} to Shell with text {Preferences}
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183790126 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing}
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183790127 data=null doit=true} to TreeItem with text {Tracing}
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183790127 data=null} to TreeItem with text {Tracing}
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183790128 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183790128 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}
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183790207 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing}
01:44:46 [2019-07-31T05:44:46.009Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1183790208 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1183790208 data=null doit=true} to Tree node with text: Trace Types
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1183790208 data=null} to Tree node with text: Trace Types
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1183790209 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183790209 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
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1183790212 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Clicking on Check all
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1183790216 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')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183790216 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')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1183790216 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1183790217 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1183790217 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')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1183790217 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')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1183790217 data=null item=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')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1183790218 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')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1183790218 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')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1183790218 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')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1183790218 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1183790218 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Clicked on Check all
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Clicking on &Apply
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183790221 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')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183790221 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')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183790221 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183790221 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.009Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183790221 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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183790221 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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183790283 data=null item=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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183790283 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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183790283 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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183790283 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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183790283 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183790284 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Clicked on &Apply
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:44:46 [2019-07-31T05:44:46.266Z] 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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Clicking on Apply and Close
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183790287 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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183790287 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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183790287 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183790287 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183790288 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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183790288 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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183790288 data=null item=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')
01:44:46 [2019-07-31T05:44:46.266Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183789751 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:44:46 [2019-07-31T05:44:46.522Z] DEBUG - Clicked on 
01:44:46 [2019-07-31T05:44:46.778Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183791005 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:44:46 [2019-07-31T05:44:46.778Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:44:47 [2019-07-31T05:44:47.035Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:44:47 [2019-07-31T05:44:47.035Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:44:47 [2019-07-31T05:44:47.035Z] DEBUG - Attempting to set focus on Tree with text {}
01:44:47 [2019-07-31T05:44:47.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183791038 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:44:47 [2019-07-31T05:44:47.035Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183791038 data=null doit=true} to TreeItem with text {test}
01:44:47 [2019-07-31T05:44:47.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183791038 data=null} to TreeItem with text {test}
01:44:47 [2019-07-31T05:44:47.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183791039 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:44:47 [2019-07-31T05:44:47.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183791039 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:44:47 [2019-07-31T05:44:47.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183791090 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:44:47 [2019-07-31T05:44:47.035Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:44:47 [2019-07-31T05:44:47.035Z] DEBUG - Clicking on with mnemonic 'Delete'
01:44:49 [2019-07-31T05:44:49.556Z] DEBUG - Clicked on with mnemonic 'Delete'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794063 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794064 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794064 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794064 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794065 data=null 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')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794066 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183794066 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:44:49 [2019-07-31T05:44:49.813Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] DEBUG - Clicking on OK
01:44:50 [2019-07-31T05:44:50.070Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183794067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183794068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183794068 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183794068 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183794068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183794068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:44:50 [2019-07-31T05:44:50.070Z] DEBUG - Clicked on OK
01:44:50 [2019-07-31T05:44:50.633Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183794069 data=null item=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')
01:44:50 [2019-07-31T05:44:50.633Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1183791226 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:44:51 [2019-07-31T05:44:51.197Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.088 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest
01:44:51 [2019-07-31T05:44:51.197Z] testFiltersView(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest)  Time elapsed: 7.473 s
01:44:51 [2019-07-31T05:44:51.197Z] testPreferencePage(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest)  Time elapsed: 2.754 s
01:44:51 [2019-07-31T05:44:51.197Z] testSelectTraceType(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest)  Time elapsed: 6.071 s
01:44:51 [2019-07-31T05:44:51.197Z] testImportTraceTypeOptions(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest)  Time elapsed: 5.18 s
01:44:51 [2019-07-31T05:44:51.197Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest
01:44:52 [2019-07-31T05:44:52.564Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.xychart.stub"'
01:44:52 [2019-07-31T05:44:52.821Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
01:44:52 [2019-07-31T05:44:52.821Z] DEBUG - Attempting to set focus on  with text {}
01:44:52 [2019-07-31T05:44:52.821Z] DEBUG - Attempting to set focus on  with text {}
01:44:52 [2019-07-31T05:44:52.821Z] DEBUG - Attempting to set focus on  with text {}
01:44:53 [2019-07-31T05:44:53.749Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.xychart.stub"'
01:44:53 [2019-07-31T05:44:53.749Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
01:44:53 [2019-07-31T05:44:53.749Z] DEBUG - Attempting to set focus on  with text {}
01:44:53 [2019-07-31T05:44:53.749Z] DEBUG - Attempting to set focus on  with text {}
01:44:54 [2019-07-31T05:44:54.678Z] DEBUG - Attempting to set focus on  with text {}
01:44:54 [2019-07-31T05:44:54.678Z] DEBUG - Attempting to set focus on  with text {}
01:44:54 [2019-07-31T05:44:54.935Z] DEBUG - Attempting to set focus on  with text {}
01:44:54 [2019-07-31T05:44:54.935Z] DEBUG - Attempting to set focus on  with text {}
01:44:55 [2019-07-31T05:44:55.498Z] DEBUG - Attempting to set focus on  with text {}
01:44:55 [2019-07-31T05:44:55.498Z] DEBUG - Attempting to set focus on  with text {}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - number of items : 5
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183800118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183800119 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183800119 data=null doit=true} to ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183800119 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183800119 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183800120 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}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183800122 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183800122 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183800123 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183800123 data=null doit=true} to ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183800123 data=null} to ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom In}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - number of items : 5
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183800127 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183800132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183800133 data=null doit=true} to ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183800133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183800133 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183800133 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}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183800137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183800137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183800138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183800138 data=null doit=true} to ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183800138 data=null} to ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom Out}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Attempting to set focus on  with text {}
01:44:56 [2019-07-31T05:44:56.061Z] DEBUG - Attempting to set focus on  with text {}
01:44:56 [2019-07-31T05:44:56.624Z] DEBUG - Attempting to set focus on  with text {}
01:44:56 [2019-07-31T05:44:56.624Z] DEBUG - Attempting to set focus on  with text {}
01:44:57 [2019-07-31T05:44:57.551Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.xychart.stub"'
01:44:57 [2019-07-31T05:44:57.552Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
01:44:57 [2019-07-31T05:44:57.552Z] DEBUG - Attempting to set focus on  with text {}
01:44:57 [2019-07-31T05:44:57.552Z] DEBUG - Attempting to set focus on  with text {}
01:44:57 [2019-07-31T05:44:57.552Z] DEBUG - Attempting to set focus on  with text {}
01:44:57 [2019-07-31T05:44:57.552Z] DEBUG - Attempting to set focus on  with text {}
01:44:57 [2019-07-31T05:44:57.552Z] DEBUG - Attempting to set focus on  with text {}
01:44:57 [2019-07-31T05:44:57.808Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.675 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest
01:44:57 [2019-07-31T05:44:57.808Z] testZoomToSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest)  Time elapsed: 2.137 s
01:44:57 [2019-07-31T05:44:57.808Z] testHorizontalZoom(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest)  Time elapsed: 3.718 s
01:44:57 [2019-07-31T05:44:57.808Z] testKeyboardNavigation(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest)  Time elapsed: 0.645 s
01:44:57 [2019-07-31T05:44:57.808Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest
01:45:02 [2019-07-31T05:45:02.136Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:02 [2019-07-31T05:45:02.393Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:05 [2019-07-31T05:45:05.664Z] DEBUG - number of items : 16
01:45:05 [2019-07-31T05:45:05.664Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.664Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183809839 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.664Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183809839 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.664Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183809839 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.664Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183809839 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.664Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183809840 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183810088 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183810090 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183810090 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183810090 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183810090 data=null} to ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Clicking on OK
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183810116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183810116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183810116 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183810116 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183810116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:05 [2019-07-31T05:45:05.921Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183810116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:06 [2019-07-31T05:45:06.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183810116 data=null item=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')
01:45:06 [2019-07-31T05:45:06.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183809840 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}
01:45:06 [2019-07-31T05:45:06.178Z] DEBUG - Clicked on 
01:45:06 [2019-07-31T05:45:06.435Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:06 [2019-07-31T05:45:06.435Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:06 [2019-07-31T05:45:06.998Z] DEBUG - number of items : 16
01:45:06 [2019-07-31T05:45:06.998Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:06 [2019-07-31T05:45:06.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183811231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:06 [2019-07-31T05:45:06.998Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183811231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:06 [2019-07-31T05:45:06.998Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183811231 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:06 [2019-07-31T05:45:06.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183811231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:06 [2019-07-31T05:45:06.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183811231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183811490 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183811491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183811492 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183811492 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183811492 data=null} to ToolItem with tooltip text {Show Legend}
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.255Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - Clicking on OK
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183811516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183811516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183811516 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183811516 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183811516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183811516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183811516 data=null item=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')
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183811231 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}
01:45:07 [2019-07-31T05:45:07.512Z] DEBUG - Clicked on 
01:45:07 [2019-07-31T05:45:07.769Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:07 [2019-07-31T05:45:07.769Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - number of items : 16
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183812593 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183812594 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183812594 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183812594 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183812594 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183812810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183812811 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183812811 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183812812 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183812812 data=null} to ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.698Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - Clicking on OK
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183812884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183812884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183812884 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183812884 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183812885 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183812885 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183812885 data=null item=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')
01:45:08 [2019-07-31T05:45:08.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183812594 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}
01:45:08 [2019-07-31T05:45:08.955Z] DEBUG - Clicked on 
01:45:09 [2019-07-31T05:45:09.323Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:09 [2019-07-31T05:45:09.323Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - number of items : 16
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183813859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183813860 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183813866 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183813867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183813867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183814012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183814014 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183814014 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183814014 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183814014 data=null} to ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Clicking on OK
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183814086 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183814086 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183814086 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183814087 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183814087 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183814087 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183814087 data=null item=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')
01:45:09 [2019-07-31T05:45:09.892Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183813867 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}
01:45:10 [2019-07-31T05:45:10.149Z] DEBUG - Clicked on 
01:45:10 [2019-07-31T05:45:10.405Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:10 [2019-07-31T05:45:10.405Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - number of items : 16
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183818852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183818852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183818852 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183818852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183818852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183819008 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183819009 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183819009 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183819010 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183819010 data=null} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.655Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - Clicking on OK
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183819033 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183819033 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183819033 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183819033 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183819033 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183819036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183819036 data=null item=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')
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183818853 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}
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - Clicked on 
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:15 [2019-07-31T05:45:15.656Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - number of items : 16
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183819931 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183819932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183819932 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183819932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183819932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183820057 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183820058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183820058 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183820058 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183820058 data=null} to ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=1183820060 data=null doit=true} to Shell with text {Legend}
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\""
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.912Z] 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')
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\""
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"")
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\""
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"")
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Setting selection on (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") to 100
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event Selection [13]: SelectionEvent{Scale {} time=1183820087 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\"")
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Set selection on (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") to 100
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\""
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.912Z] 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')
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Clicking on OK
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183820100 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183820100 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183820100 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183820100 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183820100 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183820100 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183820101 data=null item=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')
01:45:15 [2019-07-31T05:45:15.912Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183819932 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}
01:45:16 [2019-07-31T05:45:16.168Z] DEBUG - Clicked on 
01:45:17 [2019-07-31T05:45:17.097Z] DEBUG - number of items : 16
01:45:17 [2019-07-31T05:45:17.097Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.097Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183821328 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.097Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183821328 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.097Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183821328 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.097Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183821329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.097Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183821329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183821470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183821471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183821471 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183821472 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183821472 data=null} to ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\""
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:17 [2019-07-31T05:45:17.353Z] 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')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\""
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:17 [2019-07-31T05:45:17.353Z] 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')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Clicking on 
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1183821476 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')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1183821477 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')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1183821477 data=null doit=true} to (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1183821477 data=null} to (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1183821477 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')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1183821477 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')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1183821477 data=null 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')
01:45:17 [2019-07-31T05:45:17.353Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Clicked on 
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\""
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"")
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\""
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:17 [2019-07-31T05:45:17.353Z] 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')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Clicking on OK
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183821501 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183821501 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183821507 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183821507 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183821507 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183821507 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183821507 data=null item=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')
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183821329 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}
01:45:17 [2019-07-31T05:45:17.353Z] DEBUG - Clicked on 
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - number of items : 16
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183822760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183822760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183822760 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183822761 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183822761 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183822904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183822905 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183822906 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183822906 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183822906 data=null} to ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Clicking on OK
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183822930 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183822930 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183822931 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183822931 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183822934 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183822939 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183822939 data=null item=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')
01:45:18 [2019-07-31T05:45:18.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183822761 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}
01:45:18 [2019-07-31T05:45:18.979Z] DEBUG - Clicked on 
01:45:19 [2019-07-31T05:45:19.236Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:19 [2019-07-31T05:45:19.236Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - number of items : 16
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183838069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183838069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183838069 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183838069 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183838070 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183838225 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183838226 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183838226 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183838226 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183838227 data=null} to ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:34 [2019-07-31T05:45:34.478Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - Clicking on OK
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183838288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183838288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183838288 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183838288 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183838288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183838288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183838288 data=null item=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')
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183838070 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}
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - Clicked on 
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:34 [2019-07-31T05:45:34.479Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:35 [2019-07-31T05:45:35.042Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:35 [2019-07-31T05:45:35.042Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:35 [2019-07-31T05:45:35.042Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - number of items : 16
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183839621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183839621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183839621 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183839621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183839621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183839753 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183839753 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183839754 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183839754 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183839754 data=null} to ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Clicking on OK
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183839781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183839781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183839781 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183839781 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183839782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183839782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183839782 data=null item=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')
01:45:35 [2019-07-31T05:45:35.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183839621 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}
01:45:35 [2019-07-31T05:45:35.862Z] DEBUG - Clicked on 
01:45:35 [2019-07-31T05:45:35.862Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:35 [2019-07-31T05:45:35.862Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:36 [2019-07-31T05:45:36.425Z] DEBUG - number of items : 16
01:45:36 [2019-07-31T05:45:36.425Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.425Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183840629 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.425Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183840630 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.425Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183840630 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.425Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183840630 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.425Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183840630 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183840752 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183840757 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183840757 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183840758 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183840758 data=null} to ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=1183840759 data=null doit=true} to Shell with text {Legend}
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR"
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:36 [2019-07-31T05:45:36.681Z] 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')
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "HAIR"
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "HAIR")
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "HAIR"
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "HAIR")
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Setting selection on (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") to 25
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event Selection [13]: SelectionEvent{Scale {} time=1183840764 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")
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Set selection on (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") to 25
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR"
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:36 [2019-07-31T05:45:36.681Z] 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')
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Clicking on OK
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183840781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183840781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183840781 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183840782 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183840782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183840782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183840782 data=null item=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')
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183840630 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}
01:45:36 [2019-07-31T05:45:36.681Z] DEBUG - Clicked on 
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - number of items : 16
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183841991 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183841992 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183841992 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183841992 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183841992 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183842118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183842119 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183842119 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183842119 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183842123 data=null} to ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:38 [2019-07-31T05:45:38.049Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR"
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:38 [2019-07-31T05:45:38.050Z] 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')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR"
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:38 [2019-07-31T05:45:38.050Z] 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')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Clicking on 
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1183842128 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')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1183842128 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')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1183842128 data=null doit=true} to (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1183842128 data=null} to (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1183842128 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')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1183842128 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')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1183842128 data=null 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')
01:45:38 [2019-07-31T05:45:38.050Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Clicked on 
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "HAIR"
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "HAIR")
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR"
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:38 [2019-07-31T05:45:38.050Z] 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')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Clicking on OK
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183842191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183842191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183842191 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183842191 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183842191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183842191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183842191 data=null item=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')
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183841992 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}
01:45:38 [2019-07-31T05:45:38.050Z] DEBUG - Clicked on 
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - number of items : 16
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183843405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183843405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183843405 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183843405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183843405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183843528 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183843534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183843534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183843534 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183843534 data=null} to ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.417Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - Clicking on OK
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183843606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183843606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183843606 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183843606 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183843606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183843606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183843607 data=null item=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')
01:45:39 [2019-07-31T05:45:39.418Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183843405 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}
01:45:39 [2019-07-31T05:45:39.674Z] DEBUG - Clicked on 
01:45:39 [2019-07-31T05:45:39.674Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:39 [2019-07-31T05:45:39.674Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:40 [2019-07-31T05:45:40.428Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:40 [2019-07-31T05:45:40.428Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:40 [2019-07-31T05:45:40.428Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:40 [2019-07-31T05:45:40.685Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:40 [2019-07-31T05:45:40.685Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:41 [2019-07-31T05:45:41.248Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:41 [2019-07-31T05:45:41.248Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:41 [2019-07-31T05:45:41.809Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:41 [2019-07-31T05:45:41.809Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:42 [2019-07-31T05:45:42.372Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:42 [2019-07-31T05:45:42.372Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:42 [2019-07-31T05:45:42.372Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:42 [2019-07-31T05:45:42.372Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - number of items : 16
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183846903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183846903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183846903 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183846904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183846904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183847040 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183847041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183847041 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183847041 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183847042 data=null} to ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Clicking on OK
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183847064 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183847064 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183847064 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183847064 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183847064 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183847064 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183847065 data=null item=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')
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183846904 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}
01:45:42 [2019-07-31T05:45:42.936Z] DEBUG - Clicked on 
01:45:43 [2019-07-31T05:45:43.193Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:43 [2019-07-31T05:45:43.193Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:43 [2019-07-31T05:45:43.756Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:43 [2019-07-31T05:45:43.756Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:43 [2019-07-31T05:45:43.756Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:43 [2019-07-31T05:45:43.756Z] DEBUG - matched Shell with text "Time Event Filter", using matcher: with text 'Time Event Filter'
01:45:43 [2019-07-31T05:45:43.756Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Time Event Filter} time=1183847954 data=null doit=true} to Shell with text {Time Event Filter}
01:45:43 [2019-07-31T05:45:43.756Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:45:43 [2019-07-31T05:45:43.756Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:45:44 [2019-07-31T05:45:44.319Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:45 [2019-07-31T05:45:45.686Z] DEBUG - matched Shell with text "Time Event Filter", using matcher: with text 'Time Event Filter'
01:45:45 [2019-07-31T05:45:45.686Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Time Event Filter} time=1183849643 data=null doit=true} to Shell with text {Time Event Filter}
01:45:45 [2019-07-31T05:45:45.686Z] DEBUG - matched Text with text "Hat1", using matcher: of type 'Text'
01:45:45 [2019-07-31T05:45:45.686Z] DEBUG - matched Text with text "Hat1", using matcher: (of type 'Text')
01:45:45 [2019-07-31T05:45:45.686Z] DEBUG - Attempting to set focus on (of type 'Text')
01:45:45 [2019-07-31T05:45:45.686Z] DEBUG - Attempting to set focus on (of type 'Text')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - number of items : 16
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183850207 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183850207 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183850207 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183850207 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183850208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183850288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183850289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183850289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183850290 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183850290 data=null} to ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.249Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - Clicking on OK
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183850313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183850313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183850313 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183850313 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183850313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183850313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183850313 data=null item=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')
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183850208 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}
01:45:46 [2019-07-31T05:45:46.250Z] DEBUG - Clicked on 
01:45:46 [2019-07-31T05:45:46.506Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:45:46 [2019-07-31T05:45:46.506Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:45:47 [2019-07-31T05:45:47.068Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:47 [2019-07-31T05:45:47.068Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:47 [2019-07-31T05:45:47.068Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:47 [2019-07-31T05:45:47.068Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:47 [2019-07-31T05:45:47.068Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - number of items : 16
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183851720 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183851720 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183851720 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183851720 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183851720 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183851856 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183851857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183851857 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183851857 data=null doit=true} to ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183851858 data=null} to ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Clicking on OK
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183851879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183851879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183851880 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183851880 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183851880 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.632Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183851880 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:45:47 [2019-07-31T05:45:47.890Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183851880 data=null item=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')
01:45:47 [2019-07-31T05:45:47.890Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183851721 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}
01:45:47 [2019-07-31T05:45:47.890Z] DEBUG - Clicked on 
01:45:47 [2019-07-31T05:45:47.890Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 50.104 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest
01:45:47 [2019-07-31T05:45:47.890Z] testTimeLine(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 4.625 s
01:45:47 [2019-07-31T05:45:47.890Z] testKeyboardNamespaceNavigation(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 1.412 s
01:45:47 [2019-07-31T05:45:47.890Z] testCollapseExpandUsingEnter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 1.299 s
01:45:47 [2019-07-31T05:45:47.890Z] testExpandAndCollapse(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 1.15 s
01:45:47 [2019-07-31T05:45:47.890Z] testEventStyling(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 4.949 s
01:45:47 [2019-07-31T05:45:47.890Z] testLegendArrow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 3.902 s
01:45:47 [2019-07-31T05:45:47.890Z] testVerticalZoom(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 15.326 s
01:45:47 [2019-07-31T05:45:47.890Z] testZoomToSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 1.501 s
01:45:47 [2019-07-31T05:45:47.890Z] testExport(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) skipped
01:45:47 [2019-07-31T05:45:47.890Z] testLegend(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 3.822 s
01:45:47 [2019-07-31T05:45:47.890Z] testHorizontalZoom(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 3.447 s
01:45:47 [2019-07-31T05:45:47.890Z] testTimegraphEventFiltering(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 3.311 s
01:45:47 [2019-07-31T05:45:47.890Z] testKeyboardNavigation(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest)  Time elapsed: 1.515 s
01:45:47 [2019-07-31T05:45:47.890Z] testPalettes(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) skipped
01:45:47 [2019-07-31T05:45:47.890Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColorsViewTest
01:45:48 [2019-07-31T05:45:48.146Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183852871 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183852872 data=null doit=true} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183852872 data=null} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183852872 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183852873 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}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183853015 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183853016 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183853016 data=null doit=true} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183853016 data=null} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183853017 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183853017 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}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183853024 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183853024 data=null doit=true} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183853025 data=null} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183853025 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183853025 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}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183853035 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1183853036 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1183853036 data=null doit=true} to TreeItem with text {Traces [0]}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1183853036 data=null} to TreeItem with text {Traces [0]}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1183853037 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:45:48 [2019-07-31T05:45:48.830Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183853037 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]}
01:45:49 [2019-07-31T05:45:49.179Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1183853090 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.colors"'
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - number of items : 7
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183854904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183854904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183854904 data=null doit=true} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183854904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183854904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183854905 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}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183854995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855050 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183855050 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183855050 data=null doit=true} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183855050 data=null} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - number of items : 7
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183855051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183855051 data=null doit=true} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183855051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183855051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183855051 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}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183855118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183855171 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183855171 data=null doit=true} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183855171 data=null} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - number of items : 7
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183855171 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855172 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183855172 data=null doit=true} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183855172 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183855172 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183855172 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}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183855238 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183855291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183855291 data=null doit=true} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183855292 data=null} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - number of items : 7
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183855292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183855292 data=null doit=true} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183855293 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183855293 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.072Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183855293 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}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183855366 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183855430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183855430 data=null doit=true} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183855431 data=null} to ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - number of items : 7
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Clicking on ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183855431 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855431 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183855431 data=null doit=true} to ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183855431 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183855432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183855432 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}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183855432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183855432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183855432 data=null doit=true} to ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183855432 data=null} to ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Clicked on ToolItem with tooltip text {Increase priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - number of items : 7
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Clicking on ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183855433 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855433 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183855433 data=null doit=true} to ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183855433 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183855433 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183855434 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}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183855486 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855500 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183855500 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183855500 data=null doit=true} to ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183855500 data=null} to ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Clicked on ToolItem with tooltip text {Decrease priority}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - number of items : 7
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Clicking on ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183855535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183855535 data=null doit=true} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183855535 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183855536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183855536 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}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183855551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183855602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183855602 data=null doit=true} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183855602 data=null} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Clicked on ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Attempting to set focus on (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - number of items : 7
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Clicking on ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183855605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183855605 data=null doit=true} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183855605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183855605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183855605 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}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183855672 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855686 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183855686 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183855686 data=null doit=true} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183855686 data=null} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Clicked on ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Attempting to set focus on (of type 'Label')
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - number of items : 7
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Clicking on ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183855723 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183855723 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183855723 data=null doit=true} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183855724 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183855724 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183855724 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}
01:45:51 [2019-07-31T05:45:51.586Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.586Z] DEBUG - Clicked on ToolItem with tooltip text {Delete color setting}
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - Attempting to set focus on (of type 'Table')
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - Selecting rows [2] in (of type 'Table')
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1183856026 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1183856027 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1183856027 data=null doit=true} to (of type 'Table')
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1183856027 data=null} to (of type 'Table')
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1183856028 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to (of type 'Table')
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1183856029 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:45:51 [2019-07-31T05:45:51.843Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1183856032 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to (of type 'Table')
01:45:54 [2019-07-31T05:45:54.362Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.027 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColorsViewTest
01:45:54 [2019-07-31T05:45:54.362Z] testYellow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColorsViewTest)  Time elapsed: 1.269 s
01:45:54 [2019-07-31T05:45:54.362Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FontEventEditorTest
01:45:55 [2019-07-31T05:45:55.730Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:45:55 [2019-07-31T05:45:55.730Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:45:55 [2019-07-31T05:45:55.730Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:45:55 [2019-07-31T05:45:55.730Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:45:56 [2019-07-31T05:45:56.293Z] DEBUG - matched MenuItem with text "Show Raw", using matcher: with mnemonic 'Show Raw'
01:45:56 [2019-07-31T05:45:56.293Z] DEBUG - Clicking on with mnemonic 'Show Raw'
01:45:56 [2019-07-31T05:45:56.293Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Show Raw} time=1183860294 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'
01:45:56 [2019-07-31T05:45:56.293Z] DEBUG - Clicked on with mnemonic 'Show Raw'
01:45:56 [2019-07-31T05:45:56.550Z] DEBUG - Attempting to set focus on (of type 'Table')
01:45:56 [2019-07-31T05:45:56.550Z] DEBUG - Attempting to set focus on (of type 'Table')
01:45:56 [2019-07-31T05:45:56.550Z] DEBUG - Clicking on (of type 'Table')
01:45:56 [2019-07-31T05:45:56.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1183860797 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.550Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1183860797 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.550Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1183860797 data=null doit=true} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1183860797 data=null} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1183860797 data=null button=1 stateMask=0x0 x=98 y=95 count=1} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1183860798 data=null button=1 stateMask=0x80000 x=98 y=95 count=1} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1183860798 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1183860827 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1183860828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1183860828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1183860829 data=null doit=true} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1183860878 data=null} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Clicked on (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Attempting to set focus on (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Selecting rows [4] in (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1183860880 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1183860880 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1183860880 data=null doit=true} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1183860880 data=null} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1183860881 data=null button=1 stateMask=0x0 x=22 y=95 count=1} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1183860881 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1183860883 data=null button=1 stateMask=0x80000 x=22 y=95 count=1} to (of type 'Table')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - matched StyledText with text "Jan 1 04:04:04 HostD...", using matcher: of type 'StyledText'
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - matched StyledText with text "Jan 1 04:04:04 HostD...", using matcher: (of type 'StyledText')
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1183860887 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:45:56 [2019-07-31T05:45:56.807Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
01:45:57 [2019-07-31T05:45:57.064Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
01:45:57 [2019-07-31T05:45:57.064Z] DEBUG - Clicking on with mnemonic 'Preferences'
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Clicked on with mnemonic 'Preferences'
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183861499 data=null doit=true} to Shell with text {Preferences}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1183861499 data=null doit=true} to Shell with text {Preferences}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Clicking on TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {General} time=1183861504 data=null button=0 stateMask=0x0 x=51 y=11 count=0} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {General} time=1183861504 data=null doit=true} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {General} time=1183861505 data=null} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {General} time=1183861505 data=null button=1 stateMask=0x0 x=51 y=11 count=1} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183861505 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}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {General} time=1183861506 data=null button=1 stateMask=0x80000 x=51 y=11 count=1} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {General} time=1183861558 data=null button=0 stateMask=0x0 x=51 y=11 count=0} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {General} time=1183861558 data=null doit=true} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {General} time=1183861558 data=null} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Clicked on TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.320Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:57 [2019-07-31T05:45:57.576Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {General} time=1183861580 data=null button=0 stateMask=0x0 x=51 y=11 count=0} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.576Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {General} time=1183861580 data=null doit=true} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.576Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {General} time=1183861580 data=null} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.576Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {General} time=1183861581 data=null button=1 stateMask=0x0 x=51 y=11 count=1} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.576Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183861581 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}
01:45:57 [2019-07-31T05:45:57.576Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {General} time=1183861582 data=null button=1 stateMask=0x80000 x=51 y=11 count=1} to TreeItem with text {General}
01:45:57 [2019-07-31T05:45:57.832Z] DEBUG - Clicking on Tree node with text: Appearance
01:45:57 [2019-07-31T05:45:57.832Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Appearance} time=1183862083 data=null button=0 stateMask=0x0 x=89 y=32 count=0} to Tree node with text: Appearance
01:45:57 [2019-07-31T05:45:57.832Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Appearance} time=1183862083 data=null doit=true} to Tree node with text: Appearance
01:45:57 [2019-07-31T05:45:57.832Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:57 [2019-07-31T05:45:57.832Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Appearance} time=1183862084 data=null} to Tree node with text: Appearance
01:45:57 [2019-07-31T05:45:57.832Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Appearance} time=1183862084 data=null button=1 stateMask=0x0 x=89 y=32 count=1} to Tree node with text: Appearance
01:45:57 [2019-07-31T05:45:57.832Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183862084 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
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Appearance} time=1183862086 data=null button=1 stateMask=0x80000 x=89 y=32 count=1} to Tree node with text: Appearance
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Appearance} time=1183862141 data=null button=0 stateMask=0x0 x=89 y=32 count=0} to Tree node with text: Appearance
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Appearance} time=1183862141 data=null doit=true} to Tree node with text: Appearance
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Appearance} time=1183862141 data=null} to Tree node with text: Appearance
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Clicked on Tree node with text: Appearance
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Appearance} time=1183862142 data=null button=0 stateMask=0x0 x=89 y=32 count=0} to Tree node with text: Appearance
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Appearance} time=1183862142 data=null doit=true} to Tree node with text: Appearance
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Appearance} time=1183862142 data=null} to Tree node with text: Appearance
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Appearance} time=1183862143 data=null button=1 stateMask=0x0 x=89 y=32 count=1} to Tree node with text: Appearance
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183862150 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
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Appearance} time=1183862150 data=null button=1 stateMask=0x80000 x=89 y=32 count=1} to Tree node with text: Appearance
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Clicking on Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Colors and Fonts} time=1183862151 data=null button=0 stateMask=0x0 x=124 y=53 count=0} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Colors and Fonts} time=1183862151 data=null doit=true} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Colors and Fonts} time=1183862152 data=null} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Colors and Fonts} time=1183862152 data=null button=1 stateMask=0x0 x=124 y=53 count=1} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183862152 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
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Colors and Fonts} time=1183862152 data=null button=1 stateMask=0x80000 x=124 y=53 count=1} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Colors and Fonts} time=1183862286 data=null button=0 stateMask=0x0 x=124 y=53 count=0} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Colors and Fonts} time=1183862286 data=null doit=true} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Colors and Fonts} time=1183862286 data=null} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Clicked on Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Colors and Fonts} time=1183862287 data=null button=0 stateMask=0x0 x=124 y=53 count=0} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Colors and Fonts} time=1183862287 data=null doit=true} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Colors and Fonts} time=1183862287 data=null} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Colors and Fonts} time=1183862288 data=null button=1 stateMask=0x0 x=124 y=53 count=1} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183862288 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
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Colors and Fonts} time=1183862289 data=null button=1 stateMask=0x80000 x=124 y=53 count=1} to Tree node with text: Colors and Fonts
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Clicking on TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183862292 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183862292 data=null doit=true} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183862294 data=null} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183862295 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183862295 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}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183862295 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Tracing} time=1183862296 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Tracing} time=1183862296 data=null doit=true} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Tracing} time=1183862296 data=null} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Clicked on TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1183862297 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183862312 data=null doit=true} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183862312 data=null} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183862313 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183862319 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}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183862320 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1183862321 data=null doit=true} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1183862321 data=null} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1183862321 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183862321 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}
01:45:58 [2019-07-31T05:45:58.091Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1183862328 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing}
01:45:58 [2019-07-31T05:45:58.092Z] DEBUG - Clicking on Tree node with text: Trace event raw text font (set to default: Text Font)
01:45:58 [2019-07-31T05:45:58.092Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862329 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)
01:45:58 [2019-07-31T05:45:58.092Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862329 data=null doit=true} to Tree node with text: Trace event raw text font (set to default: Text Font)
01:45:58 [2019-07-31T05:45:58.092Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:58 [2019-07-31T05:45:58.092Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862329 data=null} to Tree node with text: Trace event raw text font (set to default: Text Font)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862392 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)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183862392 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)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862395 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)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862395 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)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862395 data=null doit=true} to Tree node with text: Trace event raw text font (set to default: Text Font)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862396 data=null} to Tree node with text: Trace event raw text font (set to default: Text Font)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Clicked on Tree node with text: Trace event raw text font (set to default: Text Font)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862396 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)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862396 data=null doit=true} to Tree node with text: Trace event raw text font (set to default: Text Font)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862397 data=null} to Tree node with text: Trace event raw text font (set to default: Text Font)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862397 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)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183862398 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)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1183862399 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)
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Use System Font", using matcher: with mnemonic 'Use System Font'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Use System Font", using matcher: with style 'SWT.PUSH'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Use System Font", using matcher: (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Clicking on &Use System Font
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Use System Font} time=1183862401 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Use System Font} time=1183862401 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Use System Font} time=1183862402 data=null doit=true} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Use System Font} time=1183862402 data=null} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Use System Font} time=1183862402 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Use System Font} time=1183862402 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Use System Font} time=1183862402 data=null item=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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Use System Font} time=1183862418 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Use System Font} time=1183862418 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Use System Font} time=1183862418 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Use System Font} time=1183862418 data=null doit=true} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Use System Font} time=1183862419 data=null} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Clicked on &Use System Font
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Clicking on &Apply
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1183862421 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183862421 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1183862421 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1183862421 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1183862422 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1183862422 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1183862422 data=null item=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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1183862556 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1183862556 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1183862556 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1183862556 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1183862557 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Clicked on &Apply
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Reset", using matcher: with mnemonic 'Reset'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Reset", using matcher: with style 'SWT.PUSH'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Reset", using matcher: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Clicking on &Reset
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Reset} time=1183862559 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Reset} time=1183862560 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Reset} time=1183862560 data=null doit=true} to (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Reset} time=1183862560 data=null} to (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Reset} time=1183862560 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Reset} time=1183862560 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Reset} time=1183862560 data=null item=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')
01:45:58 [2019-07-31T05:45:58.427Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Clicked on &Reset
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
01:45:58 [2019-07-31T05:45:58.427Z] 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Clicking on Apply and Close
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1183862597 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1183862597 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1183862597 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1183862597 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1183862597 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')
01:45:58 [2019-07-31T05:45:58.427Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1183862597 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')
01:45:58 [2019-07-31T05:45:58.878Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1183862597 data=null item=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')
01:45:58 [2019-07-31T05:45:58.878Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1183861094 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
01:45:59 [2019-07-31T05:45:59.134Z] DEBUG - Clicked on 
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1183863399 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - Attempting to set focus on Tree with text {}
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183863405 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183863405 data=null doit=true} to TreeItem with text {test}
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183863405 data=null} to TreeItem with text {test}
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183863406 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183863406 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183863452 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - Clicking on with mnemonic 'Delete'
01:45:59 [2019-07-31T05:45:59.391Z] DEBUG - Clicked on with mnemonic 'Delete'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864412 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864413 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864413 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864413 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864413 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864413 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864414 data=null 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')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864414 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864414 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864414 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864414 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183864414 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Clicking on OK
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183864415 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183864415 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183864415 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183864415 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183864416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183864416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:00 [2019-07-31T05:46:00.322Z] DEBUG - Clicked on OK
01:46:00 [2019-07-31T05:46:00.579Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183864416 data=null item=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')
01:46:00 [2019-07-31T05:46:00.579Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1183863581 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:46:00 [2019-07-31T05:46:00.835Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.865 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FontEventEditorTest
01:46:00 [2019-07-31T05:46:00.835Z] testChangeFont(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FontEventEditorTest)  Time elapsed: 6.795 s
01:46:00 [2019-07-31T05:46:00.835Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest
01:46:01 [2019-07-31T05:46:01.398Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183865940 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183865940 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183865940 data=null} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183865941 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183865941 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}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183865983 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183865985 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183865985 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183865985 data=null} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183865985 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183865986 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}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183865992 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183865992 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183865992 data=null} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183865993 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183865993 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}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183865996 data=null button=1 stateMask=0x80000 x=73 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1183866003 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1183866003 data=null doit=true} to TreeItem with text {Traces [0]}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1183866003 data=null} to TreeItem with text {Traces [0]}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1183866004 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183866004 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]}
01:46:02 [2019-07-31T05:46:02.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1183866013 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Attempting to set focus on (of type 'Canvas')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Attempting to set focus on (of type 'Canvas')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Shell with text "Print", using matcher: with text 'Print'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Use current zoom", using matcher: with mnemonic 'Use current zoom'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Use current zoom", using matcher: with style 'SWT.RADIO'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Use current zoom", using matcher: (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Use current zoom} time=1183884429 data=null doit=true} to (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Use current zoom} time=1183884479 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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Use current zoom} time=1183884479 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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Use current zoom} time=1183884480 data=null item=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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "&All pages", using matcher: with mnemonic 'All pages'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "&All pages", using matcher: with style 'SWT.RADIO'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "&All pages", using matcher: (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Current view", using matcher: with mnemonic 'Current view'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Current view", using matcher: with style 'SWT.RADIO'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Current view", using matcher: (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Current view} time=1183884485 data=null doit=true} to Button with text {Current view}
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Current view} time=1183884486 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}
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&All pages} time=1183884488 data=null doit=true} to (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&All pages} time=1183884488 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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&All pages} time=1183884488 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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&All pages} time=1183884489 data=null item=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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&All pages} time=1183884490 data=null doit=true} to Button with text {&All pages}
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&All pages} time=1183884490 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}
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Current view} time=1183884492 data=null doit=true} to (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Current view} time=1183884492 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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Current view} time=1183884492 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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Current view} time=1183884492 data=null item=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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: with mnemonic 'Number of horizontal pages:'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: with style 'SWT.RADIO'
01:46:20 [2019-07-31T05:46:20.389Z] 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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Use current zoom} time=1183884496 data=null doit=true} to Button with text {Use current zoom}
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Use current zoom} time=1183884496 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}
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Number of horizontal pages:} time=1183884533 data=null doit=true} to (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Number of horizontal pages:} time=1183884533 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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Number of horizontal pages:} time=1183884586 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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Number of horizontal pages:} time=1183884586 data=null item=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')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Text with text "1", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Text with text "1", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.389Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "2", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "1", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Label with text "Total number of page...", using matcher: with mnemonic 'Total number of pages:'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "1", using matcher: with label (with mnemonic 'Total number of pages:')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text' and with label (with mnemonic 'Total number of pages:'))
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Label with text "Total number of page...", using matcher: with mnemonic 'Total number of pages:'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Total number of pages:')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Total number of pages:'))
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Label with text "Total number of page...", using matcher: with mnemonic 'Total number of pages:'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Total number of pages:')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Total number of pages:'))
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: with mnemonic 'Number of vertical pages:'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: with style 'SWT.RADIO'
01:46:20 [2019-07-31T05:46:20.646Z] 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')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Number of horizontal pages:} time=1183884692 data=null doit=true} to Button with text {Number of horizontal pages:}
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Number of horizontal pages:} time=1183884693 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:}
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Number of vertical pages:} time=1183884694 data=null doit=true} to (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Number of vertical pages:} time=1183884694 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')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Number of vertical pages:} time=1183884694 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')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Number of vertical pages:} time=1183884694 data=null item=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')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "2", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "1", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "1", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Selected pages", using matcher: with mnemonic 'Selected pages'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Selected pages", using matcher: with style 'SWT.RADIO'
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "Selected pages", using matcher: (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.646Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&All pages} time=1183884782 data=null doit=true} to Button with text {&All pages}
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&All pages} time=1183884783 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}
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Selected pages} time=1183884785 data=null doit=true} to (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Selected pages} time=1183884785 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')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Selected pages} time=1183884786 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')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Selected pages} time=1183884786 data=null item=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')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "F&rom page", using matcher: with mnemonic 'From page'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "F&rom page", using matcher: with style 'SWT.RADIO'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "F&rom page", using matcher: (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Selected pages} time=1183884789 data=null doit=true} to Button with text {Selected pages}
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Selected pages} time=1183884789 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}
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&rom page} time=1183884791 data=null doit=true} to (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&rom page} time=1183884791 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')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&rom page} time=1183884791 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')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&rom page} time=1183884791 data=null item=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')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "2", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "2", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "1", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "2", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "2", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "1", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Clicking on Cancel
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1183884830 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')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1183884831 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')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1183884831 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1183884831 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1183884831 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')
01:46:20 [2019-07-31T05:46:20.647Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1183884832 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')
01:46:20 [2019-07-31T05:46:20.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1183884832 data=null item=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')
01:46:20 [2019-07-31T05:46:20.903Z] DEBUG - Clicked on 
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1183885623 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183885671 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183885671 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183885671 data=null} to TreeItem with text {TestForFiltering}
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183885671 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183885672 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}
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183885680 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - Clicking on with mnemonic 'Delete'
01:46:21 [2019-07-31T05:46:21.635Z] DEBUG - Clicked on with mnemonic 'Delete'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886492 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886492 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886492 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886492 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886492 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886492 data=null 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')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886493 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183886493 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Clicking on OK
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183886494 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183886494 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183886494 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183886494 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183886494 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183886494 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Clicked on OK
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183886495 data=null item=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')
01:46:22 [2019-07-31T05:46:22.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1183885743 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:46:23 [2019-07-31T05:46:23.129Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:46:23 [2019-07-31T05:46:23.385Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:23 [2019-07-31T05:46:23.385Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:23 [2019-07-31T05:46:23.385Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:23 [2019-07-31T05:46:23.385Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:23 [2019-07-31T05:46:23.385Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:23 [2019-07-31T05:46:23.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183887631 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183887631 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183887631 data=null} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183887632 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183887632 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}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183887657 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183887659 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183887659 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183887659 data=null} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183887659 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183887662 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}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183887670 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183887671 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183887671 data=null} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183887671 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183887671 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}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183887675 data=null button=1 stateMask=0x80000 x=73 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1183887682 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1183887682 data=null doit=true} to TreeItem with text {Traces [0]}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1183887683 data=null} to TreeItem with text {Traces [0]}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1183887683 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183887684 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]}
01:46:23 [2019-07-31T05:46:23.642Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1183887690 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - number of items : 9
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1183895292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1183895292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1183895293 data=null doit=true} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1183895293 data=null} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1183895293 data=null button=1 stateMask=0x0 x=5 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1183895293 data=null button=1 stateMask=0x80000 x=5 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - number of items : 9
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183895301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183895301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183895301 data=null doit=true} to ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183895301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183895301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183895301 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}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183895302 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183895302 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183895302 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183895302 data=null doit=true} to ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183895302 data=null} to ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1183895302 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1183895302 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1183895303 data=null doit=true} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1183895303 data=null} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1183895303 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1183895304 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - number of items : 9
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183895305 data=null doit=true} to ToolItem with tooltip text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183895305 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}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183895306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183895306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183895306 data=null doit=true} to ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183895306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183895306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183895306 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}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183895306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183895307 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183895307 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183895307 data=null doit=true} to ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183895307 data=null} to ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1183895307 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1183895307 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1183895307 data=null doit=true} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1183895308 data=null} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1183895308 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1183895309 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1183895309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1183895309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1183895310 data=null doit=true} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1183895310 data=null} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1183895310 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1183895310 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - number of items : 9
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183895311 data=null doit=true} to ToolItem with tooltip text {Zoom in the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183895323 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}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183895324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183895324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183895324 data=null doit=true} to ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183895324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183895324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183895324 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}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183895325 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183895325 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183895325 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183895325 data=null doit=true} to ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183895325 data=null} to ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1183895325 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1183895325 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1183895325 data=null doit=true} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1183895326 data=null} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1183895326 data=null button=1 stateMask=0x0 x=365 y=134 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1183895326 data=null button=1 stateMask=0x80000 x=365 y=134 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - number of items : 9
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183895327 data=null doit=true} to ToolItem with tooltip text {Zoom out the diagram}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183895327 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}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183895327 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183895327 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183895327 data=null doit=true} to ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183895391 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183895391 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183895391 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}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183895392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183895392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183895392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183895392 data=null doit=true} to ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183895392 data=null} to ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on ToolItem with tooltip text {Reset zoom factor}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1183895393 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1183895393 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1183895393 data=null doit=true} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1183895393 data=null} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1183895393 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1183895394 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched MenuItem with text "Select", using matcher: with mnemonic 'Select'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on with mnemonic 'Select'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Select} time=1183895440 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Select'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on with mnemonic 'Select'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1183895440 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1183895440 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1183895441 data=null doit=true} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1183895441 data=null} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1183895441 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1183895441 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched MenuItem with text "Zoom in", using matcher: with mnemonic 'Zoom in'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on with mnemonic 'Zoom in'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{MenuItem {Select} time=1183895498 data=null doit=true} to MenuItem with text {Select}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Select} time=1183895498 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}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom in} time=1183895499 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'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on with mnemonic 'Zoom in'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1183895499 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1183895499 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1183895499 data=null doit=true} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1183895499 data=null} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1183895500 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1183895500 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1183895500 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1183895500 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1183895501 data=null doit=true} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1183895501 data=null} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1183895501 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1183895508 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched MenuItem with text "Zoom out", using matcher: with mnemonic 'Zoom out'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on with mnemonic 'Zoom out'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{MenuItem {Zoom in} time=1183895532 data=null doit=true} to MenuItem with text {Zoom in}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom in} time=1183895533 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}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom out} time=1183895533 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'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on with mnemonic 'Zoom out'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1183895533 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1183895533 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1183895533 data=null doit=true} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1183895533 data=null} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1183895534 data=null button=1 stateMask=0x0 x=365 y=134 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1183895534 data=null button=1 stateMask=0x80000 x=365 y=134 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched MenuItem with text "Reset zoom factor", using matcher: with mnemonic 'Reset zoom factor'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on with mnemonic 'Reset zoom factor'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{MenuItem {Zoom out} time=1183895596 data=null doit=true} to MenuItem with text {Zoom out}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom out} time=1183895596 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}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Reset zoom factor} time=1183895596 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'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on with mnemonic 'Reset zoom factor'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1183895597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1183895597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1183895597 data=null doit=true} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1183895597 data=null} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1183895597 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1183895600 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on (of type 'Canvas')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - number of items : 9
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183895725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183895725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183895725 data=null doit=true} to ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183895725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183895725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:31 [2019-07-31T05:46:31.736Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...}
01:46:31 [2019-07-31T05:46:31.736Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...}
01:46:31 [2019-07-31T05:46:31.736Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...}
01:46:31 [2019-07-31T05:46:31.736Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...}
01:46:31 [2019-07-31T05:46:31.736Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicked on ToolItem with tooltip text {Find...}
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Shell with text "Sequence Diagram Fin...", using matcher: with text 'Sequence Diagram Find'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Combo with text "1001", using matcher: of type 'Combo'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Combo with text "1001", using matcher: (of type 'Combo')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Setting text on (of type 'Combo') to peer2
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {peer2} time=1183895916 data=null} to (of type 'Combo')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Set text on (of type 'Combo') to peer2
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Lifeline", using matcher: with mnemonic 'Lifeline'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Lifeline", using matcher: with style 'SWT.CHECK'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Lifeline", using matcher: (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@2ed03b1a
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Lifeline} time=1183895919 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1183895926 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Lifeline} time=1183895926 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Lifeline} time=1183895926 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Lifeline} time=1183895926 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Lifeline} time=1183895926 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Lifeline} time=1183895926 data=null item=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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Lifeline} time=1183895927 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1183895927 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Lifeline} time=1183895927 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Lifeline} time=1183895927 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Lifeline} time=1183895927 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Interaction", using matcher: with mnemonic 'Interaction'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Interaction", using matcher: with style 'SWT.CHECK'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Interaction", using matcher: (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@4c1d530d
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Interaction} time=1183895932 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=1183895932 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Interaction} time=1183895932 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Interaction} time=1183895932 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Interaction} time=1183895932 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Interaction} time=1183895932 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Interaction} time=1183895932 data=null item=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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Interaction} time=1183895933 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=1183895933 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Interaction} time=1183895933 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Interaction} time=1183895933 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Interaction} time=1183895933 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Find", using matcher: with mnemonic 'Find'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Find", using matcher: with style 'SWT.PUSH'
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - matched Button with text "Find", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Clicking on Find
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Find} time=1183895934 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=1183895934 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Find} time=1183895934 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Find} time=1183895934 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Find} time=1183895934 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Find} time=1183895934 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Find} time=1183895934 data=null item=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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Find} time=1183895935 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')
01:46:31 [2019-07-31T05:46:31.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=1183895935 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')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Find} time=1183895935 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')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Find} time=1183895993 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Find} time=1183895993 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Clicked on Find
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button'
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Clicking on Close
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1183895994 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')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1183895995 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')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1183895995 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1183895995 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1183895995 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')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1183895995 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')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1183895995 data=null item=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')
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183895725 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)}
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Clicked on 
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - number of items : 9
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Clicking on ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183896227 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183896228 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183896228 data=null doit=true} to ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183896228 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:31 [2019-07-31T05:46:31.993Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183896228 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)}
01:46:32 [2019-07-31T05:46:32.249Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...}
01:46:32 [2019-07-31T05:46:32.249Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...}
01:46:32 [2019-07-31T05:46:32.249Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...}
01:46:32 [2019-07-31T05:46:32.249Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...}
01:46:32 [2019-07-31T05:46:32.249Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...}
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Clicked on ToolItem with tooltip text {Find...}
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Shell with text "Sequence Diagram Fin...", using matcher: with text 'Sequence Diagram Find'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Combo with text "peer2", using matcher: of type 'Combo'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Combo with text "peer2", using matcher: (of type 'Combo')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Setting text on (of type 'Combo') to 1001
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {1001} time=1183896496 data=null} to (of type 'Combo')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Set text on (of type 'Combo') to 1001
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Lifeline", using matcher: with mnemonic 'Lifeline'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Lifeline", using matcher: with style 'SWT.CHECK'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Lifeline", using matcher: (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@4e328167
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Lifeline} time=1183896497 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')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1183896497 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')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Lifeline} time=1183896497 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Lifeline} time=1183896498 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Lifeline} time=1183896498 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')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Lifeline} time=1183896498 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')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Lifeline} time=1183896498 data=null item=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')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Lifeline} time=1183896498 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')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1183896502 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')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Lifeline} time=1183896502 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')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Lifeline} time=1183896502 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Lifeline} time=1183896502 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Interaction", using matcher: with mnemonic 'Interaction'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Interaction", using matcher: with style 'SWT.CHECK'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Interaction", using matcher: (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.249Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@63fbefe8
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Interaction} time=1183896509 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=1183896509 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Interaction} time=1183896510 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Interaction} time=1183896510 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Interaction} time=1183896510 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Interaction} time=1183896510 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Interaction} time=1183896510 data=null item=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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Interaction} time=1183896511 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=1183896511 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Interaction} time=1183896511 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Interaction} time=1183896511 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Interaction} time=1183896511 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Find", using matcher: with mnemonic 'Find'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Find", using matcher: with style 'SWT.PUSH'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Find", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Clicking on Find
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Find} time=1183896512 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=1183896512 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Find} time=1183896512 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Find} time=1183896513 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Find} time=1183896513 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Find} time=1183896513 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Find} time=1183896513 data=null item=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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Find} time=1183896532 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=1183896532 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Find} time=1183896532 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Find} time=1183896532 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Find} time=1183896532 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Clicked on Find
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button'
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Clicking on Close
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1183896583 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1183896583 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1183896583 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1183896583 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1183896583 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1183896583 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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1183896583 data=null item=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')
01:46:32 [2019-07-31T05:46:32.506Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183896228 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)}
01:46:32 [2019-07-31T05:46:32.763Z] DEBUG - Clicked on 
01:46:32 [2019-07-31T05:46:32.763Z] DEBUG - matched MenuItem with text "Hide Patterns...", using matcher: with mnemonic 'Hide Patterns...'
01:46:32 [2019-07-31T05:46:32.763Z] DEBUG - Clicking on with mnemonic 'Hide Patterns...'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Clicked on with mnemonic 'Hide Patterns...'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Shell with text "Sequence Diagram Hid...", using matcher: with text 'Sequence Diagram Hide Patterns'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Add...", using matcher: with mnemonic 'Add...'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Add...", using matcher: with style 'SWT.PUSH'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Add...", using matcher: (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Clicking on Add...
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Add...} time=1183897095 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=1183897095 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Add...} time=1183897095 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Add...} time=1183897095 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Add...} time=1183897096 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Add...} time=1183897096 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Add...} time=1183897186 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=1183897187 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Add...} time=1183897187 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Add...} time=1183897187 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Add...} time=1183897187 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Clicked on Add...
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Shell with text "Definition of Hide P...", using matcher: with text 'Definition of Hide Pattern'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Setting text on (of type 'Combo') to peer2
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {peer2} time=1183897188 data=null} to (of type 'Combo')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Set text on (of type 'Combo') to peer2
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Lifeline", using matcher: with mnemonic 'Lifeline'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Lifeline", using matcher: with style 'SWT.CHECK'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Lifeline", using matcher: (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Create", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@1cedabb0
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Lifeline} time=1183897190 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1183897190 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Lifeline} time=1183897190 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Lifeline} time=1183897190 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Lifeline} time=1183897190 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Lifeline} time=1183897190 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Lifeline} time=1183897190 data=null item=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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Lifeline} time=1183897191 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1183897191 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Lifeline} time=1183897191 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')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Lifeline} time=1183897191 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Lifeline} time=1183897191 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Interaction", using matcher: with mnemonic 'Interaction'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Interaction", using matcher: with style 'SWT.CHECK'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Interaction", using matcher: (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Create", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK')
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') already deselected, not deselecting again.
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Create", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Create", using matcher: with mnemonic 'Create'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Create", using matcher: with style 'SWT.PUSH'
01:46:33 [2019-07-31T05:46:33.019Z] DEBUG - matched Button with text "Create", using matcher: (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.020Z] DEBUG - Clicking on Create
01:46:33 [2019-07-31T05:46:33.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create} time=1183897193 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')
01:46:33 [2019-07-31T05:46:33.020Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create} time=1183897193 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')
01:46:33 [2019-07-31T05:46:33.020Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create} time=1183897193 data=null doit=true} to (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create} time=1183897193 data=null} to (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create} time=1183897193 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')
01:46:33 [2019-07-31T05:46:33.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create} time=1183897193 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')
01:46:33 [2019-07-31T05:46:33.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create} time=1183897193 data=null item=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')
01:46:33 [2019-07-31T05:46:33.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Add...} time=1183897096 data=null item=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')
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - Clicked on 
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - Clicking on OK
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183897393 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183897393 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183897393 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183897393 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183897394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183897394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183897394 data=null item=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')
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Hide Patterns...} time=1183896827 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...'
01:46:33 [2019-07-31T05:46:33.276Z] DEBUG - Clicked on 
01:46:33 [2019-07-31T05:46:33.532Z] DEBUG - matched MenuItem with text "Hide Patterns...", using matcher: with mnemonic 'Hide Patterns...'
01:46:33 [2019-07-31T05:46:33.532Z] DEBUG - Clicking on with mnemonic 'Hide Patterns...'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Clicked on with mnemonic 'Hide Patterns...'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Shell with text "Sequence Diagram Hid...", using matcher: with text 'Sequence Diagram Hide Patterns'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Attempting to set focus on (of type 'Table')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Attempting to set focus on (of type 'Table')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Selecting rows [0] in (of type 'Table')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1183897790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1183897790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1183897790 data=null doit=true} to (of type 'Table')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1183897790 data=null} to (of type 'Table')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {hide peer2 [Lifeline]} time=1183897791 data=null button=1 stateMask=0x0 x=91 y=11 count=1} to (of type 'Table')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1183897791 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')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {hide peer2 [Lifeline]} time=1183897792 data=null button=1 stateMask=0x80000 x=91 y=11 count=1} to (of type 'Table')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "Remove", using matcher: with mnemonic 'Remove'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "Remove", using matcher: with style 'SWT.PUSH'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "Remove", using matcher: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Clicking on Remove
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Remove} time=1183897793 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')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Remove} time=1183897793 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')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Remove} time=1183897793 data=null doit=true} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Remove} time=1183897793 data=null} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Remove} time=1183897793 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')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Remove} time=1183897793 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')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Remove} time=1183897793 data=null item=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')
01:46:33 [2019-07-31T05:46:33.790Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Clicked on Remove
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Clicking on OK
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183897795 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183897795 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183897795 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183897796 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183897796 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183897796 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183897796 data=null item=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')
01:46:33 [2019-07-31T05:46:33.790Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Hide Patterns...} time=1183897538 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...'
01:46:34 [2019-07-31T05:46:34.125Z] DEBUG - Clicked on 
01:46:34 [2019-07-31T05:46:34.125Z] DEBUG - matched MenuItem with text "Configure Min Max...", using matcher: with mnemonic 'Configure Min Max...'
01:46:34 [2019-07-31T05:46:34.125Z] DEBUG - Clicking on with mnemonic 'Configure Min Max...'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - Clicked on with mnemonic 'Configure Min Max...'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Shell with text "TimeCompression bar ...", using matcher: with text 'TimeCompression bar configuration'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Text with text "100", using matcher: of type 'Text'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Text with text "100", using matcher: of type 'Text'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Label with text "Max time", using matcher: with mnemonic 'Max time'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Text with text "100", using matcher: with label (with mnemonic 'Max time')
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Text with text "100", using matcher: (of type 'Text' and with label (with mnemonic 'Max time'))
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Text with text "-9", using matcher: of type 'Text'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Label with text "Max time", using matcher: with mnemonic 'Max time'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Text with text "-9", using matcher: with label (with mnemonic 'Max time')
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Text with text "-9", using matcher: (of type 'Text' and with label (with mnemonic 'Max time'))
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Text with text "0", using matcher: of type 'Text'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Label with text "Max time", using matcher: with mnemonic 'Max time'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Text with text "0", using matcher: with label (with mnemonic 'Max time')
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Text with text "0", using matcher: (of type 'Text' and with label (with mnemonic 'Max time'))
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Button with text "Default", using matcher: of type 'Button'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - Clicking on OK
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183898424 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183898424 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183898425 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183898425 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183898425 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183898425 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183898425 data=null item=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')
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Configure Min Max...} time=1183898195 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...'
01:46:34 [2019-07-31T05:46:34.381Z] DEBUG - Clicked on 
01:46:34 [2019-07-31T05:46:34.637Z] DEBUG - matched MenuItem with text "Configure Min Max...", using matcher: with mnemonic 'Configure Min Max...'
01:46:34 [2019-07-31T05:46:34.637Z] DEBUG - Clicking on with mnemonic 'Configure Min Max...'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Clicked on with mnemonic 'Configure Min Max...'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Shell with text "TimeCompression bar ...", using matcher: with text 'TimeCompression bar configuration'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "Default", using matcher: of type 'Button'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "Default", using matcher: with mnemonic 'Default'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "Default", using matcher: with style 'SWT.PUSH'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "Default", using matcher: (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Clicking on Default
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Default} time=1183898926 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')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Default} time=1183898926 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')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Default} time=1183898926 data=null doit=true} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Default} time=1183898926 data=null} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Default} time=1183898926 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')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Default} time=1183898926 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')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Default} time=1183898926 data=null item=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')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Default} time=1183899002 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')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Default} time=1183899002 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')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Default} time=1183899003 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')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Default} time=1183899003 data=null doit=true} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Default} time=1183899003 data=null} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Clicked on Default
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "Default", using matcher: of type 'Button'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Clicking on OK
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183899003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183899004 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183899004 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183899004 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183899004 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183899004 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183899004 data=null item=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')
01:46:34 [2019-07-31T05:46:34.894Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Configure Min Max...} time=1183898699 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...'
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Clicked on 
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - number of items : 9
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Clicking on ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183899209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183899209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183899209 data=null doit=true} to ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183899209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183899209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183899209 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}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Clicked on ToolItem with tooltip text {Go to next page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - number of items : 9
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Clicking on ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183899214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183899214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183899214 data=null doit=true} to ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183899214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183899214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183899214 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}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Clicked on ToolItem with tooltip text {Go to previous page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - number of items : 9
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Clicking on ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183899229 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183899229 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183899229 data=null doit=true} to ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183899229 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183899229 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183899229 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}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Clicked on ToolItem with tooltip text {Go to last page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - number of items : 9
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Clicking on ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183899289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183899290 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183899290 data=null doit=true} to ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183899290 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183899290 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183899290 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}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Clicked on ToolItem with tooltip text {Go to first page}
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - matched MenuItem with text "Next page", using matcher: with mnemonic 'Next page'
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Clicking on with mnemonic 'Next page'
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Next page} time=1183899380 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'
01:46:35 [2019-07-31T05:46:35.150Z] DEBUG - Clicked on with mnemonic 'Next page'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - matched MenuItem with text "Previous page", using matcher: with mnemonic 'Previous page'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - Clicking on with mnemonic 'Previous page'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Previous page} time=1183899405 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'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - Clicked on with mnemonic 'Previous page'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - matched MenuItem with text "Last page", using matcher: with mnemonic 'Last page'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - Clicking on with mnemonic 'Last page'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Last page} time=1183899484 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'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - Clicked on with mnemonic 'Last page'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - matched MenuItem with text "First page", using matcher: with mnemonic 'First page'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - Clicking on with mnemonic 'First page'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {First page} time=1183899510 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'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - Clicked on with mnemonic 'First page'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - matched MenuItem with text "Pages...", using matcher: with mnemonic 'Pages...'
01:46:35 [2019-07-31T05:46:35.407Z] DEBUG - Clicking on with mnemonic 'Pages...'
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - Clicked on with mnemonic 'Pages...'
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - matched Shell with text "Sequence Diagram Pag...", using matcher: with text 'Sequence Diagram Pages'
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - matched Text with text "1", using matcher: of type 'Text'
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text')
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - Clicking on OK
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183899994 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183899994 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183899995 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183899995 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183899995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183899995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183899995 data=null item=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')
01:46:35 [2019-07-31T05:46:35.969Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Pages...} time=1183899603 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Pages...'
01:46:36 [2019-07-31T05:46:36.225Z] DEBUG - Clicked on 
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1183900839 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183900887 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183900887 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183900887 data=null} to TreeItem with text {TestForFiltering}
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183900888 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183900888 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}
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183900897 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:46:36 [2019-07-31T05:46:36.788Z] DEBUG - Clicking on with mnemonic 'Delete'
01:46:37 [2019-07-31T05:46:37.044Z] DEBUG - Clicked on with mnemonic 'Delete'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901806 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901806 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901807 data=null 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')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901807 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183901807 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Clicking on OK
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183901808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183901808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183901808 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183901809 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183901809 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183901809 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:37 [2019-07-31T05:46:37.607Z] DEBUG - Clicked on OK
01:46:38 [2019-07-31T05:46:38.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183901809 data=null item=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')
01:46:38 [2019-07-31T05:46:38.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1183900997 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:46:38 [2019-07-31T05:46:38.168Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"'
01:46:38 [2019-07-31T05:46:38.168Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.433 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest
01:46:38 [2019-07-31T05:46:38.168Z] testSDPrintUi(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest)  Time elapsed: 21.684 s
01:46:38 [2019-07-31T05:46:38.168Z] testSDView(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest)  Time elapsed: 15.307 s
01:46:38 [2019-07-31T05:46:38.168Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest
01:46:40 [2019-07-31T05:46:40.058Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:46:40 [2019-07-31T05:46:40.058Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:46:40 [2019-07-31T05:46:40.058Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp'
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - Clicking on with mnemonic 'Timestamp'
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=1183903984 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp'
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - Clicked on with mnemonic 'Timestamp'
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host'
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - Clicking on with mnemonic 'Host'
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=1183904140 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host'
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - Clicked on with mnemonic 'Host'
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger'
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - Clicking on with mnemonic 'Logger'
01:46:40 [2019-07-31T05:46:40.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=1183904301 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger'
01:46:40 [2019-07-31T05:46:40.315Z] DEBUG - Clicked on with mnemonic 'Logger'
01:46:40 [2019-07-31T05:46:40.315Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File'
01:46:40 [2019-07-31T05:46:40.315Z] DEBUG - Clicking on with mnemonic 'File'
01:46:40 [2019-07-31T05:46:40.315Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=1183904408 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File'
01:46:40 [2019-07-31T05:46:40.315Z] DEBUG - Clicked on with mnemonic 'File'
01:46:40 [2019-07-31T05:46:40.315Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message'
01:46:40 [2019-07-31T05:46:40.315Z] DEBUG - Clicking on with mnemonic 'Message'
01:46:40 [2019-07-31T05:46:40.315Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=1183904492 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message'
01:46:40 [2019-07-31T05:46:40.315Z] DEBUG - Clicked on with mnemonic 'Message'
01:46:42 [2019-07-31T05:46:42.205Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:46:42 [2019-07-31T05:46:42.205Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:46:42 [2019-07-31T05:46:42.205Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:46:42 [2019-07-31T05:46:42.205Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:46:42 [2019-07-31T05:46:42.205Z] DEBUG - matched MenuItem with text "Show All", using matcher: with mnemonic 'Show All'
01:46:42 [2019-07-31T05:46:42.205Z] DEBUG - Clicking on with mnemonic 'Show All'
01:46:42 [2019-07-31T05:46:42.205Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Show All} time=1183906103 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'
01:46:42 [2019-07-31T05:46:42.205Z] DEBUG - Clicked on with mnemonic 'Show All'
01:46:43 [2019-07-31T05:46:43.623Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:46:43 [2019-07-31T05:46:43.623Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:46:43 [2019-07-31T05:46:43.623Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:46:43 [2019-07-31T05:46:43.623Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:46:43 [2019-07-31T05:46:43.623Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message'
01:46:43 [2019-07-31T05:46:43.623Z] DEBUG - Clicking on with mnemonic 'Message'
01:46:43 [2019-07-31T05:46:43.623Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=1183907793 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message'
01:46:43 [2019-07-31T05:46:43.880Z] DEBUG - Clicked on with mnemonic 'Message'
01:46:43 [2019-07-31T05:46:43.880Z] DEBUG - matched MenuItem with text "Line", using matcher: with mnemonic 'Line'
01:46:43 [2019-07-31T05:46:43.880Z] DEBUG - Clicking on with mnemonic 'Line'
01:46:43 [2019-07-31T05:46:43.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Line} time=1183907942 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Line'
01:46:43 [2019-07-31T05:46:43.880Z] DEBUG - Clicked on with mnemonic 'Line'
01:46:43 [2019-07-31T05:46:43.880Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File'
01:46:43 [2019-07-31T05:46:43.880Z] DEBUG - Clicking on with mnemonic 'File'
01:46:43 [2019-07-31T05:46:43.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=1183908096 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File'
01:46:44 [2019-07-31T05:46:44.137Z] DEBUG - Clicked on with mnemonic 'File'
01:46:44 [2019-07-31T05:46:44.137Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger'
01:46:44 [2019-07-31T05:46:44.137Z] DEBUG - Clicking on with mnemonic 'Logger'
01:46:44 [2019-07-31T05:46:44.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=1183908231 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger'
01:46:44 [2019-07-31T05:46:44.137Z] DEBUG - Clicked on with mnemonic 'Logger'
01:46:44 [2019-07-31T05:46:44.137Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host'
01:46:44 [2019-07-31T05:46:44.137Z] DEBUG - Clicking on with mnemonic 'Host'
01:46:44 [2019-07-31T05:46:44.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=1183908383 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - Clicked on with mnemonic 'Host'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - Clicking on with mnemonic 'Timestamp'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=1183908428 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - Clicked on with mnemonic 'Timestamp'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - Clicking on with mnemonic 'Message'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=1183908450 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - Clicked on with mnemonic 'Message'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - Clicking on with mnemonic 'Timestamp'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=1183908506 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - Clicked on with mnemonic 'Timestamp'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - matched MenuItem with text "Line", using matcher: with mnemonic 'Line'
01:46:44 [2019-07-31T05:46:44.392Z] DEBUG - Clicking on with mnemonic 'Line'
01:46:44 [2019-07-31T05:46:44.393Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Line} time=1183908590 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Line'
01:46:44 [2019-07-31T05:46:44.393Z] DEBUG - Clicked on with mnemonic 'Line'
01:46:44 [2019-07-31T05:46:44.649Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host'
01:46:44 [2019-07-31T05:46:44.649Z] DEBUG - Clicking on with mnemonic 'Host'
01:46:44 [2019-07-31T05:46:44.649Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=1183908657 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host'
01:46:44 [2019-07-31T05:46:44.649Z] DEBUG - Clicked on with mnemonic 'Host'
01:46:44 [2019-07-31T05:46:44.649Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File'
01:46:44 [2019-07-31T05:46:44.649Z] DEBUG - Clicking on with mnemonic 'File'
01:46:44 [2019-07-31T05:46:44.649Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=1183908773 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File'
01:46:44 [2019-07-31T05:46:44.649Z] DEBUG - Clicked on with mnemonic 'File'
01:46:44 [2019-07-31T05:46:44.905Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger'
01:46:44 [2019-07-31T05:46:44.905Z] DEBUG - Clicking on with mnemonic 'Logger'
01:46:44 [2019-07-31T05:46:44.905Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=1183908911 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger'
01:46:44 [2019-07-31T05:46:44.905Z] DEBUG - Clicked on with mnemonic 'Logger'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - Clicking on with mnemonic 'Timestamp'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=1183910627 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - Clicked on with mnemonic 'Timestamp'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - Clicking on with mnemonic 'Host'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=1183910806 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - Clicked on with mnemonic 'Host'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - Clicking on with mnemonic 'Logger'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=1183910946 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - Clicked on with mnemonic 'Logger'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File'
01:46:46 [2019-07-31T05:46:46.796Z] DEBUG - Clicking on with mnemonic 'File'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=1183911046 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - Clicked on with mnemonic 'File'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - matched MenuItem with text "Line", using matcher: with mnemonic 'Line'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - Clicking on with mnemonic 'Line'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Line} time=1183911099 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Line'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - Clicked on with mnemonic 'Line'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - Clicking on with mnemonic 'Message'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=1183911140 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - Clicked on with mnemonic 'Message'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - matched MenuItem with text "Show All", using matcher: with mnemonic 'Show All'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - Clicking on with mnemonic 'Show All'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Show All} time=1183911162 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'
01:46:47 [2019-07-31T05:46:47.052Z] DEBUG - Clicked on with mnemonic 'Show All'
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1183911399 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183911406 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183911406 data=null doit=true} to TreeItem with text {test}
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183911406 data=null} to TreeItem with text {test}
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183911406 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183911407 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183911443 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:46:47 [2019-07-31T05:46:47.308Z] DEBUG - Clicking on with mnemonic 'Delete'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Clicked on with mnemonic 'Delete'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911807 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911807 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911807 data=null 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')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911808 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183911808 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Clicking on OK
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183911813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183911813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183911813 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183911813 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183911813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183911813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.819Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.819Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.819Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.819Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.819Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:46:47 [2019-07-31T05:46:47.819Z] DEBUG - Clicked on OK
01:46:48 [2019-07-31T05:46:48.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183911813 data=null item=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')
01:46:48 [2019-07-31T05:46:48.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1183911529 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:46:48 [2019-07-31T05:46:48.076Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.961 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest
01:46:48 [2019-07-31T05:46:48.076Z] testPersistHiding(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest)  Time elapsed: 3.745 s
01:46:48 [2019-07-31T05:46:48.076Z] testToggleColumns(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest)  Time elapsed: 2.792 s
01:46:48 [2019-07-31T05:46:48.076Z] testShowAll(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest)  Time elapsed: 2.283 s
01:46:48 [2019-07-31T05:46:48.076Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183912656 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183912656 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183912656 data=null} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183912656 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183912657 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}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183912697 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183912698 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183912698 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183912698 data=null} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183912699 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183912699 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}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183912705 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183912705 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183912705 data=null} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183912706 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183912706 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}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183912709 data=null button=1 stateMask=0x80000 x=73 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1183912716 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1183912716 data=null doit=true} to TreeItem with text {Traces [0]}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1183912716 data=null} to TreeItem with text {Traces [0]}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1183912717 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183912717 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]}
01:46:48 [2019-07-31T05:46:48.638Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1183912726 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - number of items : 11
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Clicking on ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183914352 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183914352 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183914353 data=null doit=true} to ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183914353 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183914353 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183914366 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}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183914381 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183914382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183914382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183914382 data=null doit=true} to ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183914382 data=null} to ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Clicked on ToolItem with tooltip text {Add new filter}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER <name>} time=1183914383 data=null button=0 stateMask=0x0 x=77 y=11 count=0} to TreeItem with text {FILTER <name>}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER <name>} time=1183914383 data=null doit=true} to TreeItem with text {FILTER <name>}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER <name>} time=1183914383 data=null} to TreeItem with text {FILTER <name>}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER <name>} time=1183914384 data=null button=1 stateMask=0x0 x=77 y=11 count=1} to TreeItem with text {FILTER <name>}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183914384 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>}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER <name>} time=1183914390 data=null button=1 stateMask=0x80000 x=77 y=11 count=1} to TreeItem with text {FILTER <name>}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - matched Text with text "type filter name", using matcher: of type 'Text'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - matched Text with text "type filter name", using matcher: (of type 'Text')
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Attempting to set focus on (of type 'Text')
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Clicking on TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER timestamp} time=1183914402 data=null button=0 stateMask=0x0 x=82 y=11 count=0} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER timestamp} time=1183914402 data=null doit=true} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER timestamp} time=1183914405 data=null} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER timestamp} time=1183914405 data=null button=1 stateMask=0x0 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183914405 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}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER timestamp} time=1183914434 data=null button=1 stateMask=0x80000 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {FILTER timestamp} time=1183914434 data=null button=0 stateMask=0x0 x=82 y=11 count=0} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {FILTER timestamp} time=1183914434 data=null doit=true} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {FILTER timestamp} time=1183914434 data=null} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Clicked on TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER timestamp} time=1183914435 data=null button=0 stateMask=0x0 x=82 y=11 count=0} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER timestamp} time=1183914435 data=null doit=true} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER timestamp} time=1183914436 data=null} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER timestamp} time=1183914436 data=null button=1 stateMask=0x0 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183914436 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}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER timestamp} time=1183914442 data=null button=1 stateMask=0x80000 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - matched MenuItem with text "TRACETYPE", using matcher: with mnemonic 'TRACETYPE'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Clicking on with mnemonic 'TRACETYPE'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {TRACETYPE} time=1183914505 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'TRACETYPE'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Clicked on with mnemonic 'TRACETYPE'
01:46:50 [2019-07-31T05:46:50.528Z] WARN - Tree item TreeItem with text {FILTER timestamp} is already expanded. Won't expand it again.
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Setting selection on (of type 'Combo') to Test trace : XML Trace Stub (ns)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Test trace : XML Trace Stub (ns)} time=1183914587 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo')
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Set selection on (of type 'Combo') to Test trace : XML Trace Stub (ns)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183914588 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183914588 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183914589 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)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183914589 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)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183914589 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)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183914590 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)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183914590 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183914590 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183914591 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)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183914591 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)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183914610 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)
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - matched MenuItem with text "AND", using matcher: with mnemonic 'AND'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Clicking on with mnemonic 'AND'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {AND} time=1183914690 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'AND'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Clicked on with mnemonic 'AND'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {AND} time=1183914708 data=null button=0 stateMask=0x0 x=77 y=53 count=0} to Tree node with text: AND
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {AND} time=1183914708 data=null doit=true} to Tree node with text: AND
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {AND} time=1183914708 data=null} to Tree node with text: AND
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {AND} time=1183914708 data=null button=1 stateMask=0x0 x=77 y=53 count=1} to Tree node with text: AND
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183914708 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
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {AND} time=1183914714 data=null button=1 stateMask=0x80000 x=77 y=53 count=1} to Tree node with text: AND
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - matched MenuItem with text "CONTAINS", using matcher: with mnemonic 'CONTAINS'
01:46:50 [2019-07-31T05:46:50.528Z] DEBUG - Clicking on with mnemonic 'CONTAINS'
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {CONTAINS} time=1183914755 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'CONTAINS'
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Clicked on with mnemonic 'CONTAINS'
01:46:50 [2019-07-31T05:46:50.786Z] WARN - Tree item Tree node with text: AND is already expanded. Won't expand it again.
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo'
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo')
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=1183914818 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo')
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Set selection on (of type 'Combo') to Timestamp
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text'
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text')
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Attempting to set focus on (of type 'Text')
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Timestamp CONTAINS "100"} time=1183914857 data=null button=0 stateMask=0x0 x=170 y=74 count=0} to Tree node with text: Timestamp CONTAINS "100"
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Timestamp CONTAINS "100"} time=1183914858 data=null doit=true} to Tree node with text: Timestamp CONTAINS "100"
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Timestamp CONTAINS "100"} time=1183914858 data=null} to Tree node with text: Timestamp CONTAINS "100"
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Timestamp CONTAINS "100"} time=1183914858 data=null button=1 stateMask=0x0 x=170 y=74 count=1} to Tree node with text: Timestamp CONTAINS "100"
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183914859 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"
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Timestamp CONTAINS "100"} time=1183914894 data=null button=1 stateMask=0x80000 x=170 y=74 count=1} to Tree node with text: Timestamp CONTAINS "100"
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {AND} time=1183914895 data=null button=0 stateMask=0x0 x=77 y=53 count=0} to Tree node with text: AND
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {AND} time=1183914895 data=null doit=true} to Tree node with text: AND
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {AND} time=1183914895 data=null} to Tree node with text: AND
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {AND} time=1183914895 data=null button=1 stateMask=0x0 x=77 y=53 count=1} to Tree node with text: AND
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183914895 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
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {AND} time=1183914908 data=null button=1 stateMask=0x80000 x=77 y=53 count=1} to Tree node with text: AND
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - number of items : 11
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Clicking on ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183914908 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183914908 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183914908 data=null doit=true} to ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183914909 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183914909 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183914909 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}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183914911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183914911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183914911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183914911 data=null doit=true} to ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183914912 data=null} to ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Clicked on ToolItem with tooltip text {Save filters}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Attempting to set focus on Table with text {}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1183914978 data=null button=0 stateMask=0x0 x=22 y=53 count=0} to TableItem with text {}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1183914979 data=null doit=true} to TableItem with text {}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1183914979 data=null} to TableItem with text {}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1183914979 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to TableItem with text {}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1183914980 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1183914981 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to TableItem with text {}
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - matched MenuItem with text "timestamp", using matcher: with mnemonic 'timestamp'
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Clicking on with mnemonic 'timestamp'
01:46:50 [2019-07-31T05:46:50.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {timestamp} time=1183915028 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'timestamp'
01:46:51 [2019-07-31T05:46:51.042Z] DEBUG - Clicked on with mnemonic 'timestamp'
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183916809 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183916809 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183916809 data=null} to TreeItem with text {TestForFiltering}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183916810 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183916810 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}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183916820 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183916820 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183916820 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183916821 data=null} to TreeItem with text {TestForFiltering}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183916821 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183916821 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}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183916835 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:52 [2019-07-31T05:46:52.934Z] WARN - Tree item TreeItem with text {TestForFiltering} is already expanded. Won't expand it again.
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1183916836 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1183916836 data=null doit=true} to TreeItem with text {Traces [1]}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1183916836 data=null} to TreeItem with text {Traces [1]}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1183916836 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183916836 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]}
01:46:52 [2019-07-31T05:46:52.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1183916842 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"'
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - number of items : 11
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Clicking on ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183918408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183918408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183918408 data=null doit=true} to ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183918408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183918408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183918408 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}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183918415 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183918415 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183918415 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183918415 data=null doit=true} to ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183918415 data=null} to ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Clicked on ToolItem with tooltip text {Add new filter}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER <name>} time=1183918416 data=null button=0 stateMask=0x0 x=77 y=95 count=0} to TreeItem with text {FILTER <name>}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER <name>} time=1183918416 data=null doit=true} to TreeItem with text {FILTER <name>}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER <name>} time=1183918416 data=null} to TreeItem with text {FILTER <name>}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER <name>} time=1183918417 data=null button=1 stateMask=0x0 x=77 y=95 count=1} to TreeItem with text {FILTER <name>}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183918417 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>}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER <name>} time=1183918428 data=null button=1 stateMask=0x80000 x=77 y=95 count=1} to TreeItem with text {FILTER <name>}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - matched Text with text "type filter name", using matcher: of type 'Text'
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - matched Text with text "type filter name", using matcher: (of type 'Text')
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Attempting to set focus on (of type 'Text')
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Clicking on TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER field} time=1183918434 data=null button=0 stateMask=0x0 x=60 y=95 count=0} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER field} time=1183918434 data=null doit=true} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER field} time=1183918436 data=null} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER field} time=1183918436 data=null button=1 stateMask=0x0 x=60 y=95 count=1} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183918437 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}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER field} time=1183918458 data=null button=1 stateMask=0x80000 x=60 y=95 count=1} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {FILTER field} time=1183918458 data=null button=0 stateMask=0x0 x=60 y=95 count=0} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {FILTER field} time=1183918458 data=null doit=true} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {FILTER field} time=1183918459 data=null} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Clicked on TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER field} time=1183918464 data=null button=0 stateMask=0x0 x=60 y=95 count=0} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER field} time=1183918464 data=null doit=true} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER field} time=1183918464 data=null} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER field} time=1183918465 data=null button=1 stateMask=0x0 x=60 y=95 count=1} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183918465 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}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER field} time=1183918471 data=null button=1 stateMask=0x80000 x=60 y=95 count=1} to TreeItem with text {FILTER field}
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - matched MenuItem with text "TRACETYPE", using matcher: with mnemonic 'TRACETYPE'
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Clicking on with mnemonic 'TRACETYPE'
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {TRACETYPE} time=1183918518 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'TRACETYPE'
01:46:54 [2019-07-31T05:46:54.302Z] DEBUG - Clicked on with mnemonic 'TRACETYPE'
01:46:54 [2019-07-31T05:46:54.559Z] WARN - Tree item TreeItem with text {FILTER field} is already expanded. Won't expand it again.
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Setting selection on (of type 'Combo') to Test trace : XML Trace Stub (ns)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Test trace : XML Trace Stub (ns)} time=1183918590 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo')
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Set selection on (of type 'Combo') to Test trace : XML Trace Stub (ns)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183918591 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183918591 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183918592 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)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183918592 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)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183918592 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)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183918593 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)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183918593 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183918593 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183918594 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)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183918594 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)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183918613 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)
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - matched MenuItem with text "COMPARE", using matcher: with mnemonic 'COMPARE'
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Clicking on with mnemonic 'COMPARE'
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {COMPARE} time=1183918698 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'COMPARE'
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Clicked on with mnemonic 'COMPARE'
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {<select aspect> = <value>} time=1183918763 data=null doit=true} to Tree node with text: <select aspect> = <value>
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {<select aspect> = <value>} time=1183918763 data=null} to Tree node with text: <select aspect> = <value>
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {<select aspect> = <value>} time=1183918764 data=null button=1 stateMask=0x0 x=153 y=137 count=1} to Tree node with text: <select aspect> = <value>
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183918764 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>
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {<select aspect> = <value>} time=1183918764 data=null button=1 stateMask=0x80000 x=153 y=137 count=1} to Tree node with text: <select aspect> = <value>
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo'
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo')
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Setting selection on (of type 'Combo') to Contents
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Contents} time=1183918765 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo')
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Set selection on (of type 'Combo') to Contents
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - matched Text with text "type field name", using matcher: of type 'Text'
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - matched Text with text "type field name", using matcher: (of type 'Text')
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text'
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text')
01:46:54 [2019-07-31T05:46:54.559Z] DEBUG - Attempting to set focus on (of type 'Text')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Text with text "field", using matcher: of type 'Text'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Text with text "field", using matcher: (of type 'Text')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Attempting to set focus on (of type 'Text')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Button with text "<", using matcher: of type 'Button'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Button with text "=", using matcher: of type 'Button'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Button with text ">", using matcher: of type 'Button'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Button with text ">", using matcher: with mnemonic '>'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Button with text ">", using matcher: with style 'SWT.RADIO'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Button with text ">", using matcher: (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Button with text "Num", using matcher: of type 'Button'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Button with text "Alpha", using matcher: of type 'Button'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Button with text "Timestamp", using matcher: of type 'Button'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Clicking on (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {=} time=1183918918 data=null doit=true} to Button with text {=}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {=} time=1183918918 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {=}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {>} time=1183918922 data=null doit=true} to (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {>} time=1183918922 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {>} time=1183918922 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {>} time=1183918922 data=null item=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')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Clicked on (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - number of items : 11
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Clicking on ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183918993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183918993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183918993 data=null doit=true} to ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183918993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183918993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183918993 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}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183918995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183918995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183918995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183918995 data=null doit=true} to ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183918995 data=null} to ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Clicked on ToolItem with tooltip text {Save filters}
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:46:54 [2019-07-31T05:46:54.815Z] DEBUG - Attempting to set focus on Table with text {}
01:46:55 [2019-07-31T05:46:55.072Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1183919120 data=null button=0 stateMask=0x0 x=22 y=53 count=0} to TableItem with text {}
01:46:55 [2019-07-31T05:46:55.072Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1183919120 data=null doit=true} to TableItem with text {}
01:46:55 [2019-07-31T05:46:55.072Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1183919120 data=null} to TableItem with text {}
01:46:55 [2019-07-31T05:46:55.072Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1183919121 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to TableItem with text {}
01:46:55 [2019-07-31T05:46:55.072Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1183919121 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
01:46:55 [2019-07-31T05:46:55.072Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1183919122 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to TableItem with text {}
01:46:55 [2019-07-31T05:46:55.072Z] DEBUG - matched MenuItem with text "field", using matcher: with mnemonic 'field'
01:46:55 [2019-07-31T05:46:55.072Z] DEBUG - Clicking on with mnemonic 'field'
01:46:55 [2019-07-31T05:46:55.072Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {field} time=1183919215 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'field'
01:46:55 [2019-07-31T05:46:55.072Z] DEBUG - Clicked on with mnemonic 'field'
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183920836 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183920836 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183920836 data=null} to TreeItem with text {TestForFiltering}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183920837 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183920837 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}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183920845 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183920846 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183920846 data=null doit=true} to TreeItem with text {TestForFiltering}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183920846 data=null} to TreeItem with text {TestForFiltering}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183920846 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183920846 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}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183920884 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:46:56 [2019-07-31T05:46:56.964Z] WARN - Tree item TreeItem with text {TestForFiltering} is already expanded. Won't expand it again.
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1183920885 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1183920885 data=null doit=true} to TreeItem with text {Traces [1]}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1183920885 data=null} to TreeItem with text {Traces [1]}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1183920886 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183920886 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]}
01:46:56 [2019-07-31T05:46:56.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1183920892 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"'
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - number of items : 11
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Clicking on ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183922430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183922430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183922430 data=null doit=true} to ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183922430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183922430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183922430 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}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183922453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183922453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183922453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183922453 data=null doit=true} to ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183922453 data=null} to ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Clicked on ToolItem with tooltip text {Add new filter}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER <name>} time=1183922454 data=null button=0 stateMask=0x0 x=77 y=158 count=0} to TreeItem with text {FILTER <name>}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER <name>} time=1183922454 data=null doit=true} to TreeItem with text {FILTER <name>}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER <name>} time=1183922454 data=null} to TreeItem with text {FILTER <name>}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER <name>} time=1183922455 data=null button=1 stateMask=0x0 x=77 y=158 count=1} to TreeItem with text {FILTER <name>}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183922455 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>}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER <name>} time=1183922465 data=null button=1 stateMask=0x80000 x=77 y=158 count=1} to TreeItem with text {FILTER <name>}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - matched Text with text "type filter name", using matcher: of type 'Text'
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - matched Text with text "type filter name", using matcher: (of type 'Text')
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Attempting to set focus on (of type 'Text')
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Clicking on TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1183922470 data=null button=0 stateMask=0x0 x=101 y=158 count=0} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER matchAndEquals} time=1183922470 data=null doit=true} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER matchAndEquals} time=1183922473 data=null} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1183922473 data=null button=1 stateMask=0x0 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183922473 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}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1183922499 data=null button=1 stateMask=0x80000 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1183922499 data=null button=0 stateMask=0x0 x=101 y=158 count=0} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {FILTER matchAndEquals} time=1183922500 data=null doit=true} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {FILTER matchAndEquals} time=1183922500 data=null} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Clicked on TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1183922500 data=null button=0 stateMask=0x0 x=101 y=158 count=0} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER matchAndEquals} time=1183922500 data=null doit=true} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER matchAndEquals} time=1183922500 data=null} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1183922501 data=null button=1 stateMask=0x0 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183922501 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}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1183922507 data=null button=1 stateMask=0x80000 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals}
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - matched MenuItem with text "TRACETYPE", using matcher: with mnemonic 'TRACETYPE'
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Clicking on with mnemonic 'TRACETYPE'
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {TRACETYPE} time=1183922553 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'TRACETYPE'
01:46:58 [2019-07-31T05:46:58.330Z] DEBUG - Clicked on with mnemonic 'TRACETYPE'
01:46:58 [2019-07-31T05:46:58.587Z] WARN - Tree item TreeItem with text {FILTER matchAndEquals} is already expanded. Won't expand it again.
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Setting selection on (of type 'Combo') to Test trace : XML Trace Stub (ns)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Test trace : XML Trace Stub (ns)} time=1183922592 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo')
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Set selection on (of type 'Combo') to Test trace : XML Trace Stub (ns)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183922593 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183922593 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183922594 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)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183922594 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)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183922594 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)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183922595 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)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183922595 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183922595 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183922596 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)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183922596 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)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1183922615 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)
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - matched MenuItem with text "OR", using matcher: with mnemonic 'OR'
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Clicking on with mnemonic 'OR'
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {OR} time=1183922658 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'OR'
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Clicked on with mnemonic 'OR'
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {OR} time=1183922689 data=null button=0 stateMask=0x0 x=71 y=200 count=0} to Tree node with text: OR
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {OR} time=1183922689 data=null doit=true} to Tree node with text: OR
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {OR} time=1183922689 data=null} to Tree node with text: OR
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {OR} time=1183922689 data=null button=1 stateMask=0x0 x=71 y=200 count=1} to Tree node with text: OR
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183922689 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
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {OR} time=1183922694 data=null button=1 stateMask=0x80000 x=71 y=200 count=1} to Tree node with text: OR
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - matched MenuItem with text "EQUALS", using matcher: with mnemonic 'EQUALS'
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Clicking on with mnemonic 'EQUALS'
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {EQUALS} time=1183922733 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'EQUALS'
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Clicked on with mnemonic 'EQUALS'
01:46:58 [2019-07-31T05:46:58.587Z] WARN - Tree item Tree node with text: OR is already expanded. Won't expand it again.
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {<select aspect> EQUALS} time=1183922810 data=null button=0 stateMask=0x0 x=162 y=221 count=0} to TreeItem with text {<select aspect> EQUALS}
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {<select aspect> EQUALS} time=1183922810 data=null doit=true} to TreeItem with text {<select aspect> EQUALS}
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {<select aspect> EQUALS} time=1183922811 data=null} to TreeItem with text {<select aspect> EQUALS}
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {<select aspect> EQUALS} time=1183922811 data=null button=1 stateMask=0x0 x=162 y=221 count=1} to TreeItem with text {<select aspect> EQUALS}
01:46:58 [2019-07-31T05:46:58.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183922811 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}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {<select aspect> EQUALS} time=1183922843 data=null button=1 stateMask=0x80000 x=162 y=221 count=1} to TreeItem with text {<select aspect> EQUALS}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=1183922844 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Set selection on (of type 'Combo') to Timestamp
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Attempting to set focus on (of type 'Text')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {OR} time=1183922883 data=null button=0 stateMask=0x0 x=71 y=200 count=0} to Tree node with text: OR
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {OR} time=1183922883 data=null doit=true} to Tree node with text: OR
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {OR} time=1183922883 data=null} to Tree node with text: OR
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {OR} time=1183922883 data=null button=1 stateMask=0x0 x=71 y=200 count=1} to Tree node with text: OR
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183922884 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
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {OR} time=1183922912 data=null button=1 stateMask=0x80000 x=71 y=200 count=1} to Tree node with text: OR
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched MenuItem with text "MATCHES", using matcher: with mnemonic 'MATCHES'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Clicking on with mnemonic 'MATCHES'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {MATCHES} time=1183922948 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'MATCHES'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Clicked on with mnemonic 'MATCHES'
01:46:58 [2019-07-31T05:46:58.844Z] WARN - Tree item Tree node with text: OR is already expanded. Won't expand it again.
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Attempting to set focus on Tree with text {}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {<select aspect> MATCHES} time=1183923002 data=null button=0 stateMask=0x0 x=166 y=242 count=0} to TreeItem with text {<select aspect> MATCHES}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {<select aspect> MATCHES} time=1183923002 data=null doit=true} to TreeItem with text {<select aspect> MATCHES}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {<select aspect> MATCHES} time=1183923003 data=null} to TreeItem with text {<select aspect> MATCHES}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {<select aspect> MATCHES} time=1183923003 data=null button=1 stateMask=0x0 x=166 y=242 count=1} to TreeItem with text {<select aspect> MATCHES}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183923003 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}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {<select aspect> MATCHES} time=1183923034 data=null button=1 stateMask=0x80000 x=166 y=242 count=1} to TreeItem with text {<select aspect> MATCHES}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Setting selection on (of type 'Combo') to Contents
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Contents} time=1183923035 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Set selection on (of type 'Combo') to Contents
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Text with text "type field name", using matcher: of type 'Text'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Text with text "type field name", using matcher: (of type 'Text')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Text with text "type regular express...", using matcher: of type 'Text'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Text with text "type regular express...", using matcher: (of type 'Text')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Attempting to set focus on (of type 'Text')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Text with text "field", using matcher: of type 'Text'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Text with text "field", using matcher: (of type 'Text')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Text with text "type regular express...", using matcher: of type 'Text'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Text with text "type regular express...", using matcher: (of type 'Text')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Attempting to set focus on (of type 'Text')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - number of items : 11
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Clicking on ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1183923093 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183923093 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1183923093 data=null doit=true} to ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1183923093 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1183923094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1183923094 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}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1183923095 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1183923096 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1183923096 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1183923096 data=null doit=true} to ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1183923096 data=null} to ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Clicked on ToolItem with tooltip text {Save filters}
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:46:58 [2019-07-31T05:46:58.844Z] DEBUG - Attempting to set focus on Table with text {}
01:46:59 [2019-07-31T05:46:59.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1183923205 data=null button=0 stateMask=0x0 x=22 y=53 count=0} to TableItem with text {}
01:46:59 [2019-07-31T05:46:59.099Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1183923205 data=null doit=true} to TableItem with text {}
01:46:59 [2019-07-31T05:46:59.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1183923206 data=null} to TableItem with text {}
01:46:59 [2019-07-31T05:46:59.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1183923206 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to TableItem with text {}
01:46:59 [2019-07-31T05:46:59.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1183923207 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
01:46:59 [2019-07-31T05:46:59.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1183923208 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to TableItem with text {}
01:46:59 [2019-07-31T05:46:59.099Z] DEBUG - matched MenuItem with text "matchAndEquals", using matcher: with mnemonic 'matchAndEquals'
01:46:59 [2019-07-31T05:46:59.099Z] DEBUG - Clicking on with mnemonic 'matchAndEquals'
01:46:59 [2019-07-31T05:46:59.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {matchAndEquals} time=1183923296 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'matchAndEquals'
01:46:59 [2019-07-31T05:46:59.099Z] DEBUG - Clicked on with mnemonic 'matchAndEquals'
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1183925365 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1183925414 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering}
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1183925414 data=null doit=true} to TreeItem with text {TestForFiltering}
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1183925414 data=null} to TreeItem with text {TestForFiltering}
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1183925415 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183925415 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}
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1183925423 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering}
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - Clicking on with mnemonic 'Delete'
01:47:01 [2019-07-31T05:47:01.617Z] DEBUG - Clicked on with mnemonic 'Delete'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926192 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926193 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926193 data=null 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')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926193 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183926193 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Clicking on OK
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183926194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183926194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183926194 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183926194 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183926195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183926195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:02 [2019-07-31T05:47:02.180Z] DEBUG - Clicked on OK
01:47:02 [2019-07-31T05:47:02.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183926195 data=null item=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')
01:47:02 [2019-07-31T05:47:02.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1183925492 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:47:02 [2019-07-31T05:47:02.626Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.426 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest
01:47:02 [2019-07-31T05:47:02.626Z] testTimestampFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest)  Time elapsed: 4.304 s
01:47:02 [2019-07-31T05:47:02.626Z] testField01(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest)  Time elapsed: 4.079 s
01:47:02 [2019-07-31T05:47:02.626Z] testTimestampEqualsOr(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest)  Time elapsed: 4.095 s
01:47:02 [2019-07-31T05:47:02.626Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshTextTrace
01:47:14 [2019-07-31T05:47:14.799Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.91 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshTextTrace
01:47:14 [2019-07-31T05:47:14.799Z] testRefresh(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshTextTrace)  Time elapsed: 10.647 s
01:47:14 [2019-07-31T05:47:14.799Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestTraceOffsetting
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForOffsetting} time=1183938402 data=null button=0 stateMask=0x0 x=96 y=11 count=0} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=1183938402 data=null doit=true} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=1183938402 data=null} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=1183938403 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183938403 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}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=1183938442 data=null button=1 stateMask=0x80000 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForOffsetting} time=1183938443 data=null button=0 stateMask=0x0 x=96 y=11 count=0} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=1183938443 data=null doit=true} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=1183938443 data=null} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=1183938444 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.799Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183938444 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}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=1183938455 data=null button=1 stateMask=0x80000 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=1183938456 data=null doit=true} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=1183938456 data=null} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=1183938456 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183938456 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}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=1183938459 data=null button=1 stateMask=0x80000 x=80 y=11 count=1} to TreeItem with text {TestForOffsetting}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1183938460 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1183938460 data=null doit=true} to TreeItem with text {Traces [0]}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1183938461 data=null} to TreeItem with text {Traces [0]}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1183938461 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183938461 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]}
01:47:14 [2019-07-31T05:47:14.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1183938480 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:47:15 [2019-07-31T05:47:15.729Z] DEBUG - matched EditorReference with text "", using matcher: with name '"sample5533947404541641687.xml"'
01:47:15 [2019-07-31T05:47:15.729Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:47:15 [2019-07-31T05:47:15.729Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:47:15 [2019-07-31T05:47:15.729Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1183939948 data=null doit=true} to TreeItem with text {Traces [1]}
01:47:15 [2019-07-31T05:47:15.729Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1183939948 data=null} to TreeItem with text {Traces [1]}
01:47:15 [2019-07-31T05:47:15.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1183939949 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:47:15 [2019-07-31T05:47:15.729Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183939949 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]}
01:47:15 [2019-07-31T05:47:15.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1183939959 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:47:15 [2019-07-31T05:47:15.729Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940042 data=null button=0 stateMask=0x0 x=191 y=74 count=0} to TreeItem with text {sample5533947404541641687.xml}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample5533947404541641687.xml} time=1183940042 data=null doit=true} to TreeItem with text {sample5533947404541641687.xml}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample5533947404541641687.xml} time=1183940043 data=null} to TreeItem with text {sample5533947404541641687.xml}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940043 data=null button=1 stateMask=0x0 x=191 y=74 count=1} to TreeItem with text {sample5533947404541641687.xml}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183940043 data=null item=TreeItem {sample5533947404541641687.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample5533947404541641687.xml}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940183 data=null button=1 stateMask=0x80000 x=191 y=74 count=1} to TreeItem with text {sample5533947404541641687.xml}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940185 data=null button=0 stateMask=0x0 x=191 y=74 count=0} to TreeItem with text {sample5533947404541641687.xml}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample5533947404541641687.xml} time=1183940185 data=null doit=true} to TreeItem with text {sample5533947404541641687.xml}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample5533947404541641687.xml} time=1183940186 data=null} to TreeItem with text {sample5533947404541641687.xml}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940186 data=null button=1 stateMask=0x0 x=191 y=74 count=1} to TreeItem with text {sample5533947404541641687.xml}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183940186 data=null item=TreeItem {sample5533947404541641687.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample5533947404541641687.xml}
01:47:15 [2019-07-31T05:47:15.986Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940191 data=null button=1 stateMask=0x80000 x=191 y=74 count=1} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.549Z] DEBUG - matched MenuItem with text "Apply Time Offset...", using matcher: with mnemonic 'Apply Time Offset...'
01:47:16 [2019-07-31T05:47:16.549Z] DEBUG - Clicking on with mnemonic 'Apply Time Offset...'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Clicked on with mnemonic 'Apply Time Offset...'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Shell with text "Apply time offset", using matcher: with text 'Apply time offset'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Attempting to set focus on Shell with text {Apply time offset}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940922 data=null button=0 stateMask=0x0 x=128 y=11 count=0} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample5533947404541641687.xml} time=1183940922 data=null doit=true} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample5533947404541641687.xml} time=1183940922 data=null} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940922 data=null button=1 stateMask=0x0 x=128 y=11 count=1} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183940923 data=null item=TreeItem {sample5533947404541641687.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940923 data=null button=1 stateMask=0x80000 x=128 y=11 count=1} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Clicking on TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940924 data=null button=0 stateMask=0x0 x=414 y=11 count=0} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample5533947404541641687.xml} time=1183940924 data=null doit=true} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample5533947404541641687.xml} time=1183940924 data=null} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940924 data=null button=1 stateMask=0x0 x=414 y=11 count=1} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183940942 data=null item=TreeItem {sample5533947404541641687.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940942 data=null button=1 stateMask=0x80000 x=414 y=11 count=1} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {sample5533947404541641687.xml} time=1183940942 data=null button=0 stateMask=0x0 x=414 y=11 count=0} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {sample5533947404541641687.xml} time=1183940942 data=null doit=true} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {sample5533947404541641687.xml} time=1183940942 data=null} to TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Clicked on TreeItem with text {sample5533947404541641687.xml}
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Attempting to set focus on (of type 'Text')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Attempting to set focus on (of type 'Text')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Attempting to set focus on (of type 'Text')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Button with text "Basic", using matcher: of type 'Button'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Button with text "Advanced", using matcher: of type 'Button'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Clicking on OK
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183941009 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183941009 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183941009 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183941009 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183941009 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183941010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:16 [2019-07-31T05:47:16.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183941010 data=null item=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')
01:47:17 [2019-07-31T05:47:17.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Apply Time Offset...} time=1183940706 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...'
01:47:17 [2019-07-31T05:47:17.367Z] DEBUG - Clicked on 
01:47:18 [2019-07-31T05:47:18.733Z] DEBUG - matched EditorReference with text "", using matcher: with name '"sample5533947404541641687.xml"'
01:47:18 [2019-07-31T05:47:18.733Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:47:18 [2019-07-31T05:47:18.733Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:47:18 [2019-07-31T05:47:18.733Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - TestForOffsetting/Traces/sample5533947404541641687.xml - Eclipse Platform} time=1183942934 data=null doit=true} to Shell with text {data - TestForOffsetting/Traces/sample5533947404541641687.xml - Eclipse Platform}
01:47:18 [2019-07-31T05:47:18.989Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:47:18 [2019-07-31T05:47:18.989Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:47:18 [2019-07-31T05:47:18.989Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:47:18 [2019-07-31T05:47:18.989Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:18 [2019-07-31T05:47:18.989Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForOffsetting} time=1183943106 data=null button=0 stateMask=0x0 x=96 y=11 count=0} to TreeItem with text {TestForOffsetting}
01:47:18 [2019-07-31T05:47:18.989Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=1183943106 data=null doit=true} to TreeItem with text {TestForOffsetting}
01:47:18 [2019-07-31T05:47:18.989Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=1183943106 data=null} to TreeItem with text {TestForOffsetting}
01:47:18 [2019-07-31T05:47:18.989Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=1183943107 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting}
01:47:18 [2019-07-31T05:47:18.989Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183943107 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}
01:47:18 [2019-07-31T05:47:18.989Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=1183943195 data=null button=1 stateMask=0x80000 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting}
01:47:19 [2019-07-31T05:47:19.246Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:47:19 [2019-07-31T05:47:19.246Z] DEBUG - Clicking on with mnemonic 'Delete'
01:47:19 [2019-07-31T05:47:19.246Z] DEBUG - Clicked on with mnemonic 'Delete'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944195 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944195 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944196 data=null 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')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944196 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183944196 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Clicking on OK
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183944197 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183944197 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183944197 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183944197 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183944197 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183944197 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:47:20 [2019-07-31T05:47:20.228Z] DEBUG - Clicked on OK
01:47:20 [2019-07-31T05:47:20.579Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183944198 data=null item=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')
01:47:20 [2019-07-31T05:47:20.579Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1183943293 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:47:20 [2019-07-31T05:47:20.579Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.028 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestTraceOffsetting
01:47:20 [2019-07-31T05:47:20.579Z] testOffsetting(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestTraceOffsetting)  Time elapsed: 7.027 s
01:47:20 [2019-07-31T05:47:20.579Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest
01:47:38 [2019-07-31T05:47:38.625Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 16.874 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest
01:47:38 [2019-07-31T05:47:38.625Z] testPinSingleTrace(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest)  Time elapsed: 2.816 s
01:47:38 [2019-07-31T05:47:38.625Z] testPinTwoTraces(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest) skipped
01:47:38 [2019-07-31T05:47:38.625Z] testFollow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest)  Time elapsed: 8.894 s
01:47:38 [2019-07-31T05:47:38.625Z] testCloneSingleTrace(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest)  Time elapsed: 3.85 s
01:47:38 [2019-07-31T05:47:38.625Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestAxisAlignment} time=1183962508 data=null button=0 stateMask=0x0 x=100 y=11 count=0} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=1183962508 data=null doit=true} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=1183962508 data=null} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=1183962508 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183962509 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}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=1183962555 data=null button=1 stateMask=0x80000 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestAxisAlignment} time=1183962558 data=null button=0 stateMask=0x0 x=100 y=11 count=0} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=1183962559 data=null doit=true} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=1183962559 data=null} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=1183962559 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183962559 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}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=1183962566 data=null button=1 stateMask=0x80000 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=1183962566 data=null doit=true} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=1183962566 data=null} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=1183962567 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1183962567 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}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=1183962570 data=null button=1 stateMask=0x80000 x=84 y=11 count=1} to TreeItem with text {TestAxisAlignment}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Attempting to set focus on Tree with text {}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1183962571 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1183962571 data=null doit=true} to TreeItem with text {Traces [0]}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1183962571 data=null} to TreeItem with text {Traces [0]}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1183962571 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183962571 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]}
01:47:38 [2019-07-31T05:47:38.625Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1183962587 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"'
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash'
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"'
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1183965620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1183965621 data=null doit=true} to Sash with text {}
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183965629 data=null item=null detail=0 x=150 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {}
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1183965632 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {}
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1183965633 data=null x=1 y=57 width=0 height=0 detail=0} to Sash with text {}
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1183965634 data=null} to Sash with text {}
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183965634 data=null item=null detail=0 x=200 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {}
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1183965636 data=null button=0 stateMask=0x80000 x=1 y=57 count=0} to Sash with text {}
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183965637 data=null item=null detail=0 x=200 y=0 width=3 height=114 stateMask=0x80000 text=null doit=true} to Sash with text {}
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1183965638 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {}
01:47:41 [2019-07-31T05:47:41.896Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1183965638 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.152Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1183966240 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.152Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1183966241 data=null doit=true} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.152Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183966241 data=null item=null detail=0 x=201 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.152Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1183966243 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.152Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1183966250 data=null x=1 y=57 width=0 height=0 detail=0} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.152Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1183966250 data=null} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.152Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183966250 data=null item=null detail=0 x=150 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.152Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1183966252 data=null button=0 stateMask=0x80000 x=1 y=57 count=0} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.152Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183966253 data=null item=null detail=0 x=150 y=0 width=3 height=114 stateMask=0x80000 text=null doit=true} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.152Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1183966255 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.152Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1183966255 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:47:42 [2019-07-31T05:47:42.714Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"'
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash'
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"'
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1183969507 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183969507 data=null button=0 stateMask=0x0 x=182 y=123 count=0} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1183969508 data=null doit=true} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1183969508 data=null} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1183969515 data=null button=1 stateMask=0x0 x=182 y=123 count=1} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1183969515 data=null x=232 y=123 width=0 height=0 detail=0} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183969516 data=null button=1 stateMask=0x80000 x=232 y=123 count=1} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1183969518 data=null button=1 stateMask=0x80000 x=232 y=123 count=1} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183969518 data=null button=0 stateMask=0x0 x=0 y=123 count=0} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1183969518 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1183969518 data=null doit=true} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.414Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1183969518 data=null} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1183970026 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183970026 data=null button=0 stateMask=0x0 x=232 y=123 count=0} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1183970026 data=null doit=true} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1183970027 data=null} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1183970031 data=null button=1 stateMask=0x0 x=232 y=123 count=1} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1183970031 data=null x=182 y=123 width=0 height=0 detail=0} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183970031 data=null button=1 stateMask=0x80000 x=182 y=123 count=1} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1183970033 data=null button=1 stateMask=0x80000 x=182 y=123 count=1} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183970033 data=null button=0 stateMask=0x0 x=0 y=123 count=0} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1183970033 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1183970033 data=null doit=true} to TimeGraphControl with text {}
01:47:45 [2019-07-31T05:47:45.977Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1183970034 data=null} to TimeGraphControl with text {}
01:47:46 [2019-07-31T05:47:46.538Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"'
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash'
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1183973016 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183973016 data=null button=0 stateMask=0x0 x=182 y=76 count=0} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1183973017 data=null doit=true} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1183973017 data=null} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1183973021 data=null button=1 stateMask=0x0 x=182 y=76 count=1} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1183973022 data=null x=232 y=76 width=0 height=0 detail=0} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183973022 data=null button=1 stateMask=0x80000 x=232 y=76 count=1} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1183973028 data=null button=1 stateMask=0x80000 x=232 y=76 count=1} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183973028 data=null button=0 stateMask=0x0 x=0 y=76 count=0} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1183973028 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1183973029 data=null doit=true} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.056Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1183973029 data=null} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1183973532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183973532 data=null button=0 stateMask=0x0 x=232 y=76 count=0} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1183973533 data=null doit=true} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1183973533 data=null} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1183973537 data=null button=1 stateMask=0x0 x=232 y=76 count=1} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1183973538 data=null x=182 y=76 width=0 height=0 detail=0} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183973538 data=null button=1 stateMask=0x80000 x=182 y=76 count=1} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1183973548 data=null button=1 stateMask=0x80000 x=182 y=76 count=1} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183973549 data=null button=0 stateMask=0x0 x=0 y=76 count=0} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1183973549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1183973549 data=null doit=true} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.312Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1183973550 data=null} to TimeGraphControl with text {}
01:47:49 [2019-07-31T05:47:49.874Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:47:53 [2019-07-31T05:47:53.143Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:47:53 [2019-07-31T05:47:53.143Z] DEBUG - matched MenuItem with text "Align Views", using matcher: with mnemonic 'Align Views'
01:47:53 [2019-07-31T05:47:53.143Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"'
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash'
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"'
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1183979438 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183979439 data=null button=0 stateMask=0x0 x=173 y=68 count=0} to TimeGraphControl with text {}
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1183979439 data=null doit=true} to TimeGraphControl with text {}
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1183979439 data=null} to TimeGraphControl with text {}
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1183979443 data=null button=1 stateMask=0x0 x=173 y=68 count=1} to TimeGraphControl with text {}
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1183979443 data=null x=223 y=68 width=0 height=0 detail=0} to TimeGraphControl with text {}
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183979444 data=null button=1 stateMask=0x80000 x=223 y=68 count=1} to TimeGraphControl with text {}
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1183979452 data=null button=1 stateMask=0x80000 x=223 y=68 count=1} to TimeGraphControl with text {}
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183979452 data=null button=0 stateMask=0x0 x=0 y=68 count=0} to TimeGraphControl with text {}
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1183979453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1183979453 data=null doit=true} to TimeGraphControl with text {}
01:47:55 [2019-07-31T05:47:55.659Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1183979454 data=null} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1183979956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183979957 data=null button=0 stateMask=0x0 x=223 y=68 count=0} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1183979957 data=null doit=true} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1183979957 data=null} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1183979972 data=null button=1 stateMask=0x0 x=223 y=68 count=1} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1183979973 data=null x=173 y=68 width=0 height=0 detail=0} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183979973 data=null button=1 stateMask=0x80000 x=173 y=68 count=1} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1183979975 data=null button=1 stateMask=0x80000 x=173 y=68 count=1} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1183979975 data=null button=0 stateMask=0x0 x=0 y=68 count=0} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1183979975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1183979975 data=null doit=true} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.228Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1183979975 data=null} to TimeGraphControl with text {}
01:47:56 [2019-07-31T05:47:56.578Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"'
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash'
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1183983195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1183983195 data=null doit=true} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183983195 data=null item=null detail=0 x=142 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1183983198 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1183983199 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1183983199 data=null} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183983199 data=null item=null detail=0 x=192 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1183983201 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183983207 data=null item=null detail=0 x=192 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1183983209 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.095Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1183983209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1183983810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.656Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1183983810 data=null doit=true} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183983810 data=null item=null detail=0 x=192 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1183983812 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.656Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1183983813 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.656Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1183983814 data=null} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183983814 data=null item=null detail=0 x=142 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.656Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1183983815 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183983816 data=null item=null detail=0 x=142 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1183983823 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:47:59 [2019-07-31T05:47:59.656Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1183983823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:48:00 [2019-07-31T05:48:00.218Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"'
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash'
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"'
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1183986817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1183986817 data=null doit=true} to Sash with text {}
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183986817 data=null item=null detail=0 x=133 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1183986819 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1183986820 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {}
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1183986820 data=null} to Sash with text {}
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183986820 data=null item=null detail=0 x=183 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1183986822 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {}
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183986823 data=null item=null detail=0 x=183 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {}
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1183986824 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:48:02 [2019-07-31T05:48:02.736Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1183986824 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.299Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1183987425 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.299Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1183987425 data=null doit=true} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183987425 data=null item=null detail=0 x=183 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1183987428 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.299Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1183987429 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.299Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1183987429 data=null} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183987429 data=null item=null detail=0 x=133 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.299Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1183987430 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183987431 data=null item=null detail=0 x=133 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1183987432 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.299Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1183987432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"'
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash'
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"'
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1183988035 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1183988035 data=null doit=true} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183988035 data=null item=null detail=0 x=134 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1183988037 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1183988038 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1183988038 data=null} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183988039 data=null item=null detail=0 x=184 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1183988040 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183988047 data=null item=null detail=0 x=184 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1183988048 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:48:03 [2019-07-31T05:48:03.862Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1183988048 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1183988649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.423Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1183988649 data=null doit=true} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183988650 data=null item=null detail=0 x=184 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1183988652 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.423Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1183988653 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.423Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1183988653 data=null} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183988653 data=null item=null detail=0 x=134 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.423Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1183988655 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1183988656 data=null item=null detail=0 x=134 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1183988662 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.423Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1183988662 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {}
01:48:04 [2019-07-31T05:48:04.985Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:48:05 [2019-07-31T05:48:05.242Z] DEBUG - matched PerspectiveDescriptor with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.perspective"'
01:48:05 [2019-07-31T05:48:05.500Z] DEBUG - matched PerspectiveDescriptor with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.test.align.1"'
01:48:05 [2019-07-31T05:48:05.500Z] DEBUG - matched PerspectiveDescriptor with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.test.align.2"'
01:48:05 [2019-07-31T05:48:05.500Z] DEBUG - matched PerspectiveDescriptor with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.test.align.3"'
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1183989783 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - Attempting to set focus on Tree with text {}
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestAxisAlignment} time=1183989790 data=null button=0 stateMask=0x0 x=100 y=11 count=0} to TreeItem with text {TestAxisAlignment}
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=1183989790 data=null doit=true} to TreeItem with text {TestAxisAlignment}
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=1183989790 data=null} to TreeItem with text {TestAxisAlignment}
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=1183989791 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment}
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183989791 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}
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=1183989827 data=null button=1 stateMask=0x80000 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment}
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - Clicking on with mnemonic 'Delete'
01:48:06 [2019-07-31T05:48:06.027Z] DEBUG - Clicked on with mnemonic 'Delete'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990740 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990740 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990740 data=null 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')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990741 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990741 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990741 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990741 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183990741 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Clicking on OK
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183990742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183990742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183990742 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183990742 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183990742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183990742 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:06 [2019-07-31T05:48:06.591Z] DEBUG - Clicked on OK
01:48:07 [2019-07-31T05:48:07.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183990743 data=null item=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')
01:48:07 [2019-07-31T05:48:07.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1183989923 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:48:07 [2019-07-31T05:48:07.154Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.725 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest
01:48:07 [2019-07-31T05:48:07.154Z] testMoveHistogramOthersFollow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest)  Time elapsed: 4.497 s
01:48:07 [2019-07-31T05:48:07.154Z] testNotOverlappingTgStubMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest)  Time elapsed: 3.656 s
01:48:07 [2019-07-31T05:48:07.154Z] testOverlappingTgStubMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest)  Time elapsed: 3.616 s
01:48:07 [2019-07-31T05:48:07.154Z] testMenuItem(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest)  Time elapsed: 2.767 s
01:48:07 [2019-07-31T05:48:07.154Z] testMoveTgStubOthersFollow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest)  Time elapsed: 3.578 s
01:48:07 [2019-07-31T05:48:07.154Z] testOverlappingHistogramMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest)  Time elapsed: 3.825 s
01:48:07 [2019-07-31T05:48:07.154Z] testNotOverlappingHistogramMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest)  Time elapsed: 4.84 s
01:48:07 [2019-07-31T05:48:07.154Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CallsiteEventsInTableTest
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - Attempting to set focus on Table with text {}
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1183994603 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1183994604 data=null doit=true} to TableItem with text {}
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1183994604 data=null} to TableItem with text {}
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1183994604 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1183994605 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1183994606 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - matched MenuItem with text "Open Source Code", using matcher: with mnemonic 'Open Source Code'
01:48:10 [2019-07-31T05:48:10.422Z] DEBUG - Clicking on with mnemonic 'Open Source Code'
01:48:11 [2019-07-31T05:48:11.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Open Source Code} time=1183994653 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'
01:48:11 [2019-07-31T05:48:11.351Z] DEBUG - Clicked on with mnemonic 'Open Source Code'
01:48:11 [2019-07-31T05:48:11.351Z] DEBUG - matched EditorReference with text "", using matcher: with name '"SourceFile"'
01:48:12 [2019-07-31T05:48:12.279Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1183996431 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:48:12 [2019-07-31T05:48:12.279Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:48:12 [2019-07-31T05:48:12.279Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:48:12 [2019-07-31T05:48:12.279Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:48:12 [2019-07-31T05:48:12.279Z] DEBUG - Attempting to set focus on Tree with text {}
01:48:12 [2019-07-31T05:48:12.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1183996447 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:48:12 [2019-07-31T05:48:12.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1183996448 data=null doit=true} to TreeItem with text {test}
01:48:12 [2019-07-31T05:48:12.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1183996448 data=null} to TreeItem with text {test}
01:48:12 [2019-07-31T05:48:12.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1183996448 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:48:12 [2019-07-31T05:48:12.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1183996449 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:48:12 [2019-07-31T05:48:12.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1183996526 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:48:12 [2019-07-31T05:48:12.535Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:48:12 [2019-07-31T05:48:12.535Z] DEBUG - Clicking on with mnemonic 'Delete'
01:48:12 [2019-07-31T05:48:12.535Z] DEBUG - Clicked on with mnemonic 'Delete'
01:48:13 [2019-07-31T05:48:13.098Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:48:13 [2019-07-31T05:48:13.098Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997357 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997357 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997358 data=null 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')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997358 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1183997358 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Clicking on OK
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1183997359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1183997359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1183997359 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1183997359 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1183997360 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1183997360 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:13 [2019-07-31T05:48:13.354Z] DEBUG - Clicked on OK
01:48:13 [2019-07-31T05:48:13.917Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1183997360 data=null item=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')
01:48:13 [2019-07-31T05:48:13.917Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1183996667 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:48:13 [2019-07-31T05:48:13.917Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.7 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CallsiteEventsInTableTest
01:48:13 [2019-07-31T05:48:13.917Z] test(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CallsiteEventsInTableTest)  Time elapsed: 6.439 s
01:48:13 [2019-07-31T05:48:13.917Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest
01:48:18 [2019-07-31T05:48:18.090Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:48:18 [2019-07-31T05:48:18.090Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:48:18 [2019-07-31T05:48:18.090Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:48:18 [2019-07-31T05:48:18.090Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Clicking on (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184002727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184002728 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184002728 data=null doit=true} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184002728 data=null} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184002728 data=null button=1 stateMask=0x0 x=666 y=11 count=1} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184002882 data=null button=1 stateMask=0x80000 x=666 y=11 count=1} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184002883 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184002884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184002885 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184002886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184002886 data=null doit=true} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184002886 data=null} to (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Clicked on (of type 'Table')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Inserting text:e
01:48:18 [2019-07-31T05:48:18.652Z]  into text (of type 'Text')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Attempting to set focus on (of type 'Text')
01:48:18 [2019-07-31T05:48:18.652Z] DEBUG - Typing text 'e
01:48:18 [2019-07-31T05:48:18.652Z] ' with an interval of 100ms. between characters.
01:48:19 [2019-07-31T05:48:19.580Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:19 [2019-07-31T05:48:19.580Z] DEBUG - Selecting rows [7] in (of type 'Table')
01:48:19 [2019-07-31T05:48:19.580Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184003734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:19 [2019-07-31T05:48:19.580Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184003735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:19 [2019-07-31T05:48:19.580Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184003735 data=null doit=true} to (of type 'Table')
01:48:19 [2019-07-31T05:48:19.580Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184003735 data=null} to (of type 'Table')
01:48:19 [2019-07-31T05:48:19.580Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1184003735 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table')
01:48:19 [2019-07-31T05:48:19.580Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184003735 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:48:19 [2019-07-31T05:48:19.580Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1184003736 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table')
01:48:20 [2019-07-31T05:48:20.509Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1184004677 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:48:20 [2019-07-31T05:48:20.509Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:48:20 [2019-07-31T05:48:20.766Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:48:20 [2019-07-31T05:48:20.766Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:48:20 [2019-07-31T05:48:20.766Z] DEBUG - Attempting to set focus on Tree with text {}
01:48:20 [2019-07-31T05:48:20.766Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184004898 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:48:20 [2019-07-31T05:48:20.766Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184004898 data=null doit=true} to TreeItem with text {test}
01:48:20 [2019-07-31T05:48:20.766Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184004898 data=null} to TreeItem with text {test}
01:48:20 [2019-07-31T05:48:20.766Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184004898 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:48:20 [2019-07-31T05:48:20.766Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184004899 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:48:20 [2019-07-31T05:48:20.766Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184004914 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:48:20 [2019-07-31T05:48:20.766Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:48:20 [2019-07-31T05:48:20.766Z] DEBUG - Clicking on with mnemonic 'Delete'
01:48:21 [2019-07-31T05:48:21.022Z] DEBUG - Clicked on with mnemonic 'Delete'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005892 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005892 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005892 data=null 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')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005893 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184005893 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Clicking on OK
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184005894 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184005894 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184005894 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184005894 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184005894 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184005894 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:21 [2019-07-31T05:48:21.951Z] DEBUG - Clicked on OK
01:48:22 [2019-07-31T05:48:22.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184005894 data=null item=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')
01:48:22 [2019-07-31T05:48:22.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184004981 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Clicking on (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184008601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184008602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184008602 data=null doit=true} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184008602 data=null} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184008602 data=null button=1 stateMask=0x0 x=98 y=11 count=1} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184008606 data=null button=1 stateMask=0x80000 x=98 y=11 count=1} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184008607 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184008607 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184008609 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184008609 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184008609 data=null doit=true} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184008609 data=null} to (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Clicked on (of type 'Table')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:24 [2019-07-31T05:48:24.405Z] DEBUG - Inserting text:00
01:48:24 [2019-07-31T05:48:24.405Z]  into text (of type 'Text')
01:48:24 [2019-07-31T05:48:24.661Z] DEBUG - Attempting to set focus on (of type 'Text')
01:48:24 [2019-07-31T05:48:24.661Z] DEBUG - Typing text '00
01:48:24 [2019-07-31T05:48:24.661Z] ' with an interval of 100ms. between characters.
01:48:25 [2019-07-31T05:48:25.596Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:25 [2019-07-31T05:48:25.596Z] DEBUG - Selecting rows [7] in (of type 'Table')
01:48:25 [2019-07-31T05:48:25.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184009709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:25 [2019-07-31T05:48:25.596Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184009709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:25 [2019-07-31T05:48:25.596Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184009709 data=null doit=true} to (of type 'Table')
01:48:25 [2019-07-31T05:48:25.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184009709 data=null} to (of type 'Table')
01:48:25 [2019-07-31T05:48:25.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1184009710 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table')
01:48:25 [2019-07-31T05:48:25.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184009710 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:48:25 [2019-07-31T05:48:25.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1184009711 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Clicking on (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184010645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184010645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184010645 data=null doit=true} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184010645 data=null} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184010646 data=null button=1 stateMask=0x0 x=12 y=11 count=1} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184010656 data=null button=1 stateMask=0x80000 x=12 y=11 count=1} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] 
01:48:26 [2019-07-31T05:48:26.600Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 05:48:26.428
01:48:26 [2019-07-31T05:48:26.600Z] !MESSAGE Unhandled event loop exception
01:48:26 [2019-07-31T05:48:26.600Z] !STACK 0
01:48:26 [2019-07-31T05:48:26.600Z] org.eclipse.swt.SWTException: Widget is disposed
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.SWT.error(SWT.java:4699)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.SWT.error(SWT.java:4614)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.SWT.error(SWT.java:4585)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.Widget.error(Widget.java:532)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:469)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.Widget.getData(Widget.java:586)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.tracecompass.tmf.ui.viewers.events.TmfEventsTable$TableSelectionListener.widgetSelected(TmfEventsTable.java:286)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1198)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot$2.run(AbstractSWTBot.java:190)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$5.doRun(UIThreadRunnable.java:222)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$1.run(UIThreadRunnable.java:88)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
01:48:26 [2019-07-31T05:48:26.600Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:48:26 [2019-07-31T05:48:26.600Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:48:26 [2019-07-31T05:48:26.600Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:48:26 [2019-07-31T05:48:26.600Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
01:48:26 [2019-07-31T05:48:26.600Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184010678 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')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184010687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184010688 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184010689 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184010689 data=null doit=true} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184010689 data=null} to (of type 'Table')
01:48:26 [2019-07-31T05:48:26.600Z] DEBUG - Clicked on (of type 'Table')
01:48:28 [2019-07-31T05:48:28.490Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:29 [2019-07-31T05:48:29.420Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1184013487 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:48:29 [2019-07-31T05:48:29.420Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:48:29 [2019-07-31T05:48:29.420Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:48:29 [2019-07-31T05:48:29.420Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:48:29 [2019-07-31T05:48:29.420Z] DEBUG - Attempting to set focus on Tree with text {}
01:48:29 [2019-07-31T05:48:29.420Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184013670 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:48:29 [2019-07-31T05:48:29.420Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184013670 data=null doit=true} to TreeItem with text {test}
01:48:29 [2019-07-31T05:48:29.420Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184013670 data=null} to TreeItem with text {test}
01:48:29 [2019-07-31T05:48:29.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184013670 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:48:29 [2019-07-31T05:48:29.676Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184013670 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:48:29 [2019-07-31T05:48:29.676Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184013685 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:48:29 [2019-07-31T05:48:29.676Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:48:29 [2019-07-31T05:48:29.676Z] DEBUG - Clicking on with mnemonic 'Delete'
01:48:29 [2019-07-31T05:48:29.676Z] DEBUG - Clicked on with mnemonic 'Delete'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014599 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014599 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014599 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014599 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014599 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014599 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014599 data=null 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')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014599 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014600 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014600 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014600 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184014600 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Clicking on OK
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184014601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184014601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184014601 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184014601 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184014601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184014601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:30 [2019-07-31T05:48:30.604Z] DEBUG - Clicked on OK
01:48:31 [2019-07-31T05:48:31.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184014601 data=null item=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')
01:48:31 [2019-07-31T05:48:31.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184013734 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:48:32 [2019-07-31T05:48:32.533Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:48:32 [2019-07-31T05:48:32.533Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:48:32 [2019-07-31T05:48:32.789Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:48:32 [2019-07-31T05:48:32.789Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Clicking on (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184017179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184017180 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184017180 data=null doit=true} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184017180 data=null} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184017180 data=null button=1 stateMask=0x0 x=201 y=11 count=1} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184017184 data=null button=1 stateMask=0x80000 x=201 y=11 count=1} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184017184 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184017185 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184017186 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184017186 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184017187 data=null doit=true} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184017187 data=null} to (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Clicked on (of type 'Table')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Inserting text:HostF
01:48:33 [2019-07-31T05:48:33.046Z]  into text (of type 'Text')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Attempting to set focus on (of type 'Text')
01:48:33 [2019-07-31T05:48:33.046Z] DEBUG - Typing text 'HostF
01:48:33 [2019-07-31T05:48:33.046Z] ' with an interval of 100ms. between characters.
01:48:34 [2019-07-31T05:48:34.412Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:34 [2019-07-31T05:48:34.412Z] DEBUG - Selecting rows [7] in (of type 'Table')
01:48:34 [2019-07-31T05:48:34.412Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184018364 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:34 [2019-07-31T05:48:34.412Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184018364 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:34 [2019-07-31T05:48:34.412Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184018364 data=null doit=true} to (of type 'Table')
01:48:34 [2019-07-31T05:48:34.412Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184018364 data=null} to (of type 'Table')
01:48:34 [2019-07-31T05:48:34.412Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1184018365 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table')
01:48:34 [2019-07-31T05:48:34.412Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184018365 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:48:34 [2019-07-31T05:48:34.412Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1184018366 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table')
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1184019299 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - Attempting to set focus on Tree with text {}
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184019469 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184019470 data=null doit=true} to TreeItem with text {test}
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184019470 data=null} to TreeItem with text {test}
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184019470 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184019470 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184019485 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:48:35 [2019-07-31T05:48:35.340Z] DEBUG - Clicking on with mnemonic 'Delete'
01:48:35 [2019-07-31T05:48:35.596Z] DEBUG - Clicked on with mnemonic 'Delete'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020342 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020342 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020342 data=null 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')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020342 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184020342 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Clicking on OK
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184020343 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184020343 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184020343 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184020344 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184020344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184020344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:36 [2019-07-31T05:48:36.334Z] DEBUG - Clicked on OK
01:48:36 [2019-07-31T05:48:36.898Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184020344 data=null item=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')
01:48:36 [2019-07-31T05:48:36.898Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184019536 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:48:38 [2019-07-31T05:48:38.265Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:48:38 [2019-07-31T05:48:38.265Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:48:38 [2019-07-31T05:48:38.265Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:48:38 [2019-07-31T05:48:38.265Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Clicking on (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184022805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184022805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184022805 data=null doit=true} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184022805 data=null} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184022805 data=null button=1 stateMask=0x0 x=98 y=11 count=1} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184022810 data=null button=1 stateMask=0x80000 x=98 y=11 count=1} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184022811 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184022811 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184022813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184022813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184022813 data=null doit=true} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184022813 data=null} to (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Clicked on (of type 'Table')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Inserting text:2 into text (of type 'Text')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Attempting to set focus on (of type 'Text')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Typing text '2' with an interval of 50ms. between characters.
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - matched Text with text "2", using matcher: of type 'Text'
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:38 [2019-07-31T05:48:38.827Z] DEBUG - Attempting to set focus on (of type 'Text')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Clicking on (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184023568 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184023568 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184023568 data=null doit=true} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184023569 data=null} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184023569 data=null button=1 stateMask=0x0 x=666 y=11 count=1} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184023575 data=null button=1 stateMask=0x80000 x=666 y=11 count=1} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184023575 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184023576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184023578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184023578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184023578 data=null doit=true} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184023578 data=null} to (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Clicked on (of type 'Table')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Inserting text:F into text (of type 'Text')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Attempting to set focus on (of type 'Text')
01:48:39 [2019-07-31T05:48:39.389Z] DEBUG - Typing text 'F' with an interval of 50ms. between characters.
01:48:39 [2019-07-31T05:48:39.650Z] DEBUG - matched Text with text "F", using matcher: of type 'Text'
01:48:39 [2019-07-31T05:48:39.650Z] DEBUG - matched Text with text "F", using matcher: (of type 'Text')
01:48:39 [2019-07-31T05:48:39.650Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:39 [2019-07-31T05:48:39.650Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:39 [2019-07-31T05:48:39.650Z] DEBUG - Attempting to set focus on (of type 'Text')
01:48:41 [2019-07-31T05:48:41.016Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: of type 'CLabel'
01:48:41 [2019-07-31T05:48:41.016Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: with mnemonic 'Timestamp matches "2"'
01:48:41 [2019-07-31T05:48:41.016Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: (of type 'CLabel' and with mnemonic 'Timestamp matches "2"')
01:48:41 [2019-07-31T05:48:41.016Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: of type 'CLabel'
01:48:41 [2019-07-31T05:48:41.016Z] DEBUG - matched CLabel with text "", using matcher: of type 'CLabel'
01:48:41 [2019-07-31T05:48:41.016Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: of type 'CLabel'
01:48:41 [2019-07-31T05:48:41.016Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: of type 'CLabel'
01:48:41 [2019-07-31T05:48:41.016Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: with mnemonic 'Message matches "F"'
01:48:41 [2019-07-31T05:48:41.016Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: (of type 'CLabel' and with mnemonic 'Message matches "F"')
01:48:41 [2019-07-31T05:48:41.016Z] DEBUG - matched CLabel with text "", using matcher: of type 'CLabel'
01:48:41 [2019-07-31T05:48:41.016Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: of type 'CLabel'
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: of type 'CLabel'
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: with mnemonic 'Message matches "F"'
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: (of type 'CLabel' and with mnemonic 'Message matches "F"')
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - matched CLabel with text "", using matcher: of type 'CLabel'
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - Clicking on CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{CLabel {} time=1184025790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - Sent event MouseMove [5]: MouseEvent{CLabel {} time=1184025790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - Sent event Activate [26]: ShellEvent{CLabel {} time=1184025791 data=null doit=true} to CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - Sent event FocusIn [15]: FocusEvent{CLabel {} time=1184025791 data=null} to CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - Sent event MouseDown [3]: MouseEvent{CLabel {} time=1184025791 data=null button=1 stateMask=0x0 x=81 y=10 count=1} to CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - Sent event MouseUp [4]: MouseEvent{CLabel {} time=1184025797 data=null button=1 stateMask=0x80000 x=81 y=10 count=1} to CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.579Z] DEBUG - Clicked on CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.836Z] DEBUG - Clicking on CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.836Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{CLabel {} time=1184025841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.836Z] DEBUG - Sent event MouseMove [5]: MouseEvent{CLabel {} time=1184025842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.836Z] DEBUG - Sent event Activate [26]: ShellEvent{CLabel {} time=1184025842 data=null doit=true} to CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.836Z] DEBUG - Sent event FocusIn [15]: FocusEvent{CLabel {} time=1184025842 data=null} to CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.836Z] DEBUG - Sent event MouseDown [3]: MouseEvent{CLabel {} time=1184025842 data=null button=1 stateMask=0x0 x=9 y=9 count=1} to CLabel with text {Message matches "F"}
01:48:41 [2019-07-31T05:48:41.836Z] DEBUG - Clicked on CLabel with text {}
01:48:42 [2019-07-31T05:48:42.765Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1184026982 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:48:42 [2019-07-31T05:48:42.765Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - Attempting to set focus on Tree with text {}
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184027081 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184027081 data=null doit=true} to TreeItem with text {test}
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184027082 data=null} to TreeItem with text {test}
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184027082 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184027084 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184027090 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - Clicking on with mnemonic 'Delete'
01:48:43 [2019-07-31T05:48:43.020Z] DEBUG - Clicked on with mnemonic 'Delete'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027389 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027389 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027389 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027390 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027390 data=null 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')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027390 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184027390 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Clicking on OK
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184027403 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184027404 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184027404 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184027404 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184027405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184027405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:43 [2019-07-31T05:48:43.277Z] DEBUG - Clicked on OK
01:48:43 [2019-07-31T05:48:43.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184027405 data=null item=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')
01:48:43 [2019-07-31T05:48:43.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184027146 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:48:45 [2019-07-31T05:48:45.265Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:48:45 [2019-07-31T05:48:45.265Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:48:45 [2019-07-31T05:48:45.265Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:48:45 [2019-07-31T05:48:45.265Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Clicking on (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184029894 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184029894 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184029894 data=null doit=true} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184029894 data=null} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184029894 data=null button=1 stateMask=0x0 x=201 y=11 count=1} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184029899 data=null button=1 stateMask=0x80000 x=201 y=11 count=1} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184029900 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184029900 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184029902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184029902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184029902 data=null doit=true} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184029902 data=null} to (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Clicked on (of type 'Table')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Inserting text:HostF
01:48:45 [2019-07-31T05:48:45.828Z]  into text (of type 'Text')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Attempting to set focus on (of type 'Text')
01:48:45 [2019-07-31T05:48:45.828Z] DEBUG - Typing text 'HostF
01:48:45 [2019-07-31T05:48:45.828Z] ' with an interval of 100ms. between characters.
01:48:47 [2019-07-31T05:48:47.193Z] DEBUG - Attempting to set focus on (of type 'Table')
01:48:47 [2019-07-31T05:48:47.193Z] DEBUG - Selecting rows [7] in (of type 'Table')
01:48:47 [2019-07-31T05:48:47.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184031327 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:47 [2019-07-31T05:48:47.193Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184031327 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:48:47 [2019-07-31T05:48:47.193Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184031327 data=null doit=true} to (of type 'Table')
01:48:47 [2019-07-31T05:48:47.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184031327 data=null} to (of type 'Table')
01:48:47 [2019-07-31T05:48:47.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1184031328 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table')
01:48:47 [2019-07-31T05:48:47.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184031328 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:48:47 [2019-07-31T05:48:47.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1184031329 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table')
01:48:48 [2019-07-31T05:48:48.121Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1184032264 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:48:48 [2019-07-31T05:48:48.121Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - Attempting to set focus on Tree with text {}
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184032446 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184032446 data=null doit=true} to TreeItem with text {test}
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184032446 data=null} to TreeItem with text {test}
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184032446 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184032446 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184032463 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - Clicking on with mnemonic 'Delete'
01:48:48 [2019-07-31T05:48:48.376Z] DEBUG - Clicked on with mnemonic 'Delete'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032830 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032834 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032834 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032834 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032834 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032834 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032834 data=null 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')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032834 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032834 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032834 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032834 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184032834 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Clicking on OK
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184032842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184032843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184032843 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184032843 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184032843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184032843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:48:48 [2019-07-31T05:48:48.633Z] DEBUG - Clicked on OK
01:48:49 [2019-07-31T05:48:49.194Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184032843 data=null item=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')
01:48:49 [2019-07-31T05:48:49.195Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184032515 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:48:49 [2019-07-31T05:48:49.451Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.458 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest
01:48:49 [2019-07-31T05:48:49.451Z] testMultiHighlightMessage(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest)  Time elapsed: 6.257 s
01:48:49 [2019-07-31T05:48:49.451Z] testSwitchToFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest)  Time elapsed: 8.62 s
01:48:49 [2019-07-31T05:48:49.451Z] testHighlight(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest)  Time elapsed: 5.597 s
01:48:49 [2019-07-31T05:48:49.451Z] testHeaderBar(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest)  Time elapsed: 7.08 s
01:48:49 [2019-07-31T05:48:49.451Z] testPreference(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest)  Time elapsed: 5.479 s
01:48:49 [2019-07-31T05:48:49.451Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshCustomTextTrace
01:49:01 [2019-07-31T05:49:01.624Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.536 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshCustomTextTrace
01:49:01 [2019-07-31T05:49:01.624Z] testRefresh(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshCustomTextTrace)  Time elapsed: 10.441 s
01:49:01 [2019-07-31T05:49:01.624Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CollapseEventsInTableTest
01:49:01 [2019-07-31T05:49:01.882Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:49:01 [2019-07-31T05:49:01.882Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:49:01 [2019-07-31T05:49:01.882Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:49:01 [2019-07-31T05:49:01.882Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Attempting to set focus on (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Clicking on (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184046406 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184046406 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184046406 data=null doit=true} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184046406 data=null} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184046406 data=null button=1 stateMask=0x0 x=12 y=32 count=1} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184046407 data=null button=1 stateMask=0x80000 x=12 y=32 count=1} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184046407 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184046407 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184046409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184046409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184046409 data=null doit=true} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184046409 data=null} to (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Clicked on (of type 'Table')
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - matched MenuItem with text "Collapse Events", using matcher: with mnemonic 'Collapse Events'
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Clicking on with mnemonic 'Collapse Events'
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Collapse Events} time=1184046452 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'
01:49:02 [2019-07-31T05:49:02.425Z] DEBUG - Clicked on with mnemonic 'Collapse Events'
01:49:03 [2019-07-31T05:49:03.791Z] DEBUG - matched MenuItem with text "Clear Filters", using matcher: with mnemonic 'Clear Filters'
01:49:03 [2019-07-31T05:49:03.791Z] DEBUG - Clicking on with mnemonic 'Clear Filters'
01:49:04 [2019-07-31T05:49:04.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Clear Filters} time=1184048025 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'
01:49:04 [2019-07-31T05:49:04.047Z] DEBUG - Clicked on with mnemonic 'Clear Filters'
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184048929 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184048934 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184048934 data=null doit=true} to TreeItem with text {test}
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184048934 data=null} to TreeItem with text {test}
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184048935 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184048935 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184048985 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - Clicking on with mnemonic 'Delete'
01:49:04 [2019-07-31T05:49:04.976Z] DEBUG - Clicked on with mnemonic 'Delete'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049732 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049732 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049733 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049733 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049733 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049734 data=null 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')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049734 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184049734 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Clicking on OK
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184049735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184049735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184049735 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184049735 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184049736 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184049736 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:05 [2019-07-31T05:49:05.539Z] DEBUG - Clicked on OK
01:49:06 [2019-07-31T05:49:06.101Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184049736 data=null item=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')
01:49:06 [2019-07-31T05:49:06.101Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184049029 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:49:06 [2019-07-31T05:49:06.358Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.518 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CollapseEventsInTableTest
01:49:06 [2019-07-31T05:49:06.358Z] test(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CollapseEventsInTableTest)  Time elapsed: 6.426 s
01:49:06 [2019-07-31T05:49:06.358Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.RawTextEditorTest
01:49:11 [2019-07-31T05:49:11.605Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.886 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.RawTextEditorTest
01:49:11 [2019-07-31T05:49:11.605Z] testRead(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.RawTextEditorTest)  Time elapsed: 4.817 s
01:49:11 [2019-07-31T05:49:11.605Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Clicking on TableItem with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1184057284 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1184057285 data=null doit=true} to TableItem with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Attempting to set focus on Table with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1184057285 data=null} to TableItem with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1184057285 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184057285 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1184057290 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=1184057290 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=1184057290 data=null doit=true} to TableItem with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=1184057290 data=null} to TableItem with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Clicked on TableItem with text {}
01:49:13 [2019-07-31T05:49:13.498Z] DEBUG - Attempting to set focus on (of type 'Table')
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Clicking on TableItem with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1184057988 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1184057988 data=null doit=true} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Attempting to set focus on Table with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1184057988 data=null} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1184057989 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184057989 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1184057993 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=1184057993 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=1184057993 data=null doit=true} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=1184057994 data=null} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Clicked on TableItem with text {}
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - matched MenuItem with text "Copy to Clipboard", using matcher: with mnemonic 'Copy to Clipboard'
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Clicking on with mnemonic 'Copy to Clipboard'
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Clicked on with mnemonic 'Copy to Clipboard'
01:49:14 [2019-07-31T05:49:14.026Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Copy to Clipboard} time=1184058047 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'
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Clicking on TableItem with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1184058686 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1184058686 data=null doit=true} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Attempting to set focus on Table with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1184058686 data=null} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1184058686 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184058687 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1184058688 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=1184058688 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=1184058688 data=null doit=true} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=1184058688 data=null} to TableItem with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Clicked on TableItem with text {}
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Attempting to set focus on (of type 'Table')
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Attempting to set focus on (of type 'Table')
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - matched MenuItem with text "Copy to Clipboard", using matcher: with mnemonic 'Copy to Clipboard'
01:49:14 [2019-07-31T05:49:14.589Z] DEBUG - Clicking on with mnemonic 'Copy to Clipboard'
01:49:14 [2019-07-31T05:49:14.844Z] DEBUG - Clicked on with mnemonic 'Copy to Clipboard'
01:49:14 [2019-07-31T05:49:14.845Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Copy to Clipboard} time=1184058753 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'
01:49:14 [2019-07-31T05:49:14.845Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1184058958 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform}
01:49:14 [2019-07-31T05:49:14.845Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:49:14 [2019-07-31T05:49:14.845Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:14 [2019-07-31T05:49:14.845Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:14 [2019-07-31T05:49:14.845Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:14 [2019-07-31T05:49:14.845Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184059061 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:49:14 [2019-07-31T05:49:14.845Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184059061 data=null doit=true} to TreeItem with text {test}
01:49:14 [2019-07-31T05:49:14.845Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184059061 data=null} to TreeItem with text {test}
01:49:14 [2019-07-31T05:49:14.845Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184059062 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:49:14 [2019-07-31T05:49:14.845Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184059062 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:49:15 [2019-07-31T05:49:15.100Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184059099 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:49:15 [2019-07-31T05:49:15.100Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:49:15 [2019-07-31T05:49:15.100Z] DEBUG - Clicking on with mnemonic 'Delete'
01:49:15 [2019-07-31T05:49:15.100Z] DEBUG - Clicked on with mnemonic 'Delete'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059971 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059971 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059972 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059972 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059972 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059972 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059972 data=null 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')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059972 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059972 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059972 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059972 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184059972 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Clicking on OK
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184059973 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184059973 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184059973 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184059973 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184059974 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184059974 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:16 [2019-07-31T05:49:16.030Z] DEBUG - Clicked on OK
01:49:16 [2019-07-31T05:49:16.287Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184059974 data=null item=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')
01:49:16 [2019-07-31T05:49:16.287Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184059144 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:49:16 [2019-07-31T05:49:16.287Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.061 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest
01:49:16 [2019-07-31T05:49:16.287Z] testNoCopySearchRow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest)  Time elapsed: 0.703 s
01:49:16 [2019-07-31T05:49:16.287Z] testCopySingleSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest)  Time elapsed: 0.698 s
01:49:16 [2019-07-31T05:49:16.287Z] testCopyMultipleSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest)  Time elapsed: 0.178 s
01:49:16 [2019-07-31T05:49:16.287Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.MovableColumnEventsEditorTest
01:49:16 [2019-07-31T05:49:16.287Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.MovableColumnEventsEditorTest
01:49:16 [2019-07-31T05:49:16.287Z] testReorder(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.MovableColumnEventsEditorTest) skipped
01:49:16 [2019-07-31T05:49:16.287Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Clicking on TableItem with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1184062223 data=null button=0 stateMask=0x0 x=262 y=11 count=0} to TableItem with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1184062223 data=null doit=true} to TableItem with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Attempting to set focus on Table with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1184062224 data=null} to TableItem with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1184062224 data=null button=1 stateMask=0x0 x=262 y=11 count=1} to TableItem with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184062229 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1184062229 data=null button=1 stateMask=0x80000 x=262 y=11 count=1} to TableItem with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=1184062230 data=null button=0 stateMask=0x0 x=262 y=11 count=0} to TableItem with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=1184062230 data=null doit=true} to TableItem with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=1184062230 data=null} to TableItem with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Clicked on TableItem with text {}
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Inserting text:LoggerA|LoggerB|LoggerC into text (of type 'Text')
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Attempting to set focus on (of type 'Text')
01:49:18 [2019-07-31T05:49:18.177Z] DEBUG - Typing text 'LoggerA|LoggerB|LoggerC' with an interval of 50ms. between characters.
01:49:19 [2019-07-31T05:49:19.542Z] DEBUG - Attempting to set focus on (of type 'Text')
01:49:20 [2019-07-31T05:49:20.913Z] DEBUG - Attempting to set focus on Table with text {}
01:49:20 [2019-07-31T05:49:20.913Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1184064935 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
01:49:20 [2019-07-31T05:49:20.913Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1184064935 data=null doit=true} to TableItem with text {}
01:49:20 [2019-07-31T05:49:20.913Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1184064935 data=null} to TableItem with text {}
01:49:20 [2019-07-31T05:49:20.913Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1184064935 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
01:49:20 [2019-07-31T05:49:20.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184064936 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
01:49:20 [2019-07-31T05:49:20.913Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1184064937 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
01:49:20 [2019-07-31T05:49:20.913Z] DEBUG - matched MenuItem with text "Export To Text...", using matcher: with mnemonic 'Export To Text...'
01:49:20 [2019-07-31T05:49:20.913Z] DEBUG - Clicking on with mnemonic 'Export To Text...'
01:49:20 [2019-07-31T05:49:20.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export To Text...} time=1184064974 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...'
01:49:20 [2019-07-31T05:49:20.913Z] DEBUG - Clicked on with mnemonic 'Export To Text...'
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - Attempting to set focus on Table with text {}
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1184066900 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1184066900 data=null doit=true} to TableItem with text {}
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1184066900 data=null} to TableItem with text {}
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1184066900 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184066900 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1184066905 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - matched MenuItem with text "Export To Text...", using matcher: with mnemonic 'Export To Text...'
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - Clicking on with mnemonic 'Export To Text...'
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export To Text...} time=1184066953 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...'
01:49:22 [2019-07-31T05:49:22.804Z] DEBUG - Clicked on with mnemonic 'Export To Text...'
01:49:23 [2019-07-31T05:49:23.367Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184067533 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:49:23 [2019-07-31T05:49:23.367Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:49:23 [2019-07-31T05:49:23.367Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:23 [2019-07-31T05:49:23.367Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:23 [2019-07-31T05:49:23.367Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:23 [2019-07-31T05:49:23.367Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184067538 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:49:23 [2019-07-31T05:49:23.367Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184067538 data=null doit=true} to TreeItem with text {test}
01:49:23 [2019-07-31T05:49:23.367Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184067538 data=null} to TreeItem with text {test}
01:49:23 [2019-07-31T05:49:23.367Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184067539 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:49:23 [2019-07-31T05:49:23.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184067539 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:49:23 [2019-07-31T05:49:23.367Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184067592 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:49:23 [2019-07-31T05:49:23.623Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:49:23 [2019-07-31T05:49:23.623Z] DEBUG - Clicking on with mnemonic 'Delete'
01:49:23 [2019-07-31T05:49:23.623Z] DEBUG - Clicked on with mnemonic 'Delete'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067888 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067888 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067888 data=null 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')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067889 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067889 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067889 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184067889 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Clicking on OK
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184067890 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184067890 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184067890 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184067890 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184067890 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184067890 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:23 [2019-07-31T05:49:23.879Z] DEBUG - Clicked on OK
01:49:24 [2019-07-31T05:49:24.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184067890 data=null item=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')
01:49:24 [2019-07-31T05:49:24.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184067635 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:49:24 [2019-07-31T05:49:24.397Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.893 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest
01:49:24 [2019-07-31T05:49:24.397Z] testExportWithFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest)  Time elapsed: 4.684 s
01:49:24 [2019-07-31T05:49:24.397Z] testExport(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest)  Time elapsed: 2.004 s
01:49:24 [2019-07-31T05:49:24.397Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard
01:49:25 [2019-07-31T05:49:25.940Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1184070214 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1184070214 data=null doit=true} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1184070214 data=null} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1184070214 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184070215 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1184070255 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1184070255 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1184070256 data=null doit=true} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1184070256 data=null} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1184070256 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184070256 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1184070262 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1184070262 data=null doit=true} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1184070262 data=null} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1184070263 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184070263 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}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1184070266 data=null button=1 stateMask=0x80000 x=39 y=11 count=1} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184070267 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184070267 data=null doit=true} to TreeItem with text {Traces [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184070267 data=null} to TreeItem with text {Traces [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184070267 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184070267 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]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184070286 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1184070299 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1184070299 data=null doit=true} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1184070299 data=null} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1184070300 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184070300 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1184070322 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:26 [2019-07-31T05:49:26.198Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again.
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=1184070322 data=null doit=true} to TreeItem with text {Experiments [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=1184070323 data=null} to TreeItem with text {Experiments [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=1184070323 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184070323 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]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=1184070340 data=null button=1 stateMask=0x80000 x=111 y=32 count=1} to TreeItem with text {Experiments [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184070341 data=null doit=true} to TreeItem with text {Traces [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184070344 data=null} to TreeItem with text {Traces [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184070344 data=null button=1 stateMask=0x0 x=91 y=74 count=1} to TreeItem with text {Traces [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184070344 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]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184070347 data=null button=1 stateMask=0x80000 x=75 y=74 count=1} to TreeItem with text {Traces [1]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test.xml} time=1184070350 data=null doit=true} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test.xml} time=1184070350 data=null} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test.xml} time=1184070351 data=null button=1 stateMask=0x0 x=88 y=95 count=1} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184070351 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}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TreeItem {test.xml} time=1184070411 data=null x=104 y=95 width=0 height=0 detail=0} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event DND.DragStart [2008]: Event {type=2008 TreeItem {test.xml} time=1184070412 data=null x=104 y=95 width=0 height=0 detail=0} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event DND.DragEnter [2002]: Event {type=2002 TreeItem {test.xml} time=1184070414 data=null x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event DND.DragOver [2004]: Event {type=2004 TreeItem {test.xml} time=1184070422 data=null x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event DND.DragLeave [2003]: Event {type=2003 TreeItem {test.xml} time=1184070424 data=null x=0 y=0 width=0 height=0 detail=0} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event DND.DropAccept [2007]: Event {type=2007 TreeItem {test.xml} time=1184070424 data=null x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event DND.DragSetData [2001]: Event {type=2001 TreeItem {test.xml} time=1184070424 data=null x=0 y=0 width=0 height=0 detail=0} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event DND.Drop [2006]: Event {type=2006 TreeItem {test.xml} time=1184070425 data=[TmfTraceElement(/Test/Traces/test.xml)] x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event DND.DragEnd [2000]: Event {type=2000 TreeItem {test.xml} time=1184070437 data=null x=0 y=0 width=0 height=0 detail=2} to TreeItem with text {test.xml}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test Experiment [0]} time=1184070443 data=null button=0 stateMask=0x0 x=140 y=53 count=0} to TreeItem with text {Test Experiment [0]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test Experiment [0]} time=1184070443 data=null doit=true} to TreeItem with text {Test Experiment [0]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test Experiment [0]} time=1184070443 data=null} to TreeItem with text {Test Experiment [0]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test Experiment [0]} time=1184070444 data=null button=1 stateMask=0x0 x=140 y=53 count=1} to TreeItem with text {Test Experiment [0]}
01:49:26 [2019-07-31T05:49:26.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184070444 data=null item=TreeItem {Test Experiment [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test Experiment [0]}
01:49:26 [2019-07-31T05:49:26.454Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test Experiment [0]} time=1184070469 data=null button=1 stateMask=0x80000 x=140 y=53 count=1} to TreeItem with text {Test Experiment [0]}
01:49:26 [2019-07-31T05:49:26.455Z] DEBUG - matched MenuItem with text "&Export Trace Packag...", using matcher: with mnemonic 'Export Trace Package...'
01:49:26 [2019-07-31T05:49:26.455Z] DEBUG - Clicking on with mnemonic 'Export Trace Package...'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Clicked on with mnemonic 'Export Trace Package...'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Shell with text "Export trace package", using matcher: with text 'Export trace package'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Export trace package} time=1184070833 data=null doit=true} to Shell with text {Export trace package}
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with mnemonic 'Save in tar format'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with style 'SWT.RADIO'
01:49:26 [2019-07-31T05:49:26.711Z] 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') is already selected, not clicking again.
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with mnemonic 'Save in zip format'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with style 'SWT.RADIO'
01:49:26 [2019-07-31T05:49:26.711Z] 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Sa&ve in tar format} time=1184070835 data=null doit=true} to Button with text {Sa&ve in tar format}
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Sa&ve in tar format} time=1184070836 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}
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Save in &zip format} time=1184070837 data=null doit=true} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Save in &zip format} time=1184070837 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Save in &zip format} time=1184070837 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Save in &zip format} time=1184070837 data=null item=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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with mnemonic 'Compress the contents of the file'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with style 'SWT.CHECK'
01:49:26 [2019-07-31T05:49:26.711Z] 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Toggling state on Button {Co&mpress the contents of the file}. Setting state to selected
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Co&mpress the contents of the file} time=1184070855 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1184070855 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Co&mpress the contents of the file} time=1184070855 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Co&mpress the contents of the file} time=1184070855 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Co&mpress the contents of the file} time=1184070855 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Co&mpress the contents of the file} time=1184070856 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Co&mpress the contents of the file} time=1184070860 data=null item=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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Co&mpress the contents of the file} time=1184070860 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1184070860 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Co&mpress the contents of the file} time=1184070860 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')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Co&mpress the contents of the file} time=1184070860 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Co&mpress the contents of the file} time=1184070860 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=1184070861 data=null} to (of type 'Combo')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:26 [2019-07-31T05:49:26.711Z] DEBUG - Clicking on &Finish
01:49:26 [2019-07-31T05:49:26.712Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1184070871 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')
01:49:26 [2019-07-31T05:49:26.712Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1184070871 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')
01:49:26 [2019-07-31T05:49:26.712Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1184070871 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:26 [2019-07-31T05:49:26.712Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1184070871 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:26 [2019-07-31T05:49:26.712Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1184070871 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')
01:49:26 [2019-07-31T05:49:26.712Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1184070872 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')
01:49:26 [2019-07-31T05:49:26.967Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1184070872 data=null item=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')
01:49:26 [2019-07-31T05:49:26.967Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Export Trace Package...} time=1184070535 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...'
01:49:26 [2019-07-31T05:49:26.967Z] DEBUG - Clicked on 
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=1184071630 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=1184071630 data=null doit=true} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=1184071630 data=null} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=1184071631 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184071631 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}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=1184071651 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=1184071652 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=1184071652 data=null doit=true} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=1184071652 data=null} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=1184071653 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184071653 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}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=1184071666 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=1184071666 data=null doit=true} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=1184071666 data=null} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=1184071667 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184071667 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}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=1184071671 data=null button=1 stateMask=0x80000 x=62 y=11 count=1} to TreeItem with text {Import Test}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1184071672 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1184071672 data=null doit=true} to TreeItem with text {Traces [0]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1184071672 data=null} to TreeItem with text {Traces [0]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1184071673 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184071673 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]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1184071694 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1184071694 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1184071699 data=null doit=true} to TreeItem with text {Traces [0]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1184071699 data=null} to TreeItem with text {Traces [0]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1184071700 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184071700 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]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1184071704 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - matched MenuItem with text "Import Trace &Packag...", using matcher: with mnemonic 'Import Trace Package...'
01:49:27 [2019-07-31T05:49:27.530Z] DEBUG - Clicking on with mnemonic 'Import Trace Package...'
01:49:27 [2019-07-31T05:49:27.785Z] DEBUG - Clicked on with mnemonic 'Import Trace Package...'
01:49:27 [2019-07-31T05:49:27.785Z] DEBUG - matched Shell with text "Import trace package", using matcher: with text 'Import trace package'
01:49:27 [2019-07-31T05:49:27.785Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Import trace package} time=1184071947 data=null doit=true} to Shell with text {Import trace package}
01:49:27 [2019-07-31T05:49:27.785Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:49:27 [2019-07-31T05:49:27.785Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:49:27 [2019-07-31T05:49:27.785Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip
01:49:27 [2019-07-31T05:49:27.786Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=1184071955 data=null} to (of type 'Combo')
01:49:27 [2019-07-31T05:49:27.786Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip
01:49:27 [2019-07-31T05:49:27.786Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
01:49:27 [2019-07-31T05:49:27.786Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: (of type 'Combo')
01:49:27 [2019-07-31T05:49:27.786Z] DEBUG - Inserting text:
01:49:27 [2019-07-31T05:49:27.786Z]  into text (of type 'Combo')
01:49:27 [2019-07-31T05:49:27.786Z] DEBUG - Attempting to set focus on (of type 'Combo')
01:49:27 [2019-07-31T05:49:27.786Z] DEBUG - Typing text '
01:49:27 [2019-07-31T05:49:27.786Z] ' with an interval of 50ms. between characters.
01:49:28 [2019-07-31T05:49:28.042Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:28 [2019-07-31T05:49:28.042Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:28 [2019-07-31T05:49:28.042Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:28 [2019-07-31T05:49:28.042Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:28 [2019-07-31T05:49:28.042Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:28 [2019-07-31T05:49:28.042Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
01:49:28 [2019-07-31T05:49:28.042Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:49:28 [2019-07-31T05:49:28.042Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:28 [2019-07-31T05:49:28.042Z] DEBUG - Clicking on &Finish
01:49:28 [2019-07-31T05:49:28.604Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1184072586 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')
01:49:28 [2019-07-31T05:49:28.604Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1184072586 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')
01:49:28 [2019-07-31T05:49:28.604Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1184072586 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:28 [2019-07-31T05:49:28.604Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1184072587 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:28 [2019-07-31T05:49:28.604Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1184072587 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')
01:49:28 [2019-07-31T05:49:28.604Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1184072587 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')
01:49:28 [2019-07-31T05:49:28.604Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:28 [2019-07-31T05:49:28.604Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1184072587 data=null item=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')
01:49:28 [2019-07-31T05:49:28.604Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import Trace &Package...} time=1184071740 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...'
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Clicked on 
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=1184072920 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=1184072920 data=null doit=true} to TreeItem with text {Import Test}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=1184072920 data=null} to TreeItem with text {Import Test}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=1184072920 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184072920 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}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=1184073007 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test}
01:49:28 [2019-07-31T05:49:28.860Z] WARN - Tree item TreeItem with text {Import Test} is already expanded. Won't expand it again.
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184073008 data=null doit=true} to TreeItem with text {Traces [1]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184073008 data=null} to TreeItem with text {Traces [1]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184073009 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184073009 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]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184073014 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:28 [2019-07-31T05:49:28.860Z] WARN - Tree item TreeItem with text {Import Test} is already expanded. Won't expand it again.
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [0]} time=1184073015 data=null doit=true} to TreeItem with text {Experiments [0]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [0]} time=1184073015 data=null} to TreeItem with text {Experiments [0]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [0]} time=1184073015 data=null button=1 stateMask=0x0 x=95 y=32 count=1} to TreeItem with text {Experiments [0]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184073015 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]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [0]} time=1184073033 data=null button=1 stateMask=0x80000 x=111 y=32 count=1} to TreeItem with text {Experiments [0]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Double-clicking on TreeItem with text {Test Experiment [1]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test Experiment [1]} time=1184073083 data=null button=0 stateMask=0x0 x=140 y=53 count=0} to TreeItem with text {Test Experiment [1]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test Experiment [1]} time=1184073083 data=null doit=true} to TreeItem with text {Test Experiment [1]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test Experiment [1]} time=1184073084 data=null} to TreeItem with text {Test Experiment [1]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test Experiment [1]} time=1184073084 data=null button=1 stateMask=0x0 x=140 y=53 count=1} to TreeItem with text {Test Experiment [1]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184073084 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]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test Experiment [1]} time=1184073107 data=null button=1 stateMask=0x80000 x=140 y=53 count=1} to TreeItem with text {Test Experiment [1]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test Experiment [1]} time=1184073107 data=null button=1 stateMask=0x0 x=140 y=53 count=2} to TreeItem with text {Test Experiment [1]}
01:49:28 [2019-07-31T05:49:28.860Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {Test Experiment [1]} time=1184073108 data=null button=1 stateMask=0x0 x=140 y=53 count=2} to TreeItem with text {Test Experiment [1]}
01:49:29 [2019-07-31T05:49:29.116Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1184073108 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]}
01:49:29 [2019-07-31T05:49:29.678Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test Experiment [1]} time=1184073303 data=null button=1 stateMask=0x80000 x=140 y=53 count=2} to TreeItem with text {Test Experiment [1]}
01:49:29 [2019-07-31T05:49:29.678Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Test Experiment [1]} time=1184073715 data=null button=0 stateMask=0x0 x=140 y=53 count=0} to TreeItem with text {Test Experiment [1]}
01:49:29 [2019-07-31T05:49:29.678Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Test Experiment [1]} time=1184073715 data=null doit=true} to TreeItem with text {Test Experiment [1]}
01:49:29 [2019-07-31T05:49:29.678Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Test Experiment [1]} time=1184073716 data=null} to TreeItem with text {Test Experiment [1]}
01:49:29 [2019-07-31T05:49:29.678Z] DEBUG - Double-clicked on TreeItem with text {Test Experiment [1]}
01:49:29 [2019-07-31T05:49:29.678Z] DEBUG - matched EditorReference with text "", using matcher: with name '"Test Experiment"'
01:49:30 [2019-07-31T05:49:30.606Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform} time=1184074819 data=null doit=true} to Shell with text {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform}
01:49:30 [2019-07-31T05:49:30.606Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1184074913 data=null button=0 stateMask=0x0 x=55 y=116 count=0} to TreeItem with text {Test}
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1184074913 data=null doit=true} to TreeItem with text {Test}
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1184074913 data=null} to TreeItem with text {Test}
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1184074914 data=null button=1 stateMask=0x0 x=55 y=116 count=1} to TreeItem with text {Test}
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184074915 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test}
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1184074939 data=null button=1 stateMask=0x80000 x=55 y=116 count=1} to TreeItem with text {Test}
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - Clicking on with mnemonic 'Delete'
01:49:30 [2019-07-31T05:49:30.862Z] DEBUG - Clicked on with mnemonic 'Delete'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075248 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075248 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075248 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075249 data=null 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')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075249 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184075249 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Clicking on OK
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184075250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184075250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184075250 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184075251 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184075251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184075251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:31 [2019-07-31T05:49:31.119Z] DEBUG - Clicked on OK
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184075251 data=null item=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')
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184074987 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform} time=1184075900 data=null doit=true} to Shell with text {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform}
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=1184075905 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test}
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=1184075905 data=null doit=true} to TreeItem with text {Import Test}
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=1184075906 data=null} to TreeItem with text {Import Test}
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=1184075906 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test}
01:49:31 [2019-07-31T05:49:31.681Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184075906 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}
01:49:31 [2019-07-31T05:49:31.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=1184075948 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test}
01:49:31 [2019-07-31T05:49:31.937Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:49:31 [2019-07-31T05:49:31.937Z] DEBUG - Clicking on with mnemonic 'Delete'
01:49:31 [2019-07-31T05:49:31.937Z] DEBUG - Clicked on with mnemonic 'Delete'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076781 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076781 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076781 data=null 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')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076781 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184076781 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Clicking on OK
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184076782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184076783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184076783 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184076783 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184076783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184076783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:32 [2019-07-31T05:49:32.929Z] DEBUG - Clicked on OK
01:49:33 [2019-07-31T05:49:33.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184076783 data=null item=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')
01:49:33 [2019-07-31T05:49:33.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184076008 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1184078981 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1184078981 data=null doit=true} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1184078981 data=null} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1184078982 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184078982 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1184079011 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1184079012 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1184079013 data=null doit=true} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1184079013 data=null} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1184079013 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184079013 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1184079024 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1184079024 data=null doit=true} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1184079024 data=null} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1184079025 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184079025 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}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1184079027 data=null button=1 stateMask=0x80000 x=39 y=11 count=1} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184079028 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184079028 data=null doit=true} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184079028 data=null} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184079029 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184079029 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]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184079048 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184079048 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184079049 data=null doit=true} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184079049 data=null} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184079049 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184079049 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]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184079053 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched MenuItem with text "&Export Trace Packag...", using matcher: with mnemonic 'Export Trace Package...'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicking on with mnemonic 'Export Trace Package...'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicked on with mnemonic 'Export Trace Package...'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Shell with text "Export trace package", using matcher: with text 'Export trace package'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Export trace package} time=1184079311 data=null doit=true} to Shell with text {Export trace package}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Deselect All", using matcher: with mnemonic 'Deselect All'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Deselect All", using matcher: with style 'SWT.PUSH'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Deselect All", using matcher: (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicking on Deselect All
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Deselect All} time=1184079326 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Deselect All} time=1184079327 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Deselect All} time=1184079327 data=null doit=true} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Deselect All} time=1184079327 data=null} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Deselect All} time=1184079327 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Deselect All} time=1184079327 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Deselect All} time=1184079327 data=null item=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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Deselect All} time=1184079329 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Deselect All} time=1184079329 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Deselect All} time=1184079329 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Deselect All} time=1184079341 data=null doit=true} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Deselect All} time=1184079343 data=null} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicked on Deselect All
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "To &archive file:", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "To &archive file:", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "Export trace package", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "Export trace package", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Select All", using matcher: with mnemonic 'Select All'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Select All", using matcher: with style 'SWT.PUSH'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Select All", using matcher: (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicking on Select All
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select All} time=1184079360 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=1184079360 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select All} time=1184079361 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select All} time=1184079361 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select All} time=1184079361 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select All} time=1184079361 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select All} time=1184079361 data=null item=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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select All} time=1184079363 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=1184079370 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select All} time=1184079370 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select All} time=1184079370 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select All} time=1184079370 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicked on Select All
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "To &archive file:", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "To &archive file:", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "Export trace package", using matcher: of type 'Label'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Label with text "Export trace package", using matcher: (of type 'Label')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with mnemonic 'Save in tar format'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with style 'SWT.RADIO'
01:49:35 [2019-07-31T05:49:35.172Z] 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Save in &zip format} time=1184079377 data=null doit=true} to Button with text {Save in &zip format}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Save in &zip format} time=1184079377 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}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Sa&ve in tar format} time=1184079379 data=null doit=true} to (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Sa&ve in tar format} time=1184079379 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Sa&ve in tar format} time=1184079379 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Sa&ve in tar format} time=1184079379 data=null item=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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with mnemonic 'Save in zip format'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with style 'SWT.RADIO'
01:49:35 [2019-07-31T05:49:35.172Z] 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Sa&ve in tar format} time=1184079388 data=null doit=true} to Button with text {Sa&ve in tar format}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Sa&ve in tar format} time=1184079388 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}
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Save in &zip format} time=1184079389 data=null doit=true} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Save in &zip format} time=1184079389 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Save in &zip format} time=1184079389 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Save in &zip format} time=1184079389 data=null item=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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with mnemonic 'Compress the contents of the file'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with style 'SWT.CHECK'
01:49:35 [2019-07-31T05:49:35.172Z] 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Toggling state on Button {Co&mpress the contents of the file}. Setting state to unselected
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079397 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079397 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Co&mpress the contents of the file} time=1184079397 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Co&mpress the contents of the file} time=1184079397 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079397 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079398 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Co&mpress the contents of the file} time=1184079405 data=null item=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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079405 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079405 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079405 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Co&mpress the contents of the file} time=1184079405 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Co&mpress the contents of the file} time=1184079405 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with mnemonic 'Compress the contents of the file'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with style 'SWT.CHECK'
01:49:35 [2019-07-31T05:49:35.172Z] 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Toggling state on Button {Co&mpress the contents of the file}. Setting state to selected
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079406 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079407 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Co&mpress the contents of the file} time=1184079407 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Co&mpress the contents of the file} time=1184079407 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079407 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079407 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Co&mpress the contents of the file} time=1184079407 data=null item=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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079407 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079407 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Co&mpress the contents of the file} time=1184079407 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Co&mpress the contents of the file} time=1184079407 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Co&mpress the contents of the file} time=1184079408 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: (of type 'Combo')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=1184079411 data=null} to (of type 'Combo')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Clicking on &Finish
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1184079412 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1184079413 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1184079413 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1184079413 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1184079413 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')
01:49:35 [2019-07-31T05:49:35.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1184079413 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')
01:49:35 [2019-07-31T05:49:35.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1184079413 data=null item=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')
01:49:35 [2019-07-31T05:49:35.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Export Trace Package...} time=1184079103 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...'
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Clicked on 
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1184079800 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1184079800 data=null doit=true} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1184079800 data=null} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1184079801 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184079801 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1184079831 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1184079832 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1184079832 data=null doit=true} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1184079832 data=null} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1184079833 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184079833 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1184079838 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:35 [2019-07-31T05:49:35.685Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again.
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184079839 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184079839 data=null doit=true} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184079839 data=null} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184079840 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184079840 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]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184079853 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184079854 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184079854 data=null doit=true} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184079855 data=null} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184079855 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184079855 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]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184079859 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - matched MenuItem with text "Import Trace &Packag...", using matcher: with mnemonic 'Import Trace Package...'
01:49:35 [2019-07-31T05:49:35.685Z] DEBUG - Clicking on with mnemonic 'Import Trace Package...'
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - Clicked on with mnemonic 'Import Trace Package...'
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - matched Shell with text "Import trace package", using matcher: with text 'Import trace package'
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Import trace package} time=1184080080 data=null doit=true} to Shell with text {Import trace package}
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=1184080082 data=null} to (of type 'Combo')
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: (of type 'Combo')
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - Inserting text:
01:49:35 [2019-07-31T05:49:35.941Z]  into text (of type 'Combo')
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - Attempting to set focus on (of type 'Combo')
01:49:35 [2019-07-31T05:49:35.941Z] DEBUG - Typing text '
01:49:35 [2019-07-31T05:49:35.941Z] ' with an interval of 50ms. between characters.
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Select All", using matcher: with mnemonic 'Select All'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Select All", using matcher: with style 'SWT.PUSH'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Select All", using matcher: (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Clicking on Select All
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select All} time=1184080196 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=1184080196 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select All} time=1184080197 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select All} time=1184080197 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select All} time=1184080197 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select All} time=1184080197 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select All} time=1184080197 data=null item=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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select All} time=1184080197 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=1184080197 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select All} time=1184080197 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select All} time=1184080197 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select All} time=1184080197 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Clicked on Select All
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Clicking on &Finish
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1184080198 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1184080199 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1184080199 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1184080199 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1184080199 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1184080199 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Finish} time=1184080261 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1184080262 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Finish} time=1184080262 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Finish} time=1184080262 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Finish} time=1184080263 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Clicked on &Finish
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1184080264 data=null doit=true} to Shell with text {Confirmation}
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "No &To All", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Yes To &All", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Yes To &All", using matcher: with mnemonic 'Yes To All'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Yes To &All", using matcher: with style 'SWT.PUSH'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "Yes To &All", using matcher: (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Clicking on Yes To &All
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Yes To &All} time=1184080267 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Yes To &All} time=1184080267 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Yes To &All} time=1184080267 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Yes To &All} time=1184080267 data=null} to (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Yes To &All} time=1184080267 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Yes To &All} time=1184080267 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')
01:49:36 [2019-07-31T05:49:36.197Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Yes To &All} time=1184080267 data=null item=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')
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1184080199 data=null item=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')
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import Trace &Package...} time=1184079902 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...'
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Clicked on 
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:36 [2019-07-31T05:49:36.760Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again.
01:49:36 [2019-07-31T05:49:36.760Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again.
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184080993 data=null doit=true} to TreeItem with text {Traces [1]}
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184080993 data=null} to TreeItem with text {Traces [1]}
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184080993 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184080994 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]}
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184080996 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
01:49:36 [2019-07-31T05:49:36.760Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again.
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Double-clicking on TreeItem with text {test.xml}
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test.xml} time=1184080997 data=null button=0 stateMask=0x0 x=88 y=74 count=0} to TreeItem with text {test.xml}
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test.xml} time=1184081009 data=null doit=true} to TreeItem with text {test.xml}
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test.xml} time=1184081010 data=null} to TreeItem with text {test.xml}
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test.xml} time=1184081010 data=null button=1 stateMask=0x0 x=104 y=74 count=1} to TreeItem with text {test.xml}
01:49:36 [2019-07-31T05:49:36.760Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184081010 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}
01:49:37 [2019-07-31T05:49:37.016Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test.xml} time=1184081049 data=null button=1 stateMask=0x80000 x=104 y=74 count=1} to TreeItem with text {test.xml}
01:49:37 [2019-07-31T05:49:37.016Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test.xml} time=1184081050 data=null button=1 stateMask=0x0 x=104 y=74 count=2} to TreeItem with text {test.xml}
01:49:37 [2019-07-31T05:49:37.016Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {test.xml} time=1184081050 data=null button=1 stateMask=0x0 x=104 y=74 count=2} to TreeItem with text {test.xml}
01:49:37 [2019-07-31T05:49:37.016Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1184081051 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}
01:49:37 [2019-07-31T05:49:37.016Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test.xml} time=1184081122 data=null button=1 stateMask=0x80000 x=104 y=74 count=2} to TreeItem with text {test.xml}
01:49:37 [2019-07-31T05:49:37.271Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {test.xml} time=1184081264 data=null button=0 stateMask=0x0 x=104 y=74 count=0} to TreeItem with text {test.xml}
01:49:37 [2019-07-31T05:49:37.271Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {test.xml} time=1184081273 data=null doit=true} to TreeItem with text {test.xml}
01:49:37 [2019-07-31T05:49:37.271Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {test.xml} time=1184081273 data=null} to TreeItem with text {test.xml}
01:49:37 [2019-07-31T05:49:37.271Z] DEBUG - Double-clicked on TreeItem with text {test.xml}
01:49:37 [2019-07-31T05:49:37.271Z] DEBUG - matched EditorReference with text "", using matcher: with name '"test.xml"'
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Test/Traces/test.xml - Eclipse Platform} time=1184082477 data=null doit=true} to Shell with text {data - Test/Traces/test.xml - Eclipse Platform}
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1184082565 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test}
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1184082565 data=null doit=true} to TreeItem with text {Test}
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1184082565 data=null} to TreeItem with text {Test}
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1184082566 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184082566 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test}
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1184082601 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test}
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - Clicking on with mnemonic 'Delete'
01:49:38 [2019-07-31T05:49:38.637Z] DEBUG - Clicked on with mnemonic 'Delete'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083399 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083399 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083399 data=null 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')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083399 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184083399 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Clicking on OK
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184083400 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184083401 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184083401 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184083401 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184083401 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184083401 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:39 [2019-07-31T05:49:39.200Z] DEBUG - Clicked on OK
01:49:39 [2019-07-31T05:49:39.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184083401 data=null item=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')
01:49:39 [2019-07-31T05:49:39.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184082653 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:49:39 [2019-07-31T05:49:39.762Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.506 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard
01:49:39 [2019-07-31T05:49:39.762Z] testExperiment(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard)  Time elapsed: 8.788 s
01:49:39 [2019-07-31T05:49:39.762Z] test(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard)  Time elapsed: 6.571 s
01:49:39 [2019-07-31T05:49:39.762Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportGzipTraceTest
01:49:43 [2019-07-31T05:49:43.931Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.206 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportGzipTraceTest
01:49:43 [2019-07-31T05:49:43.931Z] testGzipImport(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportGzipTraceTest)  Time elapsed: 4.146 s
01:49:43 [2019-07-31T05:49:43.931Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest
01:49:54 [2019-07-31T05:49:54.007Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.931 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest
01:49:54 [2019-07-31T05:49:54.007Z] testImportTimerangeInverseTime(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest)  Time elapsed: 3.265 s
01:49:54 [2019-07-31T05:49:54.007Z] testImportTimerange(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest)  Time elapsed: 3.33 s
01:49:54 [2019-07-31T05:49:54.007Z] testImportTimerangeInvalidFormat(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest)  Time elapsed: 2.247 s
01:49:54 [2019-07-31T05:49:54.007Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1184097783 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1184097783 data=null doit=true} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1184097783 data=null} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1184097783 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184097784 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}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1184097821 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1184097822 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1184097822 data=null doit=true} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1184097822 data=null} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1184097822 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184097823 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}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1184097828 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1184097828 data=null doit=true} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1184097828 data=null} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1184097829 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184097829 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}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1184097832 data=null button=1 stateMask=0x80000 x=51 y=11 count=1} to TreeItem with text {TestText}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1184097832 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1184097832 data=null doit=true} to TreeItem with text {Traces [0]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1184097833 data=null} to TreeItem with text {Traces [0]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1184097833 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184097833 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]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1184097847 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1184097848 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1184097848 data=null doit=true} to TreeItem with text {Traces [0]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1184097848 data=null} to TreeItem with text {Traces [0]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1184097848 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184097848 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]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1184097852 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched MenuItem with text "Manage Custom Parser...", using matcher: with mnemonic 'Manage Custom Parsers...'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Clicking on with mnemonic 'Manage Custom Parsers...'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Clicked on with mnemonic 'Manage Custom Parsers...'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1184097997 data=null doit=true} to Shell with text {Manage Custom Parsers}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers}
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Button with text "New...", using matcher: with mnemonic 'New...'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Button with text "New...", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Button with text "New...", using matcher: (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Clicking on New...
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {New...} time=1184098003 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')
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=1184098003 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')
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {New...} time=1184098003 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {New...} time=1184098003 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {New...} time=1184098003 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')
01:49:54 [2019-07-31T05:49:54.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {New...} time=1184098008 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')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {New...} time=1184098260 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')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=1184098263 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')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {New...} time=1184098264 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')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {New...} time=1184098264 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {New...} time=1184098268 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - Clicked on New...
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Shell with text "Custom Text Parser", using matcher: with text 'Custom Text Parser'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom Text Parser} time=1184098280 data=null doit=true} to Shell with text {Custom Text Parser}
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - Attempting to set focus on Shell with text {Custom Text Parser}
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "Custom Text", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "Custom Text", using matcher: with label (with mnemonic 'Category:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "Custom Text", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: with label (with mnemonic 'Category:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Category:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Category:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Category:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: with label (with mnemonic 'Trace type:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Trace type:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Trace type:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Trace type:')
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:54 [2019-07-31T05:49:54.266Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "Test Trace", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "Test Trace", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Combo with text "(0,���)", using matcher: (of type 'Combo')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Combo with text "Message", using matcher: (of type 'Combo')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=1184098419 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - Set selection on (of type 'Combo') to Timestamp
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'format:')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'format:'))
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'format:')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'format:'))
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "Enter the input form...", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "Enter the input form...", using matcher: with label (with mnemonic 'format:')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Text with text "Enter the input form...", using matcher: (of type 'Text' and with label (with mnemonic 'format:'))
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - Clicking on 
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184098466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184098466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184098466 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184098466 data=null} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184098467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184098467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.267Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184098467 data=null 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')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Clicked on 
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Clicking on 
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184098531 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184098531 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184098531 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184098531 data=null} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184098541 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184098541 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184098541 data=null 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')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1184098597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184098598 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1184098598 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1184098598 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1184098598 data=null} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Clicked on 
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched StyledText with text "", using matcher: of type 'StyledText'
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - matched StyledText with text "", using matcher: (of type 'StyledText')
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=1184098632 data=null button=0 stateMask=0x0 x=128 y=11 count=0} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)}
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=1184098633 data=null doit=true} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)}
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=1184098633 data=null} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)}
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=1184098633 data=null button=1 stateMask=0x0 x=128 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)}
01:49:54 [2019-07-31T05:49:54.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184098634 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)}
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=1184098803 data=null button=1 stateMask=0x80000 x=128 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)}
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "12", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Regular expression:')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "ss", using matcher: with label (with mnemonic 'Regular expression:')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "ss", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "12 Hello", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "12 Hello", using matcher: with label (with mnemonic 'Regular expression:')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "12 Hello", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "*no matching group*", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "*no matching group*", using matcher: with label (with mnemonic 'Regular expression:')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "*no matching group*", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: with label (with mnemonic 'Regular expression:')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1184098905 data=null button=0 stateMask=0x0 x=102 y=32 count=0} to TreeItem with text {Root Line 2 (0,���) : }
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 2 (0,���) : } time=1184098905 data=null doit=true} to TreeItem with text {Root Line 2 (0,���) : }
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 2 (0,���) : } time=1184098906 data=null} to TreeItem with text {Root Line 2 (0,���) : }
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1184098913 data=null button=1 stateMask=0x0 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : }
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184098913 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,���) : }
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1184098969 data=null button=1 stateMask=0x80000 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : }
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "12", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: of type 'Text'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: with label (with mnemonic 'Regular expression:')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Clicking on 
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184098987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184098987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184098987 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184098988 data=null} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184098988 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184098988 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:54 [2019-07-31T05:49:54.781Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184098988 data=null 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Clicked on 
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Combo with text "Set", using matcher: with text 'Set'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo' and with text 'Set')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Setting selection on (of type 'Combo' and with text 'Set') to Append with |
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Append with |} time=1184099051 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Set selection on (of type 'Combo' and with text 'Set') to Append with |
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "Highlight All", using matcher: with mnemonic 'Highlight All'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Clicking on Highlight All
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Highlight All} time=1184099113 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=1184099113 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Highlight All} time=1184099113 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Highlight All} time=1184099113 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Highlight All} time=1184099113 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Highlight All} time=1184099114 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Highlight All} time=1184099114 data=null item=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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Highlight All} time=1184099132 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=1184099132 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Highlight All} time=1184099132 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Highlight All} time=1184099133 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Highlight All} time=1184099133 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Clicked on Highlight All
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Clicking on &Next >
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=1184099135 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=1184099136 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=1184099136 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=1184099136 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=1184099136 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=1184099136 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=1184099136 data=null item=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')
01:49:55 [2019-07-31T05:49:55.039Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Clicked on &Next >
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Clicking on &Finish
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1184099218 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1184099225 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1184099225 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1184099225 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1184099225 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')
01:49:55 [2019-07-31T05:49:55.039Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1184099225 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1184099225 data=null item=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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {New...} time=1184098008 data=null item=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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Clicked on 
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1184099377 data=null doit=true} to Shell with text {Manage Custom Parsers}
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers}
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched List with text "", using matcher: of type 'List'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched List with text "", using matcher: (of type 'List')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Set selection (of type 'List') to text Test Category : Test Trace
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=1184099382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=1184099383 data=null doit=true} to (of type 'List')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=1184099383 data=null} to (of type 'List')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=1184099384 data=null button=1 stateMask=0x0 x=114 y=73 count=1} to (of type 'List')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=1184099384 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=1184099389 data=null button=1 stateMask=0x80000 x=114 y=73 count=1} to (of type 'List')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Clicking on Delete
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=1184099390 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1184099390 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=1184099391 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=1184099391 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=1184099391 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=1184099391 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=1184099430 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1184099432 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=1184099432 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=1184099432 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=1184099432 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Clicked on Delete
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Shell with text "Delete Custom Parser", using matcher: with text 'Delete Custom Parser'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete Custom Parser} time=1184099434 data=null doit=true} to Shell with text {Delete Custom Parser}
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Attempting to set focus on Shell with text {Delete Custom Parser}
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Clicking on &Yes
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1184099434 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1184099434 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1184099435 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1184099435 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1184099435 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1184099435 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1184099435 data=null item=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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=1184099391 data=null item=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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Clicked on 
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1184099537 data=null doit=true} to Shell with text {Manage Custom Parsers}
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers}
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "&Close", using matcher: with mnemonic 'Close'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "&Close", using matcher: with style 'SWT.PUSH'
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - matched Button with text "&Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Clicking on &Close
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Close} time=1184099539 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Close} time=1184099539 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Close} time=1184099539 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Close} time=1184099539 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Close} time=1184099539 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')
01:49:55 [2019-07-31T05:49:55.297Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Close} time=1184099539 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')
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Close} time=1184099539 data=null item=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')
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Manage Custom Parsers...} time=1184097896 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...'
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Clicked on 
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184099624 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1184099630 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText}
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1184099630 data=null doit=true} to TreeItem with text {TestText}
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1184099630 data=null} to TreeItem with text {TestText}
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1184099630 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184099631 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}
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1184099697 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:49:55 [2019-07-31T05:49:55.554Z] DEBUG - Clicking on with mnemonic 'Delete'
01:49:55 [2019-07-31T05:49:55.810Z] DEBUG - Clicked on with mnemonic 'Delete'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100476 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100476 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100477 data=null 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')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100477 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184100477 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Clicking on OK
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184100478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184100478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184100478 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184100478 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184100478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184100478 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Clicked on OK
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184100478 data=null item=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')
01:49:56 [2019-07-31T05:49:56.374Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184099789 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:49:56 [2019-07-31T05:49:56.937Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1184101206 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1184101207 data=null doit=true} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1184101207 data=null} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1184101207 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184101207 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}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1184101245 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1184101246 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1184101246 data=null doit=true} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1184101246 data=null} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1184101246 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184101247 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}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1184101253 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1184101253 data=null doit=true} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1184101253 data=null} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1184101254 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184101254 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}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1184101257 data=null button=1 stateMask=0x80000 x=51 y=11 count=1} to TreeItem with text {TestText}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1184101264 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1184101264 data=null doit=true} to TreeItem with text {Traces [0]}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1184101264 data=null} to TreeItem with text {Traces [0]}
01:49:57 [2019-07-31T05:49:57.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1184101264 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184101265 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]}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1184101291 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1184101292 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1184101292 data=null doit=true} to TreeItem with text {Traces [0]}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1184101292 data=null} to TreeItem with text {Traces [0]}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1184101292 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184101293 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]}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1184101297 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched MenuItem with text "Manage Custom Parser...", using matcher: with mnemonic 'Manage Custom Parsers...'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Clicking on with mnemonic 'Manage Custom Parsers...'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Clicked on with mnemonic 'Manage Custom Parsers...'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1184101430 data=null doit=true} to Shell with text {Manage Custom Parsers}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers}
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched List with text "", using matcher: of type 'List'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched List with text "", using matcher: (of type 'List')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Set selection (of type 'List') to text Demo Category : Demo trace
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=1184101431 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=1184101436 data=null doit=true} to (of type 'List')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=1184101440 data=null} to (of type 'List')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=1184101441 data=null button=1 stateMask=0x0 x=102 y=31 count=1} to (of type 'List')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=1184101441 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=1184101442 data=null button=1 stateMask=0x80000 x=102 y=31 count=1} to (of type 'List')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Button with text "Edit...", using matcher: with mnemonic 'Edit...'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Button with text "Edit...", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Button with text "Edit...", using matcher: (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Clicking on Edit...
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Edit...} time=1184101444 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')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Edit...} time=1184101444 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')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Edit...} time=1184101444 data=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Edit...} time=1184101444 data=null} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Edit...} time=1184101444 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')
01:49:57 [2019-07-31T05:49:57.194Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Edit...} time=1184101444 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')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Edit...} time=1184101701 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')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Edit...} time=1184101751 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')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Edit...} time=1184101751 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')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Edit...} time=1184101751 data=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Edit...} time=1184101751 data=null} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Clicked on Edit...
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Shell with text "Custom Text Parser", using matcher: with text 'Custom Text Parser'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom Text Parser} time=1184101753 data=null doit=true} to Shell with text {Custom Text Parser}
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Attempting to set focus on Shell with text {Custom Text Parser}
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Demo Category", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Demo Category", using matcher: with label (with mnemonic 'Category:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Demo Category", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Category:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Demo trace", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Demo trace", using matcher: with label (with mnemonic 'Category:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Demo trace", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: with label (with mnemonic 'Category:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Category:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Category:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Category:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Category:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Category:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Demo trace", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Demo trace", using matcher: with label (with mnemonic 'Trace type:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Demo trace", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: with label (with mnemonic 'Trace type:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Trace type:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Trace type:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Trace type:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Trace type:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Trace type:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Test Trace", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Test Trace", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Time Stamp format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Combo with text "(0,���)", using matcher: (of type 'Combo')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Combo with text "Timestamp", using matcher: of type 'Combo'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Combo with text "Timestamp", using matcher: (of type 'Combo')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Combo with text "Message", using matcher: (of type 'Combo')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=1184101878 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Set selection on (of type 'Combo') to Timestamp
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'format:')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'format:'))
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Clicking on 
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184101914 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184101914 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184101914 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184101914 data=null} to (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184101914 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184101914 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184101914 data=null 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')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1184101974 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184101975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1184101975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1184101975 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1184101975 data=null} to (of type 'Button' and with style 'SWT.PUSH')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Clicked on 
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched StyledText with text "", using matcher: of type 'StyledText'
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - matched StyledText with text "", using matcher: (of type 'StyledText')
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=1184102008 data=null button=0 stateMask=0x0 x=141 y=11 count=0} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)}
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=1184102008 data=null doit=true} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)}
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=1184102008 data=null} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)}
01:49:57 [2019-07-31T05:49:57.756Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=1184102008 data=null button=1 stateMask=0x0 x=141 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)}
01:49:58 [2019-07-31T05:49:58.012Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184102009 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(.*)}
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=1184102289 data=null button=1 stateMask=0x80000 x=141 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)}
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "12", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Regular expression:')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "ss", using matcher: with label (with mnemonic 'Regular expression:')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "ss", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "12", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "12", using matcher: with label (with mnemonic 'Regular expression:')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "12", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Hello", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Hello", using matcher: with label (with mnemonic 'Regular expression:')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Hello", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Regular expression:')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1184102314 data=null button=0 stateMask=0x0 x=102 y=32 count=0} to TreeItem with text {Root Line 2 (0,���) : }
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 2 (0,���) : } time=1184102314 data=null doit=true} to TreeItem with text {Root Line 2 (0,���) : }
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 2 (0,���) : } time=1184102314 data=null} to TreeItem with text {Root Line 2 (0,���) : }
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1184102314 data=null button=1 stateMask=0x0 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : }
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184102315 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,���) : }
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1184102387 data=null button=1 stateMask=0x80000 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : }
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "12", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Regular expression:')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:'))
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Clicking on 
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184102410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184102410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184102410 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184102411 data=null} to (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184102411 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184102411 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184102411 data=null 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')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Clicked on 
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Combo with text "Set", using matcher: with text 'Set'
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo' and with text 'Set')
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Setting selection on (of type 'Combo' and with text 'Set') to Append with |
01:49:58 [2019-07-31T05:49:58.269Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Append with |} time=1184102487 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Set selection on (of type 'Combo' and with text 'Set') to Append with |
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "Highlight All", using matcher: with mnemonic 'Highlight All'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Clicking on Highlight All
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Highlight All} time=1184102525 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=1184102525 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Highlight All} time=1184102525 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Highlight All} time=1184102525 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Highlight All} time=1184102525 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Highlight All} time=1184102526 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Highlight All} time=1184102538 data=null item=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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Highlight All} time=1184102542 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=1184102542 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Highlight All} time=1184102542 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Highlight All} time=1184102542 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Highlight All} time=1184102542 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Clicked on Highlight All
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Clicking on &Next >
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=1184102555 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=1184102556 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=1184102556 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=1184102556 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=1184102556 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=1184102556 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=1184102556 data=null item=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')
01:49:58 [2019-07-31T05:49:58.525Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Clicked on &Next >
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Clicking on &Finish
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1184102635 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1184102635 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1184102636 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1184102636 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1184102636 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')
01:49:58 [2019-07-31T05:49:58.525Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1184102636 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')
01:49:58 [2019-07-31T05:49:58.525Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1184102636 data=null item=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')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Edit...} time=1184101444 data=null item=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')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Clicked on 
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1184102829 data=null doit=true} to Shell with text {Manage Custom Parsers}
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers}
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched List with text "", using matcher: of type 'List'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched List with text "", using matcher: (of type 'List')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Set selection (of type 'List') to text Test Category : Test Trace
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=1184102831 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=1184102831 data=null doit=true} to (of type 'List')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=1184102831 data=null} to (of type 'List')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=1184102831 data=null button=1 stateMask=0x0 x=102 y=31 count=1} to (of type 'List')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=1184102831 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=1184102833 data=null button=1 stateMask=0x80000 x=102 y=31 count=1} to (of type 'List')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Clicking on Delete
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=1184102833 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')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1184102833 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')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=1184102834 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=1184102834 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=1184102834 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')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=1184102834 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')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=1184102893 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')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1184102894 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')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=1184102894 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')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=1184102894 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=1184102895 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Clicked on Delete
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Shell with text "Delete Custom Parser", using matcher: with text 'Delete Custom Parser'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete Custom Parser} time=1184102896 data=null doit=true} to Shell with text {Delete Custom Parser}
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Attempting to set focus on Shell with text {Delete Custom Parser}
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Clicking on &Yes
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1184102896 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')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1184102897 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')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1184102897 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.783Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1184102897 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1184102897 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')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1184102897 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')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1184102897 data=null item=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')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=1184102834 data=null item=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')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Clicked on 
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers'
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1184102983 data=null doit=true} to Shell with text {Manage Custom Parsers}
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers}
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Button with text "&Close", using matcher: with mnemonic 'Close'
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Button with text "&Close", using matcher: with style 'SWT.PUSH'
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - matched Button with text "&Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Clicking on &Close
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Close} time=1184102984 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')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Close} time=1184102984 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')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Close} time=1184102984 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Close} time=1184102984 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Close} time=1184102985 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')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Close} time=1184102985 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')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Close} time=1184102985 data=null item=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')
01:49:58 [2019-07-31T05:49:58.784Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Manage Custom Parsers...} time=1184101335 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...'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Clicked on 
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184103060 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Attempting to set focus on Tree with text {}
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1184103065 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText}
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1184103065 data=null doit=true} to TreeItem with text {TestText}
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1184103065 data=null} to TreeItem with text {TestText}
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1184103065 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184103065 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}
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1184103099 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText}
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Clicking on with mnemonic 'Delete'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Clicked on with mnemonic 'Delete'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103357 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103357 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103357 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103358 data=null 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')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103358 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103358 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184103358 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Clicking on OK
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184103359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184103359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184103359 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184103359 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184103359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184103360 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:49:59 [2019-07-31T05:49:59.324Z] DEBUG - Clicked on OK
01:49:59 [2019-07-31T05:49:59.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184103360 data=null item=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')
01:49:59 [2019-07-31T05:49:59.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184103154 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:49:59 [2019-07-31T05:49:59.838Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.809 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard
01:49:59 [2019-07-31T05:49:59.838Z] testNew(org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard)  Time elapsed: 3.871 s
01:49:59 [2019-07-31T05:49:59.838Z] testEdit(org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard)  Time elapsed: 2.891 s
01:49:59 [2019-07-31T05:49:59.838Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomXmlWizard
01:50:00 [2019-07-31T05:50:00.093Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:50:00 [2019-07-31T05:50:00.349Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:50:00 [2019-07-31T05:50:00.349Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:50:00 [2019-07-31T05:50:00.349Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:50:00 [2019-07-31T05:50:00.349Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:50:00 [2019-07-31T05:50:00.349Z] DEBUG - Attempting to set focus on Tree with text {}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestXML} time=1184104605 data=null button=0 stateMask=0x0 x=68 y=11 count=0} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=1184104605 data=null doit=true} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=1184104605 data=null} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=1184104606 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184104606 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}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=1184104647 data=null button=1 stateMask=0x80000 x=68 y=11 count=1} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Attempting to set focus on Tree with text {}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestXML} time=1184104648 data=null button=0 stateMask=0x0 x=68 y=11 count=0} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=1184104648 data=null doit=true} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=1184104648 data=null} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=1184104648 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184104648 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}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=1184104660 data=null button=1 stateMask=0x80000 x=68 y=11 count=1} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=1184104660 data=null doit=true} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=1184104660 data=null} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=1184104661 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184104661 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}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=1184104664 data=null button=1 stateMask=0x80000 x=52 y=11 count=1} to TreeItem with text {TestXML}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Attempting to set focus on Tree with text {}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1184104664 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1184104665 data=null doit=true} to TreeItem with text {Traces [0]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1184104665 data=null} to TreeItem with text {Traces [0]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1184104665 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184104665 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]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1184104692 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Attempting to set focus on Tree with text {}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1184104693 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1184104693 data=null doit=true} to TreeItem with text {Traces [0]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1184104693 data=null} to TreeItem with text {Traces [0]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1184104693 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184104694 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]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1184104698 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - matched MenuItem with text "Manage Custom Parser...", using matcher: with mnemonic 'Manage Custom Parsers...'
01:50:00 [2019-07-31T05:50:00.606Z] DEBUG - Clicking on with mnemonic 'Manage Custom Parsers...'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Clicked on with mnemonic 'Manage Custom Parsers...'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1184104928 data=null doit=true} to Shell with text {Manage Custom Parsers}
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers}
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "XML", using matcher: with mnemonic 'XML'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "XML", using matcher: with style 'SWT.RADIO'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "XML", using matcher: (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Text} time=1184104934 data=null doit=true} to Button with text {Text}
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Text} time=1184104938 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}
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {XML} time=1184104939 data=null doit=true} to (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {XML} time=1184104939 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')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {XML} time=1184104940 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')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {XML} time=1184104940 data=null item=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')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "New...", using matcher: with mnemonic 'New...'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "New...", using matcher: with style 'SWT.PUSH'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "New...", using matcher: (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Clicking on New...
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {New...} time=1184104941 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')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=1184104941 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')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {New...} time=1184104941 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {New...} time=1184104941 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {New...} time=1184104941 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')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {New...} time=1184104941 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')
01:50:00 [2019-07-31T05:50:00.863Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {New...} time=1184105114 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')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=1184105116 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')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {New...} time=1184105117 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')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {New...} time=1184105117 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {New...} time=1184105117 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Clicked on New...
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Shell with text "Custom XML Parser", using matcher: with text 'Custom XML Parser'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom XML Parser} time=1184105118 data=null doit=true} to Shell with text {Custom XML Parser}
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Attempting to set focus on Shell with text {Custom XML Parser}
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Custom XML", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Custom XML", using matcher: with label (with mnemonic 'Category:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Custom XML", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: with label (with mnemonic 'Category:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Category:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: with label (with mnemonic 'Trace type:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Trace type:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Test Trace", using matcher: with label (with mnemonic 'Time Stamp format:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Test Trace", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: with label (with mnemonic 'Time Stamp format:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Add a document eleme...", using matcher: of type 'Text'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Add a document eleme...", using matcher: with label (with mnemonic 'Time Stamp format:')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Text with text "Add a document eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:'))
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched StyledText with text "", using matcher: of type 'StyledText'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched StyledText with text "", using matcher: (of type 'StyledText')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "", using matcher: with tooltip 'Feeling lucky'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Clicking on 
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184105215 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')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184105215 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')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184105215 data=null doit=true} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.119Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184105215 data=null} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184105216 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')
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184105216 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')
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184105216 data=null 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')
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1184105255 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')
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184105255 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')
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1184105256 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')
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1184105262 data=null doit=true} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1184105262 data=null} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Clicked on 
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Attempting to set focus on Tree with text {}
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {event} time=1184105266 data=null button=0 stateMask=0x0 x=78 y=32 count=0} to Tree node with text: event
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {event} time=1184105266 data=null doit=true} to Tree node with text: event
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {event} time=1184105266 data=null} to Tree node with text: event
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {event} time=1184105266 data=null button=1 stateMask=0x0 x=78 y=32 count=1} to Tree node with text: event
01:50:01 [2019-07-31T05:50:01.120Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184105266 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
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {event} time=1184105455 data=null button=1 stateMask=0x80000 x=78 y=32 count=1} to Tree node with text: event
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "Log Entry", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "Log Entry", using matcher: with mnemonic 'Log Entry'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "Log Entry", using matcher: with style 'SWT.CHECK'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "Log Entry", using matcher: (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Toggling state on Button {Log Entry}. Setting state to selected
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Log Entry} time=1184105472 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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Log Entry} time=1184105472 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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Log Entry} time=1184105487 data=null doit=true} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Log Entry} time=1184105487 data=null} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Log Entry} time=1184105487 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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Log Entry} time=1184105487 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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Log Entry} time=1184105488 data=null item=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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Log Entry} time=1184105538 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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Log Entry} time=1184105538 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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Log Entry} time=1184105538 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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Log Entry} time=1184105538 data=null doit=true} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Log Entry} time=1184105538 data=null} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "Log Entry", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Clicking on &Next >
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=1184105550 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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=1184105550 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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=1184105550 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=1184105550 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=1184105550 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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=1184105550 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')
01:50:01 [2019-07-31T05:50:01.376Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=1184105550 data=null item=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')
01:50:01 [2019-07-31T05:50:01.376Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.376Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.376Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.632Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.632Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Clicked on &Next >
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Clicking on &Finish
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1184105631 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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1184105631 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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1184105632 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1184105632 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1184105632 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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1184105632 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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1184105632 data=null item=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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {New...} time=1184104941 data=null item=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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Clicked on 
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1184105766 data=null doit=true} to Shell with text {Manage Custom Parsers}
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers}
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched List with text "", using matcher: of type 'List'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched List with text "", using matcher: (of type 'List')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Set selection (of type 'List') to text Test Category : Test Trace
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=1184105785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=1184105785 data=null doit=true} to (of type 'List')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=1184105785 data=null} to (of type 'List')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=1184105785 data=null button=1 stateMask=0x0 x=97 y=10 count=1} to (of type 'List')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=1184105785 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=1184105787 data=null button=1 stateMask=0x80000 x=97 y=10 count=1} to (of type 'List')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Clicking on Delete
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=1184105788 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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1184105788 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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=1184105788 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=1184105788 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=1184105788 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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=1184105788 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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=1184105829 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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1184105831 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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=1184105831 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')
01:50:01 [2019-07-31T05:50:01.632Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=1184105831 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=1184105831 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - Clicked on Delete
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - matched Shell with text "Delete Custom Parser", using matcher: with text 'Delete Custom Parser'
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete Custom Parser} time=1184105832 data=null doit=true} to Shell with text {Delete Custom Parser}
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - Attempting to set focus on Shell with text {Delete Custom Parser}
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - Clicking on &Yes
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1184105833 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')
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1184105833 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')
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1184105833 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1184105833 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1184105833 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')
01:50:01 [2019-07-31T05:50:01.633Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1184105884 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')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1184105884 data=null item=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')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=1184105788 data=null item=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')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Clicked on 
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1184105991 data=null doit=true} to Shell with text {Manage Custom Parsers}
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers}
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Button with text "&Close", using matcher: with mnemonic 'Close'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Button with text "&Close", using matcher: with style 'SWT.PUSH'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Button with text "&Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Clicking on &Close
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Close} time=1184105992 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')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Close} time=1184105992 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')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Close} time=1184105992 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Close} time=1184105992 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Close} time=1184105993 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')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Close} time=1184105993 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')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Close} time=1184105993 data=null item=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')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Manage Custom Parsers...} time=1184104781 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...'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Clicked on 
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184106110 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Attempting to set focus on Tree with text {}
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestXML} time=1184106115 data=null button=0 stateMask=0x0 x=68 y=11 count=0} to TreeItem with text {TestXML}
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=1184106115 data=null doit=true} to TreeItem with text {TestXML}
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=1184106115 data=null} to TreeItem with text {TestXML}
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=1184106115 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML}
01:50:01 [2019-07-31T05:50:01.889Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184106116 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}
01:50:02 [2019-07-31T05:50:02.146Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=1184106197 data=null button=1 stateMask=0x80000 x=68 y=11 count=1} to TreeItem with text {TestXML}
01:50:02 [2019-07-31T05:50:02.146Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:50:02 [2019-07-31T05:50:02.146Z] DEBUG - Clicking on with mnemonic 'Delete'
01:50:02 [2019-07-31T05:50:02.146Z] DEBUG - Clicked on with mnemonic 'Delete'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106950 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106950 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106950 data=null 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')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106951 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184106951 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Clicking on OK
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184106952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184106952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184106952 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184106952 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184106952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184106952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:02 [2019-07-31T05:50:02.710Z] DEBUG - Clicked on OK
01:50:02 [2019-07-31T05:50:02.966Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184106952 data=null item=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')
01:50:02 [2019-07-31T05:50:02.966Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184106253 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:50:03 [2019-07-31T05:50:03.223Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.577 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomXmlWizard
01:50:03 [2019-07-31T05:50:03.223Z] testNew(org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomXmlWizard)  Time elapsed: 3.528 s
01:50:03 [2019-07-31T05:50:03.223Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Attempting to set focus on Tree with text {}
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {SomeProject} time=1184107890 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {SomeProject}
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=1184107890 data=null doit=true} to TreeItem with text {SomeProject}
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=1184107891 data=null} to TreeItem with text {SomeProject}
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=1184107891 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject}
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184107891 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}
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=1184108005 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {SomeProject}
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Attempting to set focus on Tree with text {}
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {SomeProject} time=1184108010 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {SomeProject}
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=1184108011 data=null doit=true} to TreeItem with text {SomeProject}
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=1184108011 data=null} to TreeItem with text {SomeProject}
01:50:03 [2019-07-31T05:50:03.785Z] 
01:50:03 [2019-07-31T05:50:03.785Z] !ENTRY org.eclipse.cdt.core 1 0 2019-07-31 05:50:03.756
01:50:03 [2019-07-31T05:50:03.785Z] !MESSAGE Indexed 'SomeProject' (0 sources, 0 headers) in 0.002 sec: 0 declarations; 0 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%)
01:50:03 [2019-07-31T05:50:03.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=1184108012 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject}
01:50:04 [2019-07-31T05:50:04.042Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184108012 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}
01:50:04 [2019-07-31T05:50:04.042Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=1184108089 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {SomeProject}
01:50:04 [2019-07-31T05:50:04.042Z] DEBUG - matched MenuItem with text "Confi&gure", using matcher: with mnemonic 'Configure'
01:50:04 [2019-07-31T05:50:04.042Z] DEBUG - matched MenuItem with text "Configure or convert...", using matcher: with mnemonic 'Configure or convert to Tracing Project'
01:50:04 [2019-07-31T05:50:04.042Z] DEBUG - Clicking on with mnemonic 'Configure or convert to Tracing Project'
01:50:04 [2019-07-31T05:50:04.042Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Configure or convert to Tracing Project} time=1184108139 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'
01:50:04 [2019-07-31T05:50:04.298Z] DEBUG - Clicked on with mnemonic 'Configure or convert to Tracing Project'
01:50:04 [2019-07-31T05:50:04.298Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=1184108400 data=null doit=true} to TreeItem with text {SomeProject}
01:50:04 [2019-07-31T05:50:04.298Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=1184108400 data=null} to TreeItem with text {SomeProject}
01:50:04 [2019-07-31T05:50:04.298Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=1184108401 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject}
01:50:04 [2019-07-31T05:50:04.298Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184108401 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}
01:50:04 [2019-07-31T05:50:04.298Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=1184108405 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {SomeProject}
01:50:04 [2019-07-31T05:50:04.298Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Compass} time=1184108405 data=null doit=true} to TreeItem with text {Trace Compass}
01:50:04 [2019-07-31T05:50:04.298Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Compass} time=1184108406 data=null} to TreeItem with text {Trace Compass}
01:50:04 [2019-07-31T05:50:04.298Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Compass} time=1184108406 data=null button=1 stateMask=0x0 x=93 y=32 count=1} to TreeItem with text {Trace Compass}
01:50:04 [2019-07-31T05:50:04.298Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184108406 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}
01:50:04 [2019-07-31T05:50:04.298Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Compass} time=1184108409 data=null button=1 stateMask=0x80000 x=93 y=32 count=1} to TreeItem with text {Trace Compass}
01:50:04 [2019-07-31T05:50:04.298Z] WARN - Tree item TreeItem with text {Trace Compass} is already expanded. Won't expand it again.
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched MenuItem with text "&Filters and Customi...", using matcher: with mnemonic 'Filters and Customization...'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Clicking on with mnemonic 'Filters and Customization...'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Clicked on with mnemonic 'Filters and Customization...'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Shell with text "Filters and Customiz...", using matcher: with text 'Filters and Customization'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filters and Customization} time=1184110295 data=null doit=true} to Shell with text {Filters and Customization}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Attempting to set focus on Table with text {}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {.* resources} time=1184110298 data=null button=0 stateMask=0x0 x=67 y=33 count=0} to TableItem with text {.* resources}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {.* resources} time=1184110298 data=null doit=true} to TableItem with text {.* resources}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {.* resources} time=1184110298 data=null} to TableItem with text {.* resources}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {.* resources} time=1184110299 data=null button=1 stateMask=0x0 x=67 y=33 count=1} to TableItem with text {.* resources}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184110299 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}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {.* resources} time=1184110299 data=null button=1 stateMask=0x80000 x=67 y=33 count=1} to TableItem with text {.* resources}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Setting state to unchecked on: .* resources
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Attempting to set focus on Table with text {}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1184110313 data=null button=0 stateMask=0x0 x=131 y=121 count=0} to TableItem with text {Trace Compass Shadow Projects}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Trace Compass Shadow Projects} time=1184110313 data=null doit=true} to TableItem with text {Trace Compass Shadow Projects}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Trace Compass Shadow Projects} time=1184110313 data=null} to TableItem with text {Trace Compass Shadow Projects}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1184110314 data=null button=1 stateMask=0x0 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184110314 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}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1184110314 data=null button=1 stateMask=0x80000 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Setting state to unchecked on: Trace Compass Shadow Projects
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Clicking on OK
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184110316 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184110316 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184110316 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184110316 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184110316 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184110316 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184110316 data=null item=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')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Filters and Customization...} time=1184110147 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...'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Clicked on 
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Attempting to set focus on Tree with text {}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=1184110412 data=null button=0 stateMask=0x0 x=133 y=11 count=0} to TreeItem with text {.tracecompass-SomeProject}
01:50:06 [2019-07-31T05:50:06.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {.tracecompass-SomeProject} time=1184110412 data=null doit=true} to TreeItem with text {.tracecompass-SomeProject}
01:50:06 [2019-07-31T05:50:06.191Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {.tracecompass-SomeProject} time=1184110412 data=null} to TreeItem with text {.tracecompass-SomeProject}
01:50:06 [2019-07-31T05:50:06.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=1184110413 data=null button=1 stateMask=0x0 x=133 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject}
01:50:06 [2019-07-31T05:50:06.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184110413 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}
01:50:06 [2019-07-31T05:50:06.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=1184110441 data=null button=1 stateMask=0x80000 x=133 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject}
01:50:06 [2019-07-31T05:50:06.191Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {.tracecompass-SomeProject} time=1184110442 data=null doit=true} to TreeItem with text {.tracecompass-SomeProject}
01:50:06 [2019-07-31T05:50:06.191Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {.tracecompass-SomeProject} time=1184110442 data=null} to TreeItem with text {.tracecompass-SomeProject}
01:50:06 [2019-07-31T05:50:06.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=1184110442 data=null button=1 stateMask=0x0 x=133 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184110443 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}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=1184110467 data=null button=1 stateMask=0x80000 x=133 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184110478 data=null doit=true} to TreeItem with text {Traces [1]}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184110478 data=null} to TreeItem with text {Traces [1]}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184110478 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184110478 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]}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184110498 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:50:06 [2019-07-31T05:50:06.447Z] WARN - Tree item TreeItem with text {.tracecompass-SomeProject} is already expanded. Won't expand it again.
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - matched MenuItem with text "&Filters and Customi...", using matcher: with mnemonic 'Filters and Customization...'
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Clicking on with mnemonic 'Filters and Customization...'
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Clicked on with mnemonic 'Filters and Customization...'
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - matched Shell with text "Filters and Customiz...", using matcher: with text 'Filters and Customization'
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filters and Customization} time=1184110676 data=null doit=true} to Shell with text {Filters and Customization}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Attempting to set focus on Table with text {}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {.* resources} time=1184110678 data=null button=0 stateMask=0x0 x=67 y=33 count=0} to TableItem with text {.* resources}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {.* resources} time=1184110679 data=null doit=true} to TableItem with text {.* resources}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {.* resources} time=1184110679 data=null} to TableItem with text {.* resources}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {.* resources} time=1184110679 data=null button=1 stateMask=0x0 x=67 y=33 count=1} to TableItem with text {.* resources}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184110680 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}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {.* resources} time=1184110680 data=null button=1 stateMask=0x80000 x=67 y=33 count=1} to TableItem with text {.* resources}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Setting state to checked on: .* resources
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Attempting to set focus on Table with text {}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1184110694 data=null button=0 stateMask=0x0 x=131 y=121 count=0} to TableItem with text {Trace Compass Shadow Projects}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Trace Compass Shadow Projects} time=1184110694 data=null doit=true} to TableItem with text {Trace Compass Shadow Projects}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Trace Compass Shadow Projects} time=1184110695 data=null} to TableItem with text {Trace Compass Shadow Projects}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1184110695 data=null button=1 stateMask=0x0 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184110695 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}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1184110696 data=null button=1 stateMask=0x80000 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects}
01:50:06 [2019-07-31T05:50:06.447Z] DEBUG - Setting state to checked on: Trace Compass Shadow Projects
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - Clicking on OK
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184110702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184110702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184110702 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184110702 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184110702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184110702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184110703 data=null item=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')
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Filters and Customization...} time=1184110550 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...'
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - Clicked on 
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:50:06 [2019-07-31T05:50:06.703Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184111119 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - Attempting to set focus on Tree with text {}
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {SomeProject} time=1184111125 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {SomeProject}
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=1184111125 data=null doit=true} to TreeItem with text {SomeProject}
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=1184111125 data=null} to TreeItem with text {SomeProject}
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=1184111126 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject}
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184111126 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}
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=1184111164 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {SomeProject}
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:50:06 [2019-07-31T05:50:06.959Z] DEBUG - Clicking on with mnemonic 'Delete'
01:50:07 [2019-07-31T05:50:07.215Z] DEBUG - Clicked on with mnemonic 'Delete'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: of type 'Button'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: with style 'SWT.CHECK'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111903 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111904 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111904 data=null 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')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111922 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184111923 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: of type 'Button'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Clicking on OK
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184111924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184111924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184111924 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184111924 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184111925 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184111925 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:50:07 [2019-07-31T05:50:07.780Z] DEBUG - Clicked on OK
01:50:08 [2019-07-31T05:50:08.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184111925 data=null item=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')
01:50:08 [2019-07-31T05:50:08.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184111206 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:50:08 [2019-07-31T05:50:08.531Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.038 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest
01:50:08 [2019-07-31T05:50:08.531Z] testConfigureTracingNature(org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest)  Time elapsed: 2.214 s
01:50:08 [2019-07-31T05:50:08.531Z] testViewerFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest)  Time elapsed: 0.716 s
01:50:08 [2019-07-31T05:50:08.531Z] 
01:50:08 [2019-07-31T05:50:08.531Z] Results:
01:50:08 [2019-07-31T05:50:08.531Z] 
01:50:08 [2019-07-31T05:50:08.531Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 4
01:50:08 [2019-07-31T05:50:08.531Z] 
01:50:08 [2019-07-31T05:50:08.787Z] 
01:50:08 [2019-07-31T05:50:08.787Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 05:50:08.559
01:50:08 [2019-07-31T05:50:08.787Z] !MESSAGE The workspace will exit with unsaved changes in this session.
01:50:09 [2019-07-31T05:50:09.714Z] [INFO] All tests passed!
01:50:09 [2019-07-31T05:50:09.714Z] [INFO] 
01:50:09 [2019-07-31T05:50:09.714Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:50:09 [2019-07-31T05:50:09.714Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:50:09 [2019-07-31T05:50:09.714Z] [INFO] 
01:50:09 [2019-07-31T05:50:09.714Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:50:10 [2019-07-31T05:50:10.279Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:50:10 [2019-07-31T05:50:10.279Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:50:10 [2019-07-31T05:50:10.279Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:50:11 [2019-07-31T05:50:11.210Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:50:11 [2019-07-31T05:50:11.467Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:50:11 [2019-07-31T05:50:11.723Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:50:11 [2019-07-31T05:50:11.723Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:50:11 [2019-07-31T05:50:11.723Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:50:11 [2019-07-31T05:50:11.723Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:50:11 [2019-07-31T05:50:11.979Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:50:11 [2019-07-31T05:50:11.979Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:50:12 [2019-07-31T05:50:12.235Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:50:12 [2019-07-31T05:50:12.492Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:50:12 [2019-07-31T05:50:12.492Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
01:50:13 [2019-07-31T05:50:13.055Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests ---
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core.tests >--
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.core.tests 1.0.4-SNAPSHOT [43/134]
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] The project's OSGi version is 1.0.4.201907310510
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/main/resources
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.424Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.681Z] [INFO] Compiling 9 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/classes
01:50:14 [2019-07-31T05:50:14.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/AbstractStatisticsTest.java:[366] 
01:50:14 [2019-07-31T05:50:14.938Z] 	Statistics<E>::update, Statistics<E>::merge);
01:50:14 [2019-07-31T05:50:14.938Z] 	                       ^^^^^^^^^^^^^^^^^^^^
01:50:14 [2019-07-31T05:50:14.938Z] 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>'
01:50:14 [2019-07-31T05:50:14.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/AbstractStatisticsTest.java:[384] 
01:50:14 [2019-07-31T05:50:14.938Z] 	Statistics<E>::update, Statistics<E>::merge);
01:50:14 [2019-07-31T05:50:14.938Z] 	                       ^^^^^^^^^^^^^^^^^^^^
01:50:14 [2019-07-31T05:50:14.938Z] 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>'
01:50:14 [2019-07-31T05:50:14.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[84] 
01:50:14 [2019-07-31T05:50:14.938Z] 	Long value = fMapper.apply(element);
01:50:14 [2019-07-31T05:50:14.938Z] 	             ^^^^^^^^^^^^^^^^^^^^^^
01:50:14 [2019-07-31T05:50:14.938Z] 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
01:50:14 [2019-07-31T05:50:14.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[85] 
01:50:14 [2019-07-31T05:50:14.938Z] 	if (value <= fMapper.apply(obj)) {
01:50:14 [2019-07-31T05:50:14.938Z] 	             ^^^^^^^^^^^^^^^^^^
01:50:14 [2019-07-31T05:50:14.938Z] 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
01:50:14 [2019-07-31T05:50:14.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[103] 
01:50:14 [2019-07-31T05:50:14.938Z] 	Long value = fMapper.apply(element);
01:50:14 [2019-07-31T05:50:14.938Z] 	             ^^^^^^^^^^^^^^^^^^^^^^
01:50:14 [2019-07-31T05:50:14.938Z] 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
01:50:14 [2019-07-31T05:50:14.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[104] 
01:50:14 [2019-07-31T05:50:14.938Z] 	if (value >= fMapper.apply(obj)) {
01:50:14 [2019-07-31T05:50:14.938Z] 	             ^^^^^^^^^^^^^^^^^^
01:50:14 [2019-07-31T05:50:14.938Z] 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
01:50:14 [2019-07-31T05:50:14.938Z] 6 problems (6 warnings)
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/test/resources
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-sources.jar
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] 
01:50:14 [2019-07-31T05:50:14.938Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:16 [2019-07-31T05:50:16.829Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/data/.metadata/.log
01:50:16 [2019-07-31T05:50:16.829Z] [INFO] Command line:
01:50:16 [2019-07-31T05:50:16.829Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:50:16 [2019-07-31T05:50:16.829Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:50:20 [2019-07-31T05:50:20.465Z] !SESSION 2019-07-31 05:50:17.246 -----------------------------------------------
01:50:20 [2019-07-31T05:50:20.465Z] eclipse.buildId=unknown
01:50:20 [2019-07-31T05:50:20.465Z] java.version=1.8.0_202
01:50:20 [2019-07-31T05:50:20.465Z] java.vendor=Oracle Corporation
01:50:20 [2019-07-31T05:50:20.465Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:50:20 [2019-07-31T05:50:20.465Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:50:20 [2019-07-31T05:50:20.465Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:50:20 [2019-07-31T05:50:20.465Z] 
01:50:20 [2019-07-31T05:50:20.465Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:50:20.425
01:50:20 [2019-07-31T05:50:20.465Z] !MESSAGE FrameworkEvent ERROR
01:50:20 [2019-07-31T05:50:20.465Z] !STACK 0
01:50:20 [2019-07-31T05:50:20.465Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
01:50:20 [2019-07-31T05:50:20.465Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:50:20 [2019-07-31T05:50:20.465Z] 
01:50:20 [2019-07-31T05:50:20.465Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:50:20 [2019-07-31T05:50:20.465Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:50:20 [2019-07-31T05:50:20.465Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:50:20 [2019-07-31T05:50:20.465Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:50:20 [2019-07-31T05:50:20.465Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:50:20 [2019-07-31T05:50:20.465Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:50:20 [2019-07-31T05:50:20.465Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:50:20 [2019-07-31T05:50:20.465Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:50:20 [2019-07-31T05:50:20.465Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:50:20 [2019-07-31T05:50:20.465Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:50:20 [2019-07-31T05:50:20.722Z] 
01:50:20 [2019-07-31T05:50:20.722Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:50:20.560
01:50:20 [2019-07-31T05:50:20.722Z] !MESSAGE FrameworkEvent ERROR
01:50:20 [2019-07-31T05:50:20.722Z] !STACK 0
01:50:20 [2019-07-31T05:50:20.722Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
01:50:20 [2019-07-31T05:50:20.722Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:50:20 [2019-07-31T05:50:20.722Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:50:20 [2019-07-31T05:50:20.722Z]     -> 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"
01:50:20 [2019-07-31T05:50:20.722Z]        org.apache.httpcomponents.httpclient.win [35]
01:50:20 [2019-07-31T05:50:20.722Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:50:20 [2019-07-31T05:50:20.722Z] 
01:50:20 [2019-07-31T05:50:20.722Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:50:20 [2019-07-31T05:50:20.722Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:50:20 [2019-07-31T05:50:20.722Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:50:20 [2019-07-31T05:50:20.722Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:50:20 [2019-07-31T05:50:20.722Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:50:20 [2019-07-31T05:50:20.722Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:50:20 [2019-07-31T05:50:20.722Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:50:20 [2019-07-31T05:50:20.722Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:50:20 [2019-07-31T05:50:20.722Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:50:20 [2019-07-31T05:50:20.722Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:50:23 [2019-07-31T05:50:23.239Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest
01:50:25 [2019-07-31T05:50:25.130Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.836 s - in org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest
01:50:25 [2019-07-31T05:50:25.130Z] testDescending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0.007 s
01:50:25 [2019-07-31T05:50:25.130Z] testMergeStatisticsNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0.002 s
01:50:25 [2019-07-31T05:50:25.130Z] parallelStreamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0.44 s
01:50:25 [2019-07-31T05:50:25.130Z] testNoiseDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0.526 s
01:50:25 [2019-07-31T05:50:25.130Z] streamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0.12 s
01:50:25 [2019-07-31T05:50:25.130Z] testEmpty(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0 s
01:50:25 [2019-07-31T05:50:25.130Z] testSmallDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0 s
01:50:25 [2019-07-31T05:50:25.130Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0.326 s
01:50:25 [2019-07-31T05:50:25.130Z] testLargeDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0.185 s
01:50:25 [2019-07-31T05:50:25.130Z] testAscending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0 s
01:50:25 [2019-07-31T05:50:25.130Z] testLimitDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0 s
01:50:25 [2019-07-31T05:50:25.130Z] mergeStatisticsCornerCaseNodesTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0.01 s
01:50:25 [2019-07-31T05:50:25.130Z] testMergeStatisticsRandomNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0.003 s
01:50:25 [2019-07-31T05:50:25.130Z] testLargeDatasetNegative(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0.183 s
01:50:25 [2019-07-31T05:50:25.130Z] testLimitDataset2(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest)  Time elapsed: 0 s
01:50:25 [2019-07-31T05:50:25.130Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest
01:50:27 [2019-07-31T05:50:27.648Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.523 s - in org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest
01:50:27 [2019-07-31T05:50:27.648Z] testDescending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0.008 s
01:50:27 [2019-07-31T05:50:27.648Z] testMergeStatisticsNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0 s
01:50:27 [2019-07-31T05:50:27.648Z] parallelStreamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0.514 s
01:50:27 [2019-07-31T05:50:27.648Z] testNoiseDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0.814 s
01:50:27 [2019-07-31T05:50:27.648Z] streamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0.18 s
01:50:27 [2019-07-31T05:50:27.648Z] testEmpty(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0 s
01:50:27 [2019-07-31T05:50:27.648Z] testSmallDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0 s
01:50:27 [2019-07-31T05:50:27.648Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0.252 s
01:50:27 [2019-07-31T05:50:27.648Z] testLargeDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0.269 s
01:50:27 [2019-07-31T05:50:27.648Z] testAscending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0 s
01:50:27 [2019-07-31T05:50:27.648Z] testLimitDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0 s
01:50:27 [2019-07-31T05:50:27.648Z] mergeStatisticsCornerCaseNodesTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0 s
01:50:27 [2019-07-31T05:50:27.648Z] testMergeStatisticsRandomNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0.001 s
01:50:27 [2019-07-31T05:50:27.648Z] testLargeDatasetNegative(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0.481 s
01:50:27 [2019-07-31T05:50:27.648Z] testLimitDataset2(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest)  Time elapsed: 0 s
01:50:27 [2019-07-31T05:50:27.648Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest
01:50:30 [2019-07-31T05:50:30.166Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.216 s - in org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest
01:50:30 [2019-07-31T05:50:30.166Z] testDescending(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0.006 s
01:50:30 [2019-07-31T05:50:30.166Z] testMergeStatisticsNodes(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0 s
01:50:30 [2019-07-31T05:50:30.166Z] parallelStreamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0.473 s
01:50:30 [2019-07-31T05:50:30.166Z] testNoiseDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0.593 s
01:50:30 [2019-07-31T05:50:30.166Z] streamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0.188 s
01:50:30 [2019-07-31T05:50:30.166Z] testEmpty(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0 s
01:50:30 [2019-07-31T05:50:30.166Z] testSmallDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0 s
01:50:30 [2019-07-31T05:50:30.166Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0.465 s
01:50:30 [2019-07-31T05:50:30.166Z] testLargeDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0.483 s
01:50:30 [2019-07-31T05:50:30.166Z] testAscending(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0 s
01:50:30 [2019-07-31T05:50:30.166Z] testLimitDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0 s
01:50:30 [2019-07-31T05:50:30.166Z] mergeStatisticsCornerCaseNodesTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0 s
01:50:30 [2019-07-31T05:50:30.166Z] testMergeStatisticsRandomNodes(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0.002 s
01:50:30 [2019-07-31T05:50:30.166Z] testLargeDatasetNegative(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0 s
01:50:30 [2019-07-31T05:50:30.166Z] testLimitDataset2(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest)  Time elapsed: 0 s
01:50:30 [2019-07-31T05:50:30.166Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest
01:50:31 [2019-07-31T05:50:31.095Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 s - in org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest
01:50:31 [2019-07-31T05:50:31.095Z] testPartialPerTypeStatsCancel(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest)  Time elapsed: 0.454 s
01:50:31 [2019-07-31T05:50:31.095Z] testExecute(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest)  Time elapsed: 0.093 s
01:50:31 [2019-07-31T05:50:31.095Z] testExecuteNoDepend(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest)  Time elapsed: 0.024 s
01:50:31 [2019-07-31T05:50:31.095Z] testTotalStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest)  Time elapsed: 0.086 s
01:50:31 [2019-07-31T05:50:31.095Z] testPerTypeStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest)  Time elapsed: 0.089 s
01:50:31 [2019-07-31T05:50:31.095Z] testPartialPerTypeStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest)  Time elapsed: 0.088 s
01:50:31 [2019-07-31T05:50:31.095Z] testExecuteNoTrace(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest)  Time elapsed: 0.021 s
01:50:31 [2019-07-31T05:50:31.095Z] testPartialStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest)  Time elapsed: 0.078 s
01:50:31 [2019-07-31T05:50:31.095Z] 
01:50:31 [2019-07-31T05:50:31.095Z] Results:
01:50:31 [2019-07-31T05:50:31.095Z] 
01:50:31 [2019-07-31T05:50:31.095Z] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
01:50:31 [2019-07-31T05:50:31.095Z] 
01:50:31 [2019-07-31T05:50:31.824Z] [INFO] All tests passed!
01:50:31 [2019-07-31T05:50:31.824Z] [INFO] 
01:50:31 [2019-07-31T05:50:31.824Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:31 [2019-07-31T05:50:31.824Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:50:31 [2019-07-31T05:50:31.824Z] [INFO] 
01:50:31 [2019-07-31T05:50:31.824Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:32 [2019-07-31T05:50:32.180Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:50:32 [2019-07-31T05:50:32.180Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:50:32 [2019-07-31T05:50:32.436Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:50:32 [2019-07-31T05:50:32.999Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:50:32 [2019-07-31T05:50:32.999Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
01:50:33 [2019-07-31T05:50:33.255Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:50:33 [2019-07-31T05:50:33.255Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:50:33 [2019-07-31T05:50:33.255Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:50:33 [2019-07-31T05:50:33.255Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:50:33 [2019-07-31T05:50:33.516Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:50:33 [2019-07-31T05:50:33.772Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:50:34 [2019-07-31T05:50:34.028Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
01:50:34 [2019-07-31T05:50:34.028Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:50:34 [2019-07-31T05:50:34.285Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:50:34 [2019-07-31T05:50:34.285Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] 
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] 
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.core.tests ---
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] 
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests >--
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests 1.0.2-SNAPSHOT [44/134]
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] 
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] 
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] The project's OSGi version is 1.0.2.201907310510
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] 
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] 
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] 
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] 
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] 
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/src/main/resources
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] 
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:34 [2019-07-31T05:50:34.541Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/classes
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] 
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/src/test/resources
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] 
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-sources.jar
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] 
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] 
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] 
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] 
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] 
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] 
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] 
01:50:35 [2019-07-31T05:50:35.105Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:36 [2019-07-31T05:50:36.995Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work/data/.metadata/.log
01:50:36 [2019-07-31T05:50:36.995Z] [INFO] Command line:
01:50:36 [2019-07-31T05:50:36.995Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
01:50:36 [2019-07-31T05:50:36.995Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:50:40 [2019-07-31T05:50:40.265Z] !SESSION 2019-07-31 05:50:36.771 -----------------------------------------------
01:50:40 [2019-07-31T05:50:40.265Z] eclipse.buildId=unknown
01:50:40 [2019-07-31T05:50:40.265Z] java.version=1.8.0_202
01:50:40 [2019-07-31T05:50:40.265Z] java.vendor=Oracle Corporation
01:50:40 [2019-07-31T05:50:40.265Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:50:40 [2019-07-31T05:50:40.265Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
01:50:40 [2019-07-31T05:50:40.265Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
01:50:40 [2019-07-31T05:50:40.265Z] 
01:50:40 [2019-07-31T05:50:40.265Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:50:39.556
01:50:40 [2019-07-31T05:50:40.265Z] !MESSAGE FrameworkEvent ERROR
01:50:40 [2019-07-31T05:50:40.265Z] !STACK 0
01:50:40 [2019-07-31T05:50:40.265Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
01:50:40 [2019-07-31T05:50:40.265Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:50:40 [2019-07-31T05:50:40.265Z] 
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:50:40 [2019-07-31T05:50:40.265Z] 
01:50:40 [2019-07-31T05:50:40.265Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:50:39.736
01:50:40 [2019-07-31T05:50:40.265Z] !MESSAGE FrameworkEvent ERROR
01:50:40 [2019-07-31T05:50:40.265Z] !STACK 0
01:50:40 [2019-07-31T05:50:40.265Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
01:50:40 [2019-07-31T05:50:40.265Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:50:40 [2019-07-31T05:50:40.265Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:50:40 [2019-07-31T05:50:40.265Z]     -> 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"
01:50:40 [2019-07-31T05:50:40.265Z]        org.apache.httpcomponents.httpclient.win [36]
01:50:40 [2019-07-31T05:50:40.265Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:50:40 [2019-07-31T05:50:40.265Z] 
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:50:40 [2019-07-31T05:50:40.265Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:50:41 [2019-07-31T05:50:41.633Z] process 8177: 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
01:50:41 [2019-07-31T05:50:41.633Z] See the manual page for dbus-uuidgen to correct this issue.
01:50:42 [2019-07-31T05:50:42.423Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:50:42 [2019-07-31T05:50:42.423Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:50:52 [2019-07-31T05:50:52.371Z] Running org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest
01:50:52 [2019-07-31T05:50:52.371Z] Display size: 1440x900
01:50:52 [2019-07-31T05:50:52.371Z] OS version=3.10.0-957.21.3.el7.x86_64
01:50:52 [2019-07-31T05:50:52.371Z] GTK version=3.18.9
01:50:52 [2019-07-31T05:50:52.371Z] GTK theme=Ambiance
01:50:52 [2019-07-31T05:50:52.371Z] LIBOVERLAY_SCROLLBAR=0
01:50:52 [2019-07-31T05:50:52.371Z] Time zone: Coordinated Universal Time
01:50:52 [2019-07-31T05:50:52.371Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
01:50:52 [2019-07-31T05:50:52.371Z] log4j:WARN Please initialize the log4j system properly.
01:50:53 [2019-07-31T05:50:53.737Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"'
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Double-clicking on TimeGraphControl {*Wrong Thread*}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1184158194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1184158195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1184158196 data=null doit=true} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1184158196 data=null} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1184158200 data=null button=1 stateMask=0x0 x=482 y=47 count=1} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event Selection [13]: SelectionEvent{TimeGraphControl {} time=1184158204 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1184158205 data=null button=1 stateMask=0x80000 x=482 y=47 count=1} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1184158206 data=null button=1 stateMask=0x0 x=482 y=47 count=2} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event Selection [13]: SelectionEvent{TimeGraphControl {} time=1184158207 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TimeGraphControl {} time=1184158207 data=null button=1 stateMask=0x0 x=482 y=47 count=2} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{TimeGraphControl {} time=1184158208 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1184158208 data=null button=1 stateMask=0x80000 x=482 y=47 count=2} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event MouseHover [32]: MouseEvent{TimeGraphControl {} time=1184158209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:50:53 [2019-07-31T05:50:53.993Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1184158227 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:50:54 [2019-07-31T05:50:54.249Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1184158227 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {}
01:50:54 [2019-07-31T05:50:54.249Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1184158278 data=null doit=true} to TimeGraphControl with text {}
01:50:54 [2019-07-31T05:50:54.249Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1184158279 data=null} to TimeGraphControl with text {}
01:50:54 [2019-07-31T05:50:54.249Z] DEBUG - Double-clicked on TimeGraphControl {*Wrong Thread*}
01:50:54 [2019-07-31T05:50:54.249Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"'
01:50:54 [2019-07-31T05:50:54.249Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"'
01:50:54 [2019-07-31T05:50:54.505Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"'
01:50:54 [2019-07-31T05:50:54.761Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"'
01:50:55 [2019-07-31T05:50:55.016Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"'
01:50:55 [2019-07-31T05:50:55.273Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"'
01:50:55 [2019-07-31T05:50:55.273Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"'
01:50:55 [2019-07-31T05:50:55.528Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"'
01:50:55 [2019-07-31T05:50:55.785Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.98 s - in org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest
01:50:55 [2019-07-31T05:50:55.785Z] tryMouseDoubleclickZoom(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest)  Time elapsed: 1.011 s
01:50:55 [2019-07-31T05:50:55.785Z] cascadeTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest)  Time elapsed: 0.202 s
01:50:55 [2019-07-31T05:50:55.785Z] multiFunctionRootsTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest)  Time elapsed: 0.182 s
01:50:55 [2019-07-31T05:50:55.785Z] emptyStateSystemTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest)  Time elapsed: 0.135 s
01:50:55 [2019-07-31T05:50:55.785Z] largeTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest)  Time elapsed: 0.392 s
01:50:55 [2019-07-31T05:50:55.785Z] multiFunctionRootsSecondTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest)  Time elapsed: 0.187 s
01:50:55 [2019-07-31T05:50:55.785Z] mergeSecondLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest)  Time elapsed: 0.124 s
01:50:55 [2019-07-31T05:50:55.785Z] mergeFirstLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest)  Time elapsed: 0.171 s
01:50:55 [2019-07-31T05:50:55.785Z] treeTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest)  Time elapsed: 0.195 s
01:50:55 [2019-07-31T05:50:55.785Z] Running org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.callgraph.CallGraphDensityViewTest
01:50:55 [2019-07-31T05:50:55.785Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.callgraph.CallGraphDensityViewTest
01:50:55 [2019-07-31T05:50:55.785Z] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.callgraph.CallGraphDensityViewTest skipped
01:50:55 [2019-07-31T05:50:55.785Z] 
01:50:55 [2019-07-31T05:50:55.785Z] Results:
01:50:55 [2019-07-31T05:50:55.785Z] 
01:50:55 [2019-07-31T05:50:55.785Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1
01:50:55 [2019-07-31T05:50:55.785Z] 
01:50:57 [2019-07-31T05:50:57.675Z] [INFO] All tests passed!
01:50:57 [2019-07-31T05:50:57.675Z] [INFO] 
01:50:57 [2019-07-31T05:50:57.675Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:57 [2019-07-31T05:50:57.675Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:50:57 [2019-07-31T05:50:57.675Z] [INFO] 
01:50:57 [2019-07-31T05:50:57.675Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:50:58 [2019-07-31T05:50:58.606Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:50:58 [2019-07-31T05:50:58.606Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:50:58 [2019-07-31T05:50:58.606Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:50:59 [2019-07-31T05:50:59.178Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:50:59 [2019-07-31T05:50:59.435Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
01:50:59 [2019-07-31T05:50:59.435Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:50:59 [2019-07-31T05:50:59.692Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:50:59 [2019-07-31T05:50:59.692Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:50:59 [2019-07-31T05:50:59.692Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:50:59 [2019-07-31T05:50:59.692Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
01:50:59 [2019-07-31T05:50:59.947Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core.tests' with 23 classes
01:50:59 [2019-07-31T05:50:59.947Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:51:00 [2019-07-31T05:51:00.509Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:51:00 [2019-07-31T05:51:00.509Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
01:51:00 [2019-07-31T05:51:00.766Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:51:02 [2019-07-31T05:51:02.134Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
01:51:02 [2019-07-31T05:51:02.134Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:51:02 [2019-07-31T05:51:02.134Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
01:51:02 [2019-07-31T05:51:02.391Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:51:02 [2019-07-31T05:51:02.391Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes
01:51:02 [2019-07-31T05:51:02.649Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core.tests' with 10 classes
01:51:02 [2019-07-31T05:51:02.649Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
01:51:02 [2019-07-31T05:51:02.906Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng-parent >---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Building Trace Compass LTTng Support Parent 5.0.0-SNAPSHOT      [45/134]
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --------------------------------[ pom ]---------------------------------
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng-parent ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng-parent ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng-parent ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng-parent ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng-parent ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng-parent ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng-parent ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng-parent ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng-parent ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng-parent ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core >--
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Building org.eclipse.tracecompass.lttng2.common.core 1.1.1-SNAPSHOT [46/134]
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] The project's OSGi version is 1.1.1.201907310510
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core/src/main/resources
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.163Z] [INFO] Compiling 4 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core/target/classes
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core/src/test/resources
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-sources.jar
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] 
01:51:03 [2019-07-31T05:51:03.420Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:03 [2019-07-31T05:51:03.676Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:51:03 [2019-07-31T05:51:03.676Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:51:03 [2019-07-31T05:51:03.933Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:51:04 [2019-07-31T05:51:04.496Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:51:04 [2019-07-31T05:51:04.496Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
01:51:04 [2019-07-31T05:51:04.752Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:51:04 [2019-07-31T05:51:04.752Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:51:04 [2019-07-31T05:51:04.752Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:51:04 [2019-07-31T05:51:04.752Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.common.core ---
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core >--
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.core 3.2.2-SNAPSHOT [47/134]
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] The project's OSGi version is 3.2.2.201907310510
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/main/resources
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:05 [2019-07-31T05:51:05.009Z] [INFO] Compiling 94 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/classes
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[177] 
01:51:05 [2019-07-31T05:51:05.938Z] 	int attributeQuark = series.getKey().fQuark;
01:51:05 [2019-07-31T05:51:05.938Z] 	                     ^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[180] 
01:51:05 [2019-07-31T05:51:05.938Z] 	series.getValue().getData()[i] = extractValue(value);
01:51:05 [2019-07-31T05:51:05.938Z] 	^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[187] 
01:51:05 [2019-07-31T05:51:05.938Z] 	if (series.getKey().fDisplayType.equals(DisplayType.DELTA)) {
01:51:05 [2019-07-31T05:51:05.938Z] 	    ^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[188] 
01:51:05 [2019-07-31T05:51:05.938Z] 	getSeriesDelta(series.getValue().getData());
01:51:05 [2019-07-31T05:51:05.938Z] 	               ^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[192] 
01:51:05 [2019-07-31T05:51:05.938Z] 	return TmfXyResponseFactory.createFailedResponse(e.getMessage());
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                 ^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[196] 
01:51:05 [2019-07-31T05:51:05.938Z] 	return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), value -> Long.toString(value.getId())), complete);
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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>'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[196] 
01:51:05 [2019-07-31T05:51:05.938Z] 	return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), value -> Long.toString(value.getId())), complete);
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/segment/TmfXmlPatternSegment.java:[175] 
01:51:05 [2019-07-31T05:51:05.938Z] 	buffer.putString(entry.getKey());
01:51:05 [2019-07-31T05:51:05.938Z] 	                 ^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/segment/TmfXmlPatternSegment.java:[202] 
01:51:05 [2019-07-31T05:51:05.938Z] 	size += SafeByteBufferFactory.getStringSizeInBuffer(entry.getKey());
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                    ^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/model/DataDrivenActionUpdateStoredFields.java:[55] 
01:51:05 [2019-07-31T05:51:05.938Z] 	final String alias = entry.getValue();
01:51:05 [2019-07-31T05:51:05.938Z] 	                     ^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[265] 
01:51:05 [2019-07-31T05:51:05.938Z] 	series.getValue().getData()[i] = extractValue(value);
01:51:05 [2019-07-31T05:51:05.938Z] 	^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[273] 
01:51:05 [2019-07-31T05:51:05.938Z] 	getSeriesDelta(series.getValue().getData());
01:51:05 [2019-07-31T05:51:05.938Z] 	               ^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[277] 
01:51:05 [2019-07-31T05:51:05.938Z] 	return TmfXyResponseFactory.createFailedResponse(e.getMessage());
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                 ^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[281] 
01:51:05 [2019-07-31T05:51:05.938Z] 	return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), yModel -> Long.toString(yModel.getId())), complete);
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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>'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[281] 
01:51:05 [2019-07-31T05:51:05.938Z] 	return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), yModel -> Long.toString(yModel.getId())), complete);
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[368] 
01:51:05 [2019-07-31T05:51:05.938Z] 	builder.add(new TmfTreeDataModel(fTraceId, -1, Collections.singletonList(getTrace().getName())));
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                                         ^^^^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/compile/TmfXmlActionCu.java:[160] 
01:51:05 [2019-07-31T05:51:05.938Z] 	fields.put(fieldEntry.getKey(), fieldEntry.getValue().generate());
01:51:05 [2019-07-31T05:51:05.938Z] 	                                ^^^^^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/module/XmlDataProviderManager.java:[122] 
01:51:05 [2019-07-31T05:51:05.938Z] 	provider = generateExperimentProviderXy(traces, viewElement);
01:51:05 [2019-07-31T05:51:05.938Z] 	                                        ^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'Collection<ITmfTrace>' needs unchecked conversion to conform to 'Collection<@NonNull ITmfTrace>'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/module/XmlDataProviderManager.java:[184] 
01:51:05 [2019-07-31T05:51:05.938Z] 	provider = generateExperimentProviderTimeGraph(traces, viewElement);
01:51:05 [2019-07-31T05:51:05.938Z] 	                                               ^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'Collection<ITmfTrace>' needs unchecked conversion to conform to 'Collection<@NonNull ITmfTrace>'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlTimeGraphDataProvider.java:[238] 
01:51:05 [2019-07-31T05:51:05.938Z] 	TmfXmlStateSystemPathCu displayCu = TmfXmlStateSystemPathCu.compile(parentEntry.getAnalysisCompilationData(), Collections.singletonList(displayElement));
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                                                                                                        ^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlTimeGraphDataProvider.java:[259] 
01:51:05 [2019-07-31T05:51:05.938Z] 	buildEntry(ss, subEntryEl, currentEntry, quark, regex, currentEnd, entryList);
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                ^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlTimeGraphDataProvider.java:[403] 
01:51:05 [2019-07-31T05:51:05.938Z] 	return quarkToRow.values();
01:51:05 [2019-07-31T05:51:05.938Z] 	       ^^^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type '@NonNull Collection<ITimeGraphRowModel>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull ITimeGraphRowModel>'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/compile/TmfXmlFsmStateCu.java:[83] 
01:51:05 [2019-07-31T05:51:05.938Z] 	return new DataDrivenFsm(getId(), fInitialState.generate(), states, fPreCondition.generate(), fConsuming, fMultipleInstances);
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                            ^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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>'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/model/DataDrivenActionSegment.java:[79] 
01:51:05 [2019-07-31T05:51:05.938Z] 	Object value = field.getValue().getValue(event, ITmfStateSystem.ROOT_ATTRIBUTE, scenarioInfo, container);
01:51:05 [2019-07-31T05:51:05.938Z] 	               ^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenTimeGraphDataProvider.java:[162] 
01:51:05 [2019-07-31T05:51:05.938Z] 	for (Entry<ITmfStateSystem, Map<Integer, Long>> ssEntry : table.rowMap().entrySet()) {
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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>>'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenTimeGraphDataProvider.java:[186] 
01:51:05 [2019-07-31T05:51:05.938Z] 	for (ITmfStateInterval interval : ss.query2D(idToDisplayQuark.keySet(), getTimes(ss, timesRequested))) {
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                                                     ^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type mismatch: required '@NonNull List<@NonNull Long>' but the provided value is inferred as @Nullable
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/pattern/stateprovider/XmlPatternAnalysis.java:[319] 
01:51:05 [2019-07-31T05:51:05.938Z] 	return ((TmfXmlPatternSegment) segment).getContent().entrySet().stream().map(c -> c.getKey() + '=' + c.getValue()).collect(Collectors.joining(", ")); //$NON-NLS-1$
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] 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>'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/pattern/stateprovider/XmlPatternAnalysis.java:[354] 
01:51:05 [2019-07-31T05:51:05.938Z] 	properties.put(Objects.requireNonNull(Messages.PatternAnalysis_StateSystemPrefix + ' ' +entry.getKey()), entry.getValue());
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                                                                         ^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/pattern/stateprovider/XmlPatternAnalysis.java:[360] 
01:51:05 [2019-07-31T05:51:05.938Z] 	properties.put(Objects.requireNonNull(Messages.PatternAnalysis_SegmentStorePrefix + ' ' +entry.getKey()), entry.getValue());
01:51:05 [2019-07-31T05:51:05.938Z] 	                                                                                                          ^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
01:51:05 [2019-07-31T05:51:05.938Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/IXmlStateSystemContainer.java:[23] 
01:51:05 [2019-07-31T05:51:05.938Z] 	* {@link org.eclipse.tracecompass.internal.tmf.analysis.xml.core.model} package
01:51:05 [2019-07-31T05:51:05.938Z] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:51:05 [2019-07-31T05:51:05.938Z] Javadoc: org.eclipse.tracecompass.internal.tmf.analysis.xml.core.model cannot be resolved to a type
01:51:05 [2019-07-31T05:51:05.938Z] 30 problems (30 warnings)
01:51:05 [2019-07-31T05:51:05.938Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.938Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:05 [2019-07-31T05:51:05.938Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:51:05 [2019-07-31T05:51:05.938Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/test/resources
01:51:05 [2019-07-31T05:51:05.938Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.938Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:05 [2019-07-31T05:51:05.938Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-sources.jar
01:51:05 [2019-07-31T05:51:05.938Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.938Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:05 [2019-07-31T05:51:05.938Z] [INFO] 
01:51:05 [2019-07-31T05:51:05.938Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:06 [2019-07-31T05:51:06.195Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar
01:51:06 [2019-07-31T05:51:06.195Z] [INFO] 
01:51:06 [2019-07-31T05:51:06.195Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:06 [2019-07-31T05:51:06.195Z] [INFO] 
01:51:06 [2019-07-31T05:51:06.195Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:06 [2019-07-31T05:51:06.195Z] [INFO] 
01:51:06 [2019-07-31T05:51:06.195Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:06 [2019-07-31T05:51:06.195Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar
01:51:06 [2019-07-31T05:51:06.451Z] [INFO] 
01:51:06 [2019-07-31T05:51:06.451Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:06 [2019-07-31T05:51:06.451Z] [INFO] 
01:51:06 [2019-07-31T05:51:06.451Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:06 [2019-07-31T05:51:06.451Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:51:06 [2019-07-31T05:51:06.451Z] [INFO] 
01:51:06 [2019-07-31T05:51:06.451Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:06 [2019-07-31T05:51:06.707Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:51:06 [2019-07-31T05:51:06.707Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:51:06 [2019-07-31T05:51:06.965Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:51:07 [2019-07-31T05:51:07.329Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] 
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] 
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.analysis.xml.core ---
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] 
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core >--
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.core 3.0.0-SNAPSHOT [48/134]
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] 
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] 
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] The project's OSGi version is 3.0.0.201907310510
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] 
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] 
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] 
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] 
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] 
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/main/resources
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] 
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:07 [2019-07-31T05:51:07.679Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/classes
01:51:08 [2019-07-31T05:51:08.241Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/event/matching/TcpLttngEventMatching.java:[105] 
01:51:08 [2019-07-31T05:51:08.241Z] 	Long sequence = content.getFieldValue(Long.class, layout.fieldPathTcpSeq());
01:51:08 [2019-07-31T05:51:08.241Z] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
01:51:08 [2019-07-31T05:51:08.241Z] Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
01:51:08 [2019-07-31T05:51:08.241Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/event/matching/TcpLttngEventMatching.java:[106] 
01:51:08 [2019-07-31T05:51:08.241Z] 	Long ack = content.getFieldValue(Long.class, layout.fieldPathTcpAckSeq());
01:51:08 [2019-07-31T05:51:08.241Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:51:08 [2019-07-31T05:51:08.241Z] Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
01:51:08 [2019-07-31T05:51:08.241Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/event/matching/TcpLttngEventMatching.java:[107] 
01:51:08 [2019-07-31T05:51:08.241Z] 	Long flags = content.getFieldValue(Long.class, layout.fieldPathTcpFlags());
01:51:08 [2019-07-31T05:51:08.241Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:51:08 [2019-07-31T05:51:08.241Z] Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
01:51:08 [2019-07-31T05:51:08.241Z] 3 problems (3 warnings)
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] 
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/test/resources
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] 
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-sources.jar
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] 
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] 
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] 
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] 
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] 
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:08 [2019-07-31T05:51:08.241Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar
01:51:08 [2019-07-31T05:51:08.498Z] [INFO] 
01:51:08 [2019-07-31T05:51:08.498Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:08 [2019-07-31T05:51:08.498Z] [INFO] 
01:51:08 [2019-07-31T05:51:08.498Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:08 [2019-07-31T05:51:08.498Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:51:08 [2019-07-31T05:51:08.498Z] [INFO] 
01:51:08 [2019-07-31T05:51:08.498Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:08 [2019-07-31T05:51:08.754Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:51:08 [2019-07-31T05:51:08.754Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:51:09 [2019-07-31T05:51:09.011Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:51:09 [2019-07-31T05:51:09.573Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:51:09 [2019-07-31T05:51:09.573Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes
01:51:09 [2019-07-31T05:51:09.573Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:51:09 [2019-07-31T05:51:09.829Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
01:51:10 [2019-07-31T05:51:10.091Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:51:10 [2019-07-31T05:51:10.091Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:51:10 [2019-07-31T05:51:10.091Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:51:10 [2019-07-31T05:51:10.091Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:51:10 [2019-07-31T05:51:10.348Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:51:10 [2019-07-31T05:51:10.605Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:51:10 [2019-07-31T05:51:10.605Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
01:51:10 [2019-07-31T05:51:10.605Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:51:10 [2019-07-31T05:51:10.605Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] 
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] 
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel.core ---
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] 
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests >--
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests 0.0.4-SNAPSHOT [49/134]
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] 
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] 
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] The project's OSGi version is 0.0.4.201907310510
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] 
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] 
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] 
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] 
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] 
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/src/main/resources
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] 
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:10 [2019-07-31T05:51:10.862Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/classes
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] 
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/src/test/resources
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] 
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-sources.jar
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] 
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] 
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] 
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] 
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] 
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] 
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] 
01:51:11 [2019-07-31T05:51:11.425Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:51:13 [2019-07-31T05:51:13.318Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work/data/.metadata/.log
01:51:13 [2019-07-31T05:51:13.318Z] [INFO] Command line:
01:51:13 [2019-07-31T05:51:13.318Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
01:51:13 [2019-07-31T05:51:13.318Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:51:16 [2019-07-31T05:51:16.588Z] !SESSION 2019-07-31 05:51:13.179 -----------------------------------------------
01:51:16 [2019-07-31T05:51:16.588Z] eclipse.buildId=unknown
01:51:16 [2019-07-31T05:51:16.588Z] java.version=1.8.0_202
01:51:16 [2019-07-31T05:51:16.588Z] java.vendor=Oracle Corporation
01:51:16 [2019-07-31T05:51:16.588Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:51:16 [2019-07-31T05:51:16.588Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
01:51:16 [2019-07-31T05:51:16.588Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
01:51:16 [2019-07-31T05:51:16.588Z] 
01:51:16 [2019-07-31T05:51:16.588Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:51:16.056
01:51:16 [2019-07-31T05:51:16.588Z] !MESSAGE FrameworkEvent ERROR
01:51:16 [2019-07-31T05:51:16.588Z] !STACK 0
01:51:16 [2019-07-31T05:51:16.588Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
01:51:16 [2019-07-31T05:51:16.588Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:51:16 [2019-07-31T05:51:16.588Z] 
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:51:16 [2019-07-31T05:51:16.588Z] 
01:51:16 [2019-07-31T05:51:16.588Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:51:16.242
01:51:16 [2019-07-31T05:51:16.588Z] !MESSAGE FrameworkEvent ERROR
01:51:16 [2019-07-31T05:51:16.588Z] !STACK 0
01:51:16 [2019-07-31T05:51:16.588Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
01:51:16 [2019-07-31T05:51:16.588Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:51:16 [2019-07-31T05:51:16.588Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:51:16 [2019-07-31T05:51:16.588Z]     -> 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"
01:51:16 [2019-07-31T05:51:16.588Z]        org.apache.httpcomponents.httpclient.win [36]
01:51:16 [2019-07-31T05:51:16.588Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:51:16 [2019-07-31T05:51:16.588Z] 
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:51:16 [2019-07-31T05:51:16.588Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:51:19 [2019-07-31T05:51:19.254Z] process 8287: 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
01:51:19 [2019-07-31T05:51:19.254Z] See the manual page for dbus-uuidgen to correct this issue.
01:51:19 [2019-07-31T05:51:19.510Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:51:19 [2019-07-31T05:51:19.510Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:51:29 [2019-07-31T05:51:29.458Z] Running org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest
01:51:30 [2019-07-31T05:51:30.021Z] Display size: 1440x900
01:51:30 [2019-07-31T05:51:30.021Z] OS version=3.10.0-957.21.3.el7.x86_64
01:51:30 [2019-07-31T05:51:30.021Z] GTK version=3.18.9
01:51:30 [2019-07-31T05:51:30.021Z] GTK theme=Ambiance
01:51:30 [2019-07-31T05:51:30.021Z] LIBOVERLAY_SCROLLBAR=0
01:51:30 [2019-07-31T05:51:30.021Z] Time zone: Coordinated Universal Time
01:51:30 [2019-07-31T05:51:30.021Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
01:51:30 [2019-07-31T05:51:30.021Z] log4j:WARN Please initialize the log4j system properly.
01:51:31 [2019-07-31T05:51:31.388Z] *** BUG ***
01:51:31 [2019-07-31T05:51:31.388Z] In pixman_region32_init_rect: Invalid rectangle passed
01:51:31 [2019-07-31T05:51:31.388Z] Set a breakpoint on '_pixman_log_error' to debug
01:51:31 [2019-07-31T05:51:31.388Z] 
01:51:31 [2019-07-31T05:51:31.388Z] *** BUG ***
01:51:31 [2019-07-31T05:51:31.388Z] In pixman_region32_init_rect: Invalid rectangle passed
01:51:31 [2019-07-31T05:51:31.388Z] Set a breakpoint on '_pixman_log_error' to debug
01:51:31 [2019-07-31T05:51:31.388Z] 
01:51:31 [2019-07-31T05:51:31.645Z] *** BUG ***
01:51:31 [2019-07-31T05:51:31.645Z] In pixman_region32_init_rect: Invalid rectangle passed
01:51:31 [2019-07-31T05:51:31.645Z] Set a breakpoint on '_pixman_log_error' to debug
01:51:31 [2019-07-31T05:51:31.645Z] 
01:51:31 [2019-07-31T05:51:31.902Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"'
01:51:31 [2019-07-31T05:51:31.902Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
01:52:10 [2019-07-31T05:52:10.568Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"'
01:52:10 [2019-07-31T05:52:10.568Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:52:10 [2019-07-31T05:52:10.824Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:52:10 [2019-07-31T05:52:10.824Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:52:10 [2019-07-31T05:52:10.824Z] DEBUG - Setting state to checked on: minor_faults
01:52:11 [2019-07-31T05:52:11.753Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"'
01:52:11 [2019-07-31T05:52:11.753Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
01:52:15 [2019-07-31T05:52:15.022Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"'
01:52:15 [2019-07-31T05:52:15.022Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:52:15 [2019-07-31T05:52:15.022Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:52:15 [2019-07-31T05:52:15.022Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:52:15 [2019-07-31T05:52:15.022Z] DEBUG - Setting state to checked on: kernel_vm
01:52:15 [2019-07-31T05:52:15.278Z] DEBUG - Setting state to unchecked on: minor_faults
01:52:15 [2019-07-31T05:52:15.534Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184239591 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:52:15 [2019-07-31T05:52:15.534Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:52:15 [2019-07-31T05:52:15.534Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:52:15 [2019-07-31T05:52:15.534Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:52:15 [2019-07-31T05:52:15.534Z] DEBUG - Attempting to set focus on Tree with text {}
01:52:15 [2019-07-31T05:52:15.534Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184239697 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:52:15 [2019-07-31T05:52:15.534Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184239697 data=null doit=true} to TreeItem with text {test}
01:52:15 [2019-07-31T05:52:15.534Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184239697 data=null} to TreeItem with text {test}
01:52:15 [2019-07-31T05:52:15.534Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184239698 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:52:15 [2019-07-31T05:52:15.534Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184239699 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:52:15 [2019-07-31T05:52:15.534Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184239783 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:52:16 [2019-07-31T05:52:16.096Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:52:16 [2019-07-31T05:52:16.097Z] DEBUG - Clicking on with mnemonic 'Delete'
01:52:16 [2019-07-31T05:52:16.097Z] DEBUG - Clicked on with mnemonic 'Delete'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240640 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240644 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240644 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240644 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240644 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240645 data=null 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')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240683 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240684 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240684 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184240685 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Clicking on OK
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184240690 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184240691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184240691 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184240691 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184240692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184240692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:52:16 [2019-07-31T05:52:16.659Z] DEBUG - Clicked on OK
01:52:17 [2019-07-31T05:52:17.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184240692 data=null item=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')
01:52:17 [2019-07-31T05:52:17.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184240103 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:52:18 [2019-07-31T05:52:18.229Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.082 s - in org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest
01:52:18 [2019-07-31T05:52:18.229Z] testDisplayingDataSeries(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest)  Time elapsed: 40.352 s
01:52:18 [2019-07-31T05:52:18.229Z] testManipulatingTreeViewer(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest)  Time elapsed: 3.763 s
01:52:18 [2019-07-31T05:52:18.229Z] Running org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest
01:52:18 [2019-07-31T05:52:18.584Z] *** BUG ***
01:52:18 [2019-07-31T05:52:18.585Z] In pixman_region32_init_rect: Invalid rectangle passed
01:52:18 [2019-07-31T05:52:18.585Z] Set a breakpoint on '_pixman_log_error' to debug
01:52:18 [2019-07-31T05:52:18.585Z] 
01:52:18 [2019-07-31T05:52:18.585Z] *** BUG ***
01:52:18 [2019-07-31T05:52:18.585Z] In pixman_region32_init_rect: Invalid rectangle passed
01:52:18 [2019-07-31T05:52:18.585Z] Set a breakpoint on '_pixman_log_error' to debug
01:52:18 [2019-07-31T05:52:18.585Z] 
01:52:18 [2019-07-31T05:52:18.585Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"'
01:52:18 [2019-07-31T05:52:18.585Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - number of items : 6
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1184268124 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184268125 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1184268125 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{ToolItem {} time=1184268125 data=null} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1184268125 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1184268126 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1184268126 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}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1184268299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184268300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1184268301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1184268301 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1184268302 data=null} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - matched MenuItem with text "Pin to kernel_vm", using matcher: with mnemonic 'Pin to kernel_vm'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Clicking on with mnemonic 'Pin to kernel_vm'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Pin to kernel_vm} time=1184268341 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'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Clicked on with mnemonic 'Pin to kernel_vm'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - number of items : 6
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Clicking on ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1184268619 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184268619 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1184268620 data=null doit=true} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1184268620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1184268620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1184268621 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}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1184268625 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184268634 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1184268635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1184268680 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1184268680 data=null} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - number of items : 6
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1184268689 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184268689 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1184268689 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1184268689 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1184268689 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1184268690 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}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1184268692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184268693 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1184268693 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1184268693 data=null doit=true} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1184268693 data=null} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Clicked on ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - number of items : 6
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Clicking on ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1184268710 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184268711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1184268711 data=null doit=true} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1184268711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1184268711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1184268711 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}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1184268724 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184268724 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1184268724 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1184268725 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1184268725 data=null} to ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View}
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"'
01:52:45 [2019-07-31T05:52:45.125Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
01:52:47 [2019-07-31T05:52:47.643Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"'
01:52:47 [2019-07-31T05:52:47.643Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"'
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - number of items : 6
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1184282887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184282887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1184282887 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event FocusIn [15]: FocusEvent{ToolItem {} time=1184282887 data=null} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1184282888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1184282888 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1184282888 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}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1184283010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184283011 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1184283012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1184283012 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1184283012 data=null} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - matched MenuItem with text "Pin to context-switc...", using matcher: with mnemonic 'Pin to context-switches-kernel'
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1184283341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184283342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1184283342 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event FocusIn [15]: FocusEvent{ToolItem {} time=1184283378 data=null} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1184283378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1184283378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1184283379 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}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1184283392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184283392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1184283392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1184283392 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1184283393 data=null} to ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View}
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - matched MenuItem with text "Pin to kernel_vm", using matcher: with mnemonic 'Pin to kernel_vm'
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Clicking on with mnemonic 'Pin to kernel_vm'
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Pin to kernel_vm} time=1184283396 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'
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - Clicked on with mnemonic 'Pin to kernel_vm'
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"'
01:52:59 [2019-07-31T05:52:59.819Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"'
01:53:00 [2019-07-31T05:53:00.075Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:00 [2019-07-31T05:53:00.075Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:00 [2019-07-31T05:53:00.075Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"'
01:53:00 [2019-07-31T05:53:00.075Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"'
01:53:00 [2019-07-31T05:53:00.332Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:00 [2019-07-31T05:53:00.332Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:00 [2019-07-31T05:53:00.332Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"'
01:53:00 [2019-07-31T05:53:00.588Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"'
01:53:00 [2019-07-31T05:53:00.588Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:00 [2019-07-31T05:53:00.588Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:00 [2019-07-31T05:53:00.588Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"'
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - number of items : 6
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Clicking on ToolItem with tooltip text {Unpin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1184284936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184284936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1184284937 data=null doit=true} to ToolItem with tooltip text {Unpin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1184284937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1184284937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1184284937 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}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1184284943 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184284945 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1184284945 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1184284945 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1184284946 data=null} to ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"'
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - number of items : 6
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1184285089 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184285089 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1184285089 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1184285089 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1184285090 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1184285090 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}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1184285093 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184285094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1184285094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1184285094 data=null doit=true} to ToolItem with tooltip text {Unpin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1184285095 data=null} to ToolItem with tooltip text {Unpin View}
01:53:00 [2019-07-31T05:53:00.844Z] DEBUG - Clicked on ToolItem with tooltip text {Unpin View}
01:53:01 [2019-07-31T05:53:01.100Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <context-switches-kernel>"'
01:53:01 [2019-07-31T05:53:01.100Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"'
01:53:01 [2019-07-31T05:53:01.357Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"'
01:53:01 [2019-07-31T05:53:01.357Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
01:53:04 [2019-07-31T05:53:04.625Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"'
01:53:04 [2019-07-31T05:53:04.625Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:04 [2019-07-31T05:53:04.625Z] DEBUG - matched MenuItem with text "&New Counters view", using matcher: with mnemonic 'New Counters view'
01:53:04 [2019-07-31T05:53:04.625Z] DEBUG - matched MenuItem with text "pinned to kernel_vm", using matcher: with mnemonic 'pinned to kernel_vm'
01:53:04 [2019-07-31T05:53:04.625Z] DEBUG - Clicking on with mnemonic 'pinned to kernel_vm'
01:53:04 [2019-07-31T05:53:04.625Z] *** BUG ***
01:53:04 [2019-07-31T05:53:04.625Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:04 [2019-07-31T05:53:04.625Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:04 [2019-07-31T05:53:04.625Z] 
01:53:04 [2019-07-31T05:53:04.625Z] *** BUG ***
01:53:04 [2019-07-31T05:53:04.625Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:04 [2019-07-31T05:53:04.625Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:04 [2019-07-31T05:53:04.625Z] 
01:53:04 [2019-07-31T05:53:04.625Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {pinned to kernel_vm} time=1184288511 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'
01:53:04 [2019-07-31T05:53:04.625Z] DEBUG - Clicked on with mnemonic 'pinned to kernel_vm'
01:53:04 [2019-07-31T05:53:04.881Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"'
01:53:04 [2019-07-31T05:53:04.881Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm>"'
01:53:05 [2019-07-31T05:53:05.137Z] DEBUG - matched MenuItem with text "pinned to kernel_vm ...", using matcher: with mnemonic 'pinned to kernel_vm | new instance'
01:53:05 [2019-07-31T05:53:05.137Z] DEBUG - Clicking on with mnemonic 'pinned to kernel_vm | new instance'
01:53:05 [2019-07-31T05:53:05.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {pinned to kernel_vm | new instance} time=1184289280 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'
01:53:05 [2019-07-31T05:53:05.137Z] DEBUG - Clicked on with mnemonic 'pinned to kernel_vm | new instance'
01:53:05 [2019-07-31T05:53:05.137Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"'
01:53:06 [2019-07-31T05:53:06.066Z] *** BUG ***
01:53:06 [2019-07-31T05:53:06.066Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:06 [2019-07-31T05:53:06.066Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:06 [2019-07-31T05:53:06.066Z] 
01:53:06 [2019-07-31T05:53:06.066Z] *** BUG ***
01:53:06 [2019-07-31T05:53:06.066Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:06 [2019-07-31T05:53:06.066Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:06 [2019-07-31T05:53:06.066Z] 
01:53:06 [2019-07-31T05:53:06.322Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters <kernel_vm | 2>"'
01:53:07 [2019-07-31T05:53:07.251Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm | 2"'
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"'
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - number of items : 6
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1184292042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184292042 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1184292043 data=null doit=true} to ToolItem with tooltip text {Pin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1184292043 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1184292043 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1184292043 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}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1184292045 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1184292052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1184292060 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1184292060 data=null doit=true} to ToolItem with tooltip text {Unpin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1184292061 data=null} to ToolItem with tooltip text {Unpin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - Clicked on ToolItem with tooltip text {Unpin View}
01:53:07 [2019-07-31T05:53:07.813Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm | 2"'
01:53:08 [2019-07-31T05:53:08.070Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:08 [2019-07-31T05:53:08.070Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:53:08 [2019-07-31T05:53:08.932Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184293141 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:53:08 [2019-07-31T05:53:08.932Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:53:09 [2019-07-31T05:53:09.188Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:53:09 [2019-07-31T05:53:09.188Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:53:09 [2019-07-31T05:53:09.188Z] DEBUG - Attempting to set focus on Tree with text {}
01:53:09 [2019-07-31T05:53:09.188Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184293212 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:53:09 [2019-07-31T05:53:09.188Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184293212 data=null doit=true} to TreeItem with text {test}
01:53:09 [2019-07-31T05:53:09.188Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184293212 data=null} to TreeItem with text {test}
01:53:09 [2019-07-31T05:53:09.188Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184293213 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:53:09 [2019-07-31T05:53:09.188Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184293213 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:53:09 [2019-07-31T05:53:09.188Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184293229 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:53:09 [2019-07-31T05:53:09.188Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:53:09 [2019-07-31T05:53:09.188Z] DEBUG - Clicking on with mnemonic 'Delete'
01:53:09 [2019-07-31T05:53:09.444Z] DEBUG - Clicked on with mnemonic 'Delete'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294203 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294204 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294204 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294204 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294204 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294204 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294204 data=null 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')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294205 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294205 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294205 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294205 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184294205 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Clicking on OK
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184294208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184294208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184294208 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184294209 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184294209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184294209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:53:10 [2019-07-31T05:53:10.007Z] DEBUG - Clicked on OK
01:53:10 [2019-07-31T05:53:10.936Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184294209 data=null item=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')
01:53:10 [2019-07-31T05:53:10.936Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184293416 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:53:11 [2019-07-31T05:53:11.192Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.118 s - in org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest
01:53:11 [2019-07-31T05:53:11.192Z] testPinSingleTrace(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest)  Time elapsed: 26.372 s
01:53:11 [2019-07-31T05:53:11.192Z] testPinTwoTraces(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest)  Time elapsed: 16.505 s
01:53:11 [2019-07-31T05:53:11.192Z] testCloneSingleTrace(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest)  Time elapsed: 7.727 s
01:53:11 [2019-07-31T05:53:11.192Z] 
01:53:11 [2019-07-31T05:53:11.192Z] Results:
01:53:11 [2019-07-31T05:53:11.192Z] 
01:53:11 [2019-07-31T05:53:11.192Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
01:53:11 [2019-07-31T05:53:11.192Z] 
01:53:11 [2019-07-31T05:53:11.754Z] 
01:53:11 [2019-07-31T05:53:11.754Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 05:53:11.641
01:53:11 [2019-07-31T05:53:11.754Z] !MESSAGE The workspace will exit with unsaved changes in this session.
01:53:12 [2019-07-31T05:53:12.683Z] [INFO] All tests passed!
01:53:12 [2019-07-31T05:53:12.683Z] [INFO] 
01:53:12 [2019-07-31T05:53:12.683Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:53:12 [2019-07-31T05:53:12.683Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:53:12 [2019-07-31T05:53:12.683Z] [INFO] 
01:53:12 [2019-07-31T05:53:12.683Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:53:13 [2019-07-31T05:53:13.613Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:53:13 [2019-07-31T05:53:13.613Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:53:13 [2019-07-31T05:53:13.868Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:53:14 [2019-07-31T05:53:14.430Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
01:53:14 [2019-07-31T05:53:14.992Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:53:16 [2019-07-31T05:53:16.360Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:53:16 [2019-07-31T05:53:16.360Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes
01:53:16 [2019-07-31T05:53:16.360Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
01:53:16 [2019-07-31T05:53:16.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
01:53:16 [2019-07-31T05:53:16.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes
01:53:16 [2019-07-31T05:53:16.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:53:16 [2019-07-31T05:53:16.873Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes
01:53:16 [2019-07-31T05:53:16.873Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:53:16 [2019-07-31T05:53:16.873Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
01:53:17 [2019-07-31T05:53:17.129Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:53:17 [2019-07-31T05:53:17.129Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:53:17 [2019-07-31T05:53:17.730Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:53:17 [2019-07-31T05:53:17.730Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:53:17 [2019-07-31T05:53:17.730Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:53:17 [2019-07-31T05:53:17.730Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:53:17 [2019-07-31T05:53:17.987Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:53:17 [2019-07-31T05:53:17.987Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
01:53:17 [2019-07-31T05:53:17.987Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
01:53:18 [2019-07-31T05:53:18.248Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:53:18 [2019-07-31T05:53:18.248Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:53:18 [2019-07-31T05:53:18.504Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:53:18 [2019-07-31T05:53:18.761Z] [INFO] 
01:53:18 [2019-07-31T05:53:18.761Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:53:18 [2019-07-31T05:53:18.761Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:53:19 [2019-07-31T05:53:19.323Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:53:19 [2019-07-31T05:53:19.886Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:53:19 [2019-07-31T05:53:19.886Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:53:19 [2019-07-31T05:53:19.886Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:53:19 [2019-07-31T05:53:19.886Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:53:19 [2019-07-31T05:53:19.886Z] [INFO] 
01:53:19 [2019-07-31T05:53:19.886Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests >--
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests 1.0.7-SNAPSHOT [50/134]
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] The project's OSGi version is 1.0.7.201907310510
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/src/main/resources
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.142Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/classes
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/src/test/resources
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-sources.jar
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.704Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar
01:53:20 [2019-07-31T05:53:20.961Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.961Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:20 [2019-07-31T05:53:20.961Z] [INFO] 
01:53:20 [2019-07-31T05:53:20.961Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:53:22 [2019-07-31T05:53:22.327Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work/data/.metadata/.log
01:53:22 [2019-07-31T05:53:22.327Z] [INFO] Command line:
01:53:22 [2019-07-31T05:53:22.327Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
01:53:22 [2019-07-31T05:53:22.327Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:53:26 [2019-07-31T05:53:26.496Z] !SESSION 2019-07-31 05:53:22.491 -----------------------------------------------
01:53:26 [2019-07-31T05:53:26.496Z] eclipse.buildId=unknown
01:53:26 [2019-07-31T05:53:26.496Z] java.version=1.8.0_202
01:53:26 [2019-07-31T05:53:26.496Z] java.vendor=Oracle Corporation
01:53:26 [2019-07-31T05:53:26.496Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:53:26 [2019-07-31T05:53:26.496Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
01:53:26 [2019-07-31T05:53:26.496Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
01:53:26 [2019-07-31T05:53:26.496Z] 
01:53:26 [2019-07-31T05:53:26.496Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:53:25.749
01:53:26 [2019-07-31T05:53:26.496Z] !MESSAGE FrameworkEvent ERROR
01:53:26 [2019-07-31T05:53:26.496Z] !STACK 0
01:53:26 [2019-07-31T05:53:26.496Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
01:53:26 [2019-07-31T05:53:26.496Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:53:26 [2019-07-31T05:53:26.496Z] 
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:53:26 [2019-07-31T05:53:26.496Z] 
01:53:26 [2019-07-31T05:53:26.496Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:53:25.925
01:53:26 [2019-07-31T05:53:26.496Z] !MESSAGE FrameworkEvent ERROR
01:53:26 [2019-07-31T05:53:26.496Z] !STACK 0
01:53:26 [2019-07-31T05:53:26.496Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
01:53:26 [2019-07-31T05:53:26.496Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:53:26 [2019-07-31T05:53:26.496Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:53:26 [2019-07-31T05:53:26.496Z]     -> 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"
01:53:26 [2019-07-31T05:53:26.496Z]        org.apache.httpcomponents.httpclient.win [36]
01:53:26 [2019-07-31T05:53:26.496Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:53:26 [2019-07-31T05:53:26.496Z] 
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:53:26 [2019-07-31T05:53:26.496Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:53:27 [2019-07-31T05:53:27.863Z] process 8602: 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
01:53:27 [2019-07-31T05:53:27.863Z] See the manual page for dbus-uuidgen to correct this issue.
01:53:28 [2019-07-31T05:53:28.426Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:53:28 [2019-07-31T05:53:28.426Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:53:38 [2019-07-31T05:53:38.518Z] Running org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest
01:53:38 [2019-07-31T05:53:38.518Z] Display size: 1440x900
01:53:38 [2019-07-31T05:53:38.518Z] OS version=3.10.0-957.21.3.el7.x86_64
01:53:38 [2019-07-31T05:53:38.518Z] GTK version=3.18.9
01:53:38 [2019-07-31T05:53:38.518Z] GTK theme=Ambiance
01:53:38 [2019-07-31T05:53:38.518Z] LIBOVERLAY_SCROLLBAR=0
01:53:38 [2019-07-31T05:53:38.518Z] Time zone: Coordinated Universal Time
01:53:38 [2019-07-31T05:53:38.518Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
01:53:38 [2019-07-31T05:53:38.518Z] log4j:WARN Please initialize the log4j system properly.
01:53:40 [2019-07-31T05:53:40.409Z] *** BUG ***
01:53:40 [2019-07-31T05:53:40.409Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:40 [2019-07-31T05:53:40.409Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:40 [2019-07-31T05:53:40.409Z] 
01:53:40 [2019-07-31T05:53:40.409Z] *** BUG ***
01:53:40 [2019-07-31T05:53:40.409Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:40 [2019-07-31T05:53:40.409Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:40 [2019-07-31T05:53:40.409Z] 
01:53:40 [2019-07-31T05:53:40.409Z] *** BUG ***
01:53:40 [2019-07-31T05:53:40.409Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:40 [2019-07-31T05:53:40.409Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:40 [2019-07-31T05:53:40.409Z] 
01:53:40 [2019-07-31T05:53:40.409Z] *** BUG ***
01:53:40 [2019-07-31T05:53:40.409Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:40 [2019-07-31T05:53:40.409Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:40 [2019-07-31T05:53:40.409Z] 
01:53:40 [2019-07-31T05:53:40.409Z] *** BUG ***
01:53:40 [2019-07-31T05:53:40.409Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:40 [2019-07-31T05:53:40.409Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:40 [2019-07-31T05:53:40.409Z] 
01:53:40 [2019-07-31T05:53:40.666Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184324685 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}
01:53:40 [2019-07-31T05:53:40.666Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184324698 data=null button=1 stateMask=0x80000 x=524 y=-11 count=1} to TableColumn with text {Duration}
01:53:40 [2019-07-31T05:53:40.666Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184324791 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}
01:53:40 [2019-07-31T05:53:40.666Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184324797 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration}
01:53:40 [2019-07-31T05:53:40.666Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"'
01:53:40 [2019-07-31T05:53:40.923Z] *** BUG ***
01:53:40 [2019-07-31T05:53:40.923Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:40 [2019-07-31T05:53:40.923Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:40 [2019-07-31T05:53:40.923Z] 
01:53:40 [2019-07-31T05:53:40.923Z] *** BUG ***
01:53:40 [2019-07-31T05:53:40.923Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:40 [2019-07-31T05:53:40.923Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:40 [2019-07-31T05:53:40.923Z] 
01:53:40 [2019-07-31T05:53:40.923Z] *** BUG ***
01:53:40 [2019-07-31T05:53:40.923Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:40 [2019-07-31T05:53:40.923Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:40 [2019-07-31T05:53:40.923Z] 
01:53:40 [2019-07-31T05:53:40.923Z] *** BUG ***
01:53:40 [2019-07-31T05:53:40.923Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:40 [2019-07-31T05:53:40.923Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:40 [2019-07-31T05:53:40.923Z] 
01:53:40 [2019-07-31T05:53:40.923Z] *** BUG ***
01:53:40 [2019-07-31T05:53:40.923Z] In pixman_region32_init_rect: Invalid rectangle passed
01:53:40 [2019-07-31T05:53:40.923Z] Set a breakpoint on '_pixman_log_error' to debug
01:53:40 [2019-07-31T05:53:40.923Z] 
01:53:41 [2019-07-31T05:53:41.180Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184325193 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}
01:53:41 [2019-07-31T05:53:41.180Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184325195 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration}
01:53:41 [2019-07-31T05:53:41.180Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184325201 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}
01:53:41 [2019-07-31T05:53:41.180Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184325202 data=null button=1 stateMask=0x80000 x=0 y=-12 count=1} to TableColumn with text {Duration}
01:53:41 [2019-07-31T05:53:41.180Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"'
01:53:41 [2019-07-31T05:53:41.437Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"'
01:53:41 [2019-07-31T05:53:41.694Z] DEBUG - matched MenuItem with text "Export to TSV...", using matcher: with mnemonic 'Export to TSV...'
01:53:41 [2019-07-31T05:53:41.694Z] DEBUG - Clicking on with mnemonic 'Export to TSV...'
01:53:41 [2019-07-31T05:53:41.694Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export to TSV...} time=1184325707 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...'
01:53:41 [2019-07-31T05:53:41.694Z] DEBUG - Clicked on with mnemonic 'Export to TSV...'
01:53:41 [2019-07-31T05:53:41.694Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"'
01:53:56 [2019-07-31T05:53:56.579Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184337549 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}
01:53:56 [2019-07-31T05:53:56.579Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184339603 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration}
01:53:56 [2019-07-31T05:53:56.579Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184339604 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}
01:53:56 [2019-07-31T05:53:56.579Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184340797 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration}
01:53:56 [2019-07-31T05:53:56.579Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"'
01:53:59 [2019-07-31T05:53:59.097Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184342726 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}
01:53:59 [2019-07-31T05:53:59.097Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184342730 data=null button=1 stateMask=0x80000 x=524 y=-11 count=1} to TableColumn with text {Duration}
01:53:59 [2019-07-31T05:53:59.097Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184342753 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}
01:53:59 [2019-07-31T05:53:59.097Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184342757 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration}
01:53:59 [2019-07-31T05:53:59.097Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"'
01:54:09 [2019-07-31T05:54:09.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184352798 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}
01:54:09 [2019-07-31T05:54:09.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184353960 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration}
01:54:09 [2019-07-31T05:54:09.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184353961 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}
01:54:10 [2019-07-31T05:54:10.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184355102 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration}
01:54:10 [2019-07-31T05:54:10.907Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"'
01:54:25 [2019-07-31T05:54:25.788Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184368414 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}
01:54:25 [2019-07-31T05:54:25.788Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184368428 data=null button=1 stateMask=0x80000 x=524 y=-11 count=1} to TableColumn with text {Duration}
01:54:25 [2019-07-31T05:54:25.788Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184369297 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}
01:54:25 [2019-07-31T05:54:25.788Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184369303 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration}
01:54:25 [2019-07-31T05:54:25.788Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"'
01:54:40 [2019-07-31T05:54:40.642Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184383222 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}
01:54:41 [2019-07-31T05:54:41.572Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184385781 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration}
01:54:42 [2019-07-31T05:54:42.501Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184385782 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}
01:54:44 [2019-07-31T05:54:44.393Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184388193 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration}
01:54:44 [2019-07-31T05:54:44.393Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"'
01:54:46 [2019-07-31T05:54:46.031Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.458 s - in org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest
01:54:46 [2019-07-31T05:54:46.031Z] climbTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest)  Time elapsed: 0.876 s
01:54:46 [2019-07-31T05:54:46.031Z] smallTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest)  Time elapsed: 0.291 s
01:54:46 [2019-07-31T05:54:46.031Z] testWriteToTsv(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest)  Time elapsed: 0.514 s
01:54:46 [2019-07-31T05:54:46.031Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest)  Time elapsed: 16.767 s
01:54:46 [2019-07-31T05:54:46.031Z] decrementingTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest)  Time elapsed: 0.314 s
01:54:46 [2019-07-31T05:54:46.031Z] largeTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest)  Time elapsed: 14.645 s
01:54:46 [2019-07-31T05:54:46.031Z] onDiskSegStoreTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest)  Time elapsed: 14.187 s
01:54:46 [2019-07-31T05:54:46.031Z] noiseTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest)  Time elapsed: 18.436 s
01:54:46 [2019-07-31T05:54:46.031Z] 
01:54:46 [2019-07-31T05:54:46.031Z] Results:
01:54:46 [2019-07-31T05:54:46.031Z] 
01:54:46 [2019-07-31T05:54:46.031Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
01:54:46 [2019-07-31T05:54:46.031Z] 
01:54:47 [2019-07-31T05:54:47.400Z] [INFO] All tests passed!
01:54:47 [2019-07-31T05:54:47.400Z] [INFO] 
01:54:47 [2019-07-31T05:54:47.400Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:54:47 [2019-07-31T05:54:47.400Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:54:47 [2019-07-31T05:54:47.400Z] [INFO] 
01:54:47 [2019-07-31T05:54:47.400Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:54:48 [2019-07-31T05:54:48.330Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:54:48 [2019-07-31T05:54:48.330Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:54:48 [2019-07-31T05:54:48.330Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:54:48 [2019-07-31T05:54:48.892Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:54:49 [2019-07-31T05:54:49.149Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
01:54:49 [2019-07-31T05:54:49.149Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:54:49 [2019-07-31T05:54:49.405Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:54:49 [2019-07-31T05:54:49.405Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:54:49 [2019-07-31T05:54:49.405Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:54:49 [2019-07-31T05:54:49.405Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core.tests' with 10 classes
01:54:49 [2019-07-31T05:54:49.662Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:54:49 [2019-07-31T05:54:49.919Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:54:49 [2019-07-31T05:54:49.919Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
01:54:50 [2019-07-31T05:54:50.175Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
01:54:50 [2019-07-31T05:54:50.738Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:54:52 [2019-07-31T05:54:52.110Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:54:52 [2019-07-31T05:54:52.110Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes
01:54:52 [2019-07-31T05:54:52.366Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
01:54:52 [2019-07-31T05:54:52.366Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] 
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] 
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests ---
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] 
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests >--
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests 1.0.10-SNAPSHOT [51/134]
01:54:52 [2019-07-31T05:54:52.930Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] The project's OSGi version is 1.0.10.201907310510
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/main/resources
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.187Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/classes
01:54:53 [2019-07-31T05:54:53.443Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyDensityViewTest.java:[146] 
01:54:53 [2019-07-31T05:54:53.443Z] 	fDensityChart = viewBot.bot().widget(WidgetOfType.widgetOfType(Chart.class));
01:54:53 [2019-07-31T05:54:53.443Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:54:53 [2019-07-31T05:54:53.443Z] 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
01:54:53 [2019-07-31T05:54:53.443Z] 1 problem (1 warning)
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/test/resources
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.443Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:54:53 [2019-07-31T05:54:53.700Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.700Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.700Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.700Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.700Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.700Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.700Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:54:53 [2019-07-31T05:54:53.700Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.700Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:53 [2019-07-31T05:54:53.700Z] [INFO] 
01:54:53 [2019-07-31T05:54:53.700Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:54:54 [2019-07-31T05:54:54.891Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work/data/.metadata/.log
01:54:54 [2019-07-31T05:54:54.891Z] [INFO] Command line:
01:54:54 [2019-07-31T05:54:54.891Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
01:54:54 [2019-07-31T05:54:54.891Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:54:58 [2019-07-31T05:54:58.166Z] !SESSION 2019-07-31 05:54:55.162 -----------------------------------------------
01:54:58 [2019-07-31T05:54:58.166Z] eclipse.buildId=unknown
01:54:58 [2019-07-31T05:54:58.166Z] java.version=1.8.0_202
01:54:58 [2019-07-31T05:54:58.166Z] java.vendor=Oracle Corporation
01:54:58 [2019-07-31T05:54:58.166Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:54:58 [2019-07-31T05:54:58.166Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
01:54:58 [2019-07-31T05:54:58.166Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
01:54:58 [2019-07-31T05:54:58.166Z] 
01:54:58 [2019-07-31T05:54:58.166Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:54:57.946
01:54:58 [2019-07-31T05:54:58.166Z] !MESSAGE FrameworkEvent ERROR
01:54:58 [2019-07-31T05:54:58.166Z] !STACK 0
01:54:58 [2019-07-31T05:54:58.166Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
01:54:58 [2019-07-31T05:54:58.166Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:54:58 [2019-07-31T05:54:58.166Z] 
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:54:58 [2019-07-31T05:54:58.166Z] 
01:54:58 [2019-07-31T05:54:58.166Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:54:58.124
01:54:58 [2019-07-31T05:54:58.166Z] !MESSAGE FrameworkEvent ERROR
01:54:58 [2019-07-31T05:54:58.166Z] !STACK 0
01:54:58 [2019-07-31T05:54:58.166Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
01:54:58 [2019-07-31T05:54:58.166Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:54:58 [2019-07-31T05:54:58.166Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:54:58 [2019-07-31T05:54:58.166Z]     -> 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"
01:54:58 [2019-07-31T05:54:58.166Z]        org.apache.httpcomponents.httpclient.win [36]
01:54:58 [2019-07-31T05:54:58.166Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:54:58 [2019-07-31T05:54:58.166Z] 
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:54:58 [2019-07-31T05:54:58.166Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:55:00 [2019-07-31T05:55:00.057Z] process 8719: 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
01:55:00 [2019-07-31T05:55:00.057Z] See the manual page for dbus-uuidgen to correct this issue.
01:55:00 [2019-07-31T05:55:00.313Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:55:00 [2019-07-31T05:55:00.313Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:55:15 [2019-07-31T05:55:15.160Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyDensityViewTest
01:55:15 [2019-07-31T05:55:15.160Z] Display size: 1440x900
01:55:15 [2019-07-31T05:55:15.160Z] OS version=3.10.0-957.21.3.el7.x86_64
01:55:15 [2019-07-31T05:55:15.160Z] GTK version=3.18.9
01:55:15 [2019-07-31T05:55:15.160Z] GTK theme=Ambiance
01:55:15 [2019-07-31T05:55:15.160Z] LIBOVERLAY_SCROLLBAR=0
01:55:15 [2019-07-31T05:55:15.160Z] Time zone: Coordinated Universal Time
01:55:15 [2019-07-31T05:55:15.160Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
01:55:15 [2019-07-31T05:55:15.160Z] log4j:WARN Please initialize the log4j system properly.
01:55:15 [2019-07-31T05:55:15.724Z] *** BUG ***
01:55:15 [2019-07-31T05:55:15.724Z] In pixman_region32_init_rect: Invalid rectangle passed
01:55:15 [2019-07-31T05:55:15.724Z] Set a breakpoint on '_pixman_log_error' to debug
01:55:15 [2019-07-31T05:55:15.724Z] 
01:55:15 [2019-07-31T05:55:15.724Z] *** BUG ***
01:55:15 [2019-07-31T05:55:15.724Z] In pixman_region32_init_rect: Invalid rectangle passed
01:55:15 [2019-07-31T05:55:15.724Z] Set a breakpoint on '_pixman_log_error' to debug
01:55:15 [2019-07-31T05:55:15.724Z] 
01:55:15 [2019-07-31T05:55:15.724Z] *** BUG ***
01:55:15 [2019-07-31T05:55:15.724Z] In pixman_region32_init_rect: Invalid rectangle passed
01:55:15 [2019-07-31T05:55:15.724Z] Set a breakpoint on '_pixman_log_error' to debug
01:55:15 [2019-07-31T05:55:15.724Z] 
01:55:15 [2019-07-31T05:55:15.724Z] *** BUG ***
01:55:15 [2019-07-31T05:55:15.724Z] In pixman_region32_init_rect: Invalid rectangle passed
01:55:15 [2019-07-31T05:55:15.724Z] Set a breakpoint on '_pixman_log_error' to debug
01:55:15 [2019-07-31T05:55:15.724Z] 
01:55:15 [2019-07-31T05:55:15.724Z] *** BUG ***
01:55:15 [2019-07-31T05:55:15.724Z] In pixman_region32_init_rect: Invalid rectangle passed
01:55:15 [2019-07-31T05:55:15.724Z] Set a breakpoint on '_pixman_log_error' to debug
01:55:15 [2019-07-31T05:55:15.724Z] 
01:55:15 [2019-07-31T05:55:15.724Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"'
01:55:15 [2019-07-31T05:55:15.724Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart'
01:55:15 [2019-07-31T05:55:15.724Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"'
01:55:25 [2019-07-31T05:55:25.704Z] *** BUG ***
01:55:25 [2019-07-31T05:55:25.704Z] In pixman_region32_init_rect: Invalid rectangle passed
01:55:25 [2019-07-31T05:55:25.704Z] Set a breakpoint on '_pixman_log_error' to debug
01:55:25 [2019-07-31T05:55:25.704Z] 
01:55:25 [2019-07-31T05:55:25.704Z] *** BUG ***
01:55:25 [2019-07-31T05:55:25.704Z] In pixman_region32_init_rect: Invalid rectangle passed
01:55:25 [2019-07-31T05:55:25.704Z] Set a breakpoint on '_pixman_log_error' to debug
01:55:25 [2019-07-31T05:55:25.704Z] 
01:55:25 [2019-07-31T05:55:25.704Z] *** BUG ***
01:55:25 [2019-07-31T05:55:25.704Z] In pixman_region32_init_rect: Invalid rectangle passed
01:55:25 [2019-07-31T05:55:25.704Z] Set a breakpoint on '_pixman_log_error' to debug
01:55:25 [2019-07-31T05:55:25.704Z] 
01:55:25 [2019-07-31T05:55:25.704Z] *** BUG ***
01:55:25 [2019-07-31T05:55:25.704Z] In pixman_region32_init_rect: Invalid rectangle passed
01:55:25 [2019-07-31T05:55:25.704Z] Set a breakpoint on '_pixman_log_error' to debug
01:55:25 [2019-07-31T05:55:25.704Z] 
01:55:25 [2019-07-31T05:55:25.704Z] *** BUG ***
01:55:25 [2019-07-31T05:55:25.704Z] In pixman_region32_init_rect: Invalid rectangle passed
01:55:25 [2019-07-31T05:55:25.704Z] Set a breakpoint on '_pixman_log_error' to debug
01:55:25 [2019-07-31T05:55:25.704Z] 
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"'
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart'
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184431885 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}
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184431894 data=null button=1 stateMask=0x80000 x=38 y=-11 count=1} to TableColumn with text {Duration}
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184431983 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}
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184431990 data=null button=1 stateMask=0x80000 x=38 y=-12 count=1} to TableColumn with text {Duration}
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184432314 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - Attempting to set focus on Tree with text {}
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184432402 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184432402 data=null doit=true} to TreeItem with text {test}
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184432403 data=null} to TreeItem with text {test}
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184432404 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:55:28 [2019-07-31T05:55:28.225Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184432405 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:55:28 [2019-07-31T05:55:28.482Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184432483 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:55:28 [2019-07-31T05:55:28.482Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:55:28 [2019-07-31T05:55:28.482Z] DEBUG - Clicking on with mnemonic 'Delete'
01:55:28 [2019-07-31T05:55:28.739Z] DEBUG - Clicked on with mnemonic 'Delete'
01:55:28 [2019-07-31T05:55:28.997Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:55:28 [2019-07-31T05:55:28.997Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:55:28 [2019-07-31T05:55:28.997Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433293 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433293 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433293 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433293 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433294 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433294 data=null 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')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433294 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433294 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433295 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433295 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184433295 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Clicking on OK
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184433300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184433300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184433300 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184433308 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184433309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184433309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:29 [2019-07-31T05:55:29.254Z] DEBUG - Clicked on OK
01:55:30 [2019-07-31T05:55:30.184Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184433309 data=null item=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')
01:55:30 [2019-07-31T05:55:30.184Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184432733 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:55:30 [2019-07-31T05:55:30.440Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"'
01:55:30 [2019-07-31T05:55:30.697Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.21 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyDensityViewTest
01:55:30 [2019-07-31T05:55:30.697Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyDensityViewTest)  Time elapsed: 15.193 s
01:55:30 [2019-07-31T05:55:30.697Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyStatisticsTableAnalysisTest
01:55:30 [2019-07-31T05:55:30.953Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"'
01:55:30 [2019-07-31T05:55:30.953Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:55:30 [2019-07-31T05:55:30.953Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:55:30 [2019-07-31T05:55:30.953Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"'
01:55:30 [2019-07-31T05:55:30.953Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"'
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"'
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - matched MenuItem with text "Export to TSV...", using matcher: with mnemonic 'Export to TSV...'
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184442306 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - Attempting to set focus on Tree with text {}
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184442402 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184442402 data=null doit=true} to TreeItem with text {test}
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184442403 data=null} to TreeItem with text {test}
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184442403 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184442403 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184442420 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - Clicking on with mnemonic 'Delete'
01:55:39 [2019-07-31T05:55:39.047Z] DEBUG - Clicked on with mnemonic 'Delete'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443418 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443418 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443418 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443419 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443419 data=null 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')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443420 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443420 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184443420 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Clicking on OK
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184443423 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184443423 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184443423 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184443423 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184443423 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184443424 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:39 [2019-07-31T05:55:39.624Z] DEBUG - Clicked on OK
01:55:39 [2019-07-31T05:55:39.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184443424 data=null item=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')
01:55:39 [2019-07-31T05:55:39.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184442589 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:55:40 [2019-07-31T05:55:40.445Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"'
01:55:40 [2019-07-31T05:55:40.445Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.734 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyStatisticsTableAnalysisTest
01:55:40 [2019-07-31T05:55:40.445Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyStatisticsTableAnalysisTest)  Time elapsed: 9.622 s
01:55:40 [2019-07-31T05:55:40.445Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest
01:55:40 [2019-07-31T05:55:40.702Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:55:40 [2019-07-31T05:55:40.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184444978 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}
01:55:40 [2019-07-31T05:55:40.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184444983 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration}
01:55:40 [2019-07-31T05:55:40.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184445034 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}
01:55:40 [2019-07-31T05:55:40.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184445041 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:55:40 [2019-07-31T05:55:40.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {System Call} time=1184445114 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}
01:55:40 [2019-07-31T05:55:40.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {System Call} time=1184445120 data=null button=1 stateMask=0x80000 x=421 y=-12 count=1} to TableColumn with text {System Call}
01:55:40 [2019-07-31T05:55:40.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {System Call} time=1184445180 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}
01:55:40 [2019-07-31T05:55:40.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {System Call} time=1184445185 data=null button=1 stateMask=0x80000 x=421 y=-12 count=1} to TableColumn with text {System Call}
01:55:41 [2019-07-31T05:55:41.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184445220 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}
01:55:41 [2019-07-31T05:55:41.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184445225 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:55:41 [2019-07-31T05:55:41.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184445261 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}
01:55:41 [2019-07-31T05:55:41.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184445267 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:55:41 [2019-07-31T05:55:41.215Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Start Time} time=1184445311 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}
01:55:41 [2019-07-31T05:55:41.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Start Time} time=1184445316 data=null button=1 stateMask=0x80000 x=74 y=-12 count=1} to TableColumn with text {Start Time}
01:55:41 [2019-07-31T05:55:41.215Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:55:41 [2019-07-31T05:55:41.471Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:55:41 [2019-07-31T05:55:41.471Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184451413 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}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184451418 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184451496 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}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184451502 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184451752 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Attempting to set focus on Tree with text {}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184451797 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184451797 data=null doit=true} to TreeItem with text {test}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184451798 data=null} to TreeItem with text {test}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184451798 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184451798 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184451822 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Clicking on with mnemonic 'Delete'
01:55:48 [2019-07-31T05:55:48.015Z] DEBUG - Clicked on with mnemonic 'Delete'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452822 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452822 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452822 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452822 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452823 data=null 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')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452824 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184452824 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Clicking on OK
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184452826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184452826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184452826 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184452827 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184452827 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.579Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184452827 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.836Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.836Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.836Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.836Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.836Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:55:48 [2019-07-31T05:55:48.836Z] DEBUG - Clicked on OK
01:55:49 [2019-07-31T05:55:49.093Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184452827 data=null item=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')
01:55:49 [2019-07-31T05:55:49.093Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184451987 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:55:49 [2019-07-31T05:55:49.349Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:55:49 [2019-07-31T05:55:49.605Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:55:49 [2019-07-31T05:55:49.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184453645 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}
01:55:49 [2019-07-31T05:55:49.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184453647 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration}
01:55:49 [2019-07-31T05:55:49.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184453650 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}
01:55:49 [2019-07-31T05:55:49.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184453652 data=null button=1 stateMask=0x80000 x=0 y=-11 count=1} to TableColumn with text {Duration}
01:55:49 [2019-07-31T05:55:49.605Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:55:49 [2019-07-31T05:55:49.605Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:55:49 [2019-07-31T05:55:49.862Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:55:49 [2019-07-31T05:55:49.862Z] DEBUG - matched MenuItem with text "Export to TSV...", using matcher: with mnemonic 'Export to TSV...'
01:55:49 [2019-07-31T05:55:49.862Z] DEBUG - Clicking on with mnemonic 'Export to TSV...'
01:55:49 [2019-07-31T05:55:49.862Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export to TSV...} time=1184454110 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...'
01:55:49 [2019-07-31T05:55:49.862Z] DEBUG - Clicked on with mnemonic 'Export to TSV...'
01:55:49 [2019-07-31T05:55:49.862Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:55:50 [2019-07-31T05:55:50.119Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:56:08 [2019-07-31T05:56:08.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184468689 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}
01:56:08 [2019-07-31T05:56:08.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184470334 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:56:08 [2019-07-31T05:56:08.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184470336 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}
01:56:08 [2019-07-31T05:56:08.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184472016 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:56:08 [2019-07-31T05:56:08.175Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:56:12 [2019-07-31T05:56:12.343Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:56:12 [2019-07-31T05:56:12.343Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184476018 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}
01:56:12 [2019-07-31T05:56:12.343Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184476024 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration}
01:56:12 [2019-07-31T05:56:12.343Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184476062 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}
01:56:12 [2019-07-31T05:56:12.343Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184476067 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:56:12 [2019-07-31T05:56:12.343Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:56:12 [2019-07-31T05:56:12.343Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:56:27 [2019-07-31T05:56:27.189Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184488752 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}
01:56:27 [2019-07-31T05:56:27.189Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184490559 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:56:27 [2019-07-31T05:56:27.189Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184490561 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}
01:56:28 [2019-07-31T05:56:28.119Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184492116 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:56:28 [2019-07-31T05:56:28.119Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:56:32 [2019-07-31T05:56:32.331Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:56:47 [2019-07-31T05:56:47.177Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184510171 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}
01:56:47 [2019-07-31T05:56:47.177Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184510180 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration}
01:56:47 [2019-07-31T05:56:47.177Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184510790 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}
01:56:47 [2019-07-31T05:56:47.177Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184510798 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:56:47 [2019-07-31T05:56:47.434Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:56:51 [2019-07-31T05:56:51.605Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:57:09 [2019-07-31T05:57:09.663Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184530082 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}
01:57:09 [2019-07-31T05:57:09.663Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184532518 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:57:09 [2019-07-31T05:57:09.663Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1184532519 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}
01:57:11 [2019-07-31T05:57:11.033Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1184535025 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration}
01:57:11 [2019-07-31T05:57:11.033Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"'
01:57:15 [2019-07-31T05:57:15.205Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 94.365 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest
01:57:15 [2019-07-31T05:57:15.205Z] climbTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest)  Time elapsed: 0.794 s
01:57:15 [2019-07-31T05:57:15.205Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest)  Time elapsed: 7.985 s
01:57:15 [2019-07-31T05:57:15.205Z] smallTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest)  Time elapsed: 0.29 s
01:57:15 [2019-07-31T05:57:15.205Z] testWriteToTsv(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest)  Time elapsed: 0.487 s
01:57:15 [2019-07-31T05:57:15.205Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest)  Time elapsed: 21.557 s
01:57:15 [2019-07-31T05:57:15.205Z] decrementingTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest)  Time elapsed: 0.439 s
01:57:15 [2019-07-31T05:57:15.205Z] largeTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest)  Time elapsed: 19.897 s
01:57:15 [2019-07-31T05:57:15.205Z] onDiskSegStoreTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest)  Time elapsed: 19.37 s
01:57:15 [2019-07-31T05:57:15.205Z] noiseTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest)  Time elapsed: 23.443 s
01:57:15 [2019-07-31T05:57:15.205Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyScatterChartViewTest
01:57:15 [2019-07-31T05:57:15.205Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184538924 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:57:15 [2019-07-31T05:57:15.768Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.scatter"'
01:57:15 [2019-07-31T05:57:15.768Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
01:57:21 [2019-07-31T05:57:21.020Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
01:57:21 [2019-07-31T05:57:21.020Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
01:57:21 [2019-07-31T05:57:21.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:57:21 [2019-07-31T05:57:21.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:57:21 [2019-07-31T05:57:21.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:57:21 [2019-07-31T05:57:21.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:57:21 [2019-07-31T05:57:21.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:57:21 [2019-07-31T05:57:21.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:57:21 [2019-07-31T05:57:21.020Z] DEBUG - Setting state to checked on: bug446190
01:57:21 [2019-07-31T05:57:21.277Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:57:21 [2019-07-31T05:57:21.277Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:57:21 [2019-07-31T05:57:21.277Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184545486 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:57:21 [2019-07-31T05:57:21.277Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:57:21 [2019-07-31T05:57:21.277Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:57:21 [2019-07-31T05:57:21.277Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:57:21 [2019-07-31T05:57:21.277Z] DEBUG - Attempting to set focus on Tree with text {}
01:57:21 [2019-07-31T05:57:21.277Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184545530 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:57:21 [2019-07-31T05:57:21.277Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184545530 data=null doit=true} to TreeItem with text {test}
01:57:21 [2019-07-31T05:57:21.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184545531 data=null} to TreeItem with text {test}
01:57:21 [2019-07-31T05:57:21.533Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184545531 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:57:21 [2019-07-31T05:57:21.533Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184545531 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:57:21 [2019-07-31T05:57:21.533Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184545546 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:57:21 [2019-07-31T05:57:21.533Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:57:21 [2019-07-31T05:57:21.533Z] DEBUG - Clicking on with mnemonic 'Delete'
01:57:21 [2019-07-31T05:57:21.790Z] DEBUG - Clicked on with mnemonic 'Delete'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546093 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546094 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546094 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546095 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546095 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546095 data=null 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')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546095 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546095 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546095 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546096 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184546096 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Clicking on OK
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184546104 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184546104 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184546104 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184546104 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184546105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184546105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:57:22 [2019-07-31T05:57:22.048Z] DEBUG - Clicked on OK
01:57:22 [2019-07-31T05:57:22.784Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184546105 data=null item=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')
01:57:22 [2019-07-31T05:57:22.784Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184545708 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:57:22 [2019-07-31T05:57:22.784Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.988 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyScatterChartViewTest
01:57:22 [2019-07-31T05:57:22.784Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyScatterChartViewTest)  Time elapsed: 6.161 s
01:57:22 [2019-07-31T05:57:22.784Z] 
01:57:22 [2019-07-31T05:57:22.784Z] Results:
01:57:22 [2019-07-31T05:57:22.784Z] 
01:57:22 [2019-07-31T05:57:22.784Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
01:57:22 [2019-07-31T05:57:22.784Z] 
01:57:23 [2019-07-31T05:57:23.346Z] 
01:57:23 [2019-07-31T05:57:23.346Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 05:57:23.164
01:57:23 [2019-07-31T05:57:23.346Z] !MESSAGE The workspace will exit with unsaved changes in this session.
01:57:24 [2019-07-31T05:57:24.276Z] [INFO] All tests passed!
01:57:24 [2019-07-31T05:57:24.276Z] [INFO] 
01:57:24 [2019-07-31T05:57:24.276Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:57:24 [2019-07-31T05:57:24.276Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:57:24 [2019-07-31T05:57:24.276Z] [INFO] 
01:57:24 [2019-07-31T05:57:24.276Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:57:25 [2019-07-31T05:57:25.207Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:57:25 [2019-07-31T05:57:25.464Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:57:25 [2019-07-31T05:57:25.464Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:57:26 [2019-07-31T05:57:26.027Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:57:26 [2019-07-31T05:57:26.027Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes
01:57:26 [2019-07-31T05:57:26.284Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:57:26 [2019-07-31T05:57:26.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
01:57:26 [2019-07-31T05:57:26.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:57:26 [2019-07-31T05:57:26.797Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:57:26 [2019-07-31T05:57:26.797Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:57:26 [2019-07-31T05:57:26.797Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:57:26 [2019-07-31T05:57:26.797Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes
01:57:27 [2019-07-31T05:57:27.360Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:57:28 [2019-07-31T05:57:28.729Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:57:28 [2019-07-31T05:57:28.729Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
01:57:28 [2019-07-31T05:57:28.729Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:57:29 [2019-07-31T05:57:29.292Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
01:57:29 [2019-07-31T05:57:29.292Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:57:29 [2019-07-31T05:57:29.292Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes
01:57:30 [2019-07-31T05:57:30.660Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes
01:57:30 [2019-07-31T05:57:30.660Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
01:57:30 [2019-07-31T05:57:30.660Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests' with 4 classes
01:57:30 [2019-07-31T05:57:30.660Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core.tests' with 10 classes
01:57:30 [2019-07-31T05:57:30.916Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:57:30 [2019-07-31T05:57:30.916Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:57:31 [2019-07-31T05:57:31.173Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
01:57:31 [2019-07-31T05:57:31.173Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests ---
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core.tests >--
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.core.tests 1.0.1-SNAPSHOT [52/134]
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] The project's OSGi version is 1.0.1.201907310510
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/src/main/resources
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.430Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/classes
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/src/test/resources
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-sources.jar
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] 
01:57:31 [2019-07-31T05:57:31.687Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:32 [2019-07-31T05:57:32.898Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/data/.metadata/.log
01:57:32 [2019-07-31T05:57:32.898Z] [INFO] Command line:
01:57:32 [2019-07-31T05:57:32.898Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:57:32 [2019-07-31T05:57:32.898Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:57:35 [2019-07-31T05:57:35.575Z] !SESSION 2019-07-31 05:57:32.967 -----------------------------------------------
01:57:35 [2019-07-31T05:57:35.575Z] eclipse.buildId=unknown
01:57:35 [2019-07-31T05:57:35.575Z] java.version=1.8.0_202
01:57:35 [2019-07-31T05:57:35.575Z] java.vendor=Oracle Corporation
01:57:35 [2019-07-31T05:57:35.575Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:57:35 [2019-07-31T05:57:35.575Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:57:35 [2019-07-31T05:57:35.575Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:57:35 [2019-07-31T05:57:35.575Z] 
01:57:35 [2019-07-31T05:57:35.575Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:57:35.463
01:57:35 [2019-07-31T05:57:35.575Z] !MESSAGE FrameworkEvent ERROR
01:57:35 [2019-07-31T05:57:35.575Z] !STACK 0
01:57:35 [2019-07-31T05:57:35.575Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
01:57:35 [2019-07-31T05:57:35.575Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:57:35 [2019-07-31T05:57:35.575Z] 
01:57:35 [2019-07-31T05:57:35.575Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:57:35 [2019-07-31T05:57:35.575Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:57:35 [2019-07-31T05:57:35.575Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:57:35 [2019-07-31T05:57:35.575Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:57:35 [2019-07-31T05:57:35.575Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:57:35 [2019-07-31T05:57:35.575Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:57:35 [2019-07-31T05:57:35.575Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:57:35 [2019-07-31T05:57:35.575Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:57:35 [2019-07-31T05:57:35.575Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:57:35 [2019-07-31T05:57:35.575Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:57:35 [2019-07-31T05:57:35.831Z] 
01:57:35 [2019-07-31T05:57:35.831Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:57:35.637
01:57:35 [2019-07-31T05:57:35.831Z] !MESSAGE FrameworkEvent ERROR
01:57:35 [2019-07-31T05:57:35.831Z] !STACK 0
01:57:35 [2019-07-31T05:57:35.831Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
01:57:35 [2019-07-31T05:57:35.831Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:57:35 [2019-07-31T05:57:35.831Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:57:35 [2019-07-31T05:57:35.831Z]     -> 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"
01:57:35 [2019-07-31T05:57:35.831Z]        org.apache.httpcomponents.httpclient.win [35]
01:57:35 [2019-07-31T05:57:35.831Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:57:35 [2019-07-31T05:57:35.831Z] 
01:57:35 [2019-07-31T05:57:35.831Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:57:35 [2019-07-31T05:57:35.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:57:35 [2019-07-31T05:57:35.831Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:57:35 [2019-07-31T05:57:35.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:57:35 [2019-07-31T05:57:35.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:57:35 [2019-07-31T05:57:35.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:57:35 [2019-07-31T05:57:35.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:57:35 [2019-07-31T05:57:35.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:57:35 [2019-07-31T05:57:35.831Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:57:35 [2019-07-31T05:57:35.831Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:57:37 [2019-07-31T05:57:37.723Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest
01:57:37 [2019-07-31T05:57:37.723Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest
01:57:37 [2019-07-31T05:57:37.723Z] testResolver(org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest)  Time elapsed: 0.024 s
01:57:37 [2019-07-31T05:57:37.723Z] testWithPredicate(org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest)  Time elapsed: 0 s
01:57:37 [2019-07-31T05:57:37.723Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartModelTest
01:57:37 [2019-07-31T05:57:37.723Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartModelTest
01:57:37 [2019-07-31T05:57:37.723Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartModelTest)  Time elapsed: 0.003 s
01:57:37 [2019-07-31T05:57:37.723Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartSeriesTest
01:57:37 [2019-07-31T05:57:37.723Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartSeriesTest
01:57:37 [2019-07-31T05:57:37.723Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartSeriesTest)  Time elapsed: 0.001 s
01:57:37 [2019-07-31T05:57:37.723Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest
01:57:37 [2019-07-31T05:57:37.723Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest
01:57:37 [2019-07-31T05:57:37.723Z] testImmutableSeries(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest)  Time elapsed: 0.001 s
01:57:37 [2019-07-31T05:57:37.723Z] testGetDescriptors(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest)  Time elapsed: 0 s
01:57:37 [2019-07-31T05:57:37.723Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest
01:57:37 [2019-07-31T05:57:37.723Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest
01:57:37 [2019-07-31T05:57:37.723Z] testConstructorWithUnit(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest)  Time elapsed: 0.001 s
01:57:37 [2019-07-31T05:57:37.723Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest)  Time elapsed: 0 s
01:57:37 [2019-07-31T05:57:37.723Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest
01:57:37 [2019-07-31T05:57:37.723Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest
01:57:37 [2019-07-31T05:57:37.723Z] testConstructorWithUnit(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest)  Time elapsed: 0.001 s
01:57:37 [2019-07-31T05:57:37.723Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest)  Time elapsed: 0 s
01:57:37 [2019-07-31T05:57:37.723Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest
01:57:37 [2019-07-31T05:57:37.723Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest
01:57:37 [2019-07-31T05:57:37.723Z] testComparator(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest)  Time elapsed: 0 s
01:57:37 [2019-07-31T05:57:37.723Z] testLimitValues(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest)  Time elapsed: 0 s
01:57:37 [2019-07-31T05:57:37.723Z] testMapper(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest)  Time elapsed: 0 s
01:57:37 [2019-07-31T05:57:37.723Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest
01:57:37 [2019-07-31T05:57:37.723Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest
01:57:37 [2019-07-31T05:57:37.723Z] testComparator(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest)  Time elapsed: 0 s
01:57:37 [2019-07-31T05:57:37.723Z] testLimitValues(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest)  Time elapsed: 0 s
01:57:37 [2019-07-31T05:57:37.723Z] testMapper(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest)  Time elapsed: 0.001 s
01:57:37 [2019-07-31T05:57:37.723Z] 
01:57:37 [2019-07-31T05:57:37.723Z] Results:
01:57:37 [2019-07-31T05:57:37.723Z] 
01:57:37 [2019-07-31T05:57:37.723Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
01:57:37 [2019-07-31T05:57:37.723Z] 
01:57:38 [2019-07-31T05:57:38.652Z] [INFO] All tests passed!
01:57:38 [2019-07-31T05:57:38.652Z] [INFO] 
01:57:38 [2019-07-31T05:57:38.652Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:38 [2019-07-31T05:57:38.652Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:57:38 [2019-07-31T05:57:38.652Z] [INFO] 
01:57:38 [2019-07-31T05:57:38.652Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:38 [2019-07-31T05:57:38.652Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:57:38 [2019-07-31T05:57:38.652Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:57:38 [2019-07-31T05:57:38.652Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:57:38 [2019-07-31T05:57:38.652Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:57:38 [2019-07-31T05:57:38.909Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:57:38 [2019-07-31T05:57:38.909Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:57:39 [2019-07-31T05:57:39.471Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.core.tests ---
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests >--
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests 1.0.3-SNAPSHOT [53/134]
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] The project's OSGi version is 1.0.3.201907310510
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/src/main/resources
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.728Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/classes
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/src/test/resources
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] 
01:57:39 [2019-07-31T05:57:39.985Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:40 [2019-07-31T05:57:40.242Z] [INFO] 
01:57:40 [2019-07-31T05:57:40.242Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:57:42 [2019-07-31T05:57:42.135Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work/data/.metadata/.log
01:57:42 [2019-07-31T05:57:42.135Z] [INFO] Command line:
01:57:42 [2019-07-31T05:57:42.135Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
01:57:42 [2019-07-31T05:57:42.135Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:57:44 [2019-07-31T05:57:44.655Z] !SESSION 2019-07-31 05:57:41.876 -----------------------------------------------
01:57:44 [2019-07-31T05:57:44.655Z] eclipse.buildId=unknown
01:57:44 [2019-07-31T05:57:44.655Z] java.version=1.8.0_202
01:57:44 [2019-07-31T05:57:44.655Z] java.vendor=Oracle Corporation
01:57:44 [2019-07-31T05:57:44.655Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:57:44 [2019-07-31T05:57:44.655Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
01:57:44 [2019-07-31T05:57:44.655Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
01:57:44 [2019-07-31T05:57:44.655Z] 
01:57:44 [2019-07-31T05:57:44.655Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:57:44.631
01:57:44 [2019-07-31T05:57:44.655Z] !MESSAGE FrameworkEvent ERROR
01:57:44 [2019-07-31T05:57:44.655Z] !STACK 0
01:57:44 [2019-07-31T05:57:44.655Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
01:57:44 [2019-07-31T05:57:44.655Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:57:44 [2019-07-31T05:57:44.655Z] 
01:57:44 [2019-07-31T05:57:44.655Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:57:44 [2019-07-31T05:57:44.655Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:57:44 [2019-07-31T05:57:44.655Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:57:44 [2019-07-31T05:57:44.655Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:57:44 [2019-07-31T05:57:44.655Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:57:44 [2019-07-31T05:57:44.655Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:57:44 [2019-07-31T05:57:44.655Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:57:44 [2019-07-31T05:57:44.655Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:57:44 [2019-07-31T05:57:44.655Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:57:44 [2019-07-31T05:57:44.655Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:57:44 [2019-07-31T05:57:44.912Z] 
01:57:44 [2019-07-31T05:57:44.913Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:57:44.766
01:57:44 [2019-07-31T05:57:44.913Z] !MESSAGE FrameworkEvent ERROR
01:57:44 [2019-07-31T05:57:44.913Z] !STACK 0
01:57:44 [2019-07-31T05:57:44.913Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
01:57:44 [2019-07-31T05:57:44.913Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:57:44 [2019-07-31T05:57:44.913Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:57:44 [2019-07-31T05:57:44.913Z]     -> 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"
01:57:44 [2019-07-31T05:57:44.913Z]        org.apache.httpcomponents.httpclient.win [36]
01:57:44 [2019-07-31T05:57:44.913Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:57:44 [2019-07-31T05:57:44.913Z] 
01:57:44 [2019-07-31T05:57:44.913Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:57:44 [2019-07-31T05:57:44.913Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:57:44 [2019-07-31T05:57:44.913Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:57:44 [2019-07-31T05:57:44.913Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:57:44 [2019-07-31T05:57:44.913Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:57:44 [2019-07-31T05:57:44.913Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:57:44 [2019-07-31T05:57:44.913Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:57:44 [2019-07-31T05:57:44.913Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:57:44 [2019-07-31T05:57:44.913Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:57:44 [2019-07-31T05:57:44.913Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:57:46 [2019-07-31T05:57:46.734Z] process 9026: 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
01:57:46 [2019-07-31T05:57:46.734Z] See the manual page for dbus-uuidgen to correct this issue.
01:57:46 [2019-07-31T05:57:46.990Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:57:46 [2019-07-31T05:57:46.990Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:57:56 [2019-07-31T05:57:56.942Z] Running org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests.dialog.ChartMakerDialogTest
01:57:56 [2019-07-31T05:57:56.942Z] Display size: 1440x900
01:57:56 [2019-07-31T05:57:56.942Z] OS version=3.10.0-957.21.3.el7.x86_64
01:57:56 [2019-07-31T05:57:56.942Z] GTK version=3.18.9
01:57:56 [2019-07-31T05:57:56.942Z] GTK theme=Ambiance
01:57:56 [2019-07-31T05:57:56.942Z] LIBOVERLAY_SCROLLBAR=0
01:57:56 [2019-07-31T05:57:56.942Z] Time zone: Coordinated Universal Time
01:57:56 [2019-07-31T05:57:56.942Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
01:57:56 [2019-07-31T05:57:56.942Z] log4j:WARN Please initialize the log4j system properly.
01:57:57 [2019-07-31T05:57:57.872Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.chart.ui.swtbot.view.stub"'
01:57:57 [2019-07-31T05:57:57.872Z] DEBUG - matched MenuItem with text "Create custom chart", using matcher: with mnemonic 'Create custom chart'
01:57:57 [2019-07-31T05:57:57.872Z] DEBUG - Clicking on with mnemonic 'Create custom chart'
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - Clicked on with mnemonic 'Create custom chart'
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184582319 data=null doit=true} to Shell with text {Custom chart creation}
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.129Z] DEBUG - Attempting to set focus on (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Clicking on (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184582385 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184582386 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184582386 data=null doit=true} to (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184582387 data=null} to (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184582387 data=null button=1 stateMask=0x0 x=28 y=27 count=1} to (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184582388 data=null button=1 stateMask=0x80000 x=28 y=27 count=1} to (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184582388 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')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184582392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184582392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184582392 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184582392 data=null doit=true} to (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184582393 data=null} to (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Clicked on (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: with mnemonic 'Logarithmic Scale X'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: with style 'SWT.CHECK'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: (of type 'Button' and with mnemonic 'Logarithmic Scale X' and with style 'SWT.CHECK')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with mnemonic 'Logarithmic Scale Y'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with style 'SWT.CHECK'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Setting state to checked on: Integer
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Setting state to unchecked on: Integer
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Setting state to checked on: Duration (ns)
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.386Z] DEBUG - Setting state to unchecked on: Duration (ns)
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Setting state to checked on: Timestamp
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Setting state to unchecked on: Timestamp
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184582519 data=null doit=true} to Shell with text {Custom chart creation}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Clicking on TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {String} time=1184582524 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {String} time=1184582524 data=null doit=true} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Attempting to set focus on Table with text {}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {String} time=1184582584 data=null} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {String} time=1184582584 data=null button=1 stateMask=0x0 x=27 y=11 count=1} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184582585 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}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {String} time=1184582585 data=null button=1 stateMask=0x80000 x=27 y=11 count=1} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {String} time=1184582585 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {String} time=1184582586 data=null doit=true} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {String} time=1184582586 data=null} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Clicked on TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Setting state to checked on: Timestamp
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Clicking on 
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184582598 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')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184582604 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')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184582604 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184582604 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184582604 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')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184582604 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')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184582605 data=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')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1184582614 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')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184582623 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')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1184582623 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')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1184582623 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1184582623 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Clicked on 
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - Setting state to checked on: Timestamp
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.387Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184582684 data=null doit=true} to Shell with text {Custom chart creation}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Clicking on TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {String} time=1184582688 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {String} time=1184582688 data=null doit=true} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Attempting to set focus on Table with text {}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {String} time=1184582689 data=null} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {String} time=1184582690 data=null button=1 stateMask=0x0 x=27 y=11 count=1} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184582690 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}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {String} time=1184582691 data=null button=1 stateMask=0x80000 x=27 y=11 count=1} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {String} time=1184582691 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {String} time=1184582691 data=null doit=true} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {String} time=1184582691 data=null} to TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Clicked on TableItem with text {String}
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Setting state to checked on: Timestamp2
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Setting state to checked on: Timestamp
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Clicking on 
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184582706 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')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184582706 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')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184582706 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184582706 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184582706 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')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184582706 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')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184582707 data=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')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1184582724 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')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184582730 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')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1184582731 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')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1184582731 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1184582785 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:57:58 [2019-07-31T05:57:58.644Z] DEBUG - Clicked on 
01:57:58 [2019-07-31T05:57:58.644Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211 s - in org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests.dialog.ChartMakerDialogTest
01:57:58 [2019-07-31T05:57:58.644Z] testBarChartSeries(org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests.dialog.ChartMakerDialogTest)  Time elapsed: 0.993 s
01:57:58 [2019-07-31T05:57:58.644Z] 
01:57:58 [2019-07-31T05:57:58.644Z] Results:
01:57:58 [2019-07-31T05:57:58.644Z] 
01:57:58 [2019-07-31T05:57:58.644Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
01:57:58 [2019-07-31T05:57:58.644Z] 
01:58:01 [2019-07-31T05:58:01.920Z] [INFO] All tests passed!
01:58:01 [2019-07-31T05:58:01.920Z] [INFO] 
01:58:01 [2019-07-31T05:58:01.920Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:58:01 [2019-07-31T05:58:01.920Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:58:01 [2019-07-31T05:58:01.920Z] [INFO] 
01:58:01 [2019-07-31T05:58:01.920Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:58:02 [2019-07-31T05:58:02.485Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:58:02 [2019-07-31T05:58:02.485Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:58:02 [2019-07-31T05:58:02.930Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:58:03 [2019-07-31T05:58:03.278Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:58:03 [2019-07-31T05:58:03.536Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:58:03 [2019-07-31T05:58:03.792Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:58:03 [2019-07-31T05:58:03.792Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:58:03 [2019-07-31T05:58:03.792Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:58:04 [2019-07-31T05:58:04.048Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:58:04 [2019-07-31T05:58:04.048Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:58:04 [2019-07-31T05:58:04.048Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:58:04 [2019-07-31T05:58:04.048Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core.tests' with 25 classes
01:58:04 [2019-07-31T05:58:04.304Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
01:58:04 [2019-07-31T05:58:04.868Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:58:06 [2019-07-31T05:58:06.236Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes
01:58:06 [2019-07-31T05:58:06.492Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
01:58:06 [2019-07-31T05:58:06.492Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests >--
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests 1.0.3-SNAPSHOT [54/134]
01:58:07 [2019-07-31T05:58:07.056Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] The project's OSGi version is 1.0.3.201907310510
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/src/main/resources
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.313Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/classes
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/src/test/resources
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] 
01:58:07 [2019-07-31T05:58:07.570Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:09 [2019-07-31T05:58:09.463Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work/data/.metadata/.log
01:58:09 [2019-07-31T05:58:09.463Z] [INFO] Command line:
01:58:09 [2019-07-31T05:58:09.463Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
01:58:09 [2019-07-31T05:58:09.463Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:58:12 [2019-07-31T05:58:12.733Z] !SESSION 2019-07-31 05:58:09.434 -----------------------------------------------
01:58:12 [2019-07-31T05:58:12.733Z] eclipse.buildId=unknown
01:58:12 [2019-07-31T05:58:12.733Z] java.version=1.8.0_202
01:58:12 [2019-07-31T05:58:12.733Z] java.vendor=Oracle Corporation
01:58:12 [2019-07-31T05:58:12.733Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:58:12 [2019-07-31T05:58:12.733Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
01:58:12 [2019-07-31T05:58:12.733Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
01:58:12 [2019-07-31T05:58:12.733Z] 
01:58:12 [2019-07-31T05:58:12.733Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:58:12.128
01:58:12 [2019-07-31T05:58:12.733Z] !MESSAGE FrameworkEvent ERROR
01:58:12 [2019-07-31T05:58:12.733Z] !STACK 0
01:58:12 [2019-07-31T05:58:12.733Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
01:58:12 [2019-07-31T05:58:12.733Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:58:12 [2019-07-31T05:58:12.733Z] 
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:58:12 [2019-07-31T05:58:12.733Z] 
01:58:12 [2019-07-31T05:58:12.733Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:58:12.260
01:58:12 [2019-07-31T05:58:12.733Z] !MESSAGE FrameworkEvent ERROR
01:58:12 [2019-07-31T05:58:12.733Z] !STACK 0
01:58:12 [2019-07-31T05:58:12.733Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
01:58:12 [2019-07-31T05:58:12.733Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:58:12 [2019-07-31T05:58:12.733Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:58:12 [2019-07-31T05:58:12.733Z]     -> 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"
01:58:12 [2019-07-31T05:58:12.733Z]        org.apache.httpcomponents.httpclient.win [36]
01:58:12 [2019-07-31T05:58:12.733Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:58:12 [2019-07-31T05:58:12.733Z] 
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:58:12 [2019-07-31T05:58:12.733Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:58:14 [2019-07-31T05:58:14.101Z] process 9099: 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
01:58:14 [2019-07-31T05:58:14.101Z] See the manual page for dbus-uuidgen to correct this issue.
01:58:14 [2019-07-31T05:58:14.666Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:58:14 [2019-07-31T05:58:14.666Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
01:58:24 [2019-07-31T05:58:24.922Z] Running org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest
01:58:24 [2019-07-31T05:58:24.922Z] Display size: 1440x900
01:58:24 [2019-07-31T05:58:24.922Z] OS version=3.10.0-957.21.3.el7.x86_64
01:58:24 [2019-07-31T05:58:24.922Z] GTK version=3.18.9
01:58:24 [2019-07-31T05:58:24.922Z] GTK theme=Ambiance
01:58:24 [2019-07-31T05:58:24.922Z] LIBOVERLAY_SCROLLBAR=0
01:58:24 [2019-07-31T05:58:24.922Z] Time zone: Coordinated Universal Time
01:58:24 [2019-07-31T05:58:24.922Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
01:58:24 [2019-07-31T05:58:24.922Z] log4j:WARN Please initialize the log4j system properly.
01:58:27 [2019-07-31T05:58:27.444Z] 
01:58:27 [2019-07-31T05:58:27.444Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:58:27.034
01:58:27 [2019-07-31T05:58:27.444Z] !MESSAGE Unexpected error executing analysis with trace A-Test-10K
01:58:27 [2019-07-31T05:58:27.444Z] !STACK 0
01:58:27 [2019-07-31T05:58:27.444Z] java.lang.RuntimeException: The parameter should be set
01:58:27 [2019-07-31T05:58:27.444Z] 	at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48)
01:58:27 [2019-07-31T05:58:27.444Z] 	at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393)
01:58:27 [2019-07-31T05:58:27.444Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
01:58:27 [2019-07-31T05:58:27.444Z] 
01:58:27 [2019-07-31T05:58:27.444Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-31 05:58:27.123
01:58:27 [2019-07-31T05:58:27.444Z] !MESSAGE Exception executing analysis
01:58:27 [2019-07-31T05:58:27.444Z] !STACK 0
01:58:27 [2019-07-31T05:58:27.444Z] java.lang.RuntimeException: The parameter should be set
01:58:27 [2019-07-31T05:58:27.444Z] 	at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48)
01:58:27 [2019-07-31T05:58:27.444Z] 	at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393)
01:58:27 [2019-07-31T05:58:27.444Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
01:58:30 [2019-07-31T05:58:30.715Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:58:30 [2019-07-31T05:58:30.715Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:58:30 [2019-07-31T05:58:30.715Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:58:30 [2019-07-31T05:58:30.715Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:58:30 [2019-07-31T05:58:30.715Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:58:30 [2019-07-31T05:58:30.715Z] DEBUG - Attempting to set focus on Tree with text {}
01:58:30 [2019-07-31T05:58:30.715Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184614805 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.715Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184614806 data=null doit=true} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184614806 data=null} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184614806 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184614809 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184615001 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Attempting to set focus on Tree with text {}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184615006 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184615007 data=null doit=true} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184615007 data=null} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184615007 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184615016 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184615082 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184615087 data=null doit=true} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184615087 data=null} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184615088 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184615089 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}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184615193 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Attempting to set focus on Tree with text {}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184615197 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184615197 data=null doit=true} to TreeItem with text {Traces [1]}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184615198 data=null} to TreeItem with text {Traces [1]}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184615198 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:58:30 [2019-07-31T05:58:30.971Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184615199 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]}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184615227 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184615282 data=null doit=true} to TreeItem with text {Traces [1]}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184615283 data=null} to TreeItem with text {Traces [1]}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184615283 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184615284 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]}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184615288 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {A-Test-10K} time=1184615289 data=null doit=true} to TreeItem with text {A-Test-10K}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {A-Test-10K} time=1184615289 data=null} to TreeItem with text {A-Test-10K}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {A-Test-10K} time=1184615289 data=null button=1 stateMask=0x0 x=96 y=74 count=1} to TreeItem with text {A-Test-10K}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184615290 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}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {A-Test-10K} time=1184615296 data=null button=1 stateMask=0x80000 x=96 y=74 count=1} to TreeItem with text {A-Test-10K}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {External Analyses} time=1184615297 data=null doit=true} to TreeItem with text {External Analyses}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {External Analyses} time=1184615297 data=null} to TreeItem with text {External Analyses}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {External Analyses} time=1184615298 data=null button=1 stateMask=0x0 x=137 y=116 count=1} to TreeItem with text {External Analyses}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184615310 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}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {External Analyses} time=1184615392 data=null button=1 stateMask=0x80000 x=153 y=116 count=1} to TreeItem with text {External Analyses}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Double-clicking on TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1184615398 data=null button=0 stateMask=0x0 x=273 y=158 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1184615398 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Attempting to set focus on Tree with text {}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1184615399 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1184615399 data=null button=1 stateMask=0x0 x=273 y=158 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184615400 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}
01:58:31 [2019-07-31T05:58:31.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1184615483 data=null button=1 stateMask=0x80000 x=273 y=158 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1184615489 data=null button=1 stateMask=0x0 x=273 y=158 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.485Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1184615490 data=null button=1 stateMask=0x0 x=273 y=158 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1184615829 data=null button=1 stateMask=0x80000 x=273 y=158 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1184615882 data=null button=0 stateMask=0x0 x=273 y=158 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1184615882 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1184615883 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Double-clicked on TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data}
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - matched Shell with text "External Analysis Pa...", using matcher: with text 'External Analysis Parameters'
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {External Analysis Parameters} time=1184615887 data=null doit=true} to Shell with text {External Analysis Parameters}
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Clicking on OK
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184615892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184615892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184615893 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184615893 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184615893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184615893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184615894 data=null item=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')
01:58:31 [2019-07-31T05:58:31.743Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1184615491 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}
01:58:32 [2019-07-31T05:58:32.305Z] *** BUG ***
01:58:32 [2019-07-31T05:58:32.305Z] In pixman_region32_init_rect: Invalid rectangle passed
01:58:32 [2019-07-31T05:58:32.305Z] Set a breakpoint on '_pixman_log_error' to debug
01:58:32 [2019-07-31T05:58:32.305Z] 
01:58:32 [2019-07-31T05:58:32.305Z] *** BUG ***
01:58:32 [2019-07-31T05:58:32.305Z] In pixman_region32_init_rect: Invalid rectangle passed
01:58:32 [2019-07-31T05:58:32.305Z] Set a breakpoint on '_pixman_log_error' to debug
01:58:32 [2019-07-31T05:58:32.305Z] 
01:58:32 [2019-07-31T05:58:32.305Z] *** BUG ***
01:58:32 [2019-07-31T05:58:32.305Z] In pixman_region32_init_rect: Invalid rectangle passed
01:58:32 [2019-07-31T05:58:32.305Z] Set a breakpoint on '_pixman_log_error' to debug
01:58:32 [2019-07-31T05:58:32.305Z] 
01:58:32 [2019-07-31T05:58:32.305Z] *** BUG ***
01:58:32 [2019-07-31T05:58:32.305Z] In pixman_region32_init_rect: Invalid rectangle passed
01:58:32 [2019-07-31T05:58:32.305Z] Set a breakpoint on '_pixman_log_error' to debug
01:58:32 [2019-07-31T05:58:32.305Z] 
01:58:32 [2019-07-31T05:58:32.305Z] *** BUG ***
01:58:32 [2019-07-31T05:58:32.305Z] In pixman_region32_init_rect: Invalid rectangle passed
01:58:32 [2019-07-31T05:58:32.305Z] Set a breakpoint on '_pixman_log_error' to debug
01:58:32 [2019-07-31T05:58:32.305Z] 
01:58:32 [2019-07-31T05:58:32.305Z] *** BUG ***
01:58:32 [2019-07-31T05:58:32.305Z] In pixman_region32_init_rect: Invalid rectangle passed
01:58:32 [2019-07-31T05:58:32.305Z] Set a breakpoint on '_pixman_log_error' to debug
01:58:32 [2019-07-31T05:58:32.305Z] 
01:58:32 [2019-07-31T05:58:32.305Z] DEBUG - Clicked on 
01:58:32 [2019-07-31T05:58:32.305Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.lami.views.reportview"'
01:58:32 [2019-07-31T05:58:32.867Z] DEBUG - matched MenuItem with text "New custom chart", using matcher: with mnemonic 'New custom chart'
01:58:32 [2019-07-31T05:58:32.867Z] DEBUG - Clicking on with mnemonic 'New custom chart'
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - Clicked on with mnemonic 'New custom chart'
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184617308 data=null doit=true} to Shell with text {Custom chart creation}
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - Attempting to set focus on (of type 'Table')
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - Clicking on (of type 'Table')
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184617329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184617329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184617329 data=null doit=true} to (of type 'Table')
01:58:33 [2019-07-31T05:58:33.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184617330 data=null} to (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184617330 data=null button=1 stateMask=0x0 x=28 y=27 count=1} to (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184617384 data=null button=1 stateMask=0x80000 x=28 y=27 count=1} to (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184617384 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')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184617387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184617388 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184617388 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184617388 data=null doit=true} to (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184617389 data=null} to (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Clicked on (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184617390 data=null doit=true} to Shell with text {Custom chart creation}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Clicking on TableItem with text {Wakee process (name)}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Wakee process (name)} time=1184617396 data=null button=0 stateMask=0x0 x=81 y=11 count=0} to TableItem with text {Wakee process (name)}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Wakee process (name)} time=1184617396 data=null doit=true} to TableItem with text {Wakee process (name)}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Attempting to set focus on Table with text {}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Wakee process (name)} time=1184617398 data=null} to TableItem with text {Wakee process (name)}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Wakee process (name)} time=1184617399 data=null button=1 stateMask=0x0 x=81 y=11 count=1} to TableItem with text {Wakee process (name)}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184617406 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)}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Wakee process (name)} time=1184617407 data=null button=1 stateMask=0x80000 x=81 y=11 count=1} to TableItem with text {Wakee process (name)}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Wakee process (name)} time=1184617407 data=null button=0 stateMask=0x0 x=81 y=11 count=0} to TableItem with text {Wakee process (name)}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Wakee process (name)} time=1184617407 data=null doit=true} to TableItem with text {Wakee process (name)}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Wakee process (name)} time=1184617407 data=null} to TableItem with text {Wakee process (name)}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Clicked on TableItem with text {Wakee process (name)}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Setting state to checked on: Scheduling latency (ns)
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Setting state to checked on: Priority
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Setting state to checked on: Target CPU
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Clicking on 
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184617428 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')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184617428 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')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184617429 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184617429 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184617429 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')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184617429 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')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184617429 data=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')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1184617498 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')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184617512 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')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1184617512 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')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1184617513 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1184617513 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Clicked on 
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184617514 data=null doit=true} to Shell with text {Custom chart creation}
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Clicking on OK
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184617518 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184617519 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184617519 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184617519 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184617519 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184617519 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:33 [2019-07-31T05:58:33.631Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184617520 data=null item=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')
01:58:33 [2019-07-31T05:58:33.979Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=1184616905 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'
01:58:33 [2019-07-31T05:58:33.979Z] DEBUG - Clicked on 
01:58:33 [2019-07-31T05:58:33.979Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart'
01:58:33 [2019-07-31T05:58:33.979Z] DEBUG - Clicking on with mnemonic 'New custom chart'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Clicked on with mnemonic 'New custom chart'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184618502 data=null doit=true} to Shell with text {Custom chart creation}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184618517 data=null doit=true} to Shell with text {Custom chart creation}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Attempting to set focus on (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Clicking on (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184618523 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184618523 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184618524 data=null doit=true} to (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184618524 data=null} to (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184618524 data=null button=1 stateMask=0x0 x=28 y=27 count=1} to (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184618534 data=null button=1 stateMask=0x80000 x=28 y=27 count=1} to (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184618534 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')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184618586 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184618587 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184618587 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184618587 data=null doit=true} to (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184618588 data=null} to (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Clicked on (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184618589 data=null doit=true} to Shell with text {Custom chart creation}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Clicking on TableItem with text {Waker process (name)}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Waker process (name)} time=1184618593 data=null button=0 stateMask=0x0 x=80 y=74 count=0} to TableItem with text {Waker process (name)}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Waker process (name)} time=1184618594 data=null doit=true} to TableItem with text {Waker process (name)}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Attempting to set focus on Table with text {}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Waker process (name)} time=1184618595 data=null} to TableItem with text {Waker process (name)}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Waker process (name)} time=1184618595 data=null button=1 stateMask=0x0 x=80 y=74 count=1} to TableItem with text {Waker process (name)}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184618602 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)}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Waker process (name)} time=1184618602 data=null button=1 stateMask=0x80000 x=80 y=74 count=1} to TableItem with text {Waker process (name)}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Waker process (name)} time=1184618602 data=null button=0 stateMask=0x0 x=80 y=74 count=0} to TableItem with text {Waker process (name)}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Waker process (name)} time=1184618603 data=null doit=true} to TableItem with text {Waker process (name)}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Waker process (name)} time=1184618603 data=null} to TableItem with text {Waker process (name)}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Clicked on TableItem with text {Waker process (name)}
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Setting state to checked on: Scheduling latency (ns)
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Setting state to checked on: Priority
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Setting state to checked on: Target CPU
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Clicking on 
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184618627 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')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184618627 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')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184618627 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184618628 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.544Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184618628 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')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184618628 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')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184618628 data=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')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1184618717 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')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184618730 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')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1184618730 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')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1184618730 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1184618730 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Clicked on 
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184618732 data=null doit=true} to Shell with text {Custom chart creation}
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Clicking on OK
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184618785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184618786 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184618786 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184618786 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184618786 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.545Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184618786 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:34 [2019-07-31T05:58:34.801Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184618787 data=null item=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')
01:58:34 [2019-07-31T05:58:34.801Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=1184618186 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'
01:58:35 [2019-07-31T05:58:35.057Z] DEBUG - Clicked on 
01:58:35 [2019-07-31T05:58:35.057Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart'
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: of type 'Button'
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with mnemonic 'Reset Perspective'
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: (with mnemonic 'Yes' or with mnemonic 'Reset Perspective')
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with style 'SWT.PUSH'
01:58:35 [2019-07-31T05:58:35.314Z] 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')
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - Clicking on &Reset Perspective
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Reset Perspective} time=1184619432 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')
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Reset Perspective} time=1184619432 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')
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Reset Perspective} time=1184619432 data=null doit=true} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH')
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Reset Perspective} time=1184619432 data=null} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH')
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Reset Perspective} time=1184619433 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')
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Reset Perspective} time=1184619433 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')
01:58:35 [2019-07-31T05:58:35.314Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Reset Perspective} time=1184619433 data=null item=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')
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Clicked on 
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Attempting to set focus on Tree with text {}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184620024 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184620024 data=null doit=true} to TreeItem with text {test}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184620024 data=null} to TreeItem with text {test}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184620024 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184620025 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184620118 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Attempting to set focus on Tree with text {}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184620119 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184620120 data=null doit=true} to TreeItem with text {test}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184620120 data=null} to TreeItem with text {test}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184620120 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:58:35 [2019-07-31T05:58:35.877Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184620120 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184620180 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:58:36 [2019-07-31T05:58:36.134Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Attempting to set focus on Tree with text {}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184620182 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184620182 data=null doit=true} to TreeItem with text {Traces [1]}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184620182 data=null} to TreeItem with text {Traces [1]}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184620183 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184620183 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]}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184620210 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
01:58:36 [2019-07-31T05:58:36.134Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again.
01:58:36 [2019-07-31T05:58:36.134Z] WARN - Tree item TreeItem with text {A-Test-10K} is already expanded. Won't expand it again.
01:58:36 [2019-07-31T05:58:36.134Z] WARN - Tree item TreeItem with text {External Analyses} is already expanded. Won't expand it again.
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Double-clicking on TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1184620213 data=null button=0 stateMask=0x0 x=251 y=137 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1184620213 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Attempting to set focus on Tree with text {}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1184620213 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1184620214 data=null button=1 stateMask=0x0 x=251 y=137 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184620214 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}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1184620226 data=null button=1 stateMask=0x80000 x=251 y=137 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1184620227 data=null button=1 stateMask=0x0 x=251 y=137 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.134Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1184620227 data=null button=1 stateMask=0x0 x=251 y=137 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1184620531 data=null button=1 stateMask=0x80000 x=251 y=137 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1184620531 data=null button=0 stateMask=0x0 x=251 y=137 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1184620531 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1184620532 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Double-clicked on TreeItem with text {stubAnalysis/data/analysisMultipleRow.data}
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - matched Shell with text "External Analysis Pa...", using matcher: with text 'External Analysis Parameters'
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {External Analysis Parameters} time=1184620585 data=null doit=true} to Shell with text {External Analysis Parameters}
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Clicking on OK
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184620586 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184620587 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184620587 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184620587 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184620587 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184620587 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184620587 data=null item=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')
01:58:36 [2019-07-31T05:58:36.391Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1184620227 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}
01:58:36 [2019-07-31T05:58:36.647Z] *** BUG ***
01:58:36 [2019-07-31T05:58:36.647Z] In pixman_region32_init_rect: Invalid rectangle passed
01:58:36 [2019-07-31T05:58:36.647Z] Set a breakpoint on '_pixman_log_error' to debug
01:58:36 [2019-07-31T05:58:36.647Z] 
01:58:36 [2019-07-31T05:58:36.647Z] *** BUG ***
01:58:36 [2019-07-31T05:58:36.647Z] In pixman_region32_init_rect: Invalid rectangle passed
01:58:36 [2019-07-31T05:58:36.647Z] Set a breakpoint on '_pixman_log_error' to debug
01:58:36 [2019-07-31T05:58:36.647Z] 
01:58:36 [2019-07-31T05:58:36.647Z] *** BUG ***
01:58:36 [2019-07-31T05:58:36.647Z] In pixman_region32_init_rect: Invalid rectangle passed
01:58:36 [2019-07-31T05:58:36.647Z] Set a breakpoint on '_pixman_log_error' to debug
01:58:36 [2019-07-31T05:58:36.647Z] 
01:58:36 [2019-07-31T05:58:36.647Z] *** BUG ***
01:58:36 [2019-07-31T05:58:36.647Z] In pixman_region32_init_rect: Invalid rectangle passed
01:58:36 [2019-07-31T05:58:36.647Z] Set a breakpoint on '_pixman_log_error' to debug
01:58:36 [2019-07-31T05:58:36.647Z] 
01:58:36 [2019-07-31T05:58:36.903Z] DEBUG - Clicked on 
01:58:37 [2019-07-31T05:58:37.159Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.lami.views.reportview"'
01:58:37 [2019-07-31T05:58:37.721Z] DEBUG - matched MenuItem with text "New custom chart", using matcher: with mnemonic 'New custom chart'
01:58:37 [2019-07-31T05:58:37.721Z] DEBUG - Clicking on with mnemonic 'New custom chart'
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Clicked on with mnemonic 'New custom chart'
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184622201 data=null doit=true} to Shell with text {Custom chart creation}
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Attempting to set focus on (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Clicking on (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184622217 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184622217 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184622217 data=null doit=true} to (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184622217 data=null} to (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184622218 data=null button=1 stateMask=0x0 x=28 y=81 count=1} to (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184622218 data=null button=1 stateMask=0x80000 x=28 y=81 count=1} to (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184622218 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')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184622231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184622231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184622232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:37 [2019-07-31T05:58:37.978Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184622232 data=null doit=true} to (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184622232 data=null} to (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Clicked on (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184622233 data=null doit=true} to Shell with text {Custom chart creation}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Clicking on TableItem with text {Wakeup timestamp}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Wakeup timestamp} time=1184622283 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Wakeup timestamp} time=1184622283 data=null doit=true} to TableItem with text {Wakeup timestamp}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Attempting to set focus on Table with text {}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Wakeup timestamp} time=1184622285 data=null} to TableItem with text {Wakeup timestamp}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Wakeup timestamp} time=1184622285 data=null button=1 stateMask=0x0 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184622285 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}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Wakeup timestamp} time=1184622286 data=null button=1 stateMask=0x80000 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Wakeup timestamp} time=1184622286 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Wakeup timestamp} time=1184622286 data=null doit=true} to TableItem with text {Wakeup timestamp}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Wakeup timestamp} time=1184622286 data=null} to TableItem with text {Wakeup timestamp}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Clicked on TableItem with text {Wakeup timestamp}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Setting state to checked on: Scheduling latency (ns)
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Clicking on 
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184622293 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')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184622293 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')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184622294 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184622294 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184622294 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')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184622301 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')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184622302 data=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')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1184622309 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')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184622311 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')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1184622311 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')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1184622311 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1184622311 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Clicked on 
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184622319 data=null doit=true} to Shell with text {Custom chart creation}
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.235Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Clicking on TableItem with text {Switch timestamp}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Switch timestamp} time=1184622322 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Switch timestamp} time=1184622322 data=null doit=true} to TableItem with text {Switch timestamp}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Attempting to set focus on Table with text {}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Switch timestamp} time=1184622323 data=null} to TableItem with text {Switch timestamp}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Switch timestamp} time=1184622323 data=null button=1 stateMask=0x0 x=66 y=32 count=1} to TableItem with text {Switch timestamp}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184622324 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}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Switch timestamp} time=1184622324 data=null button=1 stateMask=0x80000 x=66 y=32 count=1} to TableItem with text {Switch timestamp}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Switch timestamp} time=1184622325 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Switch timestamp} time=1184622325 data=null doit=true} to TableItem with text {Switch timestamp}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Switch timestamp} time=1184622325 data=null} to TableItem with text {Switch timestamp}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Clicked on TableItem with text {Switch timestamp}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Setting state to checked on: Scheduling latency (ns)
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Clicking on 
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184622390 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')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184622390 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')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184622390 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184622390 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184622390 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')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184622390 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')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184622390 data=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')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1184622399 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')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184622409 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')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1184622409 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')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1184622409 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1184622410 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Clicked on 
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184622411 data=null doit=true} to Shell with text {Custom chart creation}
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Clicking on OK
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184622413 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184622413 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184622413 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184622414 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184622414 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184622414 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:38 [2019-07-31T05:58:38.236Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184622414 data=null item=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')
01:58:38 [2019-07-31T05:58:38.492Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=1184621829 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'
01:58:38 [2019-07-31T05:58:38.748Z] DEBUG - Clicked on 
01:58:38 [2019-07-31T05:58:38.748Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart'
01:58:38 [2019-07-31T05:58:38.748Z] DEBUG - Clicking on with mnemonic 'New custom chart'
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Clicked on with mnemonic 'New custom chart'
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184623201 data=null doit=true} to Shell with text {Custom chart creation}
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Attempting to set focus on (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Clicking on (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1184623218 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184623218 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1184623218 data=null doit=true} to (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1184623219 data=null} to (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1184623219 data=null button=1 stateMask=0x0 x=28 y=81 count=1} to (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1184623224 data=null button=1 stateMask=0x80000 x=28 y=81 count=1} to (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184623224 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')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1184623251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1184623252 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1184623252 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1184623252 data=null doit=true} to (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1184623253 data=null} to (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Clicked on (of type 'Table')
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184623258 data=null doit=true} to Shell with text {Custom chart creation}
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.005Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Clicking on TableItem with text {Wakeup timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Wakeup timestamp} time=1184623280 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Wakeup timestamp} time=1184623281 data=null doit=true} to TableItem with text {Wakeup timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Attempting to set focus on Table with text {}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Wakeup timestamp} time=1184623282 data=null} to TableItem with text {Wakeup timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Wakeup timestamp} time=1184623282 data=null button=1 stateMask=0x0 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184623283 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}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Wakeup timestamp} time=1184623283 data=null button=1 stateMask=0x80000 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Wakeup timestamp} time=1184623283 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Wakeup timestamp} time=1184623283 data=null doit=true} to TableItem with text {Wakeup timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Wakeup timestamp} time=1184623283 data=null} to TableItem with text {Wakeup timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Clicked on TableItem with text {Wakeup timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Setting state to checked on: Scheduling latency (ns)
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Clicking on 
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184623291 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184623292 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184623292 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184623292 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184623292 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184623292 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184623292 data=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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1184623310 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184623314 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1184623314 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1184623315 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1184623315 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Clicked on 
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184623316 data=null doit=true} to Shell with text {Custom chart creation}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Clicking on TableItem with text {Switch timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Switch timestamp} time=1184623327 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Switch timestamp} time=1184623327 data=null doit=true} to TableItem with text {Switch timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Attempting to set focus on Table with text {}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Switch timestamp} time=1184623329 data=null} to TableItem with text {Switch timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Switch timestamp} time=1184623329 data=null button=1 stateMask=0x0 x=66 y=32 count=1} to TableItem with text {Switch timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1184623330 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}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Switch timestamp} time=1184623330 data=null button=1 stateMask=0x80000 x=66 y=32 count=1} to TableItem with text {Switch timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Switch timestamp} time=1184623330 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Switch timestamp} time=1184623330 data=null doit=true} to TableItem with text {Switch timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Switch timestamp} time=1184623330 data=null} to TableItem with text {Switch timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Clicked on TableItem with text {Switch timestamp}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Setting state to checked on: Scheduling latency (ns)
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Clicking on 
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1184623381 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184623381 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1184623381 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1184623381 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1184623382 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1184623382 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1184623382 data=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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1184623391 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1184623401 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1184623401 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1184623401 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1184623402 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Clicked on 
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184623403 data=null doit=true} to Shell with text {Custom chart creation}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with mnemonic 'Logarithmic Scale Y'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with style 'SWT.CHECK'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@6f10082e
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Logarithmic Scale Y} time=1184623407 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Logarithmic Scale Y} time=1184623408 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Logarithmic Scale Y} time=1184623408 data=null doit=true} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Logarithmic Scale Y} time=1184623408 data=null} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Logarithmic Scale Y} time=1184623408 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Logarithmic Scale Y} time=1184623408 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Logarithmic Scale Y} time=1184623408 data=null item=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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Logarithmic Scale Y} time=1184623408 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Logarithmic Scale Y} time=1184623408 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Logarithmic Scale Y} time=1184623409 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')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Logarithmic Scale Y} time=1184623409 data=null doit=true} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Logarithmic Scale Y} time=1184623409 data=null} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1184623410 data=null doit=true} to Shell with text {Custom chart creation}
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Clicking on OK
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184623418 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184623418 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184623419 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184623419 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184623419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184623419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:39 [2019-07-31T05:58:39.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184623419 data=null item=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')
01:58:39 [2019-07-31T05:58:39.519Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=1184622900 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'
01:58:39 [2019-07-31T05:58:39.776Z] DEBUG - Clicked on 
01:58:39 [2019-07-31T05:58:39.776Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart'
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: of type 'Button'
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with mnemonic 'Reset Perspective'
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: (with mnemonic 'Yes' or with mnemonic 'Reset Perspective')
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with style 'SWT.PUSH'
01:58:40 [2019-07-31T05:58:40.033Z] 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')
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - Clicking on &Reset Perspective
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Reset Perspective} time=1184624091 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')
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Reset Perspective} time=1184624091 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')
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Reset Perspective} time=1184624092 data=null doit=true} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH')
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Reset Perspective} time=1184624092 data=null} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH')
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Reset Perspective} time=1184624092 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')
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Reset Perspective} time=1184624092 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')
01:58:40 [2019-07-31T05:58:40.033Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Reset Perspective} time=1184624092 data=null item=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')
01:58:40 [2019-07-31T05:58:40.596Z] DEBUG - Clicked on 
01:58:40 [2019-07-31T05:58:40.596Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184624709 data=null doit=true} to Shell with text {data - Eclipse Platform}
01:58:40 [2019-07-31T05:58:40.596Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
01:58:40 [2019-07-31T05:58:40.596Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
01:58:40 [2019-07-31T05:58:40.596Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
01:58:40 [2019-07-31T05:58:40.596Z] DEBUG - Attempting to set focus on Tree with text {}
01:58:40 [2019-07-31T05:58:40.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1184624817 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
01:58:40 [2019-07-31T05:58:40.596Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1184624817 data=null doit=true} to TreeItem with text {test}
01:58:40 [2019-07-31T05:58:40.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1184624818 data=null} to TreeItem with text {test}
01:58:40 [2019-07-31T05:58:40.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1184624818 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
01:58:40 [2019-07-31T05:58:40.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184624818 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
01:58:40 [2019-07-31T05:58:40.852Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1184624908 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
01:58:41 [2019-07-31T05:58:41.108Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
01:58:41 [2019-07-31T05:58:41.108Z] DEBUG - Clicking on with mnemonic 'Delete'
01:58:41 [2019-07-31T05:58:41.108Z] DEBUG - Clicked on with mnemonic 'Delete'
01:58:41 [2019-07-31T05:58:41.364Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
01:58:41 [2019-07-31T05:58:41.364Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
01:58:41 [2019-07-31T05:58:41.364Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:58:41 [2019-07-31T05:58:41.364Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
01:58:41 [2019-07-31T05:58:41.364Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625629 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625683 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625683 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625684 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625684 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625684 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625684 data=null 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')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625685 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625685 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625685 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625685 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184625685 data=null} to (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Clicking on OK
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184625687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184625687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184625687 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184625687 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184625687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184625688 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
01:58:41 [2019-07-31T05:58:41.622Z] DEBUG - Clicked on OK
01:58:42 [2019-07-31T05:58:42.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184625688 data=null item=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')
01:58:42 [2019-07-31T05:58:42.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184625126 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
01:58:42 [2019-07-31T05:58:42.384Z] 
01:58:42 [2019-07-31T05:58:42.384Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-31 05:58:42.165
01:58:42 [2019-07-31T05:58:42.384Z] !MESSAGE Not unregistering built-in on-demand analysis "stubAnalysis/data/analysisMultipleRow.data"
01:58:42 [2019-07-31T05:58:42.384Z] 
01:58:42 [2019-07-31T05:58:42.384Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-31 05:58:42.166
01:58:42 [2019-07-31T05:58:42.384Z] !MESSAGE Not unregistering built-in on-demand analysis "stubAnalysis/data/analysisMultipleSimilarRow.data"
01:58:42 [2019-07-31T05:58:42.384Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.933 s - in org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest
01:58:42 [2019-07-31T05:58:42.384Z] testSimilarRows(org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest)  Time elapsed: 5.308 s
01:58:42 [2019-07-31T05:58:42.384Z] testScatterMultipleRow(org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest)  Time elapsed: 4.677 s
01:58:42 [2019-07-31T05:58:42.384Z] 
01:58:42 [2019-07-31T05:58:42.384Z] Results:
01:58:42 [2019-07-31T05:58:42.384Z] 
01:58:42 [2019-07-31T05:58:42.384Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
01:58:42 [2019-07-31T05:58:42.384Z] 
01:58:42 [2019-07-31T05:58:42.948Z] 
01:58:42 [2019-07-31T05:58:42.948Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 05:58:42.845
01:58:42 [2019-07-31T05:58:42.948Z] !MESSAGE The workspace will exit with unsaved changes in this session.
01:58:43 [2019-07-31T05:58:43.879Z] [INFO] All tests passed!
01:58:43 [2019-07-31T05:58:43.879Z] [INFO] 
01:58:43 [2019-07-31T05:58:43.879Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:43 [2019-07-31T05:58:43.879Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:58:43 [2019-07-31T05:58:43.879Z] [INFO] 
01:58:43 [2019-07-31T05:58:43.879Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:44 [2019-07-31T05:58:44.810Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:58:44 [2019-07-31T05:58:44.810Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:58:44 [2019-07-31T05:58:44.810Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:58:45 [2019-07-31T05:58:45.373Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes
01:58:45 [2019-07-31T05:58:45.373Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:58:45 [2019-07-31T05:58:45.373Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core.tests' with 6 classes
01:58:45 [2019-07-31T05:58:45.630Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
01:58:46 [2019-07-31T05:58:46.194Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.ui' with 29 classes
01:58:46 [2019-07-31T05:58:46.450Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:58:47 [2019-07-31T05:58:47.819Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
01:58:47 [2019-07-31T05:58:47.819Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes
01:58:48 [2019-07-31T05:58:48.075Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
01:58:48 [2019-07-31T05:58:48.075Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests' with 6 classes
01:58:48 [2019-07-31T05:58:48.075Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:58:49 [2019-07-31T05:58:49.004Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:58:49 [2019-07-31T05:58:49.261Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
01:58:49 [2019-07-31T05:58:49.261Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:58:49 [2019-07-31T05:58:49.261Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:58:49 [2019-07-31T05:58:49.517Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:58:49 [2019-07-31T05:58:49.517Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
01:58:49 [2019-07-31T05:58:49.517Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core.tests' with 25 classes
01:58:49 [2019-07-31T05:58:49.517Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:58:49 [2019-07-31T05:58:49.517Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.btf-parent >----
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Building Trace Compass BTF Support Parent 5.0.0-SNAPSHOT        [55/134]
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --------------------------------[ pom ]---------------------------------
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf-parent ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf-parent ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf-parent ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf-parent ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf-parent ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf-parent ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf-parent ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.btf-parent ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.btf-parent ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf-parent ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core >-----
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Building org.eclipse.tracecompass.btf.core 2.2.0-SNAPSHOT       [56/134]
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf.core ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.btf.core ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] The project's OSGi version is 2.2.0.201907310510
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf.core ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf.core ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf.core ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf.core ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.btf.core ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/src/main/resources
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] 
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.btf.core ---
01:58:49 [2019-07-31T05:58:49.774Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/target/classes
01:58:52 [2019-07-31T05:58:52.294Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/src/org/eclipse/tracecompass/btf/core/analysis/BtfStateProvider.java:[261] 
01:58:52 [2019-07-31T05:58:52.294Z] 	throws AttributeNotFoundException {
01:58:52 [2019-07-31T05:58:52.294Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
01:58:52 [2019-07-31T05:58:52.295Z] The declared exception AttributeNotFoundException is not actually thrown by the method updateTaskStateSystem(ITmfStateSystemBuilder, long, BtfEvent, BtfStateProvider.TmfNamedStateValue) from type BtfStateProvider
01:58:52 [2019-07-31T05:58:52.295Z] 1 problem (1 warning)
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] 
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.btf.core ---
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/src/test/resources
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] 
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf.core ---
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT-sources.jar
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] 
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf.core ---
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] 
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.btf.core ---
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT.jar
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] 
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf.core ---
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] 
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf.core ---
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] 
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf.core ---
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT.jar
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] 
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf.core ---
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] 
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.btf.core ---
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] 
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.btf.core ---
01:58:52 [2019-07-31T05:58:52.295Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:58:52 [2019-07-31T05:58:52.552Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:58:53 [2019-07-31T05:58:53.227Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:58:53 [2019-07-31T05:58:53.227Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:58:53 [2019-07-31T05:58:53.227Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:58:53 [2019-07-31T05:58:53.227Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf.core ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.2.0-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT.jar
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.2.0-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT.pom
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.2.0-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT-sources.jar
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.2.0-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT-pack200.jar.pack.gz
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.2.0-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT-p2metadata.xml
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.2.0-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT-p2artifacts.xml
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf.core ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.doc >--------
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] Building Trace Compass Documentation 5.0.0-SNAPSHOT             [57/134]
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --------------------------------[ pom ]---------------------------------
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.doc ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.doc ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.doc ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.doc ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.doc ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.doc ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.doc ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.doc ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.doc ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.doc ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev >------
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] Building Trace Compass Developer Guide 5.0.0-SNAPSHOT           [58/134]
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.doc.dev ---
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] 
01:58:53 [2019-07-31T05:58:53.485Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.doc.dev ---
01:58:53 [2019-07-31T05:58:53.485Z] 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
01:58:53 [2019-07-31T05:58:53.485Z] 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
01:58:53 [2019-07-31T05:58:53.485Z] 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
01:58:53 [2019-07-31T05:58:53.741Z] 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
01:58:53 [2019-07-31T05:58:53.741Z] 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
01:58:53 [2019-07-31T05:58:53.997Z] 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
01:58:53 [2019-07-31T05:58:53.997Z] 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 10 kB/s)
01:58:53 [2019-07-31T05:58:53.997Z] 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
01:58:53 [2019-07-31T05:58:53.997Z] 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
01:58:53 [2019-07-31T05:58:53.997Z] 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
01:58:54 [2019-07-31T05:58:54.254Z] 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
01:58:54 [2019-07-31T05:58:54.254Z] 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
01:58:54 [2019-07-31T05:58:54.254Z] 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
01:58:54 [2019-07-31T05:58:54.254Z] 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 230 kB/s)
01:58:54 [2019-07-31T05:58:54.254Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom
01:58:54 [2019-07-31T05:58:54.254Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom
01:58:54 [2019-07-31T05:58:54.254Z] 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
01:58:54 [2019-07-31T05:58:54.510Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom
01:58:54 [2019-07-31T05:58:54.510Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom
01:58:54 [2019-07-31T05:58:54.510Z] 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
01:58:54 [2019-07-31T05:58:54.510Z] 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 163 kB/s)
01:58:54 [2019-07-31T05:58:54.510Z] 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
01:58:54 [2019-07-31T05:58:54.510Z] 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
01:58:54 [2019-07-31T05:58:54.510Z] 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
01:58:54 [2019-07-31T05:58:54.766Z] 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
01:58:54 [2019-07-31T05:58:54.766Z] 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
01:58:54 [2019-07-31T05:58:54.766Z] 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
01:58:54 [2019-07-31T05:58:54.766Z] 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 38 kB/s)
01:58:54 [2019-07-31T05:58:54.766Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.9.6/ant-1.9.6.pom
01:58:54 [2019-07-31T05:58:54.766Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.6/ant-1.9.6.pom
01:58:55 [2019-07-31T05:58:55.022Z] 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
01:58:55 [2019-07-31T05:58:55.022Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant/1.9.6/ant-1.9.6.pom
01:58:55 [2019-07-31T05:58:55.022Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant/1.9.6/ant-1.9.6.pom
01:58:55 [2019-07-31T05:58:55.022Z] 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
01:58:55 [2019-07-31T05:58:55.022Z] 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 267 kB/s)
01:58:55 [2019-07-31T05:58:55.022Z] 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
01:58:55 [2019-07-31T05:58:55.279Z] 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
01:58:55 [2019-07-31T05:58:55.279Z] 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
01:58:55 [2019-07-31T05:58:55.279Z] 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
01:58:55 [2019-07-31T05:58:55.279Z] 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
01:58:55 [2019-07-31T05:58:55.535Z] 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
01:58:55 [2019-07-31T05:58:55.535Z] 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 175 kB/s)
01:58:55 [2019-07-31T05:58:55.535Z] 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
01:58:55 [2019-07-31T05:58:55.535Z] 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
01:58:55 [2019-07-31T05:58:55.535Z] 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
01:58:55 [2019-07-31T05:58:55.792Z] 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
01:58:55 [2019-07-31T05:58:55.792Z] 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
01:58:55 [2019-07-31T05:58:55.792Z] 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
01:58:55 [2019-07-31T05:58:55.792Z] 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 81 kB/s)
01:58:55 [2019-07-31T05:58:55.792Z] 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
01:58:55 [2019-07-31T05:58:55.792Z] 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
01:58:55 [2019-07-31T05:58:55.792Z] 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
01:58:56 [2019-07-31T05:58:56.048Z] 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
01:58:56 [2019-07-31T05:58:56.048Z] 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
01:58:56 [2019-07-31T05:58:56.048Z] 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
01:58:56 [2019-07-31T05:58:56.048Z] 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 45 kB/s)
01:58:56 [2019-07-31T05:58:56.048Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/21.0/guava-21.0.pom
01:58:56 [2019-07-31T05:58:56.048Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/21.0/guava-21.0.pom
01:58:56 [2019-07-31T05:58:56.048Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/21.0/guava-21.0.pom
01:58:56 [2019-07-31T05:58:56.305Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/21.0/guava-21.0.pom
01:58:56 [2019-07-31T05:58:56.305Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/21.0/guava-21.0.pom
01:58:56 [2019-07-31T05:58:56.305Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.pom
01:58:56 [2019-07-31T05:58:56.305Z] 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 226 kB/s)
01:58:56 [2019-07-31T05:58:56.305Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom
01:58:56 [2019-07-31T05:58:56.305Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom
01:58:56 [2019-07-31T05:58:56.305Z] 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
01:58:56 [2019-07-31T05:58:56.561Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom
01:58:56 [2019-07-31T05:58:56.561Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom
01:58:56 [2019-07-31T05:58:56.562Z] 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
01:58:56 [2019-07-31T05:58:56.562Z] 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 312 kB/s)
01:58:56 [2019-07-31T05:58:56.817Z] 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
01:58:56 [2019-07-31T05:58:56.817Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/21.0/guava-21.0.jar
01:58:56 [2019-07-31T05:58:56.817Z] 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
01:58:56 [2019-07-31T05:58:56.818Z] 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
01:58:56 [2019-07-31T05:58:56.818Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar
01:58:56 [2019-07-31T05:58:56.818Z] 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
01:58:56 [2019-07-31T05:58:56.818Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/21.0/guava-21.0.jar
01:58:56 [2019-07-31T05:58:56.818Z] 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
01:58:56 [2019-07-31T05:58:56.818Z] 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
01:58:56 [2019-07-31T05:58:56.818Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar
01:58:56 [2019-07-31T05:58:56.818Z] 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
01:58:56 [2019-07-31T05:58:56.818Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/21.0/guava-21.0.jar
01:58:56 [2019-07-31T05:58:56.818Z] 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
01:58:56 [2019-07-31T05:58:56.818Z] 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
01:58:56 [2019-07-31T05:58:56.818Z] 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
01:58:57 [2019-07-31T05:58:57.074Z] 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
01:58:57 [2019-07-31T05:58:57.074Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/21.0/guava-21.0.jar
01:58:57 [2019-07-31T05:58:57.074Z] 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
01:58:57 [2019-07-31T05:58:57.074Z] 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
01:58:57 [2019-07-31T05:58:57.074Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar
01:58:57 [2019-07-31T05:58:57.074Z] 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
01:58:57 [2019-07-31T05:58:57.074Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/21.0/guava-21.0.jar
01:58:57 [2019-07-31T05:58:57.074Z] 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
01:58:57 [2019-07-31T05:58:57.074Z] 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
01:58:57 [2019-07-31T05:58:57.074Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar
01:58:57 [2019-07-31T05:58:57.332Z] 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
01:58:57 [2019-07-31T05:58:57.332Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.jar
01:58:57 [2019-07-31T05:58:57.332Z] 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
01:58:57 [2019-07-31T05:58:57.332Z] 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
01:58:57 [2019-07-31T05:58:57.332Z] 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
01:58:57 [2019-07-31T05:58:57.332Z] Progress (1): 0/2.5 MB
Progress (1): 0/2.5 MB
Progress (1): 0/2.5 MB
Progress (1): 0/2.5 MB
Progress (1): 0/2.5 MB
Progress (1): 0/2.5 MB
Progress (1): 0/2.5 MB
Progress (1): 0/2.5 MB
Progress (1): 0/2.5 MB
Progress (1): 0/2.5 MB
Progress (1): 0/2.5 MB
Progress (1): 0/2.5 MB
Progress (1): 0.1/2.5 MB
Progress (1): 0.1/2.5 MB
Progress (1): 0.1/2.5 MB
Progress (1): 0.1/2.5 MB
Progress (2): 0.1/2.5 MB | 4.1/294 kB
Progress (2): 0.1/2.5 MB | 4.1/294 kB
Progress (2): 0.1/2.5 MB | 7.7/294 kB
Progress (2): 0.1/2.5 MB | 7.7/294 kB
Progress (2): 0.1/2.5 MB | 12/294 kB 
Progress (2): 0.1/2.5 MB | 12/294 kB
Progress (2): 0.1/2.5 MB | 16/294 kB
Progress (2): 0.1/2.5 MB | 16/294 kB
Progress (2): 0.1/2.5 MB | 20/294 kB
Progress (2): 0.1/2.5 MB | 20/294 kB
Progress (2): 0.1/2.5 MB | 24/294 kB
Progress (2): 0.1/2.5 MB | 24/294 kB
Progress (2): 0.1/2.5 MB | 28/294 kB
Progress (2): 0.1/2.5 MB | 28/294 kB
Progress (2): 0.1/2.5 MB | 32/294 kB
Progress (2): 0.1/2.5 MB | 32/294 kB
Progress (2): 0.1/2.5 MB | 36/294 kB
Progress (2): 0.1/2.5 MB | 36/294 kB
Progress (2): 0.1/2.5 MB | 40/294 kB
Progress (2): 0.1/2.5 MB | 40/294 kB
Progress (2): 0.1/2.5 MB | 44/294 kB
Progress (2): 0.1/2.5 MB | 44/294 kB
Progress (2): 0.1/2.5 MB | 48/294 kB
Progress (2): 0.1/2.5 MB | 48/294 kB
Progress (2): 0.1/2.5 MB | 52/294 kB
Progress (2): 0.1/2.5 MB | 52/294 kB
Progress (2): 0.1/2.5 MB | 56/294 kB
Progress (2): 0.1/2.5 MB | 56/294 kB
Progress (2): 0.1/2.5 MB | 60/294 kB
Progress (2): 0.1/2.5 MB | 60/294 kB
Progress (2): 0.1/2.5 MB | 64/294 kB
Progress (2): 0.1/2.5 MB | 64/294 kB
Progress (2): 0.1/2.5 MB | 68/294 kB
Progress (2): 0.1/2.5 MB | 68/294 kB
Progress (2): 0.1/2.5 MB | 72/294 kB
Progress (2): 0.1/2.5 MB | 72/294 kB
Progress (2): 0.1/2.5 MB | 76/294 kB
Progress (2): 0.1/2.5 MB | 76/294 kB
Progress (2): 0.1/2.5 MB | 80/294 kB
Progress (2): 0.1/2.5 MB | 80/294 kB
Progress (2): 0.1/2.5 MB | 84/294 kB
Progress (2): 0.1/2.5 MB | 84/294 kB
Progress (2): 0.1/2.5 MB | 88/294 kB
Progress (2): 0.2/2.5 MB | 88/294 kB
Progress (2): 0.2/2.5 MB | 92/294 kB
Progress (2): 0.2/2.5 MB | 92/294 kB
Progress (2): 0.2/2.5 MB | 96/294 kB
Progress (2): 0.2/2.5 MB | 96/294 kB
Progress (2): 0.2/2.5 MB | 100/294 kB
Progress (2): 0.2/2.5 MB | 100/294 kB
Progress (2): 0.2/2.5 MB | 104/294 kB
Progress (2): 0.2/2.5 MB | 104/294 kB
Progress (2): 0.2/2.5 MB | 108/294 kB
Progress (2): 0.2/2.5 MB | 108/294 kB
Progress (2): 0.2/2.5 MB | 112/294 kB
Progress (2): 0.2/2.5 MB | 112/294 kB
Progress (2): 0.2/2.5 MB | 116/294 kB
Progress (2): 0.2/2.5 MB | 116/294 kB
Progress (2): 0.2/2.5 MB | 120/294 kB
Progress (2): 0.2/2.5 MB | 120/294 kB
Progress (2): 0.2/2.5 MB | 124/294 kB
Progress (2): 0.2/2.5 MB | 124/294 kB
Progress (2): 0.2/2.5 MB | 128/294 kB
Progress (2): 0.2/2.5 MB | 128/294 kB
Progress (2): 0.2/2.5 MB | 132/294 kB
Progress (2): 0.2/2.5 MB | 132/294 kB
Progress (2): 0.2/2.5 MB | 136/294 kB
Progress (2): 0.2/2.5 MB | 136/294 kB
Progress (2): 0.2/2.5 MB | 140/294 kB
Progress (2): 0.2/2.5 MB | 140/294 kB
Progress (2): 0.2/2.5 MB | 144/294 kB
Progress (2): 0.2/2.5 MB | 144/294 kB
Progress (2): 0.2/2.5 MB | 148/294 kB
Progress (2): 0.2/2.5 MB | 148/294 kB
Progress (2): 0.2/2.5 MB | 152/294 kB
Progress (2): 0.2/2.5 MB | 152/294 kB
Progress (2): 0.2/2.5 MB | 156/294 kB
Progress (2): 0.2/2.5 MB | 156/294 kB
Progress (2): 0.2/2.5 MB | 160/294 kB
Progress (2): 0.2/2.5 MB | 160/294 kB
Progress (2): 0.2/2.5 MB | 164/294 kB
Progress (2): 0.2/2.5 MB | 164/294 kB
Progress (2): 0.2/2.5 MB | 168/294 kB
Progress (2): 0.2/2.5 MB | 168/294 kB
Progress (2): 0.2/2.5 MB | 172/294 kB
Progress (2): 0.2/2.5 MB | 176/294 kB
Progress (2): 0.2/2.5 MB | 176/294 kB
Progress (2): 0.2/2.5 MB | 180/294 kB
Progress (2): 0.2/2.5 MB | 180/294 kB
Progress (2): 0.2/2.5 MB | 184/294 kB
Progress (2): 0.2/2.5 MB | 184/294 kB
Progress (2): 0.2/2.5 MB | 188/294 kB
Progress (2): 0.2/2.5 MB | 188/294 kB
Progress (2): 0.2/2.5 MB | 192/294 kB
Progress (2): 0.2/2.5 MB | 192/294 kB
Progress (2): 0.2/2.5 MB | 196/294 kB
Progress (2): 0.3/2.5 MB | 196/294 kB
Progress (2): 0.3/2.5 MB | 200/294 kB
Progress (2): 0.3/2.5 MB | 200/294 kB
Progress (2): 0.3/2.5 MB | 204/294 kB
Progress (2): 0.3/2.5 MB | 204/294 kB
Progress (2): 0.3/2.5 MB | 208/294 kB
Progress (2): 0.3/2.5 MB | 208/294 kB
Progress (2): 0.3/2.5 MB | 212/294 kB
Progress (2): 0.3/2.5 MB | 212/294 kB
Progress (2): 0.3/2.5 MB | 216/294 kB
Progress (2): 0.3/2.5 MB | 216/294 kB
Progress (2): 0.3/2.5 MB | 220/294 kB
Progress (2): 0.3/2.5 MB | 220/294 kB
Progress (2): 0.3/2.5 MB | 224/294 kB
Progress (2): 0.3/2.5 MB | 224/294 kB
Progress (2): 0.3/2.5 MB | 228/294 kB
Progress (2): 0.3/2.5 MB | 228/294 kB
Progress (2): 0.3/2.5 MB | 232/294 kB
Progress (2): 0.3/2.5 MB | 232/294 kB
Progress (2): 0.3/2.5 MB | 236/294 kB
Progress (2): 0.3/2.5 MB | 236/294 kB
Progress (2): 0.3/2.5 MB | 240/294 kB
Progress (2): 0.3/2.5 MB | 240/294 kB
Progress (2): 0.3/2.5 MB | 244/294 kB
Progress (2): 0.3/2.5 MB | 244/294 kB
Progress (2): 0.3/2.5 MB | 248/294 kB
Progress (2): 0.3/2.5 MB | 248/294 kB
Progress (2): 0.3/2.5 MB | 252/294 kB
Progress (2): 0.3/2.5 MB | 252/294 kB
Progress (2): 0.3/2.5 MB | 256/294 kB
Progress (2): 0.3/2.5 MB | 256/294 kB
Progress (2): 0.3/2.5 MB | 260/294 kB
Progress (2): 0.3/2.5 MB | 260/294 kB
Progress (2): 0.3/2.5 MB | 264/294 kB
Progress (2): 0.3/2.5 MB | 264/294 kB
Progress (2): 0.3/2.5 MB | 268/294 kB
Progress (2): 0.3/2.5 MB | 268/294 kB
Progress (2): 0.3/2.5 MB | 272/294 kB
Progress (2): 0.3/2.5 MB | 272/294 kB
Progress (2): 0.3/2.5 MB | 276/294 kB
Progress (2): 0.3/2.5 MB | 276/294 kB
Progress (2): 0.3/2.5 MB | 280/294 kB
Progress (2): 0.3/2.5 MB | 280/294 kB
Progress (2): 0.3/2.5 MB | 284/294 kB
Progress (2): 0.3/2.5 MB | 284/294 kB
Progress (2): 0.3/2.5 MB | 288/294 kB
Progress (2): 0.3/2.5 MB | 288/294 kB
Progress (2): 0.3/2.5 MB | 292/294 kB
Progress (2): 0.3/2.5 MB | 292/294 kB
Progress (2): 0.3/2.5 MB | 294 kB    
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.4/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (2): 0.5/2.5 MB | 294 kB
Progress (3): 0.5/2.5 MB | 294 kB | 4.1/39 kB
Progress (3): 0.5/2.5 MB | 294 kB | 4.1/39 kB
Progress (3): 0.5/2.5 MB | 294 kB | 7.7/39 kB
Progress (3): 0.5/2.5 MB | 294 kB | 7.7/39 kB
Progress (3): 0.5/2.5 MB | 294 kB | 12/39 kB 
Progress (3): 0.5/2.5 MB | 294 kB | 12/39 kB
Progress (3): 0.5/2.5 MB | 294 kB | 16/39 kB
Progress (3): 0.5/2.5 MB | 294 kB | 16/39 kB
Progress (3): 0.5/2.5 MB | 294 kB | 20/39 kB
Progress (3): 0.5/2.5 MB | 294 kB | 20/39 kB
Progress (3): 0.5/2.5 MB | 294 kB | 24/39 kB
Progress (3): 0.5/2.5 MB | 294 kB | 24/39 kB
Progress (3): 0.5/2.5 MB | 294 kB | 28/39 kB
Progress (4): 0.5/2.5 MB | 294 kB | 28/39 kB | 4.1/345 kB
Progress (4): 0.5/2.5 MB | 294 kB | 28/39 kB | 4.1/345 kB
Progress (4): 0.5/2.5 MB | 294 kB | 28/39 kB | 7.7/345 kB
Progress (4): 0.5/2.5 MB | 294 kB | 32/39 kB | 7.7/345 kB
Progress (4): 0.5/2.5 MB | 294 kB | 32/39 kB | 12/345 kB 
Progress (4): 0.5/2.5 MB | 294 kB | 36/39 kB | 12/345 kB
Progress (4): 0.6/2.5 MB | 294 kB | 36/39 kB | 12/345 kB
Progress (4): 0.6/2.5 MB | 294 kB | 39 kB | 12/345 kB   
Progress (4): 0.6/2.5 MB | 294 kB | 39 kB | 16/345 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.jar (294 kB at 4.7 MB/s)
01:58:57 [2019-07-31T05:58:57.332Z] Progress (3): 0.6/2.5 MB | 39 kB | 20/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 20/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 24/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 24/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 28/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 28/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 32/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 32/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 36/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 36/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 40/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 40/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 44/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 44/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 48/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 48/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 52/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 52/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 56/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 56/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 60/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 60/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 64/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 64/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 68/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 68/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 72/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 72/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 76/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 76/345 kB
Progress (3): 0.6/2.5 MB | 39 kB | 80/345 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 569 kB/s)
01:58:57 [2019-07-31T05:58:57.332Z] Progress (3): 0.6/2.5 MB | 80/345 kB | 4.1/74 kB
Progress (3): 0.6/2.5 MB | 84/345 kB | 4.1/74 kB
Progress (3): 0.6/2.5 MB | 84/345 kB | 4.1/74 kB
Progress (3): 0.6/2.5 MB | 88/345 kB | 4.1/74 kB
Progress (3): 0.6/2.5 MB | 88/345 kB | 7.7/74 kB
Progress (3): 0.6/2.5 MB | 92/345 kB | 7.7/74 kB
Progress (3): 0.6/2.5 MB | 92/345 kB | 7.7/74 kB
Progress (3): 0.6/2.5 MB | 96/345 kB | 7.7/74 kB
Progress (3): 0.6/2.5 MB | 96/345 kB | 12/74 kB 
Progress (3): 0.6/2.5 MB | 100/345 kB | 12/74 kB
Progress (3): 0.6/2.5 MB | 100/345 kB | 12/74 kB
Progress (3): 0.6/2.5 MB | 104/345 kB | 12/74 kB
Progress (3): 0.6/2.5 MB | 104/345 kB | 16/74 kB
Progress (3): 0.6/2.5 MB | 108/345 kB | 16/74 kB
Progress (3): 0.6/2.5 MB | 108/345 kB | 20/74 kB
Progress (3): 0.6/2.5 MB | 108/345 kB | 20/74 kB
Progress (3): 0.6/2.5 MB | 108/345 kB | 24/74 kB
Progress (3): 0.6/2.5 MB | 108/345 kB | 24/74 kB
Progress (3): 0.6/2.5 MB | 112/345 kB | 24/74 kB
Progress (3): 0.6/2.5 MB | 112/345 kB | 24/74 kB
Progress (3): 0.6/2.5 MB | 116/345 kB | 24/74 kB
Progress (3): 0.6/2.5 MB | 116/345 kB | 28/74 kB
Progress (3): 0.6/2.5 MB | 120/345 kB | 28/74 kB
Progress (3): 0.6/2.5 MB | 120/345 kB | 28/74 kB
Progress (3): 0.6/2.5 MB | 124/345 kB | 28/74 kB
Progress (3): 0.6/2.5 MB | 124/345 kB | 32/74 kB
Progress (3): 0.6/2.5 MB | 128/345 kB | 32/74 kB
Progress (3): 0.6/2.5 MB | 128/345 kB | 32/74 kB
Progress (3): 0.6/2.5 MB | 132/345 kB | 32/74 kB
Progress (3): 0.6/2.5 MB | 132/345 kB | 32/74 kB
Progress (3): 0.6/2.5 MB | 132/345 kB | 36/74 kB
Progress (3): 0.7/2.5 MB | 132/345 kB | 36/74 kB
Progress (3): 0.7/2.5 MB | 136/345 kB | 36/74 kB
Progress (3): 0.7/2.5 MB | 136/345 kB | 36/74 kB
Progress (3): 0.7/2.5 MB | 140/345 kB | 36/74 kB
Progress (3): 0.7/2.5 MB | 140/345 kB | 40/74 kB
Progress (3): 0.7/2.5 MB | 144/345 kB | 40/74 kB
Progress (3): 0.7/2.5 MB | 144/345 kB | 40/74 kB
Progress (3): 0.7/2.5 MB | 148/345 kB | 40/74 kB
Progress (3): 0.7/2.5 MB | 148/345 kB | 40/74 kB
Progress (3): 0.7/2.5 MB | 148/345 kB | 44/74 kB
Progress (3): 0.7/2.5 MB | 148/345 kB | 44/74 kB
Progress (3): 0.7/2.5 MB | 152/345 kB | 44/74 kB
Progress (3): 0.7/2.5 MB | 152/345 kB | 44/74 kB
Progress (3): 0.7/2.5 MB | 152/345 kB | 48/74 kB
Progress (3): 0.7/2.5 MB | 152/345 kB | 48/74 kB
Progress (3): 0.7/2.5 MB | 156/345 kB | 48/74 kB
Progress (3): 0.7/2.5 MB | 156/345 kB | 48/74 kB
Progress (3): 0.7/2.5 MB | 156/345 kB | 52/74 kB
Progress (3): 0.7/2.5 MB | 156/345 kB | 52/74 kB
Progress (3): 0.7/2.5 MB | 160/345 kB | 52/74 kB
Progress (3): 0.7/2.5 MB | 160/345 kB | 52/74 kB
Progress (3): 0.7/2.5 MB | 160/345 kB | 56/74 kB
Progress (3): 0.7/2.5 MB | 160/345 kB | 56/74 kB
Progress (3): 0.7/2.5 MB | 164/345 kB | 56/74 kB
Progress (3): 0.7/2.5 MB | 164/345 kB | 56/74 kB
Progress (3): 0.7/2.5 MB | 164/345 kB | 60/74 kB
Progress (3): 0.7/2.5 MB | 164/345 kB | 60/74 kB
Progress (3): 0.7/2.5 MB | 168/345 kB | 60/74 kB
Progress (3): 0.7/2.5 MB | 168/345 kB | 60/74 kB
Progress (3): 0.7/2.5 MB | 168/345 kB | 64/74 kB
Progress (3): 0.7/2.5 MB | 168/345 kB | 64/74 kB
Progress (3): 0.7/2.5 MB | 172/345 kB | 64/74 kB
Progress (3): 0.7/2.5 MB | 172/345 kB | 64/74 kB
Progress (3): 0.7/2.5 MB | 172/345 kB | 68/74 kB
Progress (3): 0.7/2.5 MB | 172/345 kB | 68/74 kB
Progress (3): 0.7/2.5 MB | 176/345 kB | 68/74 kB
Progress (3): 0.7/2.5 MB | 176/345 kB | 68/74 kB
Progress (3): 0.7/2.5 MB | 176/345 kB | 72/74 kB
Progress (3): 0.7/2.5 MB | 176/345 kB | 72/74 kB
Progress (3): 0.7/2.5 MB | 180/345 kB | 72/74 kB
Progress (3): 0.7/2.5 MB | 180/345 kB | 72/74 kB
Progress (3): 0.7/2.5 MB | 180/345 kB | 74 kB   
Progress (3): 0.7/2.5 MB | 180/345 kB | 74 kB
Progress (3): 0.7/2.5 MB | 184/345 kB | 74 kB
Progress (3): 0.7/2.5 MB | 184/345 kB | 74 kB
Progress (3): 0.7/2.5 MB | 188/345 kB | 74 kB
Progress (3): 0.7/2.5 MB | 188/345 kB | 74 kB
Progress (3): 0.7/2.5 MB | 192/345 kB | 74 kB
Progress (3): 0.7/2.5 MB | 192/345 kB | 74 kB
Progress (3): 0.7/2.5 MB | 196/345 kB | 74 kB
Progress (3): 0.7/2.5 MB | 196/345 kB | 74 kB
Progress (3): 0.7/2.5 MB | 200/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 200/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 204/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 204/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 208/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 208/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 212/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 212/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 216/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 216/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 220/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 220/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 224/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 224/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 228/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 228/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 232/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 232/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 236/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 236/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 240/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 240/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 244/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 244/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 248/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 248/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 252/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 252/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 256/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 256/345 kB | 74 kB
Progress (3): 0.8/2.5 MB | 260/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 812 kB/s)
01:58:57 [2019-07-31T05:58:57.332Z] Progress (2): 0.8/2.5 MB | 260/345 kB
Progress (2): 0.8/2.5 MB | 264/345 kB
Progress (2): 0.8/2.5 MB | 264/345 kB
Progress (2): 0.8/2.5 MB | 268/345 kB
Progress (2): 0.8/2.5 MB | 268/345 kB
Progress (2): 0.8/2.5 MB | 272/345 kB
Progress (2): 0.8/2.5 MB | 272/345 kB
Progress (2): 0.8/2.5 MB | 276/345 kB
Progress (2): 0.8/2.5 MB | 276/345 kB
Progress (2): 0.8/2.5 MB | 280/345 kB
Progress (2): 0.8/2.5 MB | 280/345 kB
Progress (2): 0.8/2.5 MB | 284/345 kB
Progress (2): 0.8/2.5 MB | 284/345 kB
Progress (2): 0.8/2.5 MB | 288/345 kB
Progress (2): 0.8/2.5 MB | 288/345 kB
Progress (2): 0.8/2.5 MB | 292/345 kB
Progress (2): 0.8/2.5 MB | 292/345 kB
Progress (2): 0.8/2.5 MB | 296/345 kB
Progress (2): 0.8/2.5 MB | 296/345 kB
Progress (2): 0.8/2.5 MB | 300/345 kB
Progress (2): 0.9/2.5 MB | 300/345 kB
Progress (2): 0.9/2.5 MB | 304/345 kB
Progress (2): 0.9/2.5 MB | 304/345 kB
Progress (2): 0.9/2.5 MB | 308/345 kB
Progress (2): 0.9/2.5 MB | 308/345 kB
Progress (2): 0.9/2.5 MB | 312/345 kB
Progress (2): 0.9/2.5 MB | 312/345 kB
Progress (2): 0.9/2.5 MB | 316/345 kB
Progress (2): 0.9/2.5 MB | 316/345 kB
Progress (2): 0.9/2.5 MB | 320/345 kB
Progress (2): 0.9/2.5 MB | 320/345 kB
Progress (2): 0.9/2.5 MB | 324/345 kB
Progress (2): 0.9/2.5 MB | 324/345 kB
Progress (2): 0.9/2.5 MB | 328/345 kB
Progress (2): 0.9/2.5 MB | 328/345 kB
Progress (2): 0.9/2.5 MB | 332/345 kB
Progress (2): 0.9/2.5 MB | 332/345 kB
Progress (2): 0.9/2.5 MB | 336/345 kB
Progress (2): 0.9/2.5 MB | 336/345 kB
Progress (2): 0.9/2.5 MB | 340/345 kB
Progress (2): 0.9/2.5 MB | 340/345 kB
Progress (2): 0.9/2.5 MB | 344/345 kB
Progress (2): 0.9/2.5 MB | 344/345 kB
Progress (2): 0.9/2.5 MB | 345 kB    
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 0.9/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.0/2.5 MB | 345 kB
Progress (2): 1.1/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 2.4 MB/s)
01:58:57 [2019-07-31T05:58:57.332Z] 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 11 MB/s)
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] Executing tasks
01:58:57 [2019-07-31T05:58:57.895Z] 
01:58:57 [2019-07-31T05:58:57.895Z] main:
01:58:57 [2019-07-31T05:58:57.895Z] 
01:58:57 [2019-07-31T05:58:57.895Z] clean:
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] Executed tasks
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] 
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.doc.dev ---
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/target
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] 
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.doc.dev ---
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] The project's OSGi version is 5.0.0.201907310510
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] 
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.doc.dev ---
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] 
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.doc.dev ---
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] 
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.doc.dev ---
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] 
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.doc.dev ---
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] 
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.doc.dev ---
01:58:57 [2019-07-31T05:58:57.895Z] [INFO] Executing tasks
01:58:57 [2019-07-31T05:58:57.895Z] 
01:58:57 [2019-07-31T05:58:57.895Z] main:
01:58:57 [2019-07-31T05:58:57.895Z] 
01:58:57 [2019-07-31T05:58:57.895Z] build:
01:58:58 [2019-07-31T05:58:58.825Z] Help: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/doc /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/doc/Developer-Guide.html
01:58:58 [2019-07-31T05:58:58.825Z] 
01:58:58 [2019-07-31T05:58:58.825Z] test:
01:58:58 [2019-07-31T05:58:58.825Z] [xmlvalidate] 19 file(s) have been successfully validated.
01:58:58 [2019-07-31T05:58:58.825Z] [INFO] Executed tasks
01:58:58 [2019-07-31T05:58:58.825Z] [INFO] 
01:58:58 [2019-07-31T05:58:58.825Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.doc.dev ---
01:58:58 [2019-07-31T05:58:58.825Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:58:58 [2019-07-31T05:58:58.825Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/src/main/resources
01:58:58 [2019-07-31T05:58:58.825Z] [INFO] 
01:58:58 [2019-07-31T05:58:58.825Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.doc.dev ---
01:58:58 [2019-07-31T05:58:58.825Z] [INFO] 
01:58:58 [2019-07-31T05:58:58.825Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.doc.dev ---
01:58:59 [2019-07-31T05:58:59.082Z] [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.8/
01:58:59 [2019-07-31T05:58:59.082Z] [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.8/
01:58:59 [2019-07-31T05:58:59.082Z] [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.8
01:58:59 [2019-07-31T05:58:59.082Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.8/ (449B)
01:58:59 [2019-07-31T05:58:59.082Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.8/ (449B)
01:58:59 [2019-07-31T05:58:59.338Z] [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.8/categoriesPhoton/ (1.46kB)
01:58:59 [2019-07-31T05:58:59.338Z] [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.8/categoriesPhoton/ (1.46kB)
01:58:59 [2019-07-31T05:58:59.338Z] [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/
01:58:59 [2019-07-31T05:58:59.338Z] [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/
01:58:59 [2019-07-31T05:58:59.338Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/
01:58:59 [2019-07-31T05:58:59.338Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/
01:59:00 [2019-07-31T05:59:00.706Z] [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/
01:59:00 [2019-07-31T05:59:00.706Z] [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)
01:59:00 [2019-07-31T05:59:00.706Z] [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)
01:59:01 [2019-07-31T05:59:01.635Z] [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)
01:59:02 [2019-07-31T05:59:02.889Z] [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)
01:59:03 [2019-07-31T05:59:03.818Z] [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)
01:59:03 [2019-07-31T05:59:03.818Z] [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)
01:59:05 [2019-07-31T05:59:05.184Z] [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)
01:59:05 [2019-07-31T05:59:05.184Z] [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)
01:59:05 [2019-07-31T05:59:05.441Z] [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)
01:59:05 [2019-07-31T05:59:05.441Z] [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)
01:59:05 [2019-07-31T05:59:05.441Z] [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)
01:59:05 [2019-07-31T05:59:05.441Z] [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)
01:59:05 [2019-07-31T05:59:05.697Z] [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)
01:59:05 [2019-07-31T05:59:05.697Z] [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)
01:59:05 [2019-07-31T05:59:05.697Z] [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)
01:59:05 [2019-07-31T05:59:05.697Z] [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)
01:59:05 [2019-07-31T05:59:05.954Z] [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)
01:59:05 [2019-07-31T05:59:05.954Z] [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)
01:59:06 [2019-07-31T05:59:06.516Z] [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)
01:59:06 [2019-07-31T05:59:06.516Z] [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)
01:59:06 [2019-07-31T05:59:06.772Z] [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)
01:59:06 [2019-07-31T05:59:06.772Z] [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)
01:59:07 [2019-07-31T05:59:07.334Z] [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)
01:59:07 [2019-07-31T05:59:07.334Z] [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)
01:59:08 [2019-07-31T05:59:08.701Z] [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)
01:59:08 [2019-07-31T05:59:08.701Z] [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)
01:59:08 [2019-07-31T05:59:08.701Z] [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)
01:59:08 [2019-07-31T05:59:08.701Z] [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)
01:59:08 [2019-07-31T05:59:08.701Z] [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)
01:59:08 [2019-07-31T05:59:08.701Z] [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)
01:59:08 [2019-07-31T05:59:08.957Z] [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)
01:59:08 [2019-07-31T05:59:08.957Z] [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)
01:59:09 [2019-07-31T05:59:09.213Z] [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)
01:59:09 [2019-07-31T05:59:09.213Z] [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)
01:59:09 [2019-07-31T05:59:09.213Z] [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)
01:59:09 [2019-07-31T05:59:09.213Z] [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)
01:59:09 [2019-07-31T05:59:09.470Z] [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)
01:59:09 [2019-07-31T05:59:09.470Z] [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)
01:59:10 [2019-07-31T05:59:10.400Z] [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/ (4.1MB of 8.71MB at 4.08MB/s)
01:59:17 [2019-07-31T05:59:17.019Z] [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)
01:59:17 [2019-07-31T05:59:17.019Z] [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)
01:59:17 [2019-07-31T05:59:17.019Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/target/eclipserun-work/data/.metadata/.log
01:59:17 [2019-07-31T05:59:17.019Z] [INFO] Command line:
01:59:17 [2019-07-31T05:59:17.019Z] 	[/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_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
01:59:17 [2019-07-31T05:59:17.019Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:59:19 [2019-07-31T05:59:19.538Z] Buildfile: build.xml
01:59:19 [2019-07-31T05:59:19.538Z]   [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.
01:59:19 [2019-07-31T05:59:19.538Z] 
01:59:19 [2019-07-31T05:59:19.538Z] build.index:
01:59:22 [2019-07-31T05:59:22.810Z] BUILD SUCCESSFUL
01:59:22 [2019-07-31T05:59:22.810Z] 
01:59:22 [2019-07-31T05:59:22.810Z] BUILD SUCCESSFUL
01:59:22 [2019-07-31T05:59:22.810Z] Total time: 3 seconds
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/src/test/resources
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-sources.jar
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.372Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.doc.dev ---
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui >--
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.ui 2.1.8-SNAPSHOT [59/134]
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] The project's OSGi version is 2.1.8.201907310510
01:59:23 [2019-07-31T05:59:23.628Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/main/resources
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] 
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:23 [2019-07-31T05:59:23.884Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/classes
01:59:24 [2019-07-31T05:59:24.448Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/ui/views/xychart/XmlTreeViewer.java:[45] 
01:59:24 [2019-07-31T05:59:24.448Z] 	TmfTreeDataModel model = ((TmfGenericTreeEntry<TmfTreeDataModel>) element).getModel();
01:59:24 [2019-07-31T05:59:24.448Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:59:24 [2019-07-31T05:59:24.448Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel>
01:59:24 [2019-07-31T05:59:24.448Z] 2. INFO in /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/ui/views/xychart/XmlTreeViewer.java (at line 45)
01:59:24 [2019-07-31T05:59:24.448Z] 	TmfTreeDataModel model = ((TmfGenericTreeEntry<TmfTreeDataModel>) element).getModel();
01:59:24 [2019-07-31T05:59:24.448Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:59:24 [2019-07-31T05:59:24.448Z] 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
01:59:24 [2019-07-31T05:59:24.448Z] 2 problems (0 errors, 1 warning, 1 info)
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] 
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/test/resources
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] 
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-sources.jar
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] 
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] 
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] 
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] 
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] 
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] 
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] 
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] 
01:59:24 [2019-07-31T05:59:24.448Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:24 [2019-07-31T05:59:24.705Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:59:24 [2019-07-31T05:59:24.705Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:59:24 [2019-07-31T05:59:24.962Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:59:25 [2019-07-31T05:59:25.525Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:59:25 [2019-07-31T05:59:25.525Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:59:25 [2019-07-31T05:59:25.525Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
01:59:26 [2019-07-31T05:59:26.088Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:59:27 [2019-07-31T05:59:27.454Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:59:27 [2019-07-31T05:59:27.454Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
01:59:27 [2019-07-31T05:59:27.454Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.analysis.xml.ui ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf >--------
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] Building org.eclipse.tracecompass.tmf 5.0.0-SNAPSHOT            [60/134]
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf/target
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] The project's OSGi version is 5.0.0.201907310510
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf/target/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT.jar
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.711Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf/target/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT-sources-feature.jar
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf ---
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] 
01:59:27 [2019-07-31T05:59:27.967Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf ---
01:59:28 [2019-07-31T05:59:28.933Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:59:28 [2019-07-31T05:59:28.933Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:59:28 [2019-07-31T05:59:28.933Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:59:29 [2019-07-31T05:59:29.497Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
01:59:29 [2019-07-31T05:59:29.753Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:59:31 [2019-07-31T05:59:31.121Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:59:31 [2019-07-31T05:59:31.121Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:59:31 [2019-07-31T05:59:31.121Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
01:59:31 [2019-07-31T05:59:31.121Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:59:31 [2019-07-31T05:59:31.377Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
01:59:31 [2019-07-31T05:59:31.377Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:59:31 [2019-07-31T05:59:31.377Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:59:31 [2019-07-31T05:59:31.377Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:59:31 [2019-07-31T05:59:31.633Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
01:59:31 [2019-07-31T05:59:31.633Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
01:59:31 [2019-07-31T05:59:31.633Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:59:31 [2019-07-31T05:59:31.890Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:59:32 [2019-07-31T05:59:32.146Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes
01:59:32 [2019-07-31T05:59:32.146Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
01:59:32 [2019-07-31T05:59:32.146Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes
01:59:32 [2019-07-31T05:59:32.402Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:59:32 [2019-07-31T05:59:32.402Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
01:59:32 [2019-07-31T05:59:32.402Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:59:32 [2019-07-31T05:59:32.402Z] [INFO] 
01:59:32 [2019-07-31T05:59:32.402Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf ---
01:59:32 [2019-07-31T05:59:32.402Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:32 [2019-07-31T05:59:32.659Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:33 [2019-07-31T05:59:33.221Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:35 [2019-07-31T05:59:35.741Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:35 [2019-07-31T05:59:35.741Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:35 [2019-07-31T05:59:35.741Z] [INFO] 
01:59:35 [2019-07-31T05:59:35.741Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf ---
01:59:35 [2019-07-31T05:59:35.741Z] [INFO] 
01:59:35 [2019-07-31T05:59:35.741Z] [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui >------
01:59:35 [2019-07-31T05:59:35.741Z] [INFO] Building org.eclipse.tracecompass.btf.ui 1.0.2-SNAPSHOT         [61/134]
01:59:35 [2019-07-31T05:59:35.741Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] 
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf.ui ---
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] 
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.btf.ui ---
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] The project's OSGi version is 1.0.2.201907310510
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] 
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf.ui ---
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] 
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf.ui ---
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] 
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf.ui ---
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] 
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf.ui ---
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] 
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.btf.ui ---
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.ui/src/main/resources
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] 
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.btf.ui ---
01:59:35 [2019-07-31T05:59:35.997Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.ui/target/classes
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] 
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.btf.ui ---
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.ui/src/test/resources
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] 
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf.ui ---
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-sources.jar
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] 
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf.ui ---
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] 
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.btf.ui ---
01:59:36 [2019-07-31T05:59:36.254Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] 
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf.ui ---
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] 
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf.ui ---
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] 
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf.ui ---
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] 
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf.ui ---
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] 
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.btf.ui ---
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] 
01:59:36 [2019-07-31T05:59:36.510Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.btf.ui ---
01:59:36 [2019-07-31T05:59:36.767Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:59:36 [2019-07-31T05:59:36.767Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:59:37 [2019-07-31T05:59:37.023Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:59:37 [2019-07-31T05:59:37.585Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:59:37 [2019-07-31T05:59:37.585Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:59:37 [2019-07-31T05:59:37.585Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.core' with 15 classes
01:59:37 [2019-07-31T05:59:37.841Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:59:39 [2019-07-31T05:59:39.209Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf.ui ---
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf.ui ---
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.btf >--------
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] Building org.eclipse.tracecompass.btf 5.0.0-SNAPSHOT            [62/134]
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf/target
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] The project's OSGi version is 5.0.0.201907310510
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.468Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf/target/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT.jar
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf/target/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT-sources-feature.jar
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.btf ---
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] 
01:59:39 [2019-07-31T05:59:39.935Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.btf ---
01:59:40 [2019-07-31T05:59:40.865Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
01:59:40 [2019-07-31T05:59:40.865Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:59:40 [2019-07-31T05:59:40.865Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:59:41 [2019-07-31T05:59:41.429Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
01:59:41 [2019-07-31T05:59:41.685Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
01:59:43 [2019-07-31T05:59:43.054Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
01:59:43 [2019-07-31T05:59:43.054Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
01:59:43 [2019-07-31T05:59:43.054Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
01:59:43 [2019-07-31T05:59:43.054Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:59:43 [2019-07-31T05:59:43.311Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
01:59:43 [2019-07-31T05:59:43.311Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:59:43 [2019-07-31T05:59:43.311Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:59:43 [2019-07-31T05:59:43.311Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
01:59:43 [2019-07-31T05:59:43.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
01:59:43 [2019-07-31T05:59:43.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
01:59:43 [2019-07-31T05:59:43.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.core' with 15 classes
01:59:43 [2019-07-31T05:59:43.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes
01:59:43 [2019-07-31T05:59:43.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.ui' with 6 classes
01:59:43 [2019-07-31T05:59:43.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
01:59:43 [2019-07-31T05:59:43.823Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
01:59:44 [2019-07-31T05:59:44.080Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
01:59:44 [2019-07-31T05:59:44.080Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes
01:59:44 [2019-07-31T05:59:44.080Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf ---
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf ---
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests >--
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] Building org.eclipse.tracecompass.btf.core.tests 1.0.0-SNAPSHOT [63/134]
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] The project's OSGi version is 1.0.0.201907310510
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/src/main/resources
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.336Z] [INFO] Compiling 4 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/classes
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/src/test/resources
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-sources.jar
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.593Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar
01:59:44 [2019-07-31T05:59:44.850Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.850Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:44 [2019-07-31T05:59:44.850Z] [INFO] 
01:59:44 [2019-07-31T05:59:44.850Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:46 [2019-07-31T05:59:46.218Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/work/data/.metadata/.log
01:59:46 [2019-07-31T05:59:46.218Z] [INFO] Command line:
01:59:46 [2019-07-31T05:59:46.218Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:59:46 [2019-07-31T05:59:46.218Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
01:59:52 [2019-07-31T05:59:52.767Z] !SESSION 2019-07-31 05:59:46.357 -----------------------------------------------
01:59:52 [2019-07-31T05:59:52.767Z] eclipse.buildId=unknown
01:59:52 [2019-07-31T05:59:52.767Z] java.version=1.8.0_202
01:59:52 [2019-07-31T05:59:52.767Z] java.vendor=Oracle Corporation
01:59:52 [2019-07-31T05:59:52.767Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
01:59:52 [2019-07-31T05:59:52.767Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/surefire.properties -product org.eclipse.platform.ide
01:59:52 [2019-07-31T05:59:52.767Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/btf/org.eclipse.tracecompass.btf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
01:59:52 [2019-07-31T05:59:52.767Z] 
01:59:52 [2019-07-31T05:59:52.767Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 05:59:51.836
01:59:52 [2019-07-31T05:59:52.767Z] !MESSAGE FrameworkEvent ERROR
01:59:52 [2019-07-31T05:59:52.767Z] !STACK 0
01:59:52 [2019-07-31T05:59:52.767Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
01:59:52 [2019-07-31T05:59:52.767Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:59:52 [2019-07-31T05:59:52.767Z] 
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:59:52 [2019-07-31T05:59:52.767Z] 
01:59:52 [2019-07-31T05:59:52.767Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 05:59:52.050
01:59:52 [2019-07-31T05:59:52.767Z] !MESSAGE FrameworkEvent ERROR
01:59:52 [2019-07-31T05:59:52.767Z] !STACK 0
01:59:52 [2019-07-31T05:59:52.767Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
01:59:52 [2019-07-31T05:59:52.767Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:59:52 [2019-07-31T05:59:52.767Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
01:59:52 [2019-07-31T05:59:52.767Z]     -> 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"
01:59:52 [2019-07-31T05:59:52.767Z]        org.apache.httpcomponents.httpclient.win [35]
01:59:52 [2019-07-31T05:59:52.767Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
01:59:52 [2019-07-31T05:59:52.767Z] 
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
01:59:52 [2019-07-31T05:59:52.767Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
01:59:55 [2019-07-31T05:59:55.063Z] Running org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest
01:59:55 [2019-07-31T05:59:55.320Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s - in org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest
01:59:55 [2019-07-31T05:59:55.320Z] testReadProperties(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest)  Time elapsed: 0.264 s
01:59:55 [2019-07-31T05:59:55.320Z] testValidate(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest)  Time elapsed: 0.095 s
01:59:55 [2019-07-31T05:59:55.320Z] testTwoContexts(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest)  Time elapsed: 0.023 s
01:59:55 [2019-07-31T05:59:55.320Z] testRead10thEvent1(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest)  Time elapsed: 0.008 s
01:59:55 [2019-07-31T05:59:55.320Z] testRead10thEvent2(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest)  Time elapsed: 0.007 s
01:59:55 [2019-07-31T05:59:55.320Z] testSeek1stEvent(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest)  Time elapsed: 0.06 s
01:59:55 [2019-07-31T05:59:55.320Z] testReadCommentLineEvent1(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest)  Time elapsed: 0.022 s
01:59:55 [2019-07-31T05:59:55.320Z] testReadCommentLineEvent2(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest)  Time elapsed: 0.016 s
01:59:55 [2019-07-31T05:59:55.320Z] testRead1stEvent(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest)  Time elapsed: 0.062 s
01:59:55 [2019-07-31T05:59:55.320Z] 
01:59:55 [2019-07-31T05:59:55.320Z] Results:
01:59:55 [2019-07-31T05:59:55.320Z] 
01:59:55 [2019-07-31T05:59:55.320Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
01:59:55 [2019-07-31T05:59:55.320Z] 
01:59:56 [2019-07-31T05:59:56.253Z] [INFO] All tests passed!
01:59:56 [2019-07-31T05:59:56.253Z] [INFO] 
01:59:56 [2019-07-31T05:59:56.253Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:56 [2019-07-31T05:59:56.253Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
01:59:56 [2019-07-31T05:59:56.253Z] [INFO] 
01:59:56 [2019-07-31T05:59:56.253Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:56 [2019-07-31T05:59:56.509Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.core' with 15 classes
01:59:56 [2019-07-31T05:59:56.509Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
01:59:56 [2019-07-31T05:59:56.509Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
01:59:57 [2019-07-31T05:59:57.072Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
01:59:57 [2019-07-31T05:59:57.329Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
01:59:57 [2019-07-31T05:59:57.329Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
01:59:57 [2019-07-31T05:59:57.329Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
01:59:57 [2019-07-31T05:59:57.329Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.329Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf.core.tests ---
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests >--
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] Building org.eclipse.tracecompass.common.core.tests 1.1.5-SNAPSHOT [64/134]
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] The project's OSGi version is 1.1.5.201907310510
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/src/main/resources
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.330Z] [INFO] Compiling 13 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/classes
01:59:57 [2019-07-31T05:59:57.586Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.586Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.586Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:59:57 [2019-07-31T05:59:57.586Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/src/test/resources
01:59:57 [2019-07-31T05:59:57.586Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.586Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.586Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-sources.jar
01:59:57 [2019-07-31T05:59:57.586Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.586Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.common.core.tests ---
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] 
01:59:57 [2019-07-31T05:59:57.842Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.common.core.tests ---
01:59:58 [2019-07-31T05:59:58.771Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/work/data/.metadata/.log
01:59:58 [2019-07-31T05:59:58.771Z] [INFO] Command line:
01:59:58 [2019-07-31T05:59:58.771Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
01:59:59 [2019-07-31T05:59:59.027Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:00:02 [2019-07-31T06:00:02.298Z] !SESSION 2019-07-31 05:59:59.141 -----------------------------------------------
02:00:02 [2019-07-31T06:00:02.298Z] eclipse.buildId=unknown
02:00:02 [2019-07-31T06:00:02.298Z] java.version=1.8.0_202
02:00:02 [2019-07-31T06:00:02.298Z] java.vendor=Oracle Corporation
02:00:02 [2019-07-31T06:00:02.298Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:00:02 [2019-07-31T06:00:02.298Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide
02:00:02 [2019-07-31T06:00:02.298Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/common/org.eclipse.tracecompass.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:00:02 [2019-07-31T06:00:02.298Z] 
02:00:02 [2019-07-31T06:00:02.298Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:00:01.655
02:00:02 [2019-07-31T06:00:02.298Z] !MESSAGE FrameworkEvent ERROR
02:00:02 [2019-07-31T06:00:02.298Z] !STACK 0
02:00:02 [2019-07-31T06:00:02.298Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [50]
02:00:02 [2019-07-31T06:00:02.298Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:00:02 [2019-07-31T06:00:02.298Z] 
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:00:02 [2019-07-31T06:00:02.298Z] 
02:00:02 [2019-07-31T06:00:02.298Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:00:01.843
02:00:02 [2019-07-31T06:00:02.298Z] !MESSAGE FrameworkEvent ERROR
02:00:02 [2019-07-31T06:00:02.298Z] !STACK 0
02:00:02 [2019-07-31T06:00:02.298Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [123]
02:00:02 [2019-07-31T06:00:02.298Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:00:02 [2019-07-31T06:00:02.298Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:00:02 [2019-07-31T06:00:02.298Z]     -> 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"
02:00:02 [2019-07-31T06:00:02.298Z]        org.apache.httpcomponents.httpclient.win [31]
02:00:02 [2019-07-31T06:00:02.298Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:00:02 [2019-07-31T06:00:02.298Z] 
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:00:02 [2019-07-31T06:00:02.298Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:00:03 [2019-07-31T06:00:03.665Z] Running org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest
02:00:03 [2019-07-31T06:00:03.665Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest
02:00:03 [2019-07-31T06:00:03.665Z] testSameSign(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0.003 s
02:00:03 [2019-07-31T06:00:03.665Z] testAdd100L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.665Z] testAdd0L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] testMult0(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] testMult1(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] testAdd0(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] testMultLimit(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] testAddLimit(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] testMultLimitL(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] testAddLimitL(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] testMult100(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] testAdd100(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] testMult100L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.665Z] testMult0L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] testMult1L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.665Z] Running org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest
02:00:03 [2019-07-31T06:00:03.924Z] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0.002 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[12: null - 200ms  ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[12: null - 200ms  ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[12: null - 200ms  ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[12: null - 200ms  ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[13: null - 200     ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[13: null - 200     ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[13: null - 200     ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[13: null - 200     ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] Running org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest
02:00:03 [2019-07-31T06:00:03.924Z] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0.001 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[22: null - 1KB   ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[22: null - 1KB   ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[22: null - 1KB   ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[22: null - 1KB   ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject[23: null - 1KB  potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormatIllegalArgument[23: null - 1KB  potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testFormat[23: null - 1KB  potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] testParseObject2[23: null - 1KB  potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest)  Time elapsed: 0 s
02:00:03 [2019-07-31T06:00:03.924Z] Running org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest
02:00:04 [2019-07-31T06:00:04.182Z] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest
02:00:04 [2019-07-31T06:00:04.182Z] testFormatIllegalArgument[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.182Z] testParseObject[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[13: 9,223,372,036,854,775,807 - 9223.4 P](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[13: 9,223,372,036,854,775,807 - 9223.4 P](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[13: 9,223,372,036,854,775,807 - 9223.4 P](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] 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
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] 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
02:00:04 [2019-07-31T06:00:04.183Z] 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
02:00:04 [2019-07-31T06:00:04.183Z] 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.001 s
02:00:04 [2019-07-31T06:00:04.183Z] 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
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[43: null - 1.2 m  ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[43: null - 1.2 m  ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[43: null - 1.2 m  ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[43: null - 1.2 m  ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] Running org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest
02:00:04 [2019-07-31T06:00:04.183Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[0: 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[1: 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[2: 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[3: 1,000](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[4: 4,000](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[5: -4,000](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[6: -0.04](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[7: 0.002](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[8: 0.056](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[9: 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[10: 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[11: ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] 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
02:00:04 [2019-07-31T06:00:04.183Z] Running org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest
02:00:04 [2019-07-31T06:00:04.183Z] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0.001 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[22: null - 1KB/s   ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[22: null - 1KB/s   ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[22: null - 1KB/s   ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[22: null - 1KB/s   ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[23: null - 1KB/s  potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[23: null - 1KB/s  potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[23: null - 1KB/s  potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[23: null - 1KB/s  potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormatIllegalArgument[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testFormat[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] testParseObject2[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest)  Time elapsed: 0 s
02:00:04 [2019-07-31T06:00:04.183Z] Running org.eclipse.tracecompass.common.core.tests.xml.TestTransform
02:00:05 [2019-07-31T06:00:05.202Z] [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.
02:00:05 [2019-07-31T06:00:05.202Z] [Fatal Error] :1:4: Recursive entity reference "A". (Reference path: A -> B -> A),
02:00:05 [2019-07-31T06:00:05.202Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.01 s - in org.eclipse.tracecompass.common.core.tests.xml.TestTransform
02:00:05 [2019-07-31T06:00:05.202Z] testXmlInjection(org.eclipse.tracecompass.common.core.tests.xml.TestTransform) skipped
02:00:05 [2019-07-31T06:00:05.202Z] testBillionLaughs(org.eclipse.tracecompass.common.core.tests.xml.TestTransform)  Time elapsed: 1.005 s
02:00:05 [2019-07-31T06:00:05.202Z] testRecursiveEntityReference(org.eclipse.tracecompass.common.core.tests.xml.TestTransform)  Time elapsed: 0.002 s
02:00:05 [2019-07-31T06:00:05.202Z] Running org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest
02:00:05 [2019-07-31T06:00:05.202Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest
02:00:05 [2019-07-31T06:00:05.202Z] testCheckContentsArrayNullElement(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest)  Time elapsed: 0.002 s
02:00:05 [2019-07-31T06:00:05.202Z] testCheckContentsArray(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.202Z] testCheckContentsArrayNullRef(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest)  Time elapsed: 0 s
02:00:05 [2019-07-31T06:00:05.202Z] testCheckContentsStreamNullElement(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest)  Time elapsed: 0.005 s
02:00:05 [2019-07-31T06:00:05.202Z] testCheckContentsStreamNullRef(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest)  Time elapsed: 0 s
02:00:05 [2019-07-31T06:00:05.202Z] testCheckContentsStream(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest)  Time elapsed: 0 s
02:00:05 [2019-07-31T06:00:05.202Z] Running org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest
02:00:05 [2019-07-31T06:00:05.460Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest
02:00:05 [2019-07-31T06:00:05.460Z] testIteratorContents(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0.07 s
02:00:05 [2019-07-31T06:00:05.460Z] testOddInsertions(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0.012 s
02:00:05 [2019-07-31T06:00:05.460Z] testMultiThread(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0.003 s
02:00:05 [2019-07-31T06:00:05.460Z] testConcurrentIteration(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0.008 s
02:00:05 [2019-07-31T06:00:05.460Z] testSingleInsertion(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0 s
02:00:05 [2019-07-31T06:00:05.460Z] testBlockingPeek(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0.048 s
02:00:05 [2019-07-31T06:00:05.460Z] testInvalidConstructor1(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] testInvalidConstructor2(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0 s
02:00:05 [2019-07-31T06:00:05.460Z] testInvalidConstructor4(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0 s
02:00:05 [2019-07-31T06:00:05.460Z] testInvalidConstructor5(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] testIsEmpty(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] testSimpleInsertion(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] testLargeInsertion(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] Running org.eclipse.tracecompass.common.core.tests.log.LoggerTest
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408624787655,"ph":"s","tid":1,"name":"foo","cat":"mydog","id":"0x1"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408636654006,"ph":"f","tid":1,"cat":"mydog","id":"0x1"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408638393188,"ph":"s","tid":1,"name":"foo","cat":"myspider","id":"0x2"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408639926005,"ph":"f","tid":1,"cat":"myspider","id":"0x2"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408701306057,"ph":"s","tid":1,"name":"foo","cat":"null","id":"0x3"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408702060031,"ph":"f","tid":1,"cat":"null","id":"0x3"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408704238107,"ph":"B","tid":1,"name":"foo"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408706585387,"ph":"E","tid":1}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408709311064,"ph":"s","tid":1,"name":"foo","cat":"myspider","id":"0x5"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408709941982,"ph":"f","tid":1,"cat":"myspider","id":"0x5"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408717790514,"ph":"B","tid":1,"name":"foo"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408718306846,"ph":"B","tid":1,"name":"bar"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408718810334,"ph":"E","tid":1}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408719282851,"ph":"E","tid":1}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408720309123,"ph":"B","tid":1,"name":"foo","args":{"Pen:Pineapple":"Apple:Pen"}}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408720749737,"ph":"E","tid":1}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408721222872,"ph":"B","tid":1,"name":"foo","args":{"msg":"Pen:Pineapple:Apple:Pen"}}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408721675783,"ph":"E","tid":1}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408722135697,"ph":"B","tid":1,"name":"foo","args":{"pen":"pineapple","apple":"pen","number_of_badgers":12}}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408722583299,"ph":"E","tid":1}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408723496480,"ph":"B","tid":1,"name":"foo"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408724332399,"ph":"E","tid":1}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils traceInstant
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408727500936,"ph":"i","tid":1,"name":"test null value","args":{"nullvalue":"null"}}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils traceInstant
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408728314200,"ph":"i","tid":1,"name":"test null key","args":{"null":"value"}}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408729525114,"ph":"B","tid":1,"name":"foo"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408729938893,"ph":"B","tid":1,"name":"bar"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408730366680,"ph":"E","tid":1}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408730716688,"ph":"E","tid":1}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408731415562,"ph":"s","tid":1,"name":"foo","cat":"myspider","id":"0x6"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] WARNING: {"ts":389408731865687,"ph":"f","tid":1,"cat":"myspider","id":"0x6"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog <init>
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408736229426,"ph":"B","tid":1,"name":"world"}
02:00:05 [2019-07-31T06:00:05.460Z] Jul 31, 2019 6:00:05 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close
02:00:05 [2019-07-31T06:00:05.460Z] INFO: {"ts":389408736554197,"ph":"E","tid":1}
02:00:05 [2019-07-31T06:00:05.460Z] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.eclipse.tracecompass.common.core.tests.log.LoggerTest
02:00:05 [2019-07-31T06:00:05.460Z] testFlowLogLevels(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.024 s
02:00:05 [2019-07-31T06:00:05.460Z] testFlowWithData(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.002 s
02:00:05 [2019-07-31T06:00:05.460Z] testObjectLifespan(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.06 s
02:00:05 [2019-07-31T06:00:05.460Z] testFlowBuilderNoExtra(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] testNestingWithData(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.005 s
02:00:05 [2019-07-31T06:00:05.460Z] testFlowFiltered(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.002 s
02:00:05 [2019-07-31T06:00:05.460Z] testFlowBuilderCatThenParent(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] testNestingFiltered(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.002 s
02:00:05 [2019-07-31T06:00:05.460Z] testAsyncMessages(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.005 s
02:00:05 [2019-07-31T06:00:05.460Z] testNestingException(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.002 s
02:00:05 [2019-07-31T06:00:05.460Z] testAttributeFailRepeatedArgs(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] testAttributes(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.003 s
02:00:05 [2019-07-31T06:00:05.460Z] testNestingLogLevels(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] testCounter(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.003 s
02:00:05 [2019-07-31T06:00:05.460Z] testNullArguments(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] testNesting(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.002 s
02:00:05 [2019-07-31T06:00:05.460Z] testFlowBuilderParentThenCat(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] testMarker(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.002 s
02:00:05 [2019-07-31T06:00:05.460Z] testInstant(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0 s
02:00:05 [2019-07-31T06:00:05.460Z] testCollectionLifespan(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] testHelloWorld(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0 s
02:00:05 [2019-07-31T06:00:05.460Z] testAttributeFail3Args(org.eclipse.tracecompass.common.core.tests.log.LoggerTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] Running org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest
02:00:05 [2019-07-31T06:00:05.460Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest
02:00:05 [2019-07-31T06:00:05.460Z] testDeepHashCode(org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest)  Time elapsed: 0.002 s
02:00:05 [2019-07-31T06:00:05.460Z] testDeepEquals(org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest)  Time elapsed: 0.001 s
02:00:05 [2019-07-31T06:00:05.460Z] 
02:00:05 [2019-07-31T06:00:05.460Z] Results:
02:00:05 [2019-07-31T06:00:05.460Z] 
02:00:05 [2019-07-31T06:00:05.460Z] Tests run: 538, Failures: 0, Errors: 0, Skipped: 1
02:00:05 [2019-07-31T06:00:05.460Z] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] All tests passed!
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.common.core.tests ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.common.core.tests ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.common.core.tests ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.common.core.tests ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf >--------
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Building org.eclipse.tracecompass.ctf 5.0.0-SNAPSHOT            [65/134]
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf/target
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf/target/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT.jar
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf/target/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT-sources-feature.jar
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] 
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf ---
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:00:06 [2019-07-31T06:00:06.827Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:00:07 [2019-07-31T06:00:07.083Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests >--
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] Building org.eclipse.tracecompass.ctf.parser.tests 1.0.1-SNAPSHOT [66/134]
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] The project's OSGi version is 1.0.1.201907310510
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/src/main/resources
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/classes
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/src/test/resources
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-sources.jar
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.340Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] 
02:00:07 [2019-07-31T06:00:07.596Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:08 [2019-07-31T06:00:08.964Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/data/.metadata/.log
02:00:08 [2019-07-31T06:00:08.964Z] [INFO] Command line:
02:00:08 [2019-07-31T06:00:08.965Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:00:08 [2019-07-31T06:00:08.965Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:00:11 [2019-07-31T06:00:11.483Z] !SESSION 2019-07-31 06:00:08.969 -----------------------------------------------
02:00:11 [2019-07-31T06:00:11.483Z] eclipse.buildId=unknown
02:00:11 [2019-07-31T06:00:11.483Z] java.version=1.8.0_202
02:00:11 [2019-07-31T06:00:11.483Z] java.vendor=Oracle Corporation
02:00:11 [2019-07-31T06:00:11.483Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:00:11 [2019-07-31T06:00:11.483Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/surefire.properties -product org.eclipse.platform.ide
02:00:11 [2019-07-31T06:00:11.483Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:00:11 [2019-07-31T06:00:11.483Z] 
02:00:11 [2019-07-31T06:00:11.483Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:00:11.353
02:00:11 [2019-07-31T06:00:11.483Z] !MESSAGE FrameworkEvent ERROR
02:00:11 [2019-07-31T06:00:11.483Z] !STACK 0
02:00:11 [2019-07-31T06:00:11.483Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [49]
02:00:11 [2019-07-31T06:00:11.483Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:00:11 [2019-07-31T06:00:11.483Z] 
02:00:11 [2019-07-31T06:00:11.483Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:00:11 [2019-07-31T06:00:11.483Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:00:11 [2019-07-31T06:00:11.483Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:00:11 [2019-07-31T06:00:11.483Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:00:11 [2019-07-31T06:00:11.483Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:00:11 [2019-07-31T06:00:11.483Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:00:11 [2019-07-31T06:00:11.483Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:00:11 [2019-07-31T06:00:11.483Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:00:11 [2019-07-31T06:00:11.483Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:00:11 [2019-07-31T06:00:11.483Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:00:11 [2019-07-31T06:00:11.740Z] 
02:00:11 [2019-07-31T06:00:11.740Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:00:11.536
02:00:11 [2019-07-31T06:00:11.740Z] !MESSAGE FrameworkEvent ERROR
02:00:11 [2019-07-31T06:00:11.740Z] !STACK 0
02:00:11 [2019-07-31T06:00:11.740Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [122]
02:00:11 [2019-07-31T06:00:11.740Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:00:11 [2019-07-31T06:00:11.740Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:00:11 [2019-07-31T06:00:11.740Z]     -> 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"
02:00:11 [2019-07-31T06:00:11.740Z]        org.apache.httpcomponents.httpclient.win [30]
02:00:11 [2019-07-31T06:00:11.740Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:00:11 [2019-07-31T06:00:11.740Z] 
02:00:11 [2019-07-31T06:00:11.740Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:00:11 [2019-07-31T06:00:11.740Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:00:11 [2019-07-31T06:00:11.740Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:00:11 [2019-07-31T06:00:11.740Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:00:11 [2019-07-31T06:00:11.740Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:00:11 [2019-07-31T06:00:11.740Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:00:11 [2019-07-31T06:00:11.740Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:00:11 [2019-07-31T06:00:11.740Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:00:11 [2019-07-31T06:00:11.740Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:00:11 [2019-07-31T06:00:11.740Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:00:14 [2019-07-31T06:00:14.260Z] Running org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest
02:00:14 [2019-07-31T06:00:14.260Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.178 s - in org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest
02:00:14 [2019-07-31T06:00:14.260Z] testSymbols(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0.084 s
02:00:14 [2019-07-31T06:00:14.260Z] testStringLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testCharLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testLiteralSuffixes(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0.001 s
02:00:14 [2019-07-31T06:00:14.260Z] testLiteralPrefixes(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testMixedComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testWhitespaces(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testLineCommentWithEOF(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) skipped
02:00:14 [2019-07-31T06:00:14.260Z] testIdentifierLetters(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testMultiLineComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testLineComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testNestedComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testLiteralDigits(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testLiteralZero(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testKeywords(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0.001 s
02:00:14 [2019-07-31T06:00:14.260Z] testEscapeStringLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testEscapeCharLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testIdentifier(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] testLiterals(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.260Z] Running org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest
02:00:14 [2019-07-31T06:00:14.516Z] Tests run: 22, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.368 s - in org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest
02:00:14 [2019-07-31T06:00:14.516Z] testDeclaratorOfEnumDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped
02:00:14 [2019-07-31T06:00:14.516Z] testCharacterLiteralPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0.101 s
02:00:14 [2019-07-31T06:00:14.516Z] testEnumDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0.003 s
02:00:14 [2019-07-31T06:00:14.516Z] testIntegerLiteralPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.516Z] testKeywordPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.516Z] testStringLiteralPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.516Z] testTraceDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped
02:00:14 [2019-07-31T06:00:14.516Z] testEnvDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0.003 s
02:00:14 [2019-07-31T06:00:14.516Z] testMixedUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.516Z] testArrayUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.516Z] testMemberUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0.001 s
02:00:14 [2019-07-31T06:00:14.516Z] testFloatingTypeAliasDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0.001 s
02:00:14 [2019-07-31T06:00:14.516Z] testIntegerTypeAliasDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0.001 s
02:00:14 [2019-07-31T06:00:14.516Z] testPointerUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.516Z] testTypedefDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped
02:00:14 [2019-07-31T06:00:14.516Z] testUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0.001 s
02:00:14 [2019-07-31T06:00:14.516Z] testIdentifierPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.516Z] testSpecialArrayUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0.001 s
02:00:14 [2019-07-31T06:00:14.516Z] testDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.516Z] testSimpleUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.516Z] testEmptyDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped
02:00:14 [2019-07-31T06:00:14.516Z] testPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest)  Time elapsed: 0 s
02:00:14 [2019-07-31T06:00:14.516Z] 
02:00:14 [2019-07-31T06:00:14.516Z] Results:
02:00:14 [2019-07-31T06:00:14.516Z] 
02:00:14 [2019-07-31T06:00:14.516Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 5
02:00:14 [2019-07-31T06:00:14.516Z] 
02:00:15 [2019-07-31T06:00:15.446Z] [INFO] All tests passed!
02:00:15 [2019-07-31T06:00:15.446Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.446Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:15 [2019-07-31T06:00:15.446Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:00:15 [2019-07-31T06:00:15.446Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.446Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:15 [2019-07-31T06:00:15.446Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.parser.tests ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf >------
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf 5.0.0-SNAPSHOT        [67/134]
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf/target
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf/target/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT.jar
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf/target/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT-sources-feature.jar
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] 
02:00:15 [2019-07-31T06:00:15.703Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:16 [2019-07-31T06:00:16.636Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:00:16 [2019-07-31T06:00:16.636Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:00:16 [2019-07-31T06:00:16.636Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:00:17 [2019-07-31T06:00:17.230Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
02:00:17 [2019-07-31T06:00:17.485Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:00:20 [2019-07-31T06:00:20.009Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:00:20 [2019-07-31T06:00:20.009Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:00:20 [2019-07-31T06:00:20.009Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
02:00:20 [2019-07-31T06:00:20.009Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:00:20 [2019-07-31T06:00:20.009Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:00:20 [2019-07-31T06:00:20.009Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:00:20 [2019-07-31T06:00:20.009Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:00:20 [2019-07-31T06:00:20.009Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:00:20 [2019-07-31T06:00:20.009Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:00:20 [2019-07-31T06:00:20.265Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:00:20 [2019-07-31T06:00:20.265Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:00:20 [2019-07-31T06:00:20.520Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:00:20 [2019-07-31T06:00:20.520Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf' with 0 classes
02:00:20 [2019-07-31T06:00:20.520Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes
02:00:20 [2019-07-31T06:00:20.520Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:00:20 [2019-07-31T06:00:20.777Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes
02:00:20 [2019-07-31T06:00:20.777Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:00:20 [2019-07-31T06:00:20.777Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
02:00:20 [2019-07-31T06:00:20.777Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf ---
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests >--
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests 1.0.8-SNAPSHOT [68/134]
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] The project's OSGi version is 1.0.8.201907310510
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/main/resources
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.034Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/classes
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/test/resources
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-sources.jar
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] 
02:00:21 [2019-07-31T06:00:21.597Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:00:23 [2019-07-31T06:00:23.490Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work/data/.metadata/.log
02:00:23 [2019-07-31T06:00:23.490Z] [INFO] Command line:
02:00:23 [2019-07-31T06:00:23.490Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
02:00:23 [2019-07-31T06:00:23.490Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:00:26 [2019-07-31T06:00:26.760Z] !SESSION 2019-07-31 06:00:23.463 -----------------------------------------------
02:00:26 [2019-07-31T06:00:26.760Z] eclipse.buildId=unknown
02:00:26 [2019-07-31T06:00:26.760Z] java.version=1.8.0_202
02:00:26 [2019-07-31T06:00:26.761Z] java.vendor=Oracle Corporation
02:00:26 [2019-07-31T06:00:26.761Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:00:26 [2019-07-31T06:00:26.761Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
02:00:26 [2019-07-31T06:00:26.761Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
02:00:26 [2019-07-31T06:00:26.761Z] 
02:00:26 [2019-07-31T06:00:26.761Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:00:26.261
02:00:26 [2019-07-31T06:00:26.761Z] !MESSAGE FrameworkEvent ERROR
02:00:26 [2019-07-31T06:00:26.761Z] !STACK 0
02:00:26 [2019-07-31T06:00:26.761Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
02:00:26 [2019-07-31T06:00:26.761Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:00:26 [2019-07-31T06:00:26.761Z] 
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:00:26 [2019-07-31T06:00:26.761Z] 
02:00:26 [2019-07-31T06:00:26.761Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:00:26.440
02:00:26 [2019-07-31T06:00:26.761Z] !MESSAGE FrameworkEvent ERROR
02:00:26 [2019-07-31T06:00:26.761Z] !STACK 0
02:00:26 [2019-07-31T06:00:26.761Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
02:00:26 [2019-07-31T06:00:26.761Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:00:26 [2019-07-31T06:00:26.761Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:00:26 [2019-07-31T06:00:26.761Z]     -> 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"
02:00:26 [2019-07-31T06:00:26.761Z]        org.apache.httpcomponents.httpclient.win [36]
02:00:26 [2019-07-31T06:00:26.761Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:00:26 [2019-07-31T06:00:26.761Z] 
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:00:26 [2019-07-31T06:00:26.761Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:00:28 [2019-07-31T06:00:28.651Z] process 9531: 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
02:00:28 [2019-07-31T06:00:28.651Z] See the manual page for dbus-uuidgen to correct this issue.
02:00:28 [2019-07-31T06:00:28.651Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:00:28 [2019-07-31T06:00:28.651Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:00:41 [2019-07-31T06:00:41.137Z] Running org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.trim.CtfTmfExperimentTrimmingTest
02:00:41 [2019-07-31T06:00:41.137Z] Display size: 1440x900
02:00:41 [2019-07-31T06:00:41.137Z] OS version=3.10.0-957.21.3.el7.x86_64
02:00:41 [2019-07-31T06:00:41.137Z] GTK version=3.18.9
02:00:41 [2019-07-31T06:00:41.137Z] GTK theme=Ambiance
02:00:41 [2019-07-31T06:00:41.137Z] LIBOVERLAY_SCROLLBAR=0
02:00:41 [2019-07-31T06:00:41.137Z] Time zone: Coordinated Universal Time
02:00:41 [2019-07-31T06:00:41.137Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
02:00:41 [2019-07-31T06:00:41.137Z] log4j:WARN Please initialize the log4j system properly.
02:01:19 [2019-07-31T06:01:19.807Z] 
02:01:19 [2019-07-31T06:01:19.807Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-31 06:01:18.027
02:01:19 [2019-07-31T06:01:19.807Z] !MESSAGE Average clock correction (1395672078866874962) is higher than threshold of 500000 ns for experiment [TmfExperiment (Experiment)]
02:01:26 [2019-07-31T06:01:26.380Z] 
02:01:26 [2019-07-31T06:01:26.380Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-31 06:01:25.941
02:01:26 [2019-07-31T06:01:26.380Z] !MESSAGE Average clock correction (1395672078866874962) is higher than threshold of 500000 ns for experiment [TmfExperiment (Experiment-trimmed)]
02:01:41 [2019-07-31T06:01:41.231Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.335 s - in org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.trim.CtfTmfExperimentTrimmingTest
02:01:41 [2019-07-31T06:01:41.231Z] testTrimEvents(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.trim.CtfTmfExperimentTrimmingTest)  Time elapsed: 21.051 s
02:01:41 [2019-07-31T06:01:41.231Z] Running org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184804964 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184804975 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184804975 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184804976 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184804976 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}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184805027 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184805029 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184805029 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184805029 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184805030 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184805030 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}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184805044 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184805045 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184805045 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184805046 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1184805046 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}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184805090 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1184805108 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1184805108 data=null doit=true} to TreeItem with text {Traces [0]}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1184805109 data=null} to TreeItem with text {Traces [0]}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1184805109 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184805109 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]}
02:01:41 [2019-07-31T06:01:41.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1184805132 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:01:41 [2019-07-31T06:01:41.488Z] 
02:01:41 [2019-07-31T06:01:41.488Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:41.235
02:01:41 [2019-07-31T06:01:41.488Z] !MESSAGE Error initializing trace.
02:01:41 [2019-07-31T06:01:41.488Z] 
02:01:41 [2019-07-31T06:01:41.488Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: MismatchedTokenException(57!=72) at metadata:9:27
02:01:41 [2019-07-31T06:01:41.488Z] !STACK 0
02:01:41 [2019-07-31T06:01:41.488Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: MismatchedTokenException(57!=72) at metadata:9:27
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:41 [2019-07-31T06:01:41.488Z] Caused by: MismatchedTokenException(57!=72)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.recoverFromMismatchedToken(CTFParser.java:229)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.antlr.runtime.BaseRecognizer.match(BaseRecognizer.java:115)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1730)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253)
02:01:41 [2019-07-31T06:01:41.488Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:41 [2019-07-31T06:01:41.488Z] 	... 9 more
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184806208 data=null doit=true} to Shell with text {Open Trace}
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - Clicking on OK
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184806213 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184806214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184806214 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184806214 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184806214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184806215 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:42 [2019-07-31T06:01:42.053Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184806215 data=null 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')
02:01:42 [2019-07-31T06:01:42.310Z] DEBUG - Clicked on 
02:01:42 [2019-07-31T06:01:42.567Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:42 [2019-07-31T06:01:42.567Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:42 [2019-07-31T06:01:42.567Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:42 [2019-07-31T06:01:42.567Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:42 [2019-07-31T06:01:42.567Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:42 [2019-07-31T06:01:42.567Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:42 [2019-07-31T06:01:42.567Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184806817 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:42 [2019-07-31T06:01:42.567Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184806817 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:42 [2019-07-31T06:01:42.567Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184806817 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:42 [2019-07-31T06:01:42.567Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184806818 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184806818 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}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184806898 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184806906 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184806906 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184806906 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184806907 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184806907 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}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184806920 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:42 [2019-07-31T06:01:42.823Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184806922 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184806922 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184806922 data=null} to TreeItem with text {Traces [1]}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184806923 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184806923 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]}
02:01:42 [2019-07-31T06:01:42.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184806990 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:43 [2019-07-31T06:01:43.080Z] 
02:01:43 [2019-07-31T06:01:43.080Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:42.937
02:01:43 [2019-07-31T06:01:43.080Z] !MESSAGE Error initializing trace.
02:01:43 [2019-07-31T06:01:43.080Z] 
02:01:43 [2019-07-31T06:01:43.080Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x
02:01:43 [2019-07-31T06:01:43.080Z] !STACK 0
02:01:43 [2019-07-31T06:01:43.080Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:43 [2019-07-31T06:01:43.080Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:43 [2019-07-31T06:01:43.080Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:43 [2019-07-31T06:01:43.080Z] 	... 9 more
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184807888 data=null doit=true} to Shell with text {Open Trace}
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - Clicking on OK
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184807891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184807891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184807891 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184807891 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184807891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:43 [2019-07-31T06:01:43.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184807891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:43 [2019-07-31T06:01:43.899Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184807892 data=null 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')
02:01:43 [2019-07-31T06:01:43.899Z] DEBUG - Clicked on 
02:01:44 [2019-07-31T06:01:44.155Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:44 [2019-07-31T06:01:44.155Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:44 [2019-07-31T06:01:44.155Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:44 [2019-07-31T06:01:44.155Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:44 [2019-07-31T06:01:44.155Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:44 [2019-07-31T06:01:44.155Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:44 [2019-07-31T06:01:44.155Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184808383 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:44 [2019-07-31T06:01:44.155Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184808383 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:44 [2019-07-31T06:01:44.155Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184808383 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:44 [2019-07-31T06:01:44.155Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184808384 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:44 [2019-07-31T06:01:44.155Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184808384 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}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184808413 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184808414 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184808414 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184808415 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184808415 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184808416 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}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184808427 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:44 [2019-07-31T06:01:44.413Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184808480 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184808480 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184808481 data=null} to TreeItem with text {Traces [1]}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184808481 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184808481 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]}
02:01:44 [2019-07-31T06:01:44.413Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184808493 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:45 [2019-07-31T06:01:45.027Z] 
02:01:45 [2019-07-31T06:01:45.027Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:44.462
02:01:45 [2019-07-31T06:01:45.027Z] !MESSAGE Error initializing trace.
02:01:45 [2019-07-31T06:01:45.027Z] 
02:01:45 [2019-07-31T06:01:45.027Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: NoViableAltException(75@[]) at metadata:17:19
02:01:45 [2019-07-31T06:01:45.027Z] !STACK 0
02:01:45 [2019-07-31T06:01:45.027Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: NoViableAltException(75@[]) at metadata:17:19
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172)
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:45 [2019-07-31T06:01:45.027Z] Caused by: NoViableAltException(75@[])
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.postfixExpression(CTFParser.java:1251)
02:01:45 [2019-07-31T06:01:45.027Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.unaryExpression(CTFParser.java:1431)
02:01:45 [2019-07-31T06:01:45.028Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorLength(CTFParser.java:5965)
02:01:45 [2019-07-31T06:01:45.028Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorSuffix(CTFParser.java:5882)
02:01:45 [2019-07-31T06:01:45.028Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclarator(CTFParser.java:5814)
02:01:45 [2019-07-31T06:01:45.028Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.declarator(CTFParser.java:5700)
02:01:45 [2019-07-31T06:01:45.028Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.declaratorList(CTFParser.java:2032)
02:01:45 [2019-07-31T06:01:45.028Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1721)
02:01:45 [2019-07-31T06:01:45.028Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348)
02:01:45 [2019-07-31T06:01:45.028Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303)
02:01:45 [2019-07-31T06:01:45.028Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253)
02:01:45 [2019-07-31T06:01:45.028Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:45 [2019-07-31T06:01:45.028Z] 	... 9 more
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184809344 data=null doit=true} to Shell with text {Open Trace}
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - Clicking on OK
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184809346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184809347 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184809347 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184809347 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184809347 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184809347 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184809347 data=null 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')
02:01:45 [2019-07-31T06:01:45.284Z] DEBUG - Clicked on 
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184809718 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184809718 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184809718 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184809719 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184809719 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}
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184809789 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184809790 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184809791 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184809791 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:45 [2019-07-31T06:01:45.540Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184809791 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:45 [2019-07-31T06:01:45.795Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184809792 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}
02:01:45 [2019-07-31T06:01:45.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184809803 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:45 [2019-07-31T06:01:45.796Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:45 [2019-07-31T06:01:45.796Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:45 [2019-07-31T06:01:45.796Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184809805 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:45 [2019-07-31T06:01:45.796Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184809806 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:45 [2019-07-31T06:01:45.796Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184809806 data=null} to TreeItem with text {Traces [1]}
02:01:45 [2019-07-31T06:01:45.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184809807 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:45 [2019-07-31T06:01:45.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184809807 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]}
02:01:45 [2019-07-31T06:01:45.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184809879 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:46 [2019-07-31T06:01:46.052Z] 
02:01:46 [2019-07-31T06:01:46.052Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:45.841
02:01:46 [2019-07-31T06:01:46.052Z] !MESSAGE Error initializing trace.
02:01:46 [2019-07-31T06:01:46.052Z] 
02:01:46 [2019-07-31T06:01:46.052Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Array length is negative
02:01:46 [2019-07-31T06:01:46.052Z] !STACK 0
02:01:46 [2019-07-31T06:01:46.052Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Array length is negative
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:46 [2019-07-31T06:01:46.052Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Array length is negative
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:163)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:46 [2019-07-31T06:01:46.052Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:46 [2019-07-31T06:01:46.052Z] 	... 9 more
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184810721 data=null doit=true} to Shell with text {Open Trace}
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - Clicking on OK
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184810723 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184810723 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184810724 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184810724 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184810724 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184810724 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184810724 data=null 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')
02:01:46 [2019-07-31T06:01:46.615Z] DEBUG - Clicked on 
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184811086 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184811087 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184811087 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184811088 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184811088 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}
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184811112 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184811113 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184811113 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184811113 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:46 [2019-07-31T06:01:46.871Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184811114 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:47 [2019-07-31T06:01:47.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184811120 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}
02:01:47 [2019-07-31T06:01:47.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184811188 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:47 [2019-07-31T06:01:47.127Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:47 [2019-07-31T06:01:47.127Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:47 [2019-07-31T06:01:47.127Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184811189 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:47 [2019-07-31T06:01:47.127Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184811189 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:47 [2019-07-31T06:01:47.127Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184811190 data=null} to TreeItem with text {Traces [1]}
02:01:47 [2019-07-31T06:01:47.127Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184811190 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:47 [2019-07-31T06:01:47.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184811190 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]}
02:01:47 [2019-07-31T06:01:47.127Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184811208 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:47 [2019-07-31T06:01:47.383Z] 
02:01:47 [2019-07-31T06:01:47.383Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:47.143
02:01:47 [2019-07-31T06:01:47.383Z] !MESSAGE Error initializing trace.
02:01:47 [2019-07-31T06:01:47.383Z] 
02:01:47 [2019-07-31T06:01:47.383Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: NoViableAltException(14@[]) at metadata:17:19
02:01:47 [2019-07-31T06:01:47.383Z] !STACK 0
02:01:47 [2019-07-31T06:01:47.383Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: NoViableAltException(14@[]) at metadata:17:19
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:47 [2019-07-31T06:01:47.383Z] Caused by: NoViableAltException(14@[])
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.postfixExpression(CTFParser.java:1251)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.unaryExpression(CTFParser.java:1431)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorLength(CTFParser.java:5965)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorSuffix(CTFParser.java:5882)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclarator(CTFParser.java:5814)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.declarator(CTFParser.java:5700)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.declaratorList(CTFParser.java:2032)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1721)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253)
02:01:47 [2019-07-31T06:01:47.383Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:47 [2019-07-31T06:01:47.383Z] 	... 9 more
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184811900 data=null doit=true} to Shell with text {Open Trace}
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - Clicking on OK
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184811902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184811903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184811903 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184811903 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184811903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184811903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184811903 data=null 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')
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - Clicked on 
02:01:47 [2019-07-31T06:01:47.947Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184812208 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184812208 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184812209 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184812209 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184812209 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}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184812291 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184812293 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184812293 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184812293 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184812294 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184812294 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}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184812306 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:48 [2019-07-31T06:01:48.204Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184812307 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184812307 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184812307 data=null} to TreeItem with text {Traces [1]}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184812308 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184812308 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]}
02:01:48 [2019-07-31T06:01:48.204Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184812319 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:48 [2019-07-31T06:01:48.461Z] 
02:01:48 [2019-07-31T06:01:48.462Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:48.336
02:01:48 [2019-07-31T06:01:48.462Z] !MESSAGE Error initializing trace.
02:01:48 [2019-07-31T06:01:48.462Z] 
02:01:48 [2019-07-31T06:01:48.462Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x
02:01:48 [2019-07-31T06:01:48.462Z] !STACK 0
02:01:48 [2019-07-31T06:01:48.462Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:48 [2019-07-31T06:01:48.462Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:48 [2019-07-31T06:01:48.462Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:48 [2019-07-31T06:01:48.462Z] 	... 9 more
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184813237 data=null doit=true} to Shell with text {Open Trace}
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - Clicking on OK
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184813239 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184813239 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184813240 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184813240 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184813240 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184813240 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:49 [2019-07-31T06:01:49.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184813240 data=null 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')
02:01:49 [2019-07-31T06:01:49.281Z] DEBUG - Clicked on 
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184813612 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184813613 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184813613 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184813613 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184813613 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}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184813694 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184813695 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184813695 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184813695 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184813696 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184813696 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}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184813708 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:49 [2019-07-31T06:01:49.537Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184813710 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184813710 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184813710 data=null} to TreeItem with text {Traces [1]}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184813711 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184813711 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]}
02:01:49 [2019-07-31T06:01:49.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184813722 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:49 [2019-07-31T06:01:49.794Z] 
02:01:49 [2019-07-31T06:01:49.794Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:49.657
02:01:49 [2019-07-31T06:01:49.794Z] !MESSAGE Error initializing trace.
02:01:49 [2019-07-31T06:01:49.794Z] 
02:01:49 [2019-07-31T06:01:49.794Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t
02:01:49 [2019-07-31T06:01:49.794Z] !STACK 0
02:01:49 [2019-07-31T06:01:49.794Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:49 [2019-07-31T06:01:49.794Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructDeclarationParser.parse(StructDeclarationParser.java:112)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructBodyParser.parse(StructBodyParser.java:150)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:224)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.event.EventDeclarationParser.parse(EventDeclarationParser.java:171)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.event.EventParser.parse(EventParser.java:121)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseEvents(IOStructGen.java:187)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:177)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:49 [2019-07-31T06:01:49.794Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:49 [2019-07-31T06:01:49.794Z] 	... 9 more
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184814593 data=null doit=true} to Shell with text {Open Trace}
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - Clicking on OK
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184814595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184814595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184814595 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184814596 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184814596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184814596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:50 [2019-07-31T06:01:50.357Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184814596 data=null 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')
02:01:50 [2019-07-31T06:01:50.614Z] DEBUG - Clicked on 
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184815001 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184815005 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184815006 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184815006 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184815006 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}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184815088 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184815089 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184815090 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184815090 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184815090 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184815091 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}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184815102 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:50 [2019-07-31T06:01:50.876Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184815103 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184815103 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184815103 data=null} to TreeItem with text {Traces [1]}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184815104 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184815104 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]}
02:01:50 [2019-07-31T06:01:50.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184815116 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:51 [2019-07-31T06:01:51.132Z] 
02:01:51 [2019-07-31T06:01:51.132Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:51.063
02:01:51 [2019-07-31T06:01:51.132Z] !MESSAGE Error initializing trace.
02:01:51 [2019-07-31T06:01:51.132Z] 
02:01:51 [2019-07-31T06:01:51.132Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t
02:01:51 [2019-07-31T06:01:51.132Z] !STACK 0
02:01:51 [2019-07-31T06:01:51.132Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:51 [2019-07-31T06:01:51.132Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:51 [2019-07-31T06:01:51.132Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:51 [2019-07-31T06:01:51.132Z] 	... 9 more
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184815819 data=null doit=true} to Shell with text {Open Trace}
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - Clicking on OK
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184815821 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184815821 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184815821 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184815821 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184815822 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184815822 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184815822 data=null 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')
02:01:51 [2019-07-31T06:01:51.694Z] DEBUG - Clicked on 
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184816109 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184816109 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184816110 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184816110 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184816110 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}
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184816188 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:51 [2019-07-31T06:01:51.950Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184816190 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:51 [2019-07-31T06:01:51.951Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184816190 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:51 [2019-07-31T06:01:51.951Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184816190 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:51 [2019-07-31T06:01:51.951Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184816190 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:51 [2019-07-31T06:01:51.951Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184816191 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}
02:01:51 [2019-07-31T06:01:51.951Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184816198 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:51 [2019-07-31T06:01:51.951Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:51 [2019-07-31T06:01:51.951Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:51 [2019-07-31T06:01:51.951Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184816200 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:51 [2019-07-31T06:01:51.951Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184816203 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:51 [2019-07-31T06:01:51.951Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184816203 data=null} to TreeItem with text {Traces [1]}
02:01:51 [2019-07-31T06:01:51.951Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184816204 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:52 [2019-07-31T06:01:52.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184816204 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]}
02:01:52 [2019-07-31T06:01:52.207Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184816216 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:52 [2019-07-31T06:01:52.207Z] 
02:01:52 [2019-07-31T06:01:52.207Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:52.138
02:01:52 [2019-07-31T06:01:52.207Z] !MESSAGE Error initializing trace.
02:01:52 [2019-07-31T06:01:52.207Z] 
02:01:52 [2019-07-31T06:01:52.207Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding
02:01:52 [2019-07-31T06:01:52.207Z] !STACK 0
02:01:52 [2019-07-31T06:01:52.207Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:52 [2019-07-31T06:01:52.207Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.string.EncodingParser.parse(EncodingParser.java:61)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:179)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:52 [2019-07-31T06:01:52.207Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:52 [2019-07-31T06:01:52.207Z] 	... 9 more
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184817029 data=null doit=true} to Shell with text {Open Trace}
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - Clicking on OK
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184817032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184817032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184817032 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184817032 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184817032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184817032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184817032 data=null 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')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - Clicked on 
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:53 [2019-07-31T06:01:53.137Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184817391 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184817391 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184817391 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184817392 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184817392 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}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184817420 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184817421 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184817422 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184817422 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184817422 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184817422 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}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184817484 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:53 [2019-07-31T06:01:53.393Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184817486 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184817486 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184817487 data=null} to TreeItem with text {Traces [1]}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184817487 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184817487 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]}
02:01:53 [2019-07-31T06:01:53.393Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184817510 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:53 [2019-07-31T06:01:53.650Z] 
02:01:53 [2019-07-31T06:01:53.650Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:53.473
02:01:53 [2019-07-31T06:01:53.650Z] !MESSAGE Error initializing trace.
02:01:53 [2019-07-31T06:01:53.650Z] 
02:01:53 [2019-07-31T06:01:53.650Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding
02:01:53 [2019-07-31T06:01:53.650Z] !STACK 0
02:01:53 [2019-07-31T06:01:53.650Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:53 [2019-07-31T06:01:53.650Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.string.EncodingParser.parse(EncodingParser.java:58)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:179)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:53 [2019-07-31T06:01:53.650Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:53 [2019-07-31T06:01:53.650Z] 	... 9 more
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184818399 data=null doit=true} to Shell with text {Open Trace}
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - Clicking on OK
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184818401 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184818401 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184818401 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184818401 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184818401 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184818402 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:54 [2019-07-31T06:01:54.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184818402 data=null 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')
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Clicked on 
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184818694 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184818694 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184818694 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184818694 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184818695 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}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184818715 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184818716 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184818717 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184818717 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184818717 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184818717 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}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184818781 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:54 [2019-07-31T06:01:54.581Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184818783 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184818783 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184818783 data=null} to TreeItem with text {Traces [1]}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184818784 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184818784 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]}
02:01:54 [2019-07-31T06:01:54.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184818795 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:54 [2019-07-31T06:01:54.838Z] 
02:01:54 [2019-07-31T06:01:54.838Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:54.739
02:01:54 [2019-07-31T06:01:54.838Z] !MESSAGE Error initializing trace.
02:01:54 [2019-07-31T06:01:54.838Z] 
02:01:54 [2019-07-31T06:01:54.838Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size
02:01:54 [2019-07-31T06:01:54.838Z] !STACK 0
02:01:54 [2019-07-31T06:01:54.838Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:54 [2019-07-31T06:01:54.838Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.SizeParser.parse(SizeParser.java:63)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:170)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:54 [2019-07-31T06:01:54.838Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:54 [2019-07-31T06:01:54.838Z] 	... 9 more
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184819683 data=null doit=true} to Shell with text {Open Trace}
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - Clicking on OK
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184819686 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184819686 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184819686 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184819686 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184819687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184819687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184819687 data=null 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')
02:01:55 [2019-07-31T06:01:55.768Z] DEBUG - Clicked on 
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184820032 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184820036 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184820036 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184820036 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184820037 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}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184820091 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184820093 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184820093 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184820093 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184820093 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184820094 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}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184820110 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:56 [2019-07-31T06:01:56.025Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184820111 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184820111 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184820112 data=null} to TreeItem with text {Traces [1]}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184820112 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184820114 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]}
02:01:56 [2019-07-31T06:01:56.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184820191 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:56 [2019-07-31T06:01:56.282Z] 
02:01:56 [2019-07-31T06:01:56.282Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:56.069
02:01:56 [2019-07-31T06:01:56.282Z] !MESSAGE Error initializing trace.
02:01:56 [2019-07-31T06:01:56.282Z] 
02:01:56 [2019-07-31T06:01:56.282Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 23452397856348975623897562893746589237465289374658923764598237645897234658723648579236
02:01:56 [2019-07-31T06:01:56.282Z] !STACK 0
02:01:56 [2019-07-31T06:01:56.282Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 23452397856348975623897562893746589237465289374658923764598237645897234658723648579236
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:56 [2019-07-31T06:01:56.282Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 23452397856348975623897562893746589237465289374658923764598237645897234658723648579236
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:56)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.trace.VersionNumberParser.parse(VersionNumberParser.java:57)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.trace.TraceDeclarationParser.parse(TraceDeclarationParser.java:144)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseTrace(IOStructGen.java:251)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:150)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:56 [2019-07-31T06:01:56.282Z] 	... 9 more
02:01:56 [2019-07-31T06:01:56.282Z] Caused by: java.lang.NumberFormatException: For input string: "23452397856348975623897562893746589237465289374658923764598237645897234658723648579236"
02:01:56 [2019-07-31T06:01:56.282Z] 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
02:01:56 [2019-07-31T06:01:56.282Z] 	at java.lang.Long.parseLong(Long.java:592)
02:01:56 [2019-07-31T06:01:56.282Z] 	at java.lang.Long.valueOf(Long.java:776)
02:01:56 [2019-07-31T06:01:56.282Z] 	at java.lang.Long.decode(Long.java:928)
02:01:56 [2019-07-31T06:01:56.282Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:54)
02:01:56 [2019-07-31T06:01:56.282Z] 	... 16 more
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184821000 data=null doit=true} to Shell with text {Open Trace}
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - Clicking on OK
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184821002 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184821002 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184821002 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184821002 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184821003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184821003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184821003 data=null 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')
02:01:56 [2019-07-31T06:01:56.844Z] DEBUG - Clicked on 
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184821302 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184821302 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184821302 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184821303 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184821303 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}
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184821331 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184821333 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184821333 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184821333 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:57 [2019-07-31T06:01:57.100Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184821333 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:57 [2019-07-31T06:01:57.357Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184821334 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}
02:01:57 [2019-07-31T06:01:57.357Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184821383 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:57 [2019-07-31T06:01:57.357Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:57 [2019-07-31T06:01:57.357Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:57 [2019-07-31T06:01:57.357Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184821385 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:57 [2019-07-31T06:01:57.357Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184821385 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:57 [2019-07-31T06:01:57.357Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184821385 data=null} to TreeItem with text {Traces [1]}
02:01:57 [2019-07-31T06:01:57.357Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184821386 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:57 [2019-07-31T06:01:57.357Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184821386 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]}
02:01:57 [2019-07-31T06:01:57.357Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184821406 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:57 [2019-07-31T06:01:57.357Z] 
02:01:57 [2019-07-31T06:01:57.357Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:57.308
02:01:57 [2019-07-31T06:01:57.357Z] !MESSAGE Error initializing trace.
02:01:57 [2019-07-31T06:01:57.357Z] 
02:01:57 [2019-07-31T06:01:57.357Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 
02:01:57 [2019-07-31T06:01:57.357Z] !STACK 0
02:01:57 [2019-07-31T06:01:57.357Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:57 [2019-07-31T06:01:57.357Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.SignedParser.parse(SignedParser.java:87)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:164)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:57 [2019-07-31T06:01:57.357Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:57 [2019-07-31T06:01:57.357Z] 	... 9 more
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184822193 data=null doit=true} to Shell with text {Open Trace}
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Clicking on OK
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184822195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184822195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184822195 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184822195 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184822195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184822195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184822195 data=null 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')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Clicked on 
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184822510 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184822511 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184822511 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184822511 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:58 [2019-07-31T06:01:58.287Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184822511 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}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184822582 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184822584 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184822584 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184822584 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184822585 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184822585 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}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184822592 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:58 [2019-07-31T06:01:58.543Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184822594 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184822594 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184822594 data=null} to TreeItem with text {Traces [1]}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184822594 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184822594 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]}
02:01:58 [2019-07-31T06:01:58.543Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184822610 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:58 [2019-07-31T06:01:58.800Z] 
02:01:58 [2019-07-31T06:01:58.800Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:58.569
02:01:58 [2019-07-31T06:01:58.800Z] !MESSAGE Error initializing trace.
02:01:58 [2019-07-31T06:01:58.800Z] 
02:01:58 [2019-07-31T06:01:58.800Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value svp
02:01:58 [2019-07-31T06:01:58.800Z] !STACK 0
02:01:58 [2019-07-31T06:01:58.800Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value svp
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:58 [2019-07-31T06:01:58.800Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value svp
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.SignedParser.parse(SignedParser.java:67)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:164)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:58 [2019-07-31T06:01:58.800Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:58 [2019-07-31T06:01:58.800Z] 	... 9 more
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184823512 data=null doit=true} to Shell with text {Open Trace}
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - Clicking on OK
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184823514 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184823514 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184823514 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184823514 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184823514 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184823515 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184823515 data=null 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')
02:01:59 [2019-07-31T06:01:59.363Z] DEBUG - Clicked on 
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184823797 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184823797 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184823797 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184823797 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184823798 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}
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184823824 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184823825 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184823825 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184823826 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:01:59 [2019-07-31T06:01:59.620Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184823826 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:59 [2019-07-31T06:01:59.877Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184823826 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}
02:01:59 [2019-07-31T06:01:59.877Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184823882 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:01:59 [2019-07-31T06:01:59.877Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:01:59 [2019-07-31T06:01:59.877Z] DEBUG - Attempting to set focus on Tree with text {}
02:01:59 [2019-07-31T06:01:59.877Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184823884 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:01:59 [2019-07-31T06:01:59.877Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184823884 data=null doit=true} to TreeItem with text {Traces [1]}
02:01:59 [2019-07-31T06:01:59.877Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184823884 data=null} to TreeItem with text {Traces [1]}
02:01:59 [2019-07-31T06:01:59.877Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184823884 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:59 [2019-07-31T06:01:59.877Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184823884 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]}
02:01:59 [2019-07-31T06:01:59.877Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184823895 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:01:59 [2019-07-31T06:01:59.877Z] 
02:01:59 [2019-07-31T06:01:59.877Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:01:59.776
02:01:59 [2019-07-31T06:01:59.877Z] !MESSAGE Error initializing trace.
02:01:59 [2019-07-31T06:01:59.877Z] 
02:01:59 [2019-07-31T06:01:59.877Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size
02:01:59 [2019-07-31T06:01:59.877Z] !STACK 0
02:01:59 [2019-07-31T06:01:59.877Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:01:59 [2019-07-31T06:01:59.877Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.SizeParser.parse(SizeParser.java:67)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:170)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:01:59 [2019-07-31T06:01:59.877Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:01:59 [2019-07-31T06:01:59.877Z] 	... 9 more
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184824643 data=null doit=true} to Shell with text {Open Trace}
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - Clicking on OK
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184824644 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184824644 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184824645 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184824645 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184824645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184824645 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:00 [2019-07-31T06:02:00.439Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184824645 data=null 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')
02:02:00 [2019-07-31T06:02:00.695Z] DEBUG - Clicked on 
02:02:00 [2019-07-31T06:02:00.695Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:02:00 [2019-07-31T06:02:00.695Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:00 [2019-07-31T06:02:00.695Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:00 [2019-07-31T06:02:00.695Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:00 [2019-07-31T06:02:00.695Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:00 [2019-07-31T06:02:00.695Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:00 [2019-07-31T06:02:00.695Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184824917 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:00 [2019-07-31T06:02:00.695Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184824917 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:00 [2019-07-31T06:02:00.696Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184824917 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:00 [2019-07-31T06:02:00.696Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184824917 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:00 [2019-07-31T06:02:00.696Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184824920 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}
02:02:00 [2019-07-31T06:02:00.696Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184824946 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:00 [2019-07-31T06:02:00.696Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:00 [2019-07-31T06:02:00.696Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184824947 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:00 [2019-07-31T06:02:00.696Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184824947 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:00 [2019-07-31T06:02:00.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184824977 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:00 [2019-07-31T06:02:00.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184824978 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:00 [2019-07-31T06:02:00.952Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184824979 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}
02:02:00 [2019-07-31T06:02:00.952Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184824987 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:00 [2019-07-31T06:02:00.952Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:02:00 [2019-07-31T06:02:00.952Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:00 [2019-07-31T06:02:00.952Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184824988 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:02:00 [2019-07-31T06:02:00.952Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184824988 data=null doit=true} to TreeItem with text {Traces [1]}
02:02:00 [2019-07-31T06:02:00.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184824989 data=null} to TreeItem with text {Traces [1]}
02:02:00 [2019-07-31T06:02:00.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184824989 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:00 [2019-07-31T06:02:00.952Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184824989 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]}
02:02:00 [2019-07-31T06:02:00.952Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184825009 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:00 [2019-07-31T06:02:00.952Z] 
02:02:00 [2019-07-31T06:02:00.952Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:02:00.941
02:02:00 [2019-07-31T06:02:00.952Z] !MESSAGE Error initializing trace.
02:02:00 [2019-07-31T06:02:00.952Z] 
02:02:00 [2019-07-31T06:02:00.952Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 
02:02:00 [2019-07-31T06:02:00.952Z] !STACK 0
02:02:00 [2019-07-31T06:02:00.952Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:02:00 [2019-07-31T06:02:00.952Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value 
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.SignedParser.parse(SignedParser.java:87)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:164)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:02:00 [2019-07-31T06:02:00.952Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:02:00 [2019-07-31T06:02:00.952Z] 	... 9 more
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184825839 data=null doit=true} to Shell with text {Open Trace}
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - Clicking on OK
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184825841 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184825842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184825842 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184825842 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184825842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184825842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184825842 data=null 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')
02:02:01 [2019-07-31T06:02:01.881Z] DEBUG - Clicked on 
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184826194 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184826194 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184826194 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184826195 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184826195 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}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184826218 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184826219 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184826219 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184826220 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184826220 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184826220 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}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184826285 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:02 [2019-07-31T06:02:02.138Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184826286 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184826287 data=null doit=true} to TreeItem with text {Traces [1]}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184826287 data=null} to TreeItem with text {Traces [1]}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184826288 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184826288 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]}
02:02:02 [2019-07-31T06:02:02.138Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184826307 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:02 [2019-07-31T06:02:02.395Z] 
02:02:02 [2019-07-31T06:02:02.395Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:02:02.255
02:02:02 [2019-07-31T06:02:02.395Z] !MESSAGE Error initializing trace.
02:02:02 [2019-07-31T06:02:02.395Z] 
02:02:02 [2019-07-31T06:02:02.395Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment
02:02:02 [2019-07-31T06:02:02.395Z] !STACK 0
02:02:02 [2019-07-31T06:02:02.395Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:02:02 [2019-07-31T06:02:02.395Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:91)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:02:02 [2019-07-31T06:02:02.395Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:02:02 [2019-07-31T06:02:02.395Z] 	... 9 more
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184827148 data=null doit=true} to Shell with text {Open Trace}
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - Clicking on OK
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184827150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184827150 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184827150 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184827150 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184827151 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184827151 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184827151 data=null 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')
02:02:03 [2019-07-31T06:02:03.133Z] DEBUG - Clicked on 
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184828139 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184828139 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184828139 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184828140 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184828140 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}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184828161 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184828162 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184828162 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184828162 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184828163 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184828163 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}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184828190 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.062Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184828192 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184828192 data=null doit=true} to TreeItem with text {Traces [1]}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184828192 data=null} to TreeItem with text {Traces [1]}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184828193 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184828193 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]}
02:02:04 [2019-07-31T06:02:04.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184828208 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:04 [2019-07-31T06:02:04.062Z] 
02:02:04 [2019-07-31T06:02:04.062Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:02:04.059
02:02:04 [2019-07-31T06:02:04.062Z] !MESSAGE Error initializing trace.
02:02:04 [2019-07-31T06:02:04.062Z] 
02:02:04 [2019-07-31T06:02:04.062Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 0xFFFFFFFFU
02:02:04 [2019-07-31T06:02:04.062Z] !STACK 0
02:02:04 [2019-07-31T06:02:04.063Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 0xFFFFFFFFU
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:02:04 [2019-07-31T06:02:04.063Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 0xFFFFFFFFU
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:56)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:82)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:02:04 [2019-07-31T06:02:04.063Z] 	... 9 more
02:02:04 [2019-07-31T06:02:04.063Z] Caused by: java.lang.NumberFormatException: For input string: "FFFFFFFFU"
02:02:04 [2019-07-31T06:02:04.063Z] 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
02:02:04 [2019-07-31T06:02:04.063Z] 	at java.lang.Long.parseLong(Long.java:589)
02:02:04 [2019-07-31T06:02:04.063Z] 	at java.lang.Long.valueOf(Long.java:776)
02:02:04 [2019-07-31T06:02:04.063Z] 	at java.lang.Long.decode(Long.java:928)
02:02:04 [2019-07-31T06:02:04.063Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:54)
02:02:04 [2019-07-31T06:02:04.063Z] 	... 17 more
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184828817 data=null doit=true} to Shell with text {Open Trace}
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - Clicking on OK
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184828818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184828819 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184828819 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184828819 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184828819 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184828819 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:04 [2019-07-31T06:02:04.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184828819 data=null 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')
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Clicked on 
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184829106 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184829106 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184829106 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184829106 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184829106 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}
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184829133 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184829134 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184829135 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184829135 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:04 [2019-07-31T06:02:04.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184829135 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.139Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184829136 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}
02:02:05 [2019-07-31T06:02:05.139Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184829184 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.139Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:02:05 [2019-07-31T06:02:05.139Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:05 [2019-07-31T06:02:05.139Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184829186 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:02:05 [2019-07-31T06:02:05.139Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184829186 data=null doit=true} to TreeItem with text {Traces [1]}
02:02:05 [2019-07-31T06:02:05.139Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184829186 data=null} to TreeItem with text {Traces [1]}
02:02:05 [2019-07-31T06:02:05.139Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184829186 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:05 [2019-07-31T06:02:05.139Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184829186 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]}
02:02:05 [2019-07-31T06:02:05.139Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184829196 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:05 [2019-07-31T06:02:05.139Z] 
02:02:05 [2019-07-31T06:02:05.139Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:02:05.039
02:02:05 [2019-07-31T06:02:05.139Z] !MESSAGE Error initializing trace.
02:02:05 [2019-07-31T06:02:05.139Z] 
02:02:05 [2019-07-31T06:02:05.139Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : -8
02:02:05 [2019-07-31T06:02:05.139Z] !STACK 0
02:02:05 [2019-07-31T06:02:05.139Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : -8
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:02:05 [2019-07-31T06:02:05.139Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : -8
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:85)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:02:05 [2019-07-31T06:02:05.139Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:02:05 [2019-07-31T06:02:05.139Z] 	... 9 more
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184829798 data=null doit=true} to Shell with text {Open Trace}
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - Clicking on OK
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184829800 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184829800 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184829800 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184829800 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184829800 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184829800 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184829800 data=null 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')
02:02:05 [2019-07-31T06:02:05.701Z] DEBUG - Clicked on 
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184830030 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184830031 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184830031 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184830031 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184830031 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}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184830092 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184830093 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184830093 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184830094 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184830094 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184830095 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}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184830106 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:05 [2019-07-31T06:02:05.963Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184830108 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184830108 data=null doit=true} to TreeItem with text {Traces [1]}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184830108 data=null} to TreeItem with text {Traces [1]}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184830108 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184830109 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]}
02:02:05 [2019-07-31T06:02:05.963Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184830119 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:06 [2019-07-31T06:02:06.220Z] 
02:02:06 [2019-07-31T06:02:06.220Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:02:05.982
02:02:06 [2019-07-31T06:02:06.220Z] !MESSAGE Error initializing trace.
02:02:06 [2019-07-31T06:02:06.220Z] 
02:02:06 [2019-07-31T06:02:06.220Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment
02:02:06 [2019-07-31T06:02:06.220Z] !STACK 0
02:02:06 [2019-07-31T06:02:06.220Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:02:06 [2019-07-31T06:02:06.220Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:91)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:02:06 [2019-07-31T06:02:06.220Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:02:06 [2019-07-31T06:02:06.220Z] 	... 9 more
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184830863 data=null doit=true} to Shell with text {Open Trace}
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - Clicking on OK
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184830864 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184830864 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184830864 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184830865 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184830865 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184830865 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184830865 data=null 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')
02:02:06 [2019-07-31T06:02:06.783Z] DEBUG - Clicked on 
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184831115 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184831115 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184831115 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184831116 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184831116 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}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184831140 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184831141 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184831141 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184831141 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184831142 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184831142 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}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184831149 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:07 [2019-07-31T06:02:07.039Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184831154 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184831154 data=null doit=true} to TreeItem with text {Traces [1]}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184831154 data=null} to TreeItem with text {Traces [1]}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184831155 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184831155 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]}
02:02:07 [2019-07-31T06:02:07.039Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184831190 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:07 [2019-07-31T06:02:07.295Z] 
02:02:07 [2019-07-31T06:02:07.295Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:02:07.074
02:02:07 [2019-07-31T06:02:07.295Z] !MESSAGE Error initializing trace.
02:02:07 [2019-07-31T06:02:07.295Z] 
02:02:07 [2019-07-31T06:02:07.295Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : 0
02:02:07 [2019-07-31T06:02:07.295Z] !STACK 0
02:02:07 [2019-07-31T06:02:07.295Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : 0
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:02:07 [2019-07-31T06:02:07.295Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : 0
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:85)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:02:07 [2019-07-31T06:02:07.295Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:02:07 [2019-07-31T06:02:07.295Z] 	... 9 more
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184831993 data=null doit=true} to Shell with text {Open Trace}
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - Clicking on OK
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184831996 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184831996 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184831996 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184831996 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184831996 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184831996 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184831997 data=null 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')
02:02:07 [2019-07-31T06:02:07.858Z] DEBUG - Clicked on 
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184832281 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184832281 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184832282 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184832282 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184832282 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}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184832296 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184832309 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184832309 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184832309 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184832309 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184832310 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}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184832321 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:08 [2019-07-31T06:02:08.115Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184832323 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184832323 data=null doit=true} to TreeItem with text {Traces [1]}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184832323 data=null} to TreeItem with text {Traces [1]}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184832324 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184832324 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]}
02:02:08 [2019-07-31T06:02:08.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184832346 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:08 [2019-07-31T06:02:08.371Z] 
02:02:08 [2019-07-31T06:02:08.371Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:02:08.201
02:02:08 [2019-07-31T06:02:08.371Z] !MESSAGE Error initializing trace.
02:02:08 [2019-07-31T06:02:08.371Z] 
02:02:08 [2019-07-31T06:02:08.371Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Identifier has already been defined:xxx
02:02:08 [2019-07-31T06:02:08.371Z] !STACK 0
02:02:08 [2019-07-31T06:02:08.371Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Identifier has already been defined:xxx
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:02:08 [2019-07-31T06:02:08.371Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Identifier has already been defined:xxx
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.ctf.core.event.metadata.DeclarationScope.registerIdentifier(DeclarationScope.java:193)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructDeclarationParser.parse(StructDeclarationParser.java:114)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructBodyParser.parse(StructBodyParser.java:150)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:224)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:02:08 [2019-07-31T06:02:08.371Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:02:08 [2019-07-31T06:02:08.371Z] 	... 9 more
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184833063 data=null doit=true} to Shell with text {Open Trace}
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - Clicking on OK
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184833065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184833065 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184833066 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184833066 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184833066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184833066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184833066 data=null 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')
02:02:08 [2019-07-31T06:02:08.935Z] DEBUG - Clicked on 
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184833334 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184833335 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184833335 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184833335 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184833336 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}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184833395 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184833396 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184833397 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184833397 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184833397 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184833397 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}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184833404 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:09 [2019-07-31T06:02:09.191Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184833412 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184833412 data=null doit=true} to TreeItem with text {Traces [1]}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184833412 data=null} to TreeItem with text {Traces [1]}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184833413 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184833413 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]}
02:02:09 [2019-07-31T06:02:09.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184833432 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:09 [2019-07-31T06:02:09.448Z] 
02:02:09 [2019-07-31T06:02:09.448Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:02:09.356
02:02:09 [2019-07-31T06:02:09.448Z] !MESSAGE Error initializing trace.
02:02:09 [2019-07-31T06:02:09.448Z] 
02:02:09 [2019-07-31T06:02:09.448Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: struct a already defined.
02:02:09 [2019-07-31T06:02:09.448Z] !STACK 0
02:02:09 [2019-07-31T06:02:09.448Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: struct a already defined.
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:02:09 [2019-07-31T06:02:09.448Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: struct a already defined.
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:216)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257)
02:02:09 [2019-07-31T06:02:09.448Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:02:09 [2019-07-31T06:02:09.448Z] 	... 9 more
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184834241 data=null doit=true} to Shell with text {Open Trace}
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - Clicking on OK
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184834242 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184834243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184834243 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184834243 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184834243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184834243 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:10 [2019-07-31T06:02:10.010Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184834243 data=null 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')
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Clicked on 
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184834498 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184834498 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184834498 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184834499 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184834499 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}
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184834517 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184834518 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184834518 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184834519 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:10 [2019-07-31T06:02:10.266Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184834519 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:10 [2019-07-31T06:02:10.523Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184834519 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}
02:02:10 [2019-07-31T06:02:10.523Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184834536 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:10 [2019-07-31T06:02:10.523Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again.
02:02:10 [2019-07-31T06:02:10.523Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:10 [2019-07-31T06:02:10.523Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1184834538 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:02:10 [2019-07-31T06:02:10.523Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1184834538 data=null doit=true} to TreeItem with text {Traces [1]}
02:02:10 [2019-07-31T06:02:10.523Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1184834539 data=null} to TreeItem with text {Traces [1]}
02:02:10 [2019-07-31T06:02:10.523Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1184834539 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:10 [2019-07-31T06:02:10.523Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184834539 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]}
02:02:10 [2019-07-31T06:02:10.523Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1184834588 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:02:10 [2019-07-31T06:02:10.523Z] 
02:02:10 [2019-07-31T06:02:10.523Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-31 06:02:10.467
02:02:10 [2019-07-31T06:02:10.523Z] !MESSAGE Error initializing trace.
02:02:10 [2019-07-31T06:02:10.523Z] 
02:02:10 [2019-07-31T06:02:10.523Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: NoViableAltException(73@[]) at metadata:7:11
02:02:10 [2019-07-31T06:02:10.523Z] !STACK 0
02:02:10 [2019-07-31T06:02:10.523Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: NoViableAltException(73@[]) at metadata:7:11
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:189)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.<init>(CTFTrace.java:164)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:02:10 [2019-07-31T06:02:10.523Z] Caused by: NoViableAltException(73@[])
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.structSpecifier(CTFParser.java:3107)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.typeSpecifier(CTFParser.java:2573)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.declarationSpecifiers(CTFParser.java:1927)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1706)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253)
02:02:10 [2019-07-31T06:02:10.523Z] 	at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165)
02:02:10 [2019-07-31T06:02:10.523Z] 	... 9 more
02:02:11 [2019-07-31T06:02:11.085Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace'
02:02:11 [2019-07-31T06:02:11.342Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1184835340 data=null doit=true} to Shell with text {Open Trace}
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label'
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label')
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH')
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - Clicking on OK
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184835341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184835341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184835341 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH')
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184835341 data=null} to (of type 'Button' and with style 'SWT.PUSH')
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184835342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184835342 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH')
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184835342 data=null 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')
02:02:11 [2019-07-31T06:02:11.343Z] DEBUG - Clicked on 
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1184835600 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - Attempting to set focus on Tree with text {}
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184835620 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces}
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1184835620 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces}
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1184835620 data=null} to TreeItem with text {TestInvalidCtfTraces}
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184835620 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1184835620 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}
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1184835692 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces}
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:02:11 [2019-07-31T06:02:11.599Z] DEBUG - Clicking on with mnemonic 'Delete'
02:02:11 [2019-07-31T06:02:11.856Z] DEBUG - Clicked on with mnemonic 'Delete'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836191 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836191 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836191 data=null 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')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836192 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1184836192 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Clicking on OK
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1184836193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1184836193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1184836194 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1184836194 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1184836194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1184836194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Clicked on OK
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1184836194 data=null item=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')
02:02:12 [2019-07-31T06:02:12.230Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1184835814 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:02:12 [2019-07-31T06:02:12.581Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.639 s - in org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace
02:02:12 [2019-07-31T06:02:12.581Z] 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: 2.371 s
02:02:12 [2019-07-31T06:02:12.581Z] 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: 1.516 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.382 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.321 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.168 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.403 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.39 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.104 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.288 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.303 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.338 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.265 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.213 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.286 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.119 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.274 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.942 s
02:02:12 [2019-07-31T06:02:12.581Z] 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: 0.973 s
02:02:12 [2019-07-31T06:02:12.581Z] 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: 0.925 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.084 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.146 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.074 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.164 s
02:02:12 [2019-07-31T06:02:12.581Z] 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.105 s
02:02:12 [2019-07-31T06:02:12.581Z] Running org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest
02:02:13 [2019-07-31T06:02:13.144Z] *** BUG ***
02:02:13 [2019-07-31T06:02:13.144Z] In pixman_region32_init_rect: Invalid rectangle passed
02:02:13 [2019-07-31T06:02:13.144Z] Set a breakpoint on '_pixman_log_error' to debug
02:02:13 [2019-07-31T06:02:13.144Z] 
02:02:13 [2019-07-31T06:02:13.144Z] *** BUG ***
02:02:13 [2019-07-31T06:02:13.144Z] In pixman_region32_init_rect: Invalid rectangle passed
02:02:13 [2019-07-31T06:02:13.144Z] Set a breakpoint on '_pixman_log_error' to debug
02:02:13 [2019-07-31T06:02:13.144Z] 
02:02:13 [2019-07-31T06:02:13.706Z] *** BUG ***
02:02:13 [2019-07-31T06:02:13.706Z] In pixman_region32_init_rect: Invalid rectangle passed
02:02:13 [2019-07-31T06:02:13.706Z] Set a breakpoint on '_pixman_log_error' to debug
02:02:13 [2019-07-31T06:02:13.706Z] 
02:02:13 [2019-07-31T06:02:13.706Z] *** BUG ***
02:02:13 [2019-07-31T06:02:13.706Z] In pixman_region32_init_rect: Invalid rectangle passed
02:02:13 [2019-07-31T06:02:13.706Z] Set a breakpoint on '_pixman_log_error' to debug
02:02:13 [2019-07-31T06:02:13.706Z] 
02:02:13 [2019-07-31T06:02:13.706Z] *** BUG ***
02:02:13 [2019-07-31T06:02:13.706Z] In pixman_region32_init_rect: Invalid rectangle passed
02:02:13 [2019-07-31T06:02:13.706Z] Set a breakpoint on '_pixman_log_error' to debug
02:02:13 [2019-07-31T06:02:13.706Z] 
02:02:13 [2019-07-31T06:02:13.706Z] *** BUG ***
02:02:13 [2019-07-31T06:02:13.706Z] In pixman_region32_init_rect: Invalid rectangle passed
02:02:13 [2019-07-31T06:02:13.706Z] Set a breakpoint on '_pixman_log_error' to debug
02:02:13 [2019-07-31T06:02:13.706Z] 
02:02:13 [2019-07-31T06:02:13.706Z] *** BUG ***
02:02:13 [2019-07-31T06:02:13.706Z] In pixman_region32_init_rect: Invalid rectangle passed
02:02:13 [2019-07-31T06:02:13.706Z] Set a breakpoint on '_pixman_log_error' to debug
02:02:13 [2019-07-31T06:02:13.706Z] 
02:02:16 [2019-07-31T06:02:16.977Z] *** BUG ***
02:02:16 [2019-07-31T06:02:16.977Z] In pixman_region32_init_rect: Invalid rectangle passed
02:02:16 [2019-07-31T06:02:16.977Z] Set a breakpoint on '_pixman_log_error' to debug
02:02:16 [2019-07-31T06:02:16.977Z] 
02:02:16 [2019-07-31T06:02:16.977Z] *** BUG ***
02:02:16 [2019-07-31T06:02:16.977Z] In pixman_region32_init_rect: Invalid rectangle passed
02:02:16 [2019-07-31T06:02:16.977Z] Set a breakpoint on '_pixman_log_error' to debug
02:02:16 [2019-07-31T06:02:16.977Z] 
02:02:16 [2019-07-31T06:02:16.977Z] *** BUG ***
02:02:16 [2019-07-31T06:02:16.977Z] In pixman_region32_init_rect: Invalid rectangle passed
02:02:16 [2019-07-31T06:02:16.977Z] Set a breakpoint on '_pixman_log_error' to debug
02:02:16 [2019-07-31T06:02:16.977Z] 
02:04:08 [2019-07-31T06:04:08.632Z] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 101.102 s - in org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest
02:04:08 [2019-07-31T06:04:08.632Z] testImportFromDirectory(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 3.724 s
02:04:08 [2019-07-31T06:04:08.632Z] testExtractArchivesFromArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 5.021 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportFromDirectoryLinksPreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 3.019 s
02:04:08 [2019-07-31T06:04:08.632Z] testExtractArchivesFromArchivePreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 4.728 s
02:04:08 [2019-07-31T06:04:08.632Z] testExtractArchivesFromDirectory(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 3.675 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportFromArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 10.318 s
02:04:08 [2019-07-31T06:04:08.632Z] testExtractArchivesFromDirectoryLinksPreserveStruture(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 9.174 s
02:04:08 [2019-07-31T06:04:08.632Z] testEmptyFile(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 1.202 s
02:04:08 [2019-07-31T06:04:08.632Z] testEmptyDirectory(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 0.717 s
02:04:08 [2019-07-31T06:04:08.632Z] testArchiveWithColons(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 1.576 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportFromDirectoryOverwriteRenameAll(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 6.311 s
02:04:08 [2019-07-31T06:04:08.632Z] testEmptyArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 2.509 s
02:04:08 [2019-07-31T06:04:08.632Z] testNestedEmptyArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 3.392 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportFromArchiveOverwrite(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 5.367 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportFromArchiveWithExperiment(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 2.587 s
02:04:08 [2019-07-31T06:04:08.632Z] testDirectoryWithEmptyArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 1.715 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportWithExperimentOverwriteTraces(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 5.825 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportWithExperimentValidation(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 2.576 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportFromDirectoryPreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 2.621 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportWithExperiment(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 2.688 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportFromDirectoryLinks(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 2.693 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportFromDirectoryOverwrite(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 4.741 s
02:04:08 [2019-07-31T06:04:08.632Z] testExtractArchivesFromDirectoryLinks(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 2.476 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportFromDirectoryOverwriteOverwriteAll(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 5.714 s
02:04:08 [2019-07-31T06:04:08.632Z] testImportFromArchivePreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest)  Time elapsed: 3.21 s
02:04:08 [2019-07-31T06:04:08.632Z] 
02:04:08 [2019-07-31T06:04:08.632Z] Results:
02:04:08 [2019-07-31T06:04:08.632Z] 
02:04:08 [2019-07-31T06:04:08.632Z] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0
02:04:08 [2019-07-31T06:04:08.632Z] 
02:04:08 [2019-07-31T06:04:08.632Z] 
02:04:08 [2019-07-31T06:04:08.632Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 06:03:54.346
02:04:08 [2019-07-31T06:04:08.632Z] !MESSAGE The workspace will exit with unsaved changes in this session.
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] All tests passed!
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests ---
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.632Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user >-----
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] Building Trace Compass User Guide 5.0.0-SNAPSHOT                [69/134]
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] Executing tasks
02:04:08 [2019-07-31T06:04:08.824Z] 
02:04:08 [2019-07-31T06:04:08.824Z] main:
02:04:08 [2019-07-31T06:04:08.824Z] 
02:04:08 [2019-07-31T06:04:08.824Z] clean:
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] Executed tasks
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/target
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] Executing tasks
02:04:08 [2019-07-31T06:04:08.824Z] 
02:04:08 [2019-07-31T06:04:08.824Z] main:
02:04:08 [2019-07-31T06:04:08.824Z] 
02:04:08 [2019-07-31T06:04:08.824Z] build:
02:04:08 [2019-07-31T06:04:08.824Z] Help: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.html
02:04:08 [2019-07-31T06:04:08.824Z] 
02:04:08 [2019-07-31T06:04:08.824Z] test:
02:04:08 [2019-07-31T06:04:08.824Z] [xmlvalidate] 18 file(s) have been successfully validated.
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] Executed tasks
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/src/main/resources
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] 
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.doc.user ---
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/target/eclipserun-work/data/.metadata/.log
02:04:08 [2019-07-31T06:04:08.824Z] [INFO] Command line:
02:04:08 [2019-07-31T06:04:08.824Z] 	[/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_webmaster-test/doc/org.eclipse.tracecompass.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
02:04:08 [2019-07-31T06:04:08.824Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:04:08 [2019-07-31T06:04:08.824Z] Buildfile: build.xml
02:04:08 [2019-07-31T06:04:08.824Z]   [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.
02:04:08 [2019-07-31T06:04:08.824Z] 
02:04:08 [2019-07-31T06:04:08.824Z] build.index:
02:04:09 [2019-07-31T06:04:09.179Z] BUILD SUCCESSFUL
02:04:09 [2019-07-31T06:04:09.179Z] 
02:04:09 [2019-07-31T06:04:09.179Z] BUILD SUCCESSFUL
02:04:09 [2019-07-31T06:04:09.179Z] Total time: 4 seconds
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] 
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.doc.user ---
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/src/test/resources
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] 
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.doc.user ---
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-sources.jar
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] 
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.doc.user ---
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] 
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.doc.user ---
02:04:09 [2019-07-31T06:04:09.742Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar
02:04:10 [2019-07-31T06:04:10.672Z] [INFO] 
02:04:10 [2019-07-31T06:04:10.672Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.doc.user ---
02:04:10 [2019-07-31T06:04:10.672Z] [INFO] 
02:04:10 [2019-07-31T06:04:10.672Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.doc.user ---
02:04:10 [2019-07-31T06:04:10.672Z] [INFO] 
02:04:10 [2019-07-31T06:04:10.672Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.doc.user ---
02:04:10 [2019-07-31T06:04:10.672Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user >--
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Building Trace Compass GDB Tracepoint Analysis User Guide 5.0.0-SNAPSHOT [70/134]
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Executing tasks
02:04:11 [2019-07-31T06:04:11.602Z] 
02:04:11 [2019-07-31T06:04:11.602Z] main:
02:04:11 [2019-07-31T06:04:11.602Z] 
02:04:11 [2019-07-31T06:04:11.602Z] clean:
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Executed tasks
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.602Z] [INFO] Executing tasks
02:04:11 [2019-07-31T06:04:11.602Z] 
02:04:11 [2019-07-31T06:04:11.602Z] main:
02:04:11 [2019-07-31T06:04:11.602Z] 
02:04:11 [2019-07-31T06:04:11.602Z] build:
02:04:11 [2019-07-31T06:04:11.859Z] Help: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/doc/User-Guide.html
02:04:11 [2019-07-31T06:04:11.859Z] 
02:04:11 [2019-07-31T06:04:11.859Z] test:
02:04:11 [2019-07-31T06:04:11.859Z] [xmlvalidate] 8 file(s) have been successfully validated.
02:04:11 [2019-07-31T06:04:11.859Z] [INFO] Executed tasks
02:04:11 [2019-07-31T06:04:11.859Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.859Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.859Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:11 [2019-07-31T06:04:11.859Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/src/main/resources
02:04:11 [2019-07-31T06:04:11.859Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.859Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.859Z] [INFO] 
02:04:11 [2019-07-31T06:04:11.859Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:11 [2019-07-31T06:04:11.859Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/eclipserun-work/data/.metadata/.log
02:04:11 [2019-07-31T06:04:11.859Z] [INFO] Command line:
02:04:11 [2019-07-31T06:04:11.859Z] 	[/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_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
02:04:11 [2019-07-31T06:04:11.859Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:04:15 [2019-07-31T06:04:15.132Z] Buildfile: build.xml
02:04:15 [2019-07-31T06:04:15.132Z]   [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.
02:04:15 [2019-07-31T06:04:15.132Z] 
02:04:15 [2019-07-31T06:04:15.132Z] build.index:
02:04:17 [2019-07-31T06:04:17.653Z] BUILD SUCCESSFUL
02:04:17 [2019-07-31T06:04:17.653Z] 
02:04:17 [2019-07-31T06:04:17.653Z] BUILD SUCCESSFUL
02:04:17 [2019-07-31T06:04:17.653Z] Total time: 3 seconds
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/src/test/resources
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-sources.jar
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user >---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Building Trace Compass RCP User Guide 5.0.0-SNAPSHOT            [71/134]
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Executing tasks
02:04:18 [2019-07-31T06:04:18.582Z] 
02:04:18 [2019-07-31T06:04:18.582Z] main:
02:04:18 [2019-07-31T06:04:18.582Z] 
02:04:18 [2019-07-31T06:04:18.582Z] clean:
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Executed tasks
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/target
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.582Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] Executing tasks
02:04:18 [2019-07-31T06:04:18.839Z] 
02:04:18 [2019-07-31T06:04:18.839Z] main:
02:04:18 [2019-07-31T06:04:18.839Z] 
02:04:18 [2019-07-31T06:04:18.839Z] build:
02:04:18 [2019-07-31T06:04:18.839Z] Help: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/doc/User-Guide.html
02:04:18 [2019-07-31T06:04:18.839Z] 
02:04:18 [2019-07-31T06:04:18.839Z] test:
02:04:18 [2019-07-31T06:04:18.839Z] [xmlvalidate] 2 file(s) have been successfully validated.
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] Executed tasks
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/src/main/resources
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] 
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/target/eclipserun-work/data/.metadata/.log
02:04:18 [2019-07-31T06:04:18.839Z] [INFO] Command line:
02:04:18 [2019-07-31T06:04:18.839Z] 	[/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_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
02:04:18 [2019-07-31T06:04:18.839Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:04:24 [2019-07-31T06:04:24.203Z] Buildfile: build.xml
02:04:24 [2019-07-31T06:04:24.203Z]   [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.
02:04:24 [2019-07-31T06:04:24.203Z] 
02:04:24 [2019-07-31T06:04:24.203Z] build.index:
02:04:25 [2019-07-31T06:04:25.571Z] BUILD SUCCESSFUL
02:04:25 [2019-07-31T06:04:25.571Z] 
02:04:25 [2019-07-31T06:04:25.571Z] BUILD SUCCESSFUL
02:04:25 [2019-07-31T06:04:25.571Z] Total time: 2 seconds
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/src/test/resources
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-sources.jar
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.135Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:04:26 [2019-07-31T06:04:26.391Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.doc.user ---
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.doc.user >--
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] Building Trace Compass Pcap User Guide 5.0.0-SNAPSHOT           [72/134]
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.392Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] Executing tasks
02:04:26 [2019-07-31T06:04:26.648Z] 
02:04:26 [2019-07-31T06:04:26.648Z] main:
02:04:26 [2019-07-31T06:04:26.648Z] 
02:04:26 [2019-07-31T06:04:26.648Z] clean:
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] Executed tasks
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] Executing tasks
02:04:26 [2019-07-31T06:04:26.648Z] 
02:04:26 [2019-07-31T06:04:26.648Z] main:
02:04:26 [2019-07-31T06:04:26.648Z] 
02:04:26 [2019-07-31T06:04:26.648Z] build:
02:04:26 [2019-07-31T06:04:26.648Z] Help: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/doc/User-Guide.html
02:04:26 [2019-07-31T06:04:26.648Z] 
02:04:26 [2019-07-31T06:04:26.648Z] test:
02:04:26 [2019-07-31T06:04:26.648Z] [xmlvalidate] 1 file(s) have been successfully validated.
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] Executed tasks
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/src/main/resources
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] 
02:04:26 [2019-07-31T06:04:26.648Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:26 [2019-07-31T06:04:26.903Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/eclipserun-work/data/.metadata/.log
02:04:26 [2019-07-31T06:04:26.903Z] [INFO] Command line:
02:04:26 [2019-07-31T06:04:26.903Z] 	[/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_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index]
02:04:26 [2019-07-31T06:04:26.903Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:04:30 [2019-07-31T06:04:30.176Z] Buildfile: build.xml
02:04:30 [2019-07-31T06:04:30.176Z]   [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found.
02:04:30 [2019-07-31T06:04:30.176Z] 
02:04:30 [2019-07-31T06:04:30.176Z] build.index:
02:04:31 [2019-07-31T06:04:31.548Z] BUILD SUCCESSFUL
02:04:31 [2019-07-31T06:04:31.548Z] 
02:04:31 [2019-07-31T06:04:31.548Z] BUILD SUCCESSFUL
02:04:31 [2019-07-31T06:04:31.548Z] Total time: 2 seconds
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/src/test/resources
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-sources.jar
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap.doc.user ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.examples >-----
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Building org.eclipse.tracecompass.examples 1.0.4-SNAPSHOT       [73/134]
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] The project's OSGi version is 1.0.4.201907310510
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/src/main/resources
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.719Z] [INFO] Compiling 4 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/target/classes
02:04:35 [2019-07-31T06:04:35.976Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/src/org/eclipse/tracecompass/examples/ui/viewers/histogram/HistogramTreeViewer.java:[39] 
02:04:35 [2019-07-31T06:04:35.976Z] 	TmfGenericTreeEntry<TmfTreeDataModel> genericEntry = (TmfGenericTreeEntry<TmfTreeDataModel>) element;
02:04:35 [2019-07-31T06:04:35.976Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:04:35 [2019-07-31T06:04:35.976Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel>
02:04:35 [2019-07-31T06:04:35.976Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/src/org/eclipse/tracecompass/examples/ui/viewers/histogram/HistogramTreeViewer.java:[48] 
02:04:35 [2019-07-31T06:04:35.976Z] 	TmfGenericTreeEntry<TmfTreeDataModel> genericEntry = (TmfGenericTreeEntry<TmfTreeDataModel>) element;
02:04:35 [2019-07-31T06:04:35.976Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:04:35 [2019-07-31T06:04:35.976Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry<TmfTreeDataModel>
02:04:35 [2019-07-31T06:04:35.976Z] 2 problems (2 warnings)
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/src/test/resources
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-sources.jar
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.examples ---
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] 
02:04:35 [2019-07-31T06:04:35.976Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.examples ---
02:04:36 [2019-07-31T06:04:36.234Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:04:36 [2019-07-31T06:04:36.491Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:04:36 [2019-07-31T06:04:36.748Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:04:37 [2019-07-31T06:04:37.679Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.examples ---
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.examples ---
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace-parent >--
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] Building Trace Compass GDB Tracepoint Analysis Parent 5.0.0-SNAPSHOT [74/134]
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --------------------------------[ pom ]---------------------------------
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace-parent ---
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace-parent ---
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace-parent ---
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace-parent ---
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace-parent ---
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace-parent ---
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace-parent ---
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace-parent ---
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.347Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace-parent ---
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace-parent ---
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core >---
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.core 1.0.2-SNAPSHOT  [75/134]
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] The project's OSGi version is 1.0.2.201907310510
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/main/resources
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] 
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:39 [2019-07-31T06:04:39.609Z] [INFO] Compiling 7 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/classes
02:04:40 [2019-07-31T06:04:40.173Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/org/eclipse/tracecompass/internal/gdbtrace/core/trace/DsfGdbAdaptor.java:[426] 
02:04:40 [2019-07-31T06:04:40.173Z] 	ICommandControlDMContext cmdControlDMC = DMContexts.getAncestorOfType(context, ICommandControlDMContext.class);
02:04:40 [2019-07-31T06:04:40.173Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:04:40 [2019-07-31T06:04:40.173Z] 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
02:04:40 [2019-07-31T06:04:40.173Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/org/eclipse/tracecompass/internal/gdbtrace/core/trace/DsfGdbAdaptor.java:[441] 
02:04:40 [2019-07-31T06:04:40.173Z] 	IBreakpointsTargetDMContext bpTargetDMC = DMContexts.getAncestorOfType(containerDMC , IBreakpointsTargetDMContext.class);
02:04:40 [2019-07-31T06:04:40.173Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:04:40 [2019-07-31T06:04:40.173Z] 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
02:04:40 [2019-07-31T06:04:40.173Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/org/eclipse/tracecompass/internal/gdbtrace/core/trace/DsfGdbAdaptor.java:[466] 
02:04:40 [2019-07-31T06:04:40.173Z] 	MIBreakpointDMData breakpoint = new MIBreakpointDMData(breakpoints[i]);
02:04:40 [2019-07-31T06:04:40.173Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:04:40 [2019-07-31T06:04:40.173Z] The constructor MIBreakpointDMData(MIBreakpoint) is deprecated
02:04:40 [2019-07-31T06:04:40.173Z] 3 problems (3 warnings)
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] 
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/test/resources
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] 
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-sources.jar
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] 
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] 
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:40 [2019-07-31T06:04:40.173Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] 
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] 
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] 
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] 
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] 
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] 
02:04:40 [2019-07-31T06:04:40.430Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:40 [2019-07-31T06:04:40.687Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:04:40 [2019-07-31T06:04:40.687Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:04:40 [2019-07-31T06:04:40.943Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:04:42 [2019-07-31T06:04:42.312Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:04:43 [2019-07-31T06:04:43.695Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:04:43 [2019-07-31T06:04:43.695Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:04:43 [2019-07-31T06:04:43.695Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:04:43 [2019-07-31T06:04:43.695Z] [INFO] 
02:04:43 [2019-07-31T06:04:43.695Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:43 [2019-07-31T06:04:43.695Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] 
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.core ---
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] 
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui >----
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.ui 1.1.1-SNAPSHOT    [76/134]
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] 
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] 
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] The project's OSGi version is 1.1.1.201907310510
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] 
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] 
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] 
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] 
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] 
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/src/main/resources
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] 
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:43 [2019-07-31T06:04:43.951Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/classes
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] 
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/src/test/resources
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] 
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-sources.jar
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] 
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] 
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] 
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] 
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] 
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] 
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] 
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] 
02:04:44 [2019-07-31T06:04:44.514Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:44 [2019-07-31T06:04:44.771Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:04:45 [2019-07-31T06:04:45.028Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:04:45 [2019-07-31T06:04:45.028Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.core' with 17 classes
02:04:45 [2019-07-31T06:04:45.028Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:04:45 [2019-07-31T06:04:45.957Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:04:47 [2019-07-31T06:04:47.325Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:04:47 [2019-07-31T06:04:47.325Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:04:47 [2019-07-31T06:04:47.325Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:04:47 [2019-07-31T06:04:47.325Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.325Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:47 [2019-07-31T06:04:47.325Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:47 [2019-07-31T06:04:47.325Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.ui ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace >-----
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] Building org.eclipse.tracecompass.gdbtrace 5.0.0-SNAPSHOT       [77/134]
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace/target
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT.jar
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT-sources-feature.jar
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace ---
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] 
02:04:47 [2019-07-31T06:04:47.582Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace ---
02:04:48 [2019-07-31T06:04:48.513Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:04:48 [2019-07-31T06:04:48.830Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:04:48 [2019-07-31T06:04:48.830Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:04:49 [2019-07-31T06:04:49.530Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
02:04:49 [2019-07-31T06:04:49.530Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:04:51 [2019-07-31T06:04:51.421Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:04:51 [2019-07-31T06:04:51.421Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:04:51 [2019-07-31T06:04:51.421Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
02:04:51 [2019-07-31T06:04:51.421Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:04:51 [2019-07-31T06:04:51.421Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:04:51 [2019-07-31T06:04:51.421Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:04:51 [2019-07-31T06:04:51.421Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:04:51 [2019-07-31T06:04:51.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:04:51 [2019-07-31T06:04:51.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:04:52 [2019-07-31T06:04:52.240Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:04:52 [2019-07-31T06:04:52.501Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:04:52 [2019-07-31T06:04:52.501Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:04:52 [2019-07-31T06:04:52.757Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes
02:04:52 [2019-07-31T06:04:52.757Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.core' with 17 classes
02:04:52 [2019-07-31T06:04:52.757Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.doc.user' with 0 classes
02:04:52 [2019-07-31T06:04:52.757Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes
02:04:52 [2019-07-31T06:04:52.757Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.ui' with 8 classes
02:04:52 [2019-07-31T06:04:52.757Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace ---
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace ---
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests >--
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.core.tests 1.0.0-SNAPSHOT [78/134]
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.013Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] The project's OSGi version is 1.0.0.201907310510
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/src/main/resources
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/classes
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/src/test/resources
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.269Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-sources.jar
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] 
02:04:53 [2019-07-31T06:04:53.525Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:04:55 [2019-07-31T06:04:55.418Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/data/.metadata/.log
02:04:55 [2019-07-31T06:04:55.418Z] [INFO] Command line:
02:04:55 [2019-07-31T06:04:55.418Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:04:55 [2019-07-31T06:04:55.418Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:04:58 [2019-07-31T06:04:58.689Z] !SESSION 2019-07-31 06:04:55.233 -----------------------------------------------
02:04:58 [2019-07-31T06:04:58.689Z] eclipse.buildId=unknown
02:04:58 [2019-07-31T06:04:58.689Z] java.version=1.8.0_202
02:04:58 [2019-07-31T06:04:58.689Z] java.vendor=Oracle Corporation
02:04:58 [2019-07-31T06:04:58.689Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:04:58 [2019-07-31T06:04:58.689Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/surefire.properties -product org.eclipse.platform.ide
02:04:58 [2019-07-31T06:04:58.689Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:04:58 [2019-07-31T06:04:58.689Z] 
02:04:58 [2019-07-31T06:04:58.689Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:04:58.249
02:04:58 [2019-07-31T06:04:58.689Z] !MESSAGE FrameworkEvent ERROR
02:04:58 [2019-07-31T06:04:58.689Z] !STACK 0
02:04:58 [2019-07-31T06:04:58.689Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [85]
02:04:58 [2019-07-31T06:04:58.689Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:04:58 [2019-07-31T06:04:58.689Z] 
02:04:58 [2019-07-31T06:04:58.689Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:04:58 [2019-07-31T06:04:58.689Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:04:58 [2019-07-31T06:04:58.689Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:04:58 [2019-07-31T06:04:58.689Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:04:58 [2019-07-31T06:04:58.689Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:04:58 [2019-07-31T06:04:58.689Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:04:58 [2019-07-31T06:04:58.689Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:04:58 [2019-07-31T06:04:58.689Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:04:58 [2019-07-31T06:04:58.689Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:04:58 [2019-07-31T06:04:58.690Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:04:58 [2019-07-31T06:04:58.690Z] 
02:04:58 [2019-07-31T06:04:58.690Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:04:58.366
02:04:58 [2019-07-31T06:04:58.690Z] !MESSAGE FrameworkEvent ERROR
02:04:58 [2019-07-31T06:04:58.690Z] !STACK 0
02:04:58 [2019-07-31T06:04:58.690Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [149]
02:04:58 [2019-07-31T06:04:58.690Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:04:58 [2019-07-31T06:04:58.690Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:04:58 [2019-07-31T06:04:58.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"
02:04:58 [2019-07-31T06:04:58.690Z]        org.apache.httpcomponents.httpclient.win [36]
02:04:58 [2019-07-31T06:04:58.690Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:04:58 [2019-07-31T06:04:58.690Z] 
02:04:58 [2019-07-31T06:04:58.690Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:04:58 [2019-07-31T06:04:58.690Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:04:58 [2019-07-31T06:04:58.690Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:04:58 [2019-07-31T06:04:58.690Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:04:58 [2019-07-31T06:04:58.690Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:04:58 [2019-07-31T06:04:58.690Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:04:58 [2019-07-31T06:04:58.690Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:04:58 [2019-07-31T06:04:58.690Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:04:58 [2019-07-31T06:04:58.690Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:04:58 [2019-07-31T06:04:58.690Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:05:00 [2019-07-31T06:05:00.588Z] Running org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest
02:05:00 [2019-07-31T06:05:00.844Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest
02:05:00 [2019-07-31T06:05:00.845Z] testPluginId(org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest)  Time elapsed: 0.001 s
02:05:00 [2019-07-31T06:05:00.845Z] testGetDefault(org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest)  Time elapsed: 0 s
02:05:00 [2019-07-31T06:05:00.845Z] 
02:05:00 [2019-07-31T06:05:00.845Z] Results:
02:05:00 [2019-07-31T06:05:00.845Z] 
02:05:00 [2019-07-31T06:05:00.845Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
02:05:00 [2019-07-31T06:05:00.845Z] 
02:05:02 [2019-07-31T06:05:02.827Z] [INFO] All tests passed!
02:05:02 [2019-07-31T06:05:02.827Z] [INFO] 
02:05:02 [2019-07-31T06:05:02.827Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:05:02 [2019-07-31T06:05:02.827Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:05:02 [2019-07-31T06:05:02.827Z] [INFO] 
02:05:02 [2019-07-31T06:05:02.827Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:05:02 [2019-07-31T06:05:02.827Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:05:02 [2019-07-31T06:05:02.827Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:05:02 [2019-07-31T06:05:02.827Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.core' with 17 classes
02:05:02 [2019-07-31T06:05:02.827Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:05:03 [2019-07-31T06:05:03.756Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:05:05 [2019-07-31T06:05:05.123Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:05:05 [2019-07-31T06:05:05.123Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:05:05 [2019-07-31T06:05:05.123Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.core.tests ---
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests >--
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.ui.tests 1.0.0-SNAPSHOT [79/134]
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] The project's OSGi version is 1.0.0.201907310510
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/src/main/resources
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.381Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/classes
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/src/test/resources
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-sources.jar
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] 
02:05:05 [2019-07-31T06:05:05.638Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:07 [2019-07-31T06:05:07.005Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/data/.metadata/.log
02:05:07 [2019-07-31T06:05:07.005Z] [INFO] Command line:
02:05:07 [2019-07-31T06:05:07.005Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:05:07 [2019-07-31T06:05:07.005Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:05:10 [2019-07-31T06:05:10.276Z] !SESSION 2019-07-31 06:05:07.246 -----------------------------------------------
02:05:10 [2019-07-31T06:05:10.276Z] eclipse.buildId=unknown
02:05:10 [2019-07-31T06:05:10.276Z] java.version=1.8.0_202
02:05:10 [2019-07-31T06:05:10.276Z] java.vendor=Oracle Corporation
02:05:10 [2019-07-31T06:05:10.276Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:05:10 [2019-07-31T06:05:10.276Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/surefire.properties -product org.eclipse.platform.ide
02:05:10 [2019-07-31T06:05:10.276Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:05:10 [2019-07-31T06:05:10.276Z] 
02:05:10 [2019-07-31T06:05:10.276Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:05:10.160
02:05:10 [2019-07-31T06:05:10.276Z] !MESSAGE FrameworkEvent ERROR
02:05:10 [2019-07-31T06:05:10.276Z] !STACK 0
02:05:10 [2019-07-31T06:05:10.276Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [85]
02:05:10 [2019-07-31T06:05:10.276Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:05:10 [2019-07-31T06:05:10.276Z] 
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:05:10 [2019-07-31T06:05:10.276Z] 
02:05:10 [2019-07-31T06:05:10.276Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:05:10.267
02:05:10 [2019-07-31T06:05:10.276Z] !MESSAGE FrameworkEvent ERROR
02:05:10 [2019-07-31T06:05:10.276Z] !STACK 0
02:05:10 [2019-07-31T06:05:10.276Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [149]
02:05:10 [2019-07-31T06:05:10.276Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:05:10 [2019-07-31T06:05:10.276Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:05:10 [2019-07-31T06:05:10.276Z]     -> 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"
02:05:10 [2019-07-31T06:05:10.276Z]        org.apache.httpcomponents.httpclient.win [36]
02:05:10 [2019-07-31T06:05:10.276Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:05:10 [2019-07-31T06:05:10.276Z] 
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:05:10 [2019-07-31T06:05:10.276Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:05:12 [2019-07-31T06:05:12.794Z] process 10503: 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
02:05:12 [2019-07-31T06:05:12.794Z] See the manual page for dbus-uuidgen to correct this issue.
02:05:12 [2019-07-31T06:05:12.794Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:05:12 [2019-07-31T06:05:12.794Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:05:39 [2019-07-31T06:05:39.301Z] Running org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest
02:05:39 [2019-07-31T06:05:39.301Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest
02:05:39 [2019-07-31T06:05:39.301Z] testPluginId(org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest)  Time elapsed: 0.001 s
02:05:39 [2019-07-31T06:05:39.301Z] testGetDefault(org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest)  Time elapsed: 0 s
02:05:39 [2019-07-31T06:05:39.301Z] 
02:05:39 [2019-07-31T06:05:39.301Z] Results:
02:05:39 [2019-07-31T06:05:39.301Z] 
02:05:39 [2019-07-31T06:05:39.301Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
02:05:39 [2019-07-31T06:05:39.301Z] 
02:05:39 [2019-07-31T06:05:39.301Z] [INFO] All tests passed!
02:05:39 [2019-07-31T06:05:39.301Z] [INFO] 
02:05:39 [2019-07-31T06:05:39.301Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:39 [2019-07-31T06:05:39.301Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:05:39 [2019-07-31T06:05:39.301Z] [INFO] 
02:05:39 [2019-07-31T06:05:39.301Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:39 [2019-07-31T06:05:39.301Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:05:39 [2019-07-31T06:05:39.301Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:05:39 [2019-07-31T06:05:39.301Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.core' with 17 classes
02:05:39 [2019-07-31T06:05:39.301Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:05:39 [2019-07-31T06:05:39.563Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:05:40 [2019-07-31T06:05:40.930Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.ui' with 8 classes
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.ui.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core.tests >--
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Building org.eclipse.tracecompass.lttng2.common.core.tests 1.0.0-SNAPSHOT [80/134]
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] The project's OSGi version is 1.0.0.201907310510
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/src/main/resources
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/classes
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/src/test/resources
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-sources.jar
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] 
02:05:46 [2019-07-31T06:05:46.183Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:47 [2019-07-31T06:05:47.554Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/data/.metadata/.log
02:05:47 [2019-07-31T06:05:47.554Z] [INFO] Command line:
02:05:47 [2019-07-31T06:05:47.554Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:05:47 [2019-07-31T06:05:47.554Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:05:50 [2019-07-31T06:05:50.827Z] !SESSION 2019-07-31 06:05:47.443 -----------------------------------------------
02:05:50 [2019-07-31T06:05:50.827Z] eclipse.buildId=unknown
02:05:50 [2019-07-31T06:05:50.827Z] java.version=1.8.0_202
02:05:50 [2019-07-31T06:05:50.827Z] java.vendor=Oracle Corporation
02:05:50 [2019-07-31T06:05:50.827Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:05:50 [2019-07-31T06:05:50.827Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide
02:05:50 [2019-07-31T06:05:50.827Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:05:50 [2019-07-31T06:05:50.827Z] 
02:05:50 [2019-07-31T06:05:50.827Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:05:50.332
02:05:50 [2019-07-31T06:05:50.827Z] !MESSAGE FrameworkEvent ERROR
02:05:50 [2019-07-31T06:05:50.827Z] !STACK 0
02:05:50 [2019-07-31T06:05:50.827Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
02:05:50 [2019-07-31T06:05:50.827Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:05:50 [2019-07-31T06:05:50.827Z] 
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:05:50 [2019-07-31T06:05:50.827Z] 
02:05:50 [2019-07-31T06:05:50.827Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:05:50.547
02:05:50 [2019-07-31T06:05:50.827Z] !MESSAGE FrameworkEvent ERROR
02:05:50 [2019-07-31T06:05:50.827Z] !STACK 0
02:05:50 [2019-07-31T06:05:50.827Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
02:05:50 [2019-07-31T06:05:50.827Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:05:50 [2019-07-31T06:05:50.827Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:05:50 [2019-07-31T06:05:50.827Z]     -> 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"
02:05:50 [2019-07-31T06:05:50.827Z]        org.apache.httpcomponents.httpclient.win [35]
02:05:50 [2019-07-31T06:05:50.827Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:05:50 [2019-07-31T06:05:50.827Z] 
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:05:50 [2019-07-31T06:05:50.827Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:05:52 [2019-07-31T06:05:52.194Z] Running org.eclipse.tracecompass.lttng2.common.core.tests.ActivatorTest
02:05:52 [2019-07-31T06:05:52.452Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.tracecompass.lttng2.common.core.tests.ActivatorTest
02:05:52 [2019-07-31T06:05:52.452Z] testGetDefault(org.eclipse.tracecompass.lttng2.common.core.tests.ActivatorTest)  Time elapsed: 0 s
02:05:52 [2019-07-31T06:05:52.452Z] 
02:05:52 [2019-07-31T06:05:52.452Z] Results:
02:05:52 [2019-07-31T06:05:52.452Z] 
02:05:52 [2019-07-31T06:05:52.452Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
02:05:52 [2019-07-31T06:05:52.452Z] 
02:05:53 [2019-07-31T06:05:53.324Z] [INFO] All tests passed!
02:05:53 [2019-07-31T06:05:53.324Z] [INFO] 
02:05:53 [2019-07-31T06:05:53.324Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:53 [2019-07-31T06:05:53.324Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:05:53 [2019-07-31T06:05:53.324Z] [INFO] 
02:05:53 [2019-07-31T06:05:53.324Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:53 [2019-07-31T06:05:53.582Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:05:53 [2019-07-31T06:05:53.582Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:05:53 [2019-07-31T06:05:53.582Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:05:55 [2019-07-31T06:05:55.473Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:05:55 [2019-07-31T06:05:55.473Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:05:55 [2019-07-31T06:05:55.729Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:05:55 [2019-07-31T06:05:55.729Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:05:55 [2019-07-31T06:05:55.729Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] 
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] 
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.common.core.tests ---
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] 
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core >--
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.core 1.2.1-SNAPSHOT [81/134]
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] 
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] 
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] The project's OSGi version is 1.2.1.201907310510
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] 
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] 
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] 
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] 
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] 
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core/src/main/resources
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] 
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:55 [2019-07-31T06:05:55.986Z] [INFO] Compiling 75 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core/target/classes
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] 
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core/src/test/resources
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] 
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-sources.jar
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] 
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] 
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] 
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] 
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] 
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:56 [2019-07-31T06:05:56.548Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar
02:05:56 [2019-07-31T06:05:56.805Z] [INFO] 
02:05:56 [2019-07-31T06:05:56.805Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:56 [2019-07-31T06:05:56.805Z] [INFO] 
02:05:56 [2019-07-31T06:05:56.805Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:56 [2019-07-31T06:05:56.805Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:05:56 [2019-07-31T06:05:56.805Z] [INFO] 
02:05:56 [2019-07-31T06:05:56.805Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:56 [2019-07-31T06:05:56.805Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:05:57 [2019-07-31T06:05:57.061Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:05:57 [2019-07-31T06:05:57.061Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:05:57 [2019-07-31T06:05:57.317Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:05:57 [2019-07-31T06:05:57.317Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:05:57 [2019-07-31T06:05:57.880Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.137Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.core ---
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core >--
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] Building org.eclipse.tracecompass.tmf.remote.core 2.0.2-SNAPSHOT [82/134]
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] The project's OSGi version is 2.0.2.201907310510
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core/src/main/resources
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] Compiling 16 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core/target/classes
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core/src/test/resources
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-sources.jar
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.393Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote.core ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui >---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Building org.eclipse.tracecompass.tmf.remote.ui 1.0.5-SNAPSHOT  [83/134]
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] The project's OSGi version is 1.0.5.201907310510
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui/src/main/resources
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] 
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:58 [2019-07-31T06:05:58.650Z] [INFO] Compiling 21 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/classes
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] 
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui/src/test/resources
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] 
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-sources.jar
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] 
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] 
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] 
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] 
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] 
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:59 [2019-07-31T06:05:59.580Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar
02:05:59 [2019-07-31T06:05:59.836Z] [INFO] 
02:05:59 [2019-07-31T06:05:59.836Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:59 [2019-07-31T06:05:59.836Z] [INFO] 
02:05:59 [2019-07-31T06:05:59.836Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:59 [2019-07-31T06:05:59.836Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:05:59 [2019-07-31T06:05:59.836Z] [INFO] 
02:05:59 [2019-07-31T06:05:59.836Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:05:59 [2019-07-31T06:05:59.836Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:05:59 [2019-07-31T06:05:59.836Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:06:00 [2019-07-31T06:06:00.093Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:06:00 [2019-07-31T06:06:00.093Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:06:00 [2019-07-31T06:06:00.349Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:06:00 [2019-07-31T06:06:00.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:06:00 [2019-07-31T06:06:00.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes
02:06:01 [2019-07-31T06:06:01.169Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] 
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] 
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote.ui ---
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] 
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui >--
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.ui 1.2.7-SNAPSHOT [84/134]
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] 
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] 
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] The project's OSGi version is 1.2.7.201907310510
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] 
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] 
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] 
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] 
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] 
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/main/resources
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] 
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:02 [2019-07-31T06:06:02.539Z] [INFO] Compiling 128 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/classes
02:06:04 [2019-07-31T06:06:04.037Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/org/eclipse/tracecompass/internal/lttng2/control/ui/views/dialogs/EnableChannelDialog.java:[175] 
02:06:04 [2019-07-31T06:06:04.037Z] 	fVerifyListener = e -> e.doit = e.text.matches("[0-9]*") || e.text.matches(DEFAULT_TEXT);
02:06:04 [2019-07-31T06:06:04.037Z] 	                                               ^^^^^^^^
02:06:04 [2019-07-31T06:06:04.037Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
02:06:04 [2019-07-31T06:06:04.037Z] 2 problems (0 errors, 1 warning, 1 info)
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] 
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/test/resources
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] 
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-sources.jar
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] 
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] 
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] 
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] 
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] 
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:04 [2019-07-31T06:06:04.037Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar
02:06:04 [2019-07-31T06:06:04.601Z] [INFO] 
02:06:04 [2019-07-31T06:06:04.601Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:04 [2019-07-31T06:06:04.601Z] [INFO] 
02:06:04 [2019-07-31T06:06:04.601Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:04 [2019-07-31T06:06:04.601Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:06:04 [2019-07-31T06:06:04.601Z] [INFO] 
02:06:04 [2019-07-31T06:06:04.601Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:04 [2019-07-31T06:06:04.858Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:06:05 [2019-07-31T06:06:05.115Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:06:05 [2019-07-31T06:06:05.371Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:06:05 [2019-07-31T06:06:05.627Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:06:05 [2019-07-31T06:06:05.627Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:06:05 [2019-07-31T06:06:05.883Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:06:06 [2019-07-31T06:06:06.447Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:06:06 [2019-07-31T06:06:06.704Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:06:08 [2019-07-31T06:06:08.072Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes
02:06:08 [2019-07-31T06:06:08.072Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes
02:06:08 [2019-07-31T06:06:08.072Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:06:08 [2019-07-31T06:06:08.072Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.ui ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control >--
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] Building org.eclipse.tracecompass.lttng2.control 5.0.0-SNAPSHOT [85/134]
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control/target
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control/target/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT.jar
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.331Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control/target/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT-sources-feature.jar
02:06:08 [2019-07-31T06:06:08.589Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.589Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.589Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.589Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.589Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.589Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control ---
02:06:08 [2019-07-31T06:06:08.589Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:06:08 [2019-07-31T06:06:08.589Z] [INFO] 
02:06:08 [2019-07-31T06:06:08.589Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control ---
02:06:09 [2019-07-31T06:06:09.519Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:06:09 [2019-07-31T06:06:09.519Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:06:09 [2019-07-31T06:06:09.789Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:06:10 [2019-07-31T06:06:10.353Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
02:06:10 [2019-07-31T06:06:10.609Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:06:11 [2019-07-31T06:06:11.980Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:06:11 [2019-07-31T06:06:11.980Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:06:11 [2019-07-31T06:06:11.980Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
02:06:11 [2019-07-31T06:06:11.980Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:06:11 [2019-07-31T06:06:11.980Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:06:11 [2019-07-31T06:06:11.980Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:06:12 [2019-07-31T06:06:12.237Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:06:12 [2019-07-31T06:06:12.237Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:06:12 [2019-07-31T06:06:12.237Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:06:12 [2019-07-31T06:06:12.237Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:06:12 [2019-07-31T06:06:12.493Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:06:12 [2019-07-31T06:06:12.493Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:06:12 [2019-07-31T06:06:12.751Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf' with 0 classes
02:06:12 [2019-07-31T06:06:12.751Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes
02:06:12 [2019-07-31T06:06:12.751Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.user' with 0 classes
02:06:12 [2019-07-31T06:06:12.751Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:06:12 [2019-07-31T06:06:12.751Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf' with 0 classes
02:06:12 [2019-07-31T06:06:12.751Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes
02:06:12 [2019-07-31T06:06:12.751Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes
02:06:13 [2019-07-31T06:06:13.010Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes
02:06:13 [2019-07-31T06:06:13.268Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control ---
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control ---
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core.tests >--
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.core.tests 1.1.1-SNAPSHOT [86/134]
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] The project's OSGi version is 1.1.1.201907310510
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/src/main/resources
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.725Z] [INFO] Compiling 16 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/classes
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/src/test/resources
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-sources.jar
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] 
02:06:13 [2019-07-31T06:06:13.984Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:15 [2019-07-31T06:06:15.352Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data/.metadata/.log
02:06:15 [2019-07-31T06:06:15.352Z] [INFO] Command line:
02:06:15 [2019-07-31T06:06:15.352Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:06:15 [2019-07-31T06:06:15.352Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:06:18 [2019-07-31T06:06:18.623Z] !SESSION 2019-07-31 06:06:15.378 -----------------------------------------------
02:06:18 [2019-07-31T06:06:18.623Z] eclipse.buildId=unknown
02:06:18 [2019-07-31T06:06:18.623Z] java.version=1.8.0_202
02:06:18 [2019-07-31T06:06:18.623Z] java.vendor=Oracle Corporation
02:06:18 [2019-07-31T06:06:18.623Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:06:18 [2019-07-31T06:06:18.623Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/surefire.properties -product org.eclipse.platform.ide
02:06:18 [2019-07-31T06:06:18.623Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:06:18 [2019-07-31T06:06:18.623Z] 
02:06:18 [2019-07-31T06:06:18.623Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:06:17.963
02:06:18 [2019-07-31T06:06:18.623Z] !MESSAGE FrameworkEvent ERROR
02:06:18 [2019-07-31T06:06:18.623Z] !STACK 0
02:06:18 [2019-07-31T06:06:18.623Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
02:06:18 [2019-07-31T06:06:18.623Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:06:18 [2019-07-31T06:06:18.623Z] 
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:06:18 [2019-07-31T06:06:18.623Z] 
02:06:18 [2019-07-31T06:06:18.623Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:06:18.149
02:06:18 [2019-07-31T06:06:18.623Z] !MESSAGE FrameworkEvent ERROR
02:06:18 [2019-07-31T06:06:18.623Z] !STACK 0
02:06:18 [2019-07-31T06:06:18.623Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
02:06:18 [2019-07-31T06:06:18.623Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:06:18 [2019-07-31T06:06:18.623Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:06:18 [2019-07-31T06:06:18.623Z]     -> 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"
02:06:18 [2019-07-31T06:06:18.623Z]        org.apache.httpcomponents.httpclient.win [35]
02:06:18 [2019-07-31T06:06:18.623Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:06:18 [2019-07-31T06:06:18.623Z] 
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:06:18 [2019-07-31T06:06:18.623Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:06:30 [2019-07-31T06:06:30.802Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest
02:06:30 [2019-07-31T06:06:30.802Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest
02:06:30 [2019-07-31T06:06:30.802Z] testSnapshotInfo2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest)  Time elapsed: 0.088 s
02:06:30 [2019-07-31T06:06:30.802Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.802Z] testSnapshotCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.802Z] testSnapshotInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.802Z] testTraceCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.802Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.802Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.802Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.802Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.802Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.802Z] testSetName(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.802Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest
02:06:30 [2019-07-31T06:06:30.802Z] 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
02:06:30 [2019-07-31T06:06:30.802Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.802Z] testBaseLoggerInfoCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.802Z] testSetLogLevel1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest)  Time elapsed: 0.002 s
02:06:30 [2019-07-31T06:06:30.802Z] testSetLogLevel2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testBaseLoggerInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testBaseLoggerInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] 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
02:06:30 [2019-07-31T06:06:30.803Z] testSessionInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testSessionInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testSessionCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_3(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] 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
02:06:30 [2019-07-31T06:06:30.803Z] testToString(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testLoggerInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testLoggerInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testGetAndSetter(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] 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
02:06:30 [2019-07-31T06:06:30.803Z] testUstProviderInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testUstProviderInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testUstProviderCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testSetLoggers_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testSetEvents_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] testDomainInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testDomainInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testDomainlCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] testChannelInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testAddAndGetEvents_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testChannelInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testChannelCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testSetEvents_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testGetAndSetter(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testBaseEventInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] 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
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testTraceCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testTraceInfo2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testTraceInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testSetName(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testTraceInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testGetAndSetter(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testBaseEventInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] testToString(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testFiledInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testSetFieldType(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest
02:06:30 [2019-07-31T06:06:30.803Z] testGetEventType_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testAddField(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testSetLogLevel1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testSetLogLevel2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testExcludedEvents(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testSetEventType_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testSetFields(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testFields(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0.001 s
02:06:30 [2019-07-31T06:06:30.803Z] testBaseEventInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest
02:06:30 [2019-07-31T06:06:30.803Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest
02:06:30 [2019-07-31T06:06:30.803Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testActivator(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] testGetDefault(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest)  Time elapsed: 0 s
02:06:30 [2019-07-31T06:06:30.803Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest
02:06:30 [2019-07-31T06:06:30.803Z] 
02:06:30 [2019-07-31T06:06:30.803Z] !ENTRY org.eclipse.tracecompass.lttng2.control.core 4 0 2019-07-31 06:06:30.732
02:06:30 [2019-07-31T06:06:30.803Z] !MESSAGE Error generating the session configuration file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data/.metadata/.plugins/org.eclipse.tracecompass.lttng2.control.core/test_session.lttng
02:06:30 [2019-07-31T06:06:30.803Z] !STACK 0
02:06:30 [2019-07-31T06:06:30.803Z] java.lang.IllegalArgumentException: The domain buffer type is not handled by the session configuration
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.tracecompass.lttng2.control.core.session.SessionConfigGenerator.getDomainsElement(SessionConfigGenerator.java:261)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.tracecompass.lttng2.control.core.session.SessionConfigGenerator.generateSessionConfig(SessionConfigGenerator.java:202)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.tracecompass.lttng2.control.core.session.SessionConfigGenerator.generateSessionConfig(SessionConfigGenerator.java:155)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest.testGenerateSessionConfig(SessionConfigGeneratorTest.java:154)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:06:30 [2019-07-31T06:06:30.803Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:06:30 [2019-07-31T06:06:30.803Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:06:30 [2019-07-31T06:06:30.803Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:06:30 [2019-07-31T06:06:30.803Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:06:30 [2019-07-31T06:06:30.803Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:06:30 [2019-07-31T06:06:30.803Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:06:31 [2019-07-31T06:06:31.060Z] 
02:06:31 [2019-07-31T06:06:31.060Z] !ENTRY org.eclipse.tracecompass.lttng2.control.core 4 0 2019-07-31 06:06:30.983
02:06:31 [2019-07-31T06:06:31.060Z] !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.
02:06:31 [2019-07-31T06:06:31.060Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 s - in org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest
02:06:31 [2019-07-31T06:06:31.060Z] testGenerateSessionConfig(org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest)  Time elapsed: 0.698 s
02:06:31 [2019-07-31T06:06:31.060Z] testSessionValidate(org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest)  Time elapsed: 0.056 s
02:06:31 [2019-07-31T06:06:31.060Z] 
02:06:31 [2019-07-31T06:06:31.060Z] Results:
02:06:31 [2019-07-31T06:06:31.060Z] 
02:06:31 [2019-07-31T06:06:31.060Z] Tests run: 146, Failures: 0, Errors: 0, Skipped: 0
02:06:31 [2019-07-31T06:06:31.060Z] 
02:06:33 [2019-07-31T06:06:33.579Z] [INFO] All tests passed!
02:06:33 [2019-07-31T06:06:33.579Z] [INFO] 
02:06:33 [2019-07-31T06:06:33.579Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:33 [2019-07-31T06:06:33.579Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:06:33 [2019-07-31T06:06:33.579Z] [INFO] 
02:06:33 [2019-07-31T06:06:33.579Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:33 [2019-07-31T06:06:33.579Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:06:33 [2019-07-31T06:06:33.579Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:06:33 [2019-07-31T06:06:33.579Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:06:33 [2019-07-31T06:06:33.835Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:06:33 [2019-07-31T06:06:33.835Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:06:34 [2019-07-31T06:06:34.092Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:06:34 [2019-07-31T06:06:34.654Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:06:34 [2019-07-31T06:06:34.654Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:06:34 [2019-07-31T06:06:34.654Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.core.tests ---
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core.tests >--
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] Building org.eclipse.tracecompass.tmf.remote.core.tests 1.0.0-SNAPSHOT [87/134]
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] The project's OSGi version is 1.0.0.201907310510
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/src/main/resources
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.024Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/classes
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/src/test/resources
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-sources.jar
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] 
02:06:35 [2019-07-31T06:06:35.432Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:36 [2019-07-31T06:06:36.400Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/data/.metadata/.log
02:06:36 [2019-07-31T06:06:36.400Z] [INFO] Command line:
02:06:36 [2019-07-31T06:06:36.400Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:06:36 [2019-07-31T06:06:36.400Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:06:39 [2019-07-31T06:06:39.674Z] !SESSION 2019-07-31 06:06:36.459 -----------------------------------------------
02:06:39 [2019-07-31T06:06:39.674Z] eclipse.buildId=unknown
02:06:39 [2019-07-31T06:06:39.674Z] java.version=1.8.0_202
02:06:39 [2019-07-31T06:06:39.674Z] java.vendor=Oracle Corporation
02:06:39 [2019-07-31T06:06:39.674Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:06:39 [2019-07-31T06:06:39.674Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/surefire.properties -product org.eclipse.platform.ide
02:06:39 [2019-07-31T06:06:39.674Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:06:39 [2019-07-31T06:06:39.674Z] 
02:06:39 [2019-07-31T06:06:39.674Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:06:39.524
02:06:39 [2019-07-31T06:06:39.674Z] !MESSAGE FrameworkEvent ERROR
02:06:39 [2019-07-31T06:06:39.674Z] !STACK 0
02:06:39 [2019-07-31T06:06:39.674Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
02:06:39 [2019-07-31T06:06:39.674Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:06:39 [2019-07-31T06:06:39.674Z] 
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:06:39 [2019-07-31T06:06:39.674Z] 
02:06:39 [2019-07-31T06:06:39.674Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:06:39.661
02:06:39 [2019-07-31T06:06:39.674Z] !MESSAGE FrameworkEvent ERROR
02:06:39 [2019-07-31T06:06:39.674Z] !STACK 0
02:06:39 [2019-07-31T06:06:39.674Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
02:06:39 [2019-07-31T06:06:39.674Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:06:39 [2019-07-31T06:06:39.674Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:06:39 [2019-07-31T06:06:39.674Z]     -> 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"
02:06:39 [2019-07-31T06:06:39.674Z]        org.apache.httpcomponents.httpclient.win [35]
02:06:39 [2019-07-31T06:06:39.674Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:06:39 [2019-07-31T06:06:39.674Z] 
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:06:39 [2019-07-31T06:06:39.674Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:06:41 [2019-07-31T06:06:41.566Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest
02:06:41 [2019-07-31T06:06:41.566Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest
02:06:41 [2019-07-31T06:06:41.566Z] testTmfCorePluginId(org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest)  Time elapsed: 0.001 s
02:06:41 [2019-07-31T06:06:41.566Z] testGetDefault(org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest)  Time elapsed: 0 s
02:06:41 [2019-07-31T06:06:41.566Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest
02:06:41 [2019-07-31T06:06:41.566Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest
02:06:41 [2019-07-31T06:06:41.566Z] testConstructorNoError(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest)  Time elapsed: 0.022 s
02:06:41 [2019-07-31T06:06:41.566Z] testConstructorError(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest)  Time elapsed: 0 s
02:06:41 [2019-07-31T06:06:41.566Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest
02:06:43 [2019-07-31T06:06:43.460Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.708 s - in org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest
02:06:43 [2019-07-31T06:06:43.460Z] testExecuteError(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest)  Time elapsed: 0.738 s
02:06:43 [2019-07-31T06:06:43.460Z] testExecuteSuccess(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest)  Time elapsed: 0.006 s
02:06:43 [2019-07-31T06:06:43.460Z] testExecuteException(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest)  Time elapsed: 0.004 s
02:06:43 [2019-07-31T06:06:43.460Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest
02:06:43 [2019-07-31T06:06:43.460Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest
02:06:43 [2019-07-31T06:06:43.460Z] testNullSegment(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest)  Time elapsed: 0 s
02:06:43 [2019-07-31T06:06:43.460Z] testConstructorAndAdd(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest)  Time elapsed: 0.001 s
02:06:43 [2019-07-31T06:06:43.460Z] 
02:06:43 [2019-07-31T06:06:43.460Z] Results:
02:06:43 [2019-07-31T06:06:43.460Z] 
02:06:43 [2019-07-31T06:06:43.460Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
02:06:43 [2019-07-31T06:06:43.460Z] 
02:06:45 [2019-07-31T06:06:45.981Z] [INFO] All tests passed!
02:06:45 [2019-07-31T06:06:45.981Z] [INFO] 
02:06:45 [2019-07-31T06:06:45.981Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:45 [2019-07-31T06:06:45.981Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:06:45 [2019-07-31T06:06:45.981Z] [INFO] 
02:06:45 [2019-07-31T06:06:45.981Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:45 [2019-07-31T06:06:45.981Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:06:45 [2019-07-31T06:06:45.981Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:06:45 [2019-07-31T06:06:45.981Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:06:46 [2019-07-31T06:06:46.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:06:46 [2019-07-31T06:06:46.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:06:46 [2019-07-31T06:06:46.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:06:46 [2019-07-31T06:06:46.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:06:46 [2019-07-31T06:06:46.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:06:47 [2019-07-31T06:06:47.168Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] 
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] 
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote.core.tests ---
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] 
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.tests >--
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.ui.tests 2.0.2-SNAPSHOT [88/134]
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] 
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] 
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] The project's OSGi version is 2.0.2.201907310510
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] 
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] 
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] 
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] 
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] 
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/src/main/resources
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] 
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:47 [2019-07-31T06:06:47.425Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/classes
02:06:48 [2019-07-31T06:06:48.026Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/src/org/eclipse/tracecompass/lttng2/control/ui/tests/model/component/TraceControlTestFacility.java:[263] 
02:06:48 [2019-07-31T06:06:48.026Z] 	Object handlerServiceObject = fControlView.getSite().getService(IHandlerService.class);
02:06:48 [2019-07-31T06:06:48.026Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:06:48 [2019-07-31T06:06:48.026Z] 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
02:06:48 [2019-07-31T06:06:48.026Z] 1 problem (1 warning)
02:06:48 [2019-07-31T06:06:48.026Z] [INFO] 
02:06:48 [2019-07-31T06:06:48.026Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:48 [2019-07-31T06:06:48.026Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:06:48 [2019-07-31T06:06:48.026Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/src/test/resources
02:06:48 [2019-07-31T06:06:48.026Z] [INFO] 
02:06:48 [2019-07-31T06:06:48.026Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:48 [2019-07-31T06:06:48.026Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-sources.jar
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] 
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] 
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] 
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] 
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] 
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] 
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] 
02:06:48 [2019-07-31T06:06:48.527Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:06:49 [2019-07-31T06:06:49.896Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/data/.metadata/.log
02:06:49 [2019-07-31T06:06:49.896Z] [INFO] Command line:
02:06:49 [2019-07-31T06:06:49.896Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:06:49 [2019-07-31T06:06:49.896Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:06:54 [2019-07-31T06:06:54.071Z] !SESSION 2019-07-31 06:06:50.083 -----------------------------------------------
02:06:54 [2019-07-31T06:06:54.071Z] eclipse.buildId=unknown
02:06:54 [2019-07-31T06:06:54.071Z] java.version=1.8.0_202
02:06:54 [2019-07-31T06:06:54.071Z] java.vendor=Oracle Corporation
02:06:54 [2019-07-31T06:06:54.071Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:06:54 [2019-07-31T06:06:54.071Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/surefire.properties -product org.eclipse.platform.ide
02:06:54 [2019-07-31T06:06:54.071Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:06:54 [2019-07-31T06:06:54.071Z] 
02:06:54 [2019-07-31T06:06:54.071Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:06:53.549
02:06:54 [2019-07-31T06:06:54.071Z] !MESSAGE FrameworkEvent ERROR
02:06:54 [2019-07-31T06:06:54.071Z] !STACK 0
02:06:54 [2019-07-31T06:06:54.071Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
02:06:54 [2019-07-31T06:06:54.071Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:06:54 [2019-07-31T06:06:54.071Z] 
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:06:54 [2019-07-31T06:06:54.071Z] 
02:06:54 [2019-07-31T06:06:54.071Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:06:53.763
02:06:54 [2019-07-31T06:06:54.071Z] !MESSAGE FrameworkEvent ERROR
02:06:54 [2019-07-31T06:06:54.071Z] !STACK 0
02:06:54 [2019-07-31T06:06:54.071Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
02:06:54 [2019-07-31T06:06:54.071Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:06:54 [2019-07-31T06:06:54.071Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:06:54 [2019-07-31T06:06:54.071Z]     -> 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"
02:06:54 [2019-07-31T06:06:54.071Z]        org.apache.httpcomponents.httpclient.win [36]
02:06:54 [2019-07-31T06:06:54.071Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:06:54 [2019-07-31T06:06:54.071Z] 
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:06:54 [2019-07-31T06:06:54.071Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:06:56 [2019-07-31T06:06:56.597Z] process 10793: 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
02:06:56 [2019-07-31T06:06:56.597Z] See the manual page for dbus-uuidgen to correct this issue.
02:06:56 [2019-07-31T06:06:56.597Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:06:56 [2019-07-31T06:06:56.597Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:07:08 [2019-07-31T06:07:08.777Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionMiTest
02:07:08 [2019-07-31T06:07:08.777Z] *** BUG ***
02:07:08 [2019-07-31T06:07:08.777Z] In pixman_region32_init_rect: Invalid rectangle passed
02:07:08 [2019-07-31T06:07:08.777Z] Set a breakpoint on '_pixman_log_error' to debug
02:07:08 [2019-07-31T06:07:08.777Z] 
02:07:08 [2019-07-31T06:07:08.777Z] *** BUG ***
02:07:08 [2019-07-31T06:07:08.777Z] In pixman_region32_init_rect: Invalid rectangle passed
02:07:08 [2019-07-31T06:07:08.777Z] Set a breakpoint on '_pixman_log_error' to debug
02:07:08 [2019-07-31T06:07:08.777Z] 
02:07:08 [2019-07-31T06:07:08.777Z] *** BUG ***
02:07:08 [2019-07-31T06:07:08.777Z] In pixman_region32_init_rect: Invalid rectangle passed
02:07:08 [2019-07-31T06:07:08.777Z] Set a breakpoint on '_pixman_log_error' to debug
02:07:08 [2019-07-31T06:07:08.777Z] 
02:07:10 [2019-07-31T06:07:10.671Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.819 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionMiTest
02:07:10 [2019-07-31T06:07:10.671Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionMiTest)  Time elapsed: 2.731 s
02:07:10 [2019-07-31T06:07:10.671Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSessionTest
02:07:10 [2019-07-31T06:07:10.671Z] *** BUG ***
02:07:10 [2019-07-31T06:07:10.671Z] In pixman_region32_init_rect: Invalid rectangle passed
02:07:10 [2019-07-31T06:07:10.671Z] Set a breakpoint on '_pixman_log_error' to debug
02:07:10 [2019-07-31T06:07:10.671Z] 
02:07:10 [2019-07-31T06:07:10.931Z] *** BUG ***
02:07:10 [2019-07-31T06:07:10.931Z] In pixman_region32_init_rect: Invalid rectangle passed
02:07:10 [2019-07-31T06:07:10.931Z] Set a breakpoint on '_pixman_log_error' to debug
02:07:10 [2019-07-31T06:07:10.931Z] 
02:07:10 [2019-07-31T06:07:10.931Z] *** BUG ***
02:07:10 [2019-07-31T06:07:10.931Z] In pixman_region32_init_rect: Invalid rectangle passed
02:07:10 [2019-07-31T06:07:10.931Z] Set a breakpoint on '_pixman_log_error' to debug
02:07:10 [2019-07-31T06:07:10.931Z] 
02:07:23 [2019-07-31T06:07:23.541Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.538 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSessionTest
02:07:23 [2019-07-31T06:07:23.541Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSessionTest)  Time elapsed: 12.536 s
02:07:23 [2019-07-31T06:07:23.541Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelProviderTest
02:07:23 [2019-07-31T06:07:23.541Z] *** BUG ***
02:07:23 [2019-07-31T06:07:23.541Z] In pixman_region32_init_rect: Invalid rectangle passed
02:07:23 [2019-07-31T06:07:23.541Z] Set a breakpoint on '_pixman_log_error' to debug
02:07:23 [2019-07-31T06:07:23.541Z] 
02:07:23 [2019-07-31T06:07:23.541Z] *** BUG ***
02:07:23 [2019-07-31T06:07:23.541Z] In pixman_region32_init_rect: Invalid rectangle passed
02:07:23 [2019-07-31T06:07:23.541Z] Set a breakpoint on '_pixman_log_error' to debug
02:07:23 [2019-07-31T06:07:23.541Z] 
02:07:23 [2019-07-31T06:07:23.541Z] *** BUG ***
02:07:23 [2019-07-31T06:07:23.541Z] In pixman_region32_init_rect: Invalid rectangle passed
02:07:23 [2019-07-31T06:07:23.541Z] Set a breakpoint on '_pixman_log_error' to debug
02:07:23 [2019-07-31T06:07:23.541Z] 
02:07:24 [2019-07-31T06:07:24.471Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.162 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelProviderTest
02:07:24 [2019-07-31T06:07:24.471Z] testKernelProviderTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelProviderTest)  Time elapsed: 1.16 s
02:07:24 [2019-07-31T06:07:24.471Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlSnapshotSessionTest
02:07:24 [2019-07-31T06:07:24.471Z] *** BUG ***
02:07:24 [2019-07-31T06:07:24.471Z] In pixman_region32_init_rect: Invalid rectangle passed
02:07:24 [2019-07-31T06:07:24.471Z] Set a breakpoint on '_pixman_log_error' to debug
02:07:24 [2019-07-31T06:07:24.471Z] 
02:07:25 [2019-07-31T06:07:25.401Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlSnapshotSessionTest
02:07:25 [2019-07-31T06:07:25.401Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlSnapshotSessionTest)  Time elapsed: 0.972 s
02:07:25 [2019-07-31T06:07:25.401Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionTest
02:07:26 [2019-07-31T06:07:26.331Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionTest
02:07:26 [2019-07-31T06:07:26.331Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionTest)  Time elapsed: 0.922 s
02:07:26 [2019-07-31T06:07:26.331Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSession2Test
02:07:27 [2019-07-31T06:07:27.260Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.98 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSession2Test
02:07:27 [2019-07-31T06:07:27.260Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSession2Test)  Time elapsed: 0.978 s
02:07:27 [2019-07-31T06:07:27.261Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelNoProvidersTest
02:07:27 [2019-07-31T06:07:27.824Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.661 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelNoProvidersTest
02:07:27 [2019-07-31T06:07:27.824Z] testTraceControlComponents(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelNoProvidersTest)  Time elapsed: 0.659 s
02:07:27 [2019-07-31T06:07:27.824Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstProviderTest
02:07:29 [2019-07-31T06:07:29.193Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstProviderTest
02:07:29 [2019-07-31T06:07:29.193Z] testUstProviderTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstProviderTest)  Time elapsed: 1 s
02:07:29 [2019-07-31T06:07:29.193Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelSessionTest
02:07:31 [2019-07-31T06:07:31.229Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.423 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelSessionTest
02:07:31 [2019-07-31T06:07:31.229Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelSessionTest)  Time elapsed: 2.422 s
02:07:31 [2019-07-31T06:07:31.229Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlPropertiesTest
02:07:32 [2019-07-31T06:07:32.160Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlPropertiesTest
02:07:32 [2019-07-31T06:07:32.160Z] testComponentProperties(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlPropertiesTest)  Time elapsed: 0.74 s
02:07:32 [2019-07-31T06:07:32.160Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelTest
02:07:33 [2019-07-31T06:07:33.090Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.786 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelTest
02:07:33 [2019-07-31T06:07:33.090Z] testTraceControlComponents(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelTest)  Time elapsed: 0.784 s
02:07:33 [2019-07-31T06:07:33.090Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest
02:07:33 [2019-07-31T06:07:33.090Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest
02:07:33 [2019-07-31T06:07:33.090Z] testGetImage_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0.002 s
02:07:33 [2019-07-31T06:07:33.090Z] testFireCompenentUpdated(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.090Z] testGetChildren_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testGetAndSetChildren(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testGetAdapter(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testRemoveAllChildren_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testRemoveComponentListener_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testRemoveComponentListener_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testRemoveChild_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testRemoveChild_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testHasChildren_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testHasChildren_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testGetSndSetToolTip(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testAddComponentListener_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testGetAndSetTargetNodeState_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testGetAndSetName(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testContainsChild_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testContainsChild_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testGetAndSetParent(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0.001 s
02:07:33 [2019-07-31T06:07:33.090Z] testAddAndGetChild1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testAddAndGetChild2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testGetAndSetControlService_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0.001 s
02:07:33 [2019-07-31T06:07:33.090Z] testTraceControlComponent_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] testTraceControlComponent_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest)  Time elapsed: 0 s
02:07:33 [2019-07-31T06:07:33.090Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest
02:07:33 [2019-07-31T06:07:33.347Z] Tests run: 52, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.327 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest
02:07:33 [2019-07-31T06:07:33.347Z] testLttngNotInstalled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.019 s
02:07:33 [2019-07-31T06:07:33.347Z] testUnsupportedVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetKernelProviderNoUstVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.005 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateSession2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.005 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateSnapshotSession2_5(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.022 s
02:07:33 [2019-07-31T06:07:33.347Z] testAddContextFailure(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetSessionNotExist(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetSession1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.005 s
02:07:33 [2019-07-31T06:07:33.347Z] testUstProvider2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetSessionNameGarbage(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetKernelProviderNoUst1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.003 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetKernelProviderNoUst2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.003 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetKernelProviderNoUst3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testVersionCompiled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testEnableEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetUstProvider3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.005 s
02:07:33 [2019-07-31T06:07:33.347Z] testEnableLog4jLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateLiveSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) skipped
02:07:33 [2019-07-31T06:07:33.347Z] testEnableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testEnableJulLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.003 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateChannelUIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetKernelProviderNoKernelVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testDestroySession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.036 s
02:07:33 [2019-07-31T06:07:33.347Z] testVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateChannelPIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateSessionVerbose2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.005 s
02:07:33 [2019-07-31T06:07:33.347Z] testSessionProfile(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetSessionWithLive(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) skipped
02:07:33 [2019-07-31T06:07:33.347Z] testGetKernelProviderNoKernel1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.003 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetKernelProviderNoKernel2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateLiveSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) skipped
02:07:33 [2019-07-31T06:07:33.347Z] testCreateChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateSessionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetSessionNotExistVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testVersionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testEnableSyscalls(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testDisableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testEnableLogLevel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testDestroySessionVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetUstProvider(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.043 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateSnapshotSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.005 s
02:07:33 [2019-07-31T06:07:33.347Z] testDynamicProbe(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.003 s
02:07:33 [2019-07-31T06:07:33.347Z] testNoVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testEnablePythonLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.003 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetSessionNames1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetSessionNames2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.009 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.009 s
02:07:33 [2019-07-31T06:07:33.347Z] testEventExcluded(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.009 s
02:07:33 [2019-07-31T06:07:33.347Z] testGetSessionNamesWithTracingGroup(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.005 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateSnapshotSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.004 s
02:07:33 [2019-07-31T06:07:33.347Z] testCreateSessionVariants(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.005 s
02:07:33 [2019-07-31T06:07:33.347Z] testAddContext(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest)  Time elapsed: 0.005 s
02:07:33 [2019-07-31T06:07:33.347Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest
02:07:33 [2019-07-31T06:07:33.911Z] 
02:07:33 [2019-07-31T06:07:33.911Z] !ENTRY org.eclipse.tracecompass.lttng2.control.ui 4 0 2019-07-31 06:07:33.745
02:07:33 [2019-07-31T06:07:33.911Z] !MESSAGE Could not validate the xml response
02:07:33 [2019-07-31T06:07:33.911Z] !STACK 0
02:07:33 [2019-07-31T06:07:33.911Z] org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:994)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
02:07:33 [2019-07-31T06:07:33.911Z] 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getDocumentFromStrings(LTTngControlServiceMI.java:174)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getSessionNames(LTTngControlServiceMI.java:259)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest.testGetSessionNameGarbage(LTTngControlServiceMiTest.java:75)
02:07:33 [2019-07-31T06:07:33.911Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:07:33 [2019-07-31T06:07:33.911Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:07:33 [2019-07-31T06:07:33.911Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:07:33 [2019-07-31T06:07:33.911Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
02:07:33 [2019-07-31T06:07:33.911Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:07:33 [2019-07-31T06:07:33.911Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:07:33 [2019-07-31T06:07:33.911Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:07:33 [2019-07-31T06:07:33.911Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:07:33 [2019-07-31T06:07:33.911Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:07:33 [2019-07-31T06:07:33.911Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:07:33 [2019-07-31T06:07:33.911Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:07:33 [2019-07-31T06:07:33.911Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:07:33 [2019-07-31T06:07:33.911Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:07:35 [2019-07-31T06:07:35.281Z] Tests run: 54, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.817 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest
02:07:35 [2019-07-31T06:07:35.281Z] testListSessionCompatibility_2_7(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.035 s
02:07:35 [2019-07-31T06:07:35.281Z] testListSycallEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.08 s
02:07:35 [2019-07-31T06:07:35.281Z] testLttngNotInstalled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.024 s
02:07:35 [2019-07-31T06:07:35.281Z] testUnsupportedVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.071 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetKernelProviderNoUstVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.022 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateSession2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.073 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateSnapshotSession2_5(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.025 s
02:07:35 [2019-07-31T06:07:35.281Z] testAddContextFailure(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.092 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetSessionNotExist(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.081 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetSession1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.021 s
02:07:35 [2019-07-31T06:07:35.281Z] testUstProvider2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.072 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetSessionNameGarbage(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.021 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetKernelProviderNoUst1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.016 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetKernelProviderNoUst2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.07 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetKernelProviderNoUst3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.015 s
02:07:35 [2019-07-31T06:07:35.281Z] testVersionCompiled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.075 s
02:07:35 [2019-07-31T06:07:35.281Z] testEnableEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.015 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetUstProvider3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.026 s
02:07:35 [2019-07-31T06:07:35.281Z] testEnableLog4jLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.083 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateLiveSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) skipped
02:07:35 [2019-07-31T06:07:35.281Z] testEnableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testEnableJulLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.063 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateChannelUIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetKernelProviderNoKernelVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testDestroySession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.064 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateChannelPIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateSessionVerbose2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.013 s
02:07:35 [2019-07-31T06:07:35.281Z] testSessionProfile(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetSessionWithLive(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) skipped
02:07:35 [2019-07-31T06:07:35.281Z] testGetKernelProviderNoKernel1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.056 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetKernelProviderNoKernel2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateLiveSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) skipped
02:07:35 [2019-07-31T06:07:35.281Z] testCreateChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateSessionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.013 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetSessionNotExistVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.065 s
02:07:35 [2019-07-31T06:07:35.281Z] testVersionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.015 s
02:07:35 [2019-07-31T06:07:35.281Z] testEnableSyscalls(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testDisableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.06 s
02:07:35 [2019-07-31T06:07:35.281Z] testEnableLogLevel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.019 s
02:07:35 [2019-07-31T06:07:35.281Z] testDestroySessionVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetUstProvider(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.017 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateSnapshotSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.065 s
02:07:35 [2019-07-31T06:07:35.281Z] testDynamicProbe(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.015 s
02:07:35 [2019-07-31T06:07:35.281Z] testNoVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testEnablePythonLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.056 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetSessionNames1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.015 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetSessionNames2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.015 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.015 s
02:07:35 [2019-07-31T06:07:35.281Z] testEventExcluded(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.06 s
02:07:35 [2019-07-31T06:07:35.281Z] testGetSessionNamesWithTracingGroup(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.014 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateSnapshotSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.015 s
02:07:35 [2019-07-31T06:07:35.281Z] testCreateSessionVariants(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.015 s
02:07:35 [2019-07-31T06:07:35.281Z] testAddContext(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest)  Time elapsed: 0.063 s
02:07:35 [2019-07-31T06:07:35.281Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test
02:07:35 [2019-07-31T06:07:35.538Z] 
02:07:35 [2019-07-31T06:07:35.538Z] !ENTRY org.eclipse.tracecompass.lttng2.control.ui 4 0 2019-07-31 06:07:35.453
02:07:35 [2019-07-31T06:07:35.538Z] !MESSAGE Could not validate the xml response
02:07:35 [2019-07-31T06:07:35.538Z] !STACK 0
02:07:35 [2019-07-31T06:07:35.538Z] org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:994)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
02:07:35 [2019-07-31T06:07:35.538Z] 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getDocumentFromStrings(LTTngControlServiceMI.java:174)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getSessionNames(LTTngControlServiceMI.java:259)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest.testGetSessionNameGarbage(LTTngControlServiceMiTest.java:75)
02:07:35 [2019-07-31T06:07:35.538Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:07:35 [2019-07-31T06:07:35.538Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:07:35 [2019-07-31T06:07:35.538Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:07:35 [2019-07-31T06:07:35.538Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
02:07:35 [2019-07-31T06:07:35.538Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:07:35 [2019-07-31T06:07:35.538Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:07:35 [2019-07-31T06:07:35.538Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:07:35 [2019-07-31T06:07:35.538Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:07:35 [2019-07-31T06:07:35.538Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:07:35 [2019-07-31T06:07:35.538Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:07:35 [2019-07-31T06:07:35.538Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:07:35 [2019-07-31T06:07:35.538Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:07:35 [2019-07-31T06:07:35.538Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:07:36 [2019-07-31T06:07:36.908Z] Tests run: 56, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.588 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test
02:07:36 [2019-07-31T06:07:36.908Z] testGetSessionWithFilterExpression(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.076 s
02:07:36 [2019-07-31T06:07:36.908Z] testListContext28(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testListSessionCompatibility_2_7(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testListSycallEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.073 s
02:07:36 [2019-07-31T06:07:36.908Z] testLttngNotInstalled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.031 s
02:07:36 [2019-07-31T06:07:36.908Z] testUnsupportedVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.066 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetKernelProviderNoUstVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.023 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateSession2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateSnapshotSession2_5(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.053 s
02:07:36 [2019-07-31T06:07:36.908Z] testAddContextFailure(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetSessionNotExist(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.015 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetSession1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.018 s
02:07:36 [2019-07-31T06:07:36.908Z] testUstProvider2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.058 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetSessionNameGarbage(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetKernelProviderNoUst1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.014 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetKernelProviderNoUst2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.056 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetKernelProviderNoUst3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.015 s
02:07:36 [2019-07-31T06:07:36.908Z] testVersionCompiled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.021 s
02:07:36 [2019-07-31T06:07:36.908Z] testEnableEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.014 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetUstProvider3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.059 s
02:07:36 [2019-07-31T06:07:36.908Z] testEnableLog4jLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.017 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateLiveSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) skipped
02:07:36 [2019-07-31T06:07:36.908Z] testEnableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.014 s
02:07:36 [2019-07-31T06:07:36.908Z] testEnableJulLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.059 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateChannelUIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.017 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetKernelProviderNoKernelVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.015 s
02:07:36 [2019-07-31T06:07:36.908Z] testDestroySession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.015 s
02:07:36 [2019-07-31T06:07:36.908Z] testVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.055 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateChannelPIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.024 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateSessionVerbose2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testSessionProfile(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.055 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetSessionWithLive(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) skipped
02:07:36 [2019-07-31T06:07:36.908Z] testGetKernelProviderNoKernel1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetKernelProviderNoKernel2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateLiveSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) skipped
02:07:36 [2019-07-31T06:07:36.908Z] testCreateChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.015 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateSessionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.061 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetSessionNotExistVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testVersionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testEnableSyscalls(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.015 s
02:07:36 [2019-07-31T06:07:36.908Z] testDisableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.054 s
02:07:36 [2019-07-31T06:07:36.908Z] testEnableLogLevel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.014 s
02:07:36 [2019-07-31T06:07:36.908Z] testDestroySessionVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.015 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetUstProvider(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.017 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateSnapshotSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.053 s
02:07:36 [2019-07-31T06:07:36.908Z] testDynamicProbe(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.014 s
02:07:36 [2019-07-31T06:07:36.908Z] testNoVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testEnablePythonLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.017 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetSessionNames1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.055 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetSessionNames2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.015 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.016 s
02:07:36 [2019-07-31T06:07:36.908Z] testEventExcluded(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.056 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetSessionNamesWithTracingGroup(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.015 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateSnapshotSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.024 s
02:07:36 [2019-07-31T06:07:36.908Z] testCreateSessionVariants(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.065 s
02:07:36 [2019-07-31T06:07:36.908Z] testAddContext(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test)  Time elapsed: 0.014 s
02:07:36 [2019-07-31T06:07:36.908Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest
02:07:36 [2019-07-31T06:07:36.908Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest
02:07:36 [2019-07-31T06:07:36.908Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest)  Time elapsed: 0 s
02:07:36 [2019-07-31T06:07:36.908Z] testActivator(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest)  Time elapsed: 0 s
02:07:36 [2019-07-31T06:07:36.908Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest)  Time elapsed: 0 s
02:07:36 [2019-07-31T06:07:36.908Z] testGetDefault(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest)  Time elapsed: 0 s
02:07:36 [2019-07-31T06:07:36.908Z] 
02:07:36 [2019-07-31T06:07:36.908Z] Results:
02:07:36 [2019-07-31T06:07:36.908Z] 
02:07:36 [2019-07-31T06:07:36.908Z] Tests run: 201, Failures: 0, Errors: 0, Skipped: 9
02:07:36 [2019-07-31T06:07:36.908Z] 
02:07:38 [2019-07-31T06:07:38.276Z] [INFO] All tests passed!
02:07:38 [2019-07-31T06:07:38.276Z] [INFO] 
02:07:38 [2019-07-31T06:07:38.276Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:07:38 [2019-07-31T06:07:38.276Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:07:38 [2019-07-31T06:07:38.276Z] [INFO] 
02:07:38 [2019-07-31T06:07:38.276Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:07:38 [2019-07-31T06:07:38.839Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:07:38 [2019-07-31T06:07:38.839Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:07:38 [2019-07-31T06:07:38.839Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:07:39 [2019-07-31T06:07:39.401Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:07:39 [2019-07-31T06:07:39.658Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:07:39 [2019-07-31T06:07:39.658Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:07:39 [2019-07-31T06:07:39.915Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:07:39 [2019-07-31T06:07:39.915Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:07:39 [2019-07-31T06:07:39.915Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes
02:07:40 [2019-07-31T06:07:40.844Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:07:42 [2019-07-31T06:07:42.213Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes
02:07:42 [2019-07-31T06:07:42.213Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes
02:07:42 [2019-07-31T06:07:42.213Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core.tests' with 6 classes
02:07:42 [2019-07-31T06:07:42.213Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
02:07:42 [2019-07-31T06:07:42.471Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:07:42 [2019-07-31T06:07:42.471Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:07:42 [2019-07-31T06:07:42.471Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:07:42 [2019-07-31T06:07:42.471Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.ui.tests ---
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui >--
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.ui 2.0.0-SNAPSHOT [89/134]
02:07:43 [2019-07-31T06:07:43.025Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] The project's OSGi version is 2.0.0.201907310510
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/src/main/resources
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/classes
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/src/test/resources
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-sources.jar
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.284Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] 
02:07:43 [2019-07-31T06:07:43.540Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:44 [2019-07-31T06:07:44.469Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:07:44 [2019-07-31T06:07:44.469Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:07:44 [2019-07-31T06:07:44.469Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:07:45 [2019-07-31T06:07:45.837Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:07:45 [2019-07-31T06:07:45.837Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
02:07:45 [2019-07-31T06:07:45.837Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:07:46 [2019-07-31T06:07:46.095Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:07:47 [2019-07-31T06:07:47.463Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes
02:07:47 [2019-07-31T06:07:47.720Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:07:47 [2019-07-31T06:07:47.977Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:07:48 [2019-07-31T06:07:48.234Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:07:48 [2019-07-31T06:07:48.234Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:07:48 [2019-07-31T06:07:48.234Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:07:48 [2019-07-31T06:07:48.234Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes
02:07:48 [2019-07-31T06:07:48.492Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:07:48 [2019-07-31T06:07:48.492Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:07:48 [2019-07-31T06:07:48.748Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:07:49 [2019-07-31T06:07:49.004Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:07:49 [2019-07-31T06:07:49.004Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:07:49 [2019-07-31T06:07:49.004Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:07:49 [2019-07-31T06:07:49.261Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes
02:07:49 [2019-07-31T06:07:49.517Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes
02:07:49 [2019-07-31T06:07:49.517Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes
02:07:49 [2019-07-31T06:07:49.517Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes
02:07:49 [2019-07-31T06:07:49.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:07:49 [2019-07-31T06:07:49.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:07:49 [2019-07-31T06:07:49.774Z] [INFO] 
02:07:49 [2019-07-31T06:07:49.774Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:49 [2019-07-31T06:07:49.774Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:49 [2019-07-31T06:07:49.774Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:49 [2019-07-31T06:07:49.774Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:49 [2019-07-31T06:07:49.774Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel.ui ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel >---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel 5.0.0-SNAPSHOT  [90/134]
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel/target
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel/target/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT.jar
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.031Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.288Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel/target/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT-sources-feature.jar
02:07:50 [2019-07-31T06:07:50.288Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.288Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.288Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.288Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.288Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.288Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:50 [2019-07-31T06:07:50.288Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:07:50 [2019-07-31T06:07:50.288Z] [INFO] 
02:07:50 [2019-07-31T06:07:50.288Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:51 [2019-07-31T06:07:51.657Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:07:51 [2019-07-31T06:07:51.657Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:07:51 [2019-07-31T06:07:51.913Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:07:52 [2019-07-31T06:07:52.477Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
02:07:52 [2019-07-31T06:07:52.735Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:07:54 [2019-07-31T06:07:54.333Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:07:54 [2019-07-31T06:07:54.333Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:07:54 [2019-07-31T06:07:54.333Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
02:07:54 [2019-07-31T06:07:54.333Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:07:54 [2019-07-31T06:07:54.333Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes
02:07:54 [2019-07-31T06:07:54.333Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:07:54 [2019-07-31T06:07:54.590Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.ui' with 29 classes
02:07:54 [2019-07-31T06:07:54.590Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
02:07:54 [2019-07-31T06:07:54.590Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:07:54 [2019-07-31T06:07:54.846Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:07:54 [2019-07-31T06:07:54.846Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:07:54 [2019-07-31T06:07:54.846Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:07:55 [2019-07-31T06:07:55.102Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes
02:07:55 [2019-07-31T06:07:55.102Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:07:55 [2019-07-31T06:07:55.102Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:07:55 [2019-07-31T06:07:55.102Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:07:55 [2019-07-31T06:07:55.359Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:07:55 [2019-07-31T06:07:55.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:07:55 [2019-07-31T06:07:55.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf' with 0 classes
02:07:55 [2019-07-31T06:07:55.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes
02:07:55 [2019-07-31T06:07:55.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.user' with 0 classes
02:07:55 [2019-07-31T06:07:55.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:07:55 [2019-07-31T06:07:55.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:07:55 [2019-07-31T06:07:55.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control' with 0 classes
02:07:55 [2019-07-31T06:07:55.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf' with 0 classes
02:07:55 [2019-07-31T06:07:55.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes
02:07:55 [2019-07-31T06:07:55.873Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes
02:07:55 [2019-07-31T06:07:55.873Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes
02:07:56 [2019-07-31T06:07:56.130Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes
02:07:56 [2019-07-31T06:07:56.130Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.ui' with 3 classes
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] 
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] 
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel ---
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] 
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core.tests >--
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.core.tests 1.0.9-SNAPSHOT [91/134]
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] 
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] 
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] The project's OSGi version is 1.0.9.201907310510
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] 
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:56 [2019-07-31T06:07:56.387Z] [INFO] 
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] 
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] 
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] 
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/main/resources
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] 
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:56 [2019-07-31T06:07:56.644Z] [INFO] Compiling 36 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/classes
02:07:57 [2019-07-31T06:07:57.207Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/stubs/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/stubs/XmlSchemaParserStub.java:[42] 
02:07:57 [2019-07-31T06:07:57.207Z] 	IAnalysisModuleHelper helper = new OtherModuleHelperStub(xmlFile, node);
02:07:57 [2019-07-31T06:07:57.207Z] 	                                                                  ^^^^
02:07:57 [2019-07-31T06:07:57.207Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element'
02:07:57 [2019-07-31T06:07:57.207Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/stubs/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/stubs/XmlSchemaParserStub.java:[51] 
02:07:57 [2019-07-31T06:07:57.207Z] 	IAnalysisModuleHelper helper = new OtherModuleHelperStub(xmlFile, node);
02:07:57 [2019-07-31T06:07:57.207Z] 	                                                                  ^^^^
02:07:57 [2019-07-31T06:07:57.208Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element'
02:07:57 [2019-07-31T06:07:57.208Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlXyDataProviderTest.java:[213] 
02:07:57 [2019-07-31T06:07:57.208Z] 	provider = DataDrivenXYProviderFactory.create(trace, Objects.requireNonNull(Lists.newArrayList(stateSystems)), getEntries(new AnalysisCompilationData(), viewElement), ANALYSIS_ID);
02:07:57 [2019-07-31T06:07:57.208Z] 	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:07:57 [2019-07-31T06:07:57.208Z] Null type safety (type annotations): The expression of type 'List<DataDrivenOutputEntry>' needs unchecked conversion to conform to '@NonNull List<@NonNull DataDrivenOutputEntry>'
02:07:57 [2019-07-31T06:07:57.208Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlXyDataProviderTest.java:[229] 
02:07:57 [2019-07-31T06:07:57.208Z] 	TmfXmlOutputEntryCu entryCu = TmfXmlOutputEntryCu.compile(compilationData, entry);
02:07:57 [2019-07-31T06:07:57.208Z] 	                                                          ^^^^^^^^^^^^^^^
02:07:57 [2019-07-31T06:07:57.208Z] Null type safety (type annotations): The expression of type 'AnalysisCompilationData' needs unchecked conversion to conform to '@NonNull AnalysisCompilationData'
02:07:57 [2019-07-31T06:07:57.208Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlXyDataProviderTest.java:[229] 
02:07:57 [2019-07-31T06:07:57.208Z] 	TmfXmlOutputEntryCu entryCu = TmfXmlOutputEntryCu.compile(compilationData, entry);
02:07:57 [2019-07-31T06:07:57.208Z] 	                                                                           ^^^^^
02:07:57 [2019-07-31T06:07:57.208Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element'
02:07:57 [2019-07-31T06:07:57.208Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlXyDataProviderTest.java:[241] 
02:07:57 [2019-07-31T06:07:57.208Z] 	TmfModelResponse<@NonNull ITmfXyModel> rowResponse = xyProvider.fetchXY(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(1, 20, 20, tree.keySet())), null);
02:07:57 [2019-07-31T06:07:57.208Z] 	                                                                                                                                                             ^^^^^^^^^^^^^
02:07:57 [2019-07-31T06:07:57.208Z] 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>'
02:07:57 [2019-07-31T06:07:57.208Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlTimeGraphDataProviderTest.java:[157] 
02:07:57 [2019-07-31T06:07:57.208Z] 	TmfModelResponse<@NonNull TimeGraphModel> rowResponse = provider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(1, 20, 20, tree.keySet())), null);
02:07:57 [2019-07-31T06:07:57.208Z] 	                                                                                                                                                                    ^^^^^^^^^^^^^
02:07:57 [2019-07-31T06:07:57.208Z] 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>'
02:07:57 [2019-07-31T06:07:57.208Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlTimeGraphDataProviderTest.java:[287] 
02:07:57 [2019-07-31T06:07:57.208Z] 	provider = DataDrivenTimeGraphProviderFactory.create(trace, Objects.requireNonNull(Lists.newArrayList(stateSystems)), getEntries(new AnalysisCompilationData(), viewElement), getvalues(viewElement), ANALYSIS_ID);
02:07:57 [2019-07-31T06:07:57.208Z] 	                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:07:57 [2019-07-31T06:07:57.208Z] Null type safety (type annotations): The expression of type 'List<DataDrivenOutputEntry>' needs unchecked conversion to conform to '@NonNull List<@NonNull DataDrivenOutputEntry>'
02:07:57 [2019-07-31T06:07:57.208Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlTimeGraphDataProviderTest.java:[287] 
02:07:57 [2019-07-31T06:07:57.208Z] 	provider = DataDrivenTimeGraphProviderFactory.create(trace, Objects.requireNonNull(Lists.newArrayList(stateSystems)), getEntries(new AnalysisCompilationData(), viewElement), getvalues(viewElement), ANALYSIS_ID);
02:07:57 [2019-07-31T06:07:57.208Z] 	                                                                                                                                                                              ^^^^^^^^^^^^^^^^^^^^^^
02:07:57 [2019-07-31T06:07:57.208Z] Null type safety (type annotations): The expression of type 'List<DataDrivenPresentationState>' needs unchecked conversion to conform to '@NonNull List<@NonNull DataDrivenPresentationState>'
02:07:57 [2019-07-31T06:07:57.208Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlTimeGraphDataProviderTest.java:[303] 
02:07:57 [2019-07-31T06:07:57.208Z] 	TmfXmlOutputEntryCu entryCu = TmfXmlOutputEntryCu.compile(compilationData, entry);
02:07:57 [2019-07-31T06:07:57.208Z] 	                                                          ^^^^^^^^^^^^^^^
02:07:57 [2019-07-31T06:07:57.208Z] Null type safety (type annotations): The expression of type 'AnalysisCompilationData' needs unchecked conversion to conform to '@NonNull AnalysisCompilationData'
02:07:57 [2019-07-31T06:07:57.208Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlTimeGraphDataProviderTest.java:[303] 
02:07:57 [2019-07-31T06:07:57.208Z] 	TmfXmlOutputEntryCu entryCu = TmfXmlOutputEntryCu.compile(compilationData, entry);
02:07:57 [2019-07-31T06:07:57.208Z] 	                                                                           ^^^^^
02:07:57 [2019-07-31T06:07:57.208Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element'
02:07:57 [2019-07-31T06:07:57.208Z] 11 problems (11 warnings)
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] 
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/test/resources
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] 
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-sources.jar
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] 
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] 
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] 
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] 
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] 
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:57 [2019-07-31T06:07:57.208Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar
02:07:57 [2019-07-31T06:07:57.464Z] [INFO] 
02:07:57 [2019-07-31T06:07:57.465Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:57 [2019-07-31T06:07:57.465Z] [INFO] 
02:07:57 [2019-07-31T06:07:57.465Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:07:58 [2019-07-31T06:07:58.834Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work/data/.metadata/.log
02:07:58 [2019-07-31T06:07:58.834Z] [INFO] Command line:
02:07:58 [2019-07-31T06:07:58.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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:07:58 [2019-07-31T06:07:58.834Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:08:02 [2019-07-31T06:08:02.109Z] !SESSION 2019-07-31 06:07:58.747 -----------------------------------------------
02:08:02 [2019-07-31T06:08:02.109Z] eclipse.buildId=unknown
02:08:02 [2019-07-31T06:08:02.109Z] java.version=1.8.0_202
02:08:02 [2019-07-31T06:08:02.109Z] java.vendor=Oracle Corporation
02:08:02 [2019-07-31T06:08:02.109Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:08:02 [2019-07-31T06:08:02.109Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/surefire.properties -product org.eclipse.platform.ide
02:08:02 [2019-07-31T06:08:02.109Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:08:02 [2019-07-31T06:08:02.109Z] 
02:08:02 [2019-07-31T06:08:02.109Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:08:01.638
02:08:02 [2019-07-31T06:08:02.109Z] !MESSAGE FrameworkEvent ERROR
02:08:02 [2019-07-31T06:08:02.109Z] !STACK 0
02:08:02 [2019-07-31T06:08:02.109Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
02:08:02 [2019-07-31T06:08:02.109Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:08:02 [2019-07-31T06:08:02.109Z] 
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:08:02 [2019-07-31T06:08:02.109Z] 
02:08:02 [2019-07-31T06:08:02.109Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:08:01.855
02:08:02 [2019-07-31T06:08:02.109Z] !MESSAGE FrameworkEvent ERROR
02:08:02 [2019-07-31T06:08:02.109Z] !STACK 0
02:08:02 [2019-07-31T06:08:02.109Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
02:08:02 [2019-07-31T06:08:02.109Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:08:02 [2019-07-31T06:08:02.109Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:08:02 [2019-07-31T06:08:02.109Z]     -> 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"
02:08:02 [2019-07-31T06:08:02.109Z]        org.apache.httpcomponents.httpclient.win [35]
02:08:02 [2019-07-31T06:08:02.109Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:08:02 [2019-07-31T06:08:02.109Z] 
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:08:02 [2019-07-31T06:08:02.109Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:08:06 [2019-07-31T06:08:06.279Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModelTest
02:08:09 [2019-07-31T06:08:09.053Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.091 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModelTest
02:08:09 [2019-07-31T06:08:09.053Z] testEventName(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModelTest)  Time elapsed: 2.01 s
02:08:09 [2019-07-31T06:08:09.053Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest
02:08:11 [2019-07-31T06:08:11.574Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.617 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest
02:08:11 [2019-07-31T06:08:11.574Z] testConditionsPattern(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest)  Time elapsed: 1.388 s
02:08:11 [2019-07-31T06:08:11.574Z] testConditionsValidation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest)  Time elapsed: 1.228 s
02:08:11 [2019-07-31T06:08:11.574Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlDoubleTest
02:08:12 [2019-07-31T06:08:12.503Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlDoubleTest
02:08:12 [2019-07-31T06:08:12.503Z] testConditionsValidation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlDoubleTest)  Time elapsed: 1.138 s
02:08:12 [2019-07-31T06:08:12.503Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest
02:08:12 [2019-07-31T06:08:12.503Z] 
02:08:12 [2019-07-31T06:08:12.503Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:12.156
02:08:12 [2019-07-31T06:08:12.503Z] !MESSAGE Fsm syscall: Both 'initial' attribute and <initial> element were declared. Only the 'initial' attribute will be used
02:08:19 [2019-07-31T06:08:19.048Z] 
02:08:19 [2019-07-31T06:08:19.048Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:17.974
02:08:19 [2019-07-31T06:08:19.048Z] !MESSAGE Fsm syscall: Both 'initial' attribute and <initial> element were declared. Only the 'initial' attribute will be used
02:08:19 [2019-07-31T06:08:19.048Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.828 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest
02:08:19 [2019-07-31T06:08:19.048Z] testModuleExecution(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest)  Time elapsed: 5.82 s
02:08:19 [2019-07-31T06:08:19.048Z] testModuleConstruction(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest)  Time elapsed: 0.007 s
02:08:19 [2019-07-31T06:08:19.048Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.148
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.149
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.150
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.151
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.152
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.153
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.154
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.155
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.156
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.157
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.158
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.159
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.160
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.161
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.161
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.162
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.163
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.164
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.165
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.166
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.166
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.167
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.168
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.169
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.169
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.170
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.171
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.172
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.173
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:20 [2019-07-31T06:08:20.419Z] 
02:08:20 [2019-07-31T06:08:20.419Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:20.173
02:08:20 [2019-07-31T06:08:20.419Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread]
02:08:35 [2019-07-31T06:08:35.525Z] 
02:08:35 [2019-07-31T06:08:35.525Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:34.036
02:08:35 [2019-07-31T06:08:35.525Z] !MESSAGE XmlStateProvider: Cannot find state provider element in file 
02:08:35 [2019-07-31T06:08:35.525Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.646 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest
02:08:35 [2019-07-31T06:08:35.525Z] testInvalidInput(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest)  Time elapsed: 16.056 s
02:08:35 [2019-07-31T06:08:35.525Z] testStateSystem(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest)  Time elapsed: 0.588 s
02:08:35 [2019-07-31T06:08:35.525Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest
02:08:35 [2019-07-31T06:08:35.525Z] 
02:08:35 [2019-07-31T06:08:35.525Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:34.655
02:08:35 [2019-07-31T06:08:35.525Z] !MESSAGE state value is type int but a mappingGroup is specified
02:08:35 [2019-07-31T06:08:35.525Z] 
02:08:35 [2019-07-31T06:08:35.525Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:34.656
02:08:35 [2019-07-31T06:08:35.525Z] !MESSAGE state value is type int but a mappingGroup is specified
02:08:36 [2019-07-31T06:08:36.089Z] 
02:08:36 [2019-07-31T06:08:36.089Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:35.872
02:08:36 [2019-07-31T06:08:36.089Z] !MESSAGE state value is type int but a mappingGroup is specified
02:08:36 [2019-07-31T06:08:36.089Z] 
02:08:36 [2019-07-31T06:08:36.089Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:35.872
02:08:36 [2019-07-31T06:08:36.089Z] !MESSAGE state value is type int but a mappingGroup is specified
02:08:36 [2019-07-31T06:08:36.089Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.246 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest
02:08:36 [2019-07-31T06:08:36.089Z] testNonConsumingFsm(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest)  Time elapsed: 1.224 s
02:08:36 [2019-07-31T06:08:36.089Z] testConsumingFsm(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest)  Time elapsed: 0.02 s
02:08:36 [2019-07-31T06:08:36.089Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest
02:08:36 [2019-07-31T06:08:36.346Z] 
02:08:36 [2019-07-31T06:08:36.346Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:36.275
02:08:36 [2019-07-31T06:08:36.346Z] !MESSAGE Fsm syscall: Both 'initial' attribute and <initial> element were declared. Only the 'initial' attribute will be used
02:08:36 [2019-07-31T06:08:36.909Z] 
02:08:36 [2019-07-31T06:08:36.909Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:36.754
02:08:36 [2019-07-31T06:08:36.909Z] !MESSAGE Fsm syscall: Both 'initial' attribute and <initial> element were declared. Only the 'initial' attribute will be used
02:08:36 [2019-07-31T06:08:36.909Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest
02:08:36 [2019-07-31T06:08:36.909Z] testSegmentStore(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest)  Time elapsed: 0.443 s
02:08:36 [2019-07-31T06:08:36.909Z] testStateSystem(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest)  Time elapsed: 0.43 s
02:08:36 [2019-07-31T06:08:36.909Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlSegmentTimestampDescriptionTest
02:08:38 [2019-07-31T06:08:38.279Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.221 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlSegmentTimestampDescriptionTest
02:08:38 [2019-07-31T06:08:38.279Z] testTimestampDescription(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlSegmentTimestampDescriptionTest)  Time elapsed: 1.218 s
02:08:38 [2019-07-31T06:08:38.279Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest
02:08:38 [2019-07-31T06:08:38.842Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest
02:08:38 [2019-07-31T06:08:38.842Z] testModuleExecution(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest)  Time elapsed: 0.353 s
02:08:38 [2019-07-31T06:08:38.842Z] testModuleConstruction(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest)  Time elapsed: 0.22 s
02:08:38 [2019-07-31T06:08:38.842Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest
02:08:38 [2019-07-31T06:08:38.842Z] 
02:08:38 [2019-07-31T06:08:38.842Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:38.638
02:08:38 [2019-07-31T06:08:38.842Z] !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.
02:08:38 [2019-07-31T06:08:38.842Z] 
02:08:38 [2019-07-31T06:08:38.842Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:38.661
02:08:38 [2019-07-31T06:08:38.842Z] !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.
02:08:38 [2019-07-31T06:08:38.842Z] 
02:08:38 [2019-07-31T06:08:38.842Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:38.734
02:08:38 [2019-07-31T06:08:38.842Z] !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.
02:08:38 [2019-07-31T06:08:38.842Z] 
02:08:38 [2019-07-31T06:08:38.842Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:38.749
02:08:38 [2019-07-31T06:08:38.842Z] !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.
02:08:38 [2019-07-31T06:08:38.842Z] 
02:08:38 [2019-07-31T06:08:38.842Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:38.761
02:08:38 [2019-07-31T06:08:38.842Z] !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.
02:08:39 [2019-07-31T06:08:39.099Z] 
02:08:39 [2019-07-31T06:08:39.099Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:38.956
02:08:39 [2019-07-31T06:08:39.099Z] !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.
02:08:40 [2019-07-31T06:08:40.469Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.511 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest
02:08:40 [2019-07-31T06:08:40.469Z] testXmlValidateInvalid(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest)  Time elapsed: 0.186 s
02:08:40 [2019-07-31T06:08:40.469Z] testXmlValidate(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest)  Time elapsed: 0.194 s
02:08:40 [2019-07-31T06:08:40.469Z] testGetChildElements(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest)  Time elapsed: 0.071 s
02:08:40 [2019-07-31T06:08:40.469Z] testXmlValidateValid(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest)  Time elapsed: 0.809 s
02:08:40 [2019-07-31T06:08:40.469Z] testXmlEnableDisableFile(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest)  Time elapsed: 0.136 s
02:08:40 [2019-07-31T06:08:40.469Z] testXmlAddFile(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest)  Time elapsed: 0.113 s
02:08:40 [2019-07-31T06:08:40.469Z] testXmlPath(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest)  Time elapsed: 0 s
02:08:40 [2019-07-31T06:08:40.469Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest
02:08:41 [2019-07-31T06:08:41.403Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.202 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest
02:08:41 [2019-07-31T06:08:41.403Z] testXYDataProvider(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest)  Time elapsed: 0.626 s
02:08:41 [2019-07-31T06:08:41.403Z] testXYDataProviderDelta(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest)  Time elapsed: 0.275 s
02:08:41 [2019-07-31T06:08:41.403Z] testXYFactory(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest)  Time elapsed: 0.299 s
02:08:41 [2019-07-31T06:08:41.403Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest
02:08:41 [2019-07-31T06:08:41.966Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest
02:08:41 [2019-07-31T06:08:41.966Z] testPopulateModulesWithAnalysisManager(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest)  Time elapsed: 0.309 s
02:08:41 [2019-07-31T06:08:41.966Z] testProperties(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest)  Time elapsed: 0.014 s
02:08:41 [2019-07-31T06:08:41.966Z] testPopulateModules(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest)  Time elapsed: 0.299 s
02:08:41 [2019-07-31T06:08:41.966Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest
02:08:42 [2019-07-31T06:08:42.222Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest
02:08:42 [2019-07-31T06:08:42.222Z] testGetChildElements(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest)  Time elapsed: 0.109 s
02:08:42 [2019-07-31T06:08:42.222Z] testGetElementInFile(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest)  Time elapsed: 0.102 s
02:08:42 [2019-07-31T06:08:42.222Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest
02:08:43 [2019-07-31T06:08:43.598Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest
02:08:43 [2019-07-31T06:08:43.598Z] testFactory(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest)  Time elapsed: 0.684 s
02:08:43 [2019-07-31T06:08:43.598Z] testTwoLevels(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest)  Time elapsed: 0.273 s
02:08:43 [2019-07-31T06:08:43.598Z] testNoParentDisplay(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest)  Time elapsed: 0.286 s
02:08:43 [2019-07-31T06:08:43.598Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest
02:08:55 [2019-07-31T06:08:55.856Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.351 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest
02:08:55 [2019-07-31T06:08:55.856Z] testOneTrace(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest)  Time elapsed: 0.336 s
02:08:55 [2019-07-31T06:08:55.856Z] testExperimentWithTraceAnalysis(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest)  Time elapsed: 8.988 s
02:08:55 [2019-07-31T06:08:55.856Z] testExperiment(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest)  Time elapsed: 0.618 s
02:08:55 [2019-07-31T06:08:55.856Z] testOneTraceWithExperimentAnalysis(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest)  Time elapsed: 0.406 s
02:08:55 [2019-07-31T06:08:55.856Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest
02:08:55 [2019-07-31T06:08:55.856Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest
02:08:55 [2019-07-31T06:08:55.856Z] testExtendedModuleCreated(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest)  Time elapsed: 0.095 s
02:08:55 [2019-07-31T06:08:55.856Z] testGettingSchemaParser(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.856Z] testPopulateExtendedModules(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest)  Time elapsed: 0.057 s
02:08:55 [2019-07-31T06:08:55.856Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:54.035
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE Fsm one_state_final: a state was defined without transition. You may get stuck there
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:54.052
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE State Transition: Transition used a condition, there should be only 'events' and 'cond' attributes
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.064
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE State Transition: Undefined action: action1
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.066
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE State Transition: Undefined condition: test1
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.069
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE State Transition: Undefined condition: test1
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:54.122
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE Fsm valid_no_initial: a state was defined without transition. You may get stuck there
02:08:55 [2019-07-31T06:08:55.856Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[0: one_state_final](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.005 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[1: one_state_loop](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.004 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[2: save_and_clear_fields](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.002 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[3: multiple_actions_and_tests](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.002 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[4: multiple_states_and_transitions](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.003 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[5: on_entry_exit](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.002 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[6: with_precondition](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.005 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[7: initial state](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.003 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[8: initial_element](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.003 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[9: undefined_action](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.003 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[10: undefined_condition](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.002 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[11: undefined_target](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.002 s
02:08:55 [2019-07-31T06:08:55.856Z] testFsm[12: valid_no_initial](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest)  Time elapsed: 0.053 s
02:08:55 [2019-07-31T06:08:55.856Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.137
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE Compiling value: value is not a parseable integer: abc
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.138
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE Compiling value: value is not a parseable integer: 
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.140
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE Compiling value: value is not a parseable integer: abc
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.141
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE Compiling value: value is not a parseable integer: 
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.147
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE The mapping group undefined does not exist in this analysis
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.150
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE Compiling value: value is not a parseable integer: not int
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.151
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE A query state value should have children attributes
02:08:55 [2019-07-31T06:08:55.856Z] 
02:08:55 [2019-07-31T06:08:55.856Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.152
02:08:55 [2019-07-31T06:08:55.856Z] !MESSAGE The value of a constant attribute should not be empty
02:08:55 [2019-07-31T06:08:55.856Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest
02:08:55 [2019-07-31T06:08:55.856Z] testStateValueCompilation[0: Null state value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.856Z] testStateValueCompilation[1: Valid integer 1](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.856Z] testStateValueCompilation[2: Valid integer 2 with forced type](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0 s
02:08:55 [2019-07-31T06:08:55.856Z] testStateValueCompilation[3: Invalid integer](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.856Z] testStateValueCompilation[4: Int no value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.856Z] testStateValueCompilation[5: Valid long 1](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[6: Valid long 2](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[7: Invalid long](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[8: Long no value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[9: Valid string 1](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[10: Valid string 2](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[11: String no value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[12: Delete value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[13: Delete value with ignored params](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[14: Event name](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[15: Event name with params](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[16: Event field](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[17: Unknown mapping group](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[18: Valid script](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[19: Script with children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[20: Script with invalid children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[21: Query](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[22: Query no children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueCompilation[23: Query with invalid children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest)  Time elapsed: 0 s
02:08:55 [2019-07-31T06:08:55.857Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest
02:08:55 [2019-07-31T06:08:55.857Z] 
02:08:55 [2019-07-31T06:08:55.857Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.162
02:08:55 [2019-07-31T06:08:55.857Z] !MESSAGE The value of a constant attribute should not be empty
02:08:55 [2019-07-31T06:08:55.857Z] 
02:08:55 [2019-07-31T06:08:55.857Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.163
02:08:55 [2019-07-31T06:08:55.857Z] !MESSAGE The value of an event field attribute should not be null
02:08:55 [2019-07-31T06:08:55.857Z] 
02:08:55 [2019-07-31T06:08:55.857Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.164
02:08:55 [2019-07-31T06:08:55.857Z] !MESSAGE A query state attribute should have children attributes
02:08:55 [2019-07-31T06:08:55.857Z] 
02:08:55 [2019-07-31T06:08:55.857Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.164
02:08:55 [2019-07-31T06:08:55.857Z] !MESSAGE The value of a constant attribute should not be empty
02:08:55 [2019-07-31T06:08:55.857Z] 
02:08:55 [2019-07-31T06:08:55.857Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.165
02:08:55 [2019-07-31T06:08:55.857Z] !MESSAGE Location undefined does not exist
02:08:55 [2019-07-31T06:08:55.857Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest
02:08:55 [2019-07-31T06:08:55.857Z] testValidLocationCompilation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest)  Time elapsed: 0.002 s
02:08:55 [2019-07-31T06:08:55.857Z] testInvalidStateAttributeCompilation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest)  Time elapsed: 0.004 s
02:08:55 [2019-07-31T06:08:55.857Z] testValidStateAttributeCompilation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest)  Time elapsed: 0.004 s
02:08:55 [2019-07-31T06:08:55.857Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest
02:08:55 [2019-07-31T06:08:55.857Z] 
02:08:55 [2019-07-31T06:08:55.857Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-31 06:08:54.229
02:08:55 [2019-07-31T06:08:55.857Z] !MESSAGE Segment time: only one of <duration> or <end> shoud be present
02:08:55 [2019-07-31T06:08:55.857Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest
02:08:55 [2019-07-31T06:08:55.857Z] testAction[0: type_and_end](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testAction[1: just_type](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest)  Time elapsed: 0 s
02:08:55 [2019-07-31T06:08:55.857Z] testAction[2: type_and_duration](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] testAction[3: inline_name](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest)  Time elapsed: 0 s
02:08:55 [2019-07-31T06:08:55.857Z] testAction[4: invalid_segment_and_duration](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest)  Time elapsed: 0.001 s
02:08:55 [2019-07-31T06:08:55.857Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest
02:08:55 [2019-07-31T06:08:55.857Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueModify(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest)  Time elapsed: 0.084 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueScript(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest)  Time elapsed: 0.033 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueUpdate(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest)  Time elapsed: 0.082 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueMapping(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest)  Time elapsed: 0.035 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValuePeek(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest)  Time elapsed: 0.079 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueFuture(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest)  Time elapsed: 0.076 s
02:08:55 [2019-07-31T06:08:55.857Z] testStateValueHostId(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest)  Time elapsed: 0.045 s
02:08:55 [2019-07-31T06:08:55.857Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueScenarioTest
02:08:56 [2019-07-31T06:08:56.114Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.262 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueScenarioTest
02:08:56 [2019-07-31T06:08:56.114Z] testAttributePool(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueScenarioTest)  Time elapsed: 1.219 s
02:08:56 [2019-07-31T06:08:56.114Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest
02:08:56 [2019-07-31T06:08:56.114Z] 
02:08:56 [2019-07-31T06:08:56.114Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:55.956
02:08:56 [2019-07-31T06:08:56.114Z] !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.
02:08:57 [2019-07-31T06:08:57.483Z] 
02:08:57 [2019-07-31T06:08:57.483Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:57.167
02:08:57 [2019-07-31T06:08:57.483Z] !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
02:08:58 [2019-07-31T06:08:58.416Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.421 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest
02:08:58 [2019-07-31T06:08:58.416Z] testInitialStateDeclaration(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest)  Time elapsed: 0 s
02:08:58 [2019-07-31T06:08:58.416Z] testTwoInitialStates(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest)  Time elapsed: 0 s
02:08:58 [2019-07-31T06:08:58.416Z] testInitialStateWithCondition(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest)  Time elapsed: 0.001 s
02:08:58 [2019-07-31T06:08:58.416Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest
02:08:59 [2019-07-31T06:08:59.784Z] 
02:08:59 [2019-07-31T06:08:59.784Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:59.604
02:08:59 [2019-07-31T06:08:59.784Z] !MESSAGE state value is type int but a mappingGroup is specified
02:08:59 [2019-07-31T06:08:59.784Z] 
02:08:59 [2019-07-31T06:08:59.784Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-31 06:08:59.605
02:08:59 [2019-07-31T06:08:59.784Z] !MESSAGE state value is type int but a mappingGroup is specified
02:08:59 [2019-07-31T06:08:59.784Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.232 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest
02:08:59 [2019-07-31T06:08:59.784Z] testSegmentContent(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest)  Time elapsed: 1.221 s
02:08:59 [2019-07-31T06:08:59.784Z] testMappingGroup(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest)  Time elapsed: 0.01 s
02:08:59 [2019-07-31T06:08:59.784Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest
02:08:59 [2019-07-31T06:08:59.784Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest
02:08:59 [2019-07-31T06:08:59.784Z] testTmfCorePluginId(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest)  Time elapsed: 0 s
02:08:59 [2019-07-31T06:08:59.784Z] testGetDefault(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest)  Time elapsed: 0 s
02:08:59 [2019-07-31T06:08:59.784Z] 
02:08:59 [2019-07-31T06:08:59.784Z] Results:
02:08:59 [2019-07-31T06:08:59.784Z] 
02:08:59 [2019-07-31T06:08:59.784Z] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0
02:08:59 [2019-07-31T06:08:59.784Z] 
02:09:00 [2019-07-31T06:09:00.714Z] [INFO] All tests passed!
02:09:00 [2019-07-31T06:09:00.714Z] [INFO] 
02:09:00 [2019-07-31T06:09:00.714Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:09:00 [2019-07-31T06:09:00.714Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:09:00 [2019-07-31T06:09:00.714Z] [INFO] 
02:09:00 [2019-07-31T06:09:00.714Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:09:01 [2019-07-31T06:09:01.277Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:09:01 [2019-07-31T06:09:01.277Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:09:01 [2019-07-31T06:09:01.277Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:09:01 [2019-07-31T06:09:01.842Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:09:02 [2019-07-31T06:09:02.099Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:09:02 [2019-07-31T06:09:02.099Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:09:02 [2019-07-31T06:09:02.099Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:09:02 [2019-07-31T06:09:02.355Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:09:02 [2019-07-31T06:09:02.611Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
02:09:02 [2019-07-31T06:09:02.867Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:09:04 [2019-07-31T06:09:04.237Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:09:04 [2019-07-31T06:09:04.237Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:09:04 [2019-07-31T06:09:04.493Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:09:05 [2019-07-31T06:09:05.057Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:09:05 [2019-07-31T06:09:05.619Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] 
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] 
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests ---
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] 
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core.tests >--
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.core.tests 2.0.0-SNAPSHOT [92/134]
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] 
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] 
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] The project's OSGi version is 2.0.0.201907310510
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] 
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] 
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] 
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] 
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] 
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/main/resources
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] 
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:05 [2019-07-31T06:09:05.876Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/classes
02:09:06 [2019-07-31T06:09:06.524Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/perf/org/eclipse/tracecompass/lttng2/kernel/core/tests/perf/analysis/kernel/KernelAnalysisUsageBenchmark.java:[110] 
02:09:06 [2019-07-31T06:09:06.524Z] 	File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace));
02:09:06 [2019-07-31T06:09:06.524Z] 	                                                                ^^^^^
02:09:06 [2019-07-31T06:09:06.524Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
02:09:06 [2019-07-31T06:09:06.524Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/org/eclipse/tracecompass/lttng2/kernel/core/tests/analysis/kernel/statesystem/StateSystemFullHistoryTest.java:[187] 
02:09:06 [2019-07-31T06:09:06.524Z] 	File file = new File(TmfTraceManager.getSupplementaryFileDir(trace) + name);
02:09:06 [2019-07-31T06:09:06.524Z] 	                                                             ^^^^^
02:09:06 [2019-07-31T06:09:06.524Z] Null type safety (type annotations): The expression of type 'CtfTmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
02:09:06 [2019-07-31T06:09:06.524Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/perf/org/eclipse/tracecompass/lttng2/kernel/core/tests/perf/analysis/tid/TidAnalysisUsageBenchmark.java:[94] 
02:09:06 [2019-07-31T06:09:06.524Z] 	File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace));
02:09:06 [2019-07-31T06:09:06.524Z] 	                                                                ^^^^^
02:09:06 [2019-07-31T06:09:06.524Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
02:09:06 [2019-07-31T06:09:06.524Z] 5 problems (0 errors, 3 warnings, 3 info)
02:09:06 [2019-07-31T06:09:06.524Z] [INFO] 
02:09:06 [2019-07-31T06:09:06.524Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:06 [2019-07-31T06:09:06.524Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:09:06 [2019-07-31T06:09:06.524Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/test/resources
02:09:06 [2019-07-31T06:09:06.524Z] [INFO] 
02:09:06 [2019-07-31T06:09:06.524Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:06 [2019-07-31T06:09:06.524Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-sources.jar
02:09:06 [2019-07-31T06:09:06.524Z] [INFO] 
02:09:06 [2019-07-31T06:09:06.524Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] 
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] 
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] 
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] 
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] 
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] 
02:09:06 [2019-07-31T06:09:06.788Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:09:08 [2019-07-31T06:09:08.160Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/data/.metadata/.log
02:09:08 [2019-07-31T06:09:08.160Z] [INFO] Command line:
02:09:08 [2019-07-31T06:09:08.160Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:09:08 [2019-07-31T06:09:08.160Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:09:12 [2019-07-31T06:09:12.337Z] !SESSION 2019-07-31 06:09:08.342 -----------------------------------------------
02:09:12 [2019-07-31T06:09:12.337Z] eclipse.buildId=unknown
02:09:12 [2019-07-31T06:09:12.337Z] java.version=1.8.0_202
02:09:12 [2019-07-31T06:09:12.337Z] java.vendor=Oracle Corporation
02:09:12 [2019-07-31T06:09:12.337Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:09:12 [2019-07-31T06:09:12.337Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/surefire.properties -product org.eclipse.platform.ide
02:09:12 [2019-07-31T06:09:12.338Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:09:12 [2019-07-31T06:09:12.338Z] 
02:09:12 [2019-07-31T06:09:12.338Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:09:11.639
02:09:12 [2019-07-31T06:09:12.338Z] !MESSAGE FrameworkEvent ERROR
02:09:12 [2019-07-31T06:09:12.338Z] !STACK 0
02:09:12 [2019-07-31T06:09:12.338Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
02:09:12 [2019-07-31T06:09:12.338Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:09:12 [2019-07-31T06:09:12.338Z] 
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:09:12 [2019-07-31T06:09:12.338Z] 
02:09:12 [2019-07-31T06:09:12.338Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:09:11.856
02:09:12 [2019-07-31T06:09:12.338Z] !MESSAGE FrameworkEvent ERROR
02:09:12 [2019-07-31T06:09:12.338Z] !STACK 0
02:09:12 [2019-07-31T06:09:12.338Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
02:09:12 [2019-07-31T06:09:12.338Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:09:12 [2019-07-31T06:09:12.338Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:09:12 [2019-07-31T06:09:12.338Z]     -> 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"
02:09:12 [2019-07-31T06:09:12.338Z]        org.apache.httpcomponents.httpclient.win [35]
02:09:12 [2019-07-31T06:09:12.338Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:09:12 [2019-07-31T06:09:12.338Z] 
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:09:12 [2019-07-31T06:09:12.338Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:09:15 [2019-07-31T06:09:15.614Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.MatchAndSyncTest
02:09:22 [2019-07-31T06:09:22.162Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.298 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.MatchAndSyncTest
02:09:22 [2019-07-31T06:09:22.162Z] testMatching(org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.MatchAndSyncTest)  Time elapsed: 6.27 s
02:09:22 [2019-07-31T06:09:22.162Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest
02:10:08 [2019-07-31T06:10:08.807Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.721 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest
02:10:08 [2019-07-31T06:10:08.807Z] testExperimentSync(org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest)  Time elapsed: 3.051 s
02:10:08 [2019-07-31T06:10:08.807Z] testDjangoExperimentSync(org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest)  Time elapsed: 36.663 s
02:10:08 [2019-07-31T06:10:08.807Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.PartialStateSystemTest
02:10:08 [2019-07-31T06:10:08.807Z] 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
02:10:08 [2019-07-31T06:10:08.807Z] org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.PartialStateSystemTest skipped
02:10:08 [2019-07-31T06:10:08.807Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest
02:10:23 [2019-07-31T06:10:23.662Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.002 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest
02:10:23 [2019-07-31T06:10:23.662Z] testOpenExistingStateFile(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.101 s
02:10:23 [2019-07-31T06:10:23.662Z] testBuild(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 10.208 s
02:10:23 [2019-07-31T06:10:23.662Z] testGetQuarks_middle_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.002 s
02:10:23 [2019-07-31T06:10:23.662Z] testGetQuarks_middle(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.001 s
02:10:23 [2019-07-31T06:10:23.662Z] testGetQuarks_relative_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.001 s
02:10:23 [2019-07-31T06:10:23.662Z] testGetQuarks_relative_up_wildcard(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0 s
02:10:23 [2019-07-31T06:10:23.662Z] testGetQuarks_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0 s
02:10:23 [2019-07-31T06:10:23.662Z] testFullQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.062 s
02:10:23 [2019-07-31T06:10:23.662Z] testSingleQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.001 s
02:10:23 [2019-07-31T06:10:23.662Z] testRangeQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.25 s
02:10:23 [2019-07-31T06:10:23.662Z] testRangeQuery2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.165 s
02:10:23 [2019-07-31T06:10:23.662Z] testRangeQuery3(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.01 s
02:10:23 [2019-07-31T06:10:23.662Z] testFullAttributeName(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.003 s
02:10:23 [2019-07-31T06:10:23.662Z] testOptQuarkAbsolute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.001 s
02:10:23 [2019-07-31T06:10:23.662Z] testFirstIntervalIsConsidered(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.002 s
02:10:23 [2019-07-31T06:10:23.662Z] testQueryInvalidValuetype1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.004 s
02:10:23 [2019-07-31T06:10:23.662Z] testQueryInvalidValuetype2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.002 s
02:10:23 [2019-07-31T06:10:23.662Z] testFullQueryThorough(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.004 s
02:10:23 [2019-07-31T06:10:23.662Z] testQueryInvalidAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0 s
02:10:23 [2019-07-31T06:10:23.662Z] testSingleQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.001 s
02:10:23 [2019-07-31T06:10:23.662Z] testSingleQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0 s
02:10:23 [2019-07-31T06:10:23.662Z] testGetQuarksNoMatch(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.001 s
02:10:23 [2019-07-31T06:10:23.662Z] testGetQuarks_relative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.001 s
02:10:23 [2019-07-31T06:10:23.662Z] testRangeQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0 s
02:10:23 [2019-07-31T06:10:23.662Z] testRangeQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0 s
02:10:23 [2019-07-31T06:10:23.662Z] testFullQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.001 s
02:10:23 [2019-07-31T06:10:23.662Z] testFullQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.001 s
02:10:23 [2019-07-31T06:10:23.662Z] testGetQuarks_begin(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0 s
02:10:23 [2019-07-31T06:10:23.662Z] testGetQuarks_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.001 s
02:10:23 [2019-07-31T06:10:23.662Z] testParentAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.043 s
02:10:23 [2019-07-31T06:10:23.662Z] testOptQuarkRelative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest)  Time elapsed: 0.001 s
02:10:23 [2019-07-31T06:10:23.662Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest
02:10:31 [2019-07-31T06:10:31.761Z] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.735 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest
02:10:31 [2019-07-31T06:10:31.761Z] testGetQuarks_middle_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.002 s
02:10:31 [2019-07-31T06:10:31.761Z] testGetQuarks_middle(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testGetQuarks_relative_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testGetQuarks_relative_up_wildcard(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.001 s
02:10:31 [2019-07-31T06:10:31.761Z] testGetQuarks_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.001 s
02:10:31 [2019-07-31T06:10:31.761Z] testFullQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.106 s
02:10:31 [2019-07-31T06:10:31.761Z] testSingleQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.074 s
02:10:31 [2019-07-31T06:10:31.761Z] testRangeQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.009 s
02:10:31 [2019-07-31T06:10:31.761Z] testRangeQuery2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.052 s
02:10:31 [2019-07-31T06:10:31.761Z] testRangeQuery3(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.002 s
02:10:31 [2019-07-31T06:10:31.761Z] testFullAttributeName(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testOptQuarkAbsolute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testFirstIntervalIsConsidered(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.088 s
02:10:31 [2019-07-31T06:10:31.761Z] testQueryInvalidValuetype1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.04 s
02:10:31 [2019-07-31T06:10:31.761Z] testQueryInvalidValuetype2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.051 s
02:10:31 [2019-07-31T06:10:31.761Z] testFullQueryThorough(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.038 s
02:10:31 [2019-07-31T06:10:31.761Z] testQueryInvalidAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.001 s
02:10:31 [2019-07-31T06:10:31.761Z] testSingleQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testSingleQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testGetQuarksNoMatch(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testGetQuarks_relative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testRangeQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0.001 s
02:10:31 [2019-07-31T06:10:31.761Z] testRangeQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testFullQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testFullQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testGetQuarks_begin(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testGetQuarks_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testParentAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] testOptQuarkRelative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest)  Time elapsed: 0 s
02:10:31 [2019-07-31T06:10:31.761Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest
02:10:42 [2019-07-31T06:10:42.052Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.356 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest
02:10:42 [2019-07-31T06:10:42.052Z] testAnalysisExecution(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest)  Time elapsed: 9.564 s
02:10:42 [2019-07-31T06:10:42.052Z] testCanExecute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest)  Time elapsed: 1.783 s
02:10:42 [2019-07-31T06:10:42.052Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.LttngExecutionGraphTest
02:10:48 [2019-07-31T06:10:48.599Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.66 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.LttngExecutionGraphTest
02:10:48 [2019-07-31T06:10:48.599Z] testSchedEvents(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.LttngExecutionGraphTest)  Time elapsed: 5.659 s
02:10:48 [2019-07-31T06:10:48.599Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest
02:10:52 [2019-07-31T06:10:52.772Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.702 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest
02:10:52 [2019-07-31T06:10:52.772Z] testNetworkExchangeOneTraceSoftirq(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest)  Time elapsed: 1.178 s
02:10:52 [2019-07-31T06:10:52.772Z] testNetworkExchangeOneTrace(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest)  Time elapsed: 1.158 s
02:10:52 [2019-07-31T06:10:52.772Z] testNetworkExchange(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest)  Time elapsed: 1.163 s
02:10:52 [2019-07-31T06:10:52.772Z] testNetworkExchangeWithWifi(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest)  Time elapsed: 1.201 s
02:10:52 [2019-07-31T06:10:52.772Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest
02:10:52 [2019-07-31T06:10:52.772Z] 
02:10:52 [2019-07-31T06:10:52.772Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-31 06:10:52.449
02:10:52 [2019-07-31T06:10:52.772Z] !MESSAGE Average clock correction (1450192745683541400) is higher than threshold of 500000 ns for experiment [TmfExperiment (test-exp)]
02:11:07 [2019-07-31T06:11:07.717Z] 
02:11:07 [2019-07-31T06:11:07.717Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-31 06:11:05.651
02:11:07 [2019-07-31T06:11:07.717Z] !MESSAGE Average clock correction (1450192745683541400) is higher than threshold of 500000 ns for experiment [TmfExperiment (test-exp)]
02:11:17 [2019-07-31T06:11:17.674Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.743 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest
02:11:17 [2019-07-31T06:11:17.674Z] testWholeUstTrace(org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest)  Time elapsed: 13.193 s
02:11:17 [2019-07-31T06:11:17.674Z] testOneEvent(org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest)  Time elapsed: 10.546 s
02:11:17 [2019-07-31T06:11:17.674Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest
02:11:17 [2019-07-31T06:11:17.674Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest
02:11:17 [2019-07-31T06:11:17.674Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest)  Time elapsed: 0 s
02:11:17 [2019-07-31T06:11:17.674Z] testActivator(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest)  Time elapsed: 0 s
02:11:17 [2019-07-31T06:11:17.674Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest)  Time elapsed: 0 s
02:11:17 [2019-07-31T06:11:17.674Z] testGetDefault(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest)  Time elapsed: 0 s
02:11:17 [2019-07-31T06:11:17.674Z] 
02:11:17 [2019-07-31T06:11:17.674Z] Results:
02:11:17 [2019-07-31T06:11:17.674Z] 
02:11:17 [2019-07-31T06:11:17.674Z] Tests run: 77, Failures: 0, Errors: 0, Skipped: 1
02:11:17 [2019-07-31T06:11:17.674Z] 
02:11:18 [2019-07-31T06:11:18.241Z] [INFO] All tests passed!
02:11:18 [2019-07-31T06:11:18.241Z] [INFO] 
02:11:18 [2019-07-31T06:11:18.241Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:11:18 [2019-07-31T06:11:18.241Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:11:18 [2019-07-31T06:11:18.241Z] [INFO] 
02:11:18 [2019-07-31T06:11:18.241Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:11:19 [2019-07-31T06:11:19.171Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:11:19 [2019-07-31T06:11:19.171Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:11:20 [2019-07-31T06:11:20.541Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:11:20 [2019-07-31T06:11:20.798Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:11:21 [2019-07-31T06:11:21.056Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core.tests' with 28 classes
02:11:21 [2019-07-31T06:11:21.619Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:11:21 [2019-07-31T06:11:21.876Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes
02:11:21 [2019-07-31T06:11:21.876Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:11:22 [2019-07-31T06:11:22.132Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:11:22 [2019-07-31T06:11:22.390Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:11:27 [2019-07-31T06:11:27.703Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:11:27 [2019-07-31T06:11:27.703Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:11:27 [2019-07-31T06:11:27.703Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:11:27 [2019-07-31T06:11:27.703Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core.tests' with 43 classes
02:11:27 [2019-07-31T06:11:27.703Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:11:27 [2019-07-31T06:11:27.962Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
02:11:28 [2019-07-31T06:11:28.218Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:11:28 [2019-07-31T06:11:28.475Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:11:28 [2019-07-31T06:11:28.732Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:11:28 [2019-07-31T06:11:28.989Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
02:11:29 [2019-07-31T06:11:29.246Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:11:29 [2019-07-31T06:11:29.246Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:11:29 [2019-07-31T06:11:29.502Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes
02:11:29 [2019-07-31T06:11:29.502Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:11:29 [2019-07-31T06:11:29.758Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core.tests' with 56 classes
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel.core.tests ---
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core >--
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.core 4.0.3-SNAPSHOT [93/134]
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] The project's OSGi version is 4.0.3.201907310510
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/main/resources
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.015Z] [INFO] Compiling 41 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/classes
02:11:30 [2019-07-31T06:11:30.945Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/debuginfo/UstDebugInfoBinaryAspect.java:[127] 
02:11:30 [2019-07-31T06:11:30.945Z] 	return new BinaryCallsite(fullPath, file.getBuildId(), offset, file.isPic());
02:11:30 [2019-07-31T06:11:30.945Z] 	                          ^^^^^^^^
02:11:30 [2019-07-31T06:11:30.945Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
02:11:30 [2019-07-31T06:11:30.945Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryUsageDataProvider.java:[132] 
02:11:30 [2019-07-31T06:11:30.945Z] 	int tidQuark = entry.getValue();
02:11:30 [2019-07-31T06:11:30.945Z] 	               ^^^^^^^^^^^^^^^^
02:11:30 [2019-07-31T06:11:30.945Z] 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
02:11:30 [2019-07-31T06:11:30.945Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryUsageDataProvider.java:[175] 
02:11:30 [2019-07-31T06:11:30.945Z] 	builder.add(new MemoryUsageTreeModel(rootId, -1L, -1, Collections.singletonList(getTrace().getName())));
02:11:30 [2019-07-31T06:11:30.945Z] 	                                                                                ^^^^^^^^^^^^^^^^^^^^
02:11:30 [2019-07-31T06:11:30.945Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
02:11:30 [2019-07-31T06:11:30.945Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryDataProviderFactory.java:[42] 
02:11:30 [2019-07-31T06:11:30.945Z] 	private static final Predicate<? super ITmfTrace> PREDICATE = t -> TmfTraceUtils.getAnalysisModuleOfClass(t, UstMemoryAnalysisModule.class, UstMemoryAnalysisModule.ID) != null;
02:11:30 [2019-07-31T06:11:30.945Z] 	                                                                                                          ^
02:11:30 [2019-07-31T06:11:30.945Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace'
02:11:30 [2019-07-31T06:11:30.945Z] 4 problems (4 warnings)
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/test/resources
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-sources.jar
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] 
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:30 [2019-07-31T06:11:30.945Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] 
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] 
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] 
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] 
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] 
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] 
02:11:31 [2019-07-31T06:11:31.202Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:31 [2019-07-31T06:11:31.765Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:11:31 [2019-07-31T06:11:31.765Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:11:32 [2019-07-31T06:11:32.021Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:11:32 [2019-07-31T06:11:32.584Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:11:32 [2019-07-31T06:11:32.584Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:11:32 [2019-07-31T06:11:32.840Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:11:32 [2019-07-31T06:11:32.840Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:11:32 [2019-07-31T06:11:32.840Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:11:32 [2019-07-31T06:11:32.840Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:11:33 [2019-07-31T06:11:33.097Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:11:33 [2019-07-31T06:11:33.097Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:11:33 [2019-07-31T06:11:33.354Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] 
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] 
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.core ---
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] 
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui >---
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.ui 3.0.5-SNAPSHOT  [94/134]
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] 
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] 
02:11:33 [2019-07-31T06:11:33.610Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] The project's OSGi version is 3.0.5.201907310510
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] 
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] 
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] 
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] 
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] 
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/main/resources
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] 
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:33 [2019-07-31T06:11:33.867Z] [INFO] Compiling 8 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/classes
02:11:34 [2019-07-31T06:11:34.431Z] [INFO] 
02:11:34 [2019-07-31T06:11:34.431Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:34 [2019-07-31T06:11:34.431Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:11:34 [2019-07-31T06:11:34.431Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/test/resources
02:11:34 [2019-07-31T06:11:34.431Z] [INFO] 
02:11:34 [2019-07-31T06:11:34.431Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:34 [2019-07-31T06:11:34.431Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-sources.jar
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] 
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] 
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] 
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] 
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] 
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] 
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] 
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] 
02:11:34 [2019-07-31T06:11:34.688Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:35 [2019-07-31T06:11:35.252Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:11:35 [2019-07-31T06:11:35.252Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:11:35 [2019-07-31T06:11:35.508Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:11:36 [2019-07-31T06:11:36.071Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:11:36 [2019-07-31T06:11:36.071Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:11:36 [2019-07-31T06:11:36.328Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:11:36 [2019-07-31T06:11:36.328Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:11:36 [2019-07-31T06:11:36.328Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:11:36 [2019-07-31T06:11:36.328Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:11:36 [2019-07-31T06:11:36.584Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes
02:11:36 [2019-07-31T06:11:36.841Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:11:38 [2019-07-31T06:11:38.361Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:11:38 [2019-07-31T06:11:38.361Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:11:38 [2019-07-31T06:11:38.618Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:11:38 [2019-07-31T06:11:38.618Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:11:38 [2019-07-31T06:11:38.874Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:11:38 [2019-07-31T06:11:38.874Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:11:39 [2019-07-31T06:11:39.131Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:11:39 [2019-07-31T06:11:39.131Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:11:39 [2019-07-31T06:11:39.131Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core' with 43 classes
02:11:39 [2019-07-31T06:11:39.131Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:11:39 [2019-07-31T06:11:39.131Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.131Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:39 [2019-07-31T06:11:39.131Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.ui ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust >----
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust 5.0.0-SNAPSHOT     [95/134]
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust/target
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust/target/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT.jar
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust/target/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT-sources-feature.jar
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] 
02:11:39 [2019-07-31T06:11:39.389Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:41 [2019-07-31T06:11:41.282Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:11:41 [2019-07-31T06:11:41.282Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:11:41 [2019-07-31T06:11:41.282Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:11:41 [2019-07-31T06:11:41.538Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
02:11:42 [2019-07-31T06:11:42.107Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:11:43 [2019-07-31T06:11:43.476Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:11:43 [2019-07-31T06:11:43.476Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:11:43 [2019-07-31T06:11:43.476Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
02:11:43 [2019-07-31T06:11:43.476Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:11:43 [2019-07-31T06:11:43.732Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:11:43 [2019-07-31T06:11:43.732Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:11:43 [2019-07-31T06:11:43.732Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:11:43 [2019-07-31T06:11:43.989Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:11:43 [2019-07-31T06:11:43.989Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes
02:11:43 [2019-07-31T06:11:43.989Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:11:43 [2019-07-31T06:11:43.989Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:11:44 [2019-07-31T06:11:44.245Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:11:44 [2019-07-31T06:11:44.245Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:11:44 [2019-07-31T06:11:44.501Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:11:44 [2019-07-31T06:11:44.501Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf' with 0 classes
02:11:44 [2019-07-31T06:11:44.501Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes
02:11:44 [2019-07-31T06:11:44.501Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.user' with 0 classes
02:11:44 [2019-07-31T06:11:44.501Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:11:44 [2019-07-31T06:11:44.501Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:11:44 [2019-07-31T06:11:44.501Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control' with 0 classes
02:11:44 [2019-07-31T06:11:44.501Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf' with 0 classes
02:11:44 [2019-07-31T06:11:44.757Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes
02:11:44 [2019-07-31T06:11:44.757Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes
02:11:45 [2019-07-31T06:11:45.014Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes
02:11:45 [2019-07-31T06:11:45.577Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core' with 43 classes
02:11:45 [2019-07-31T06:11:45.577Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.ui' with 10 classes
02:11:45 [2019-07-31T06:11:45.577Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:11:48 [2019-07-31T06:11:48.852Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes
02:11:48 [2019-07-31T06:11:48.852Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:11:48 [2019-07-31T06:11:48.852Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
02:11:48 [2019-07-31T06:11:48.852Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust ---
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core.tests >--
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.core.tests 1.0.9-SNAPSHOT [96/134]
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] The project's OSGi version is 1.0.9.201907310510
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/src/main/resources
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.111Z] [INFO] Compiling 11 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/classes
02:11:49 [2019-07-31T06:11:49.674Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/perf/org/eclipse/tracecompass/lttng2/ust/core/tests/perf/cygprofile/CallStackAndGraphBenchmark.java:[129] 
02:11:49 [2019-07-31T06:11:49.674Z] 	CallStackAnalysis callStackModule = TmfTraceUtils.getAnalysisModuleOfClass(trace, CallStackAnalysis.class, LttngUstCallStackAnalysis.ID);
02:11:49 [2019-07-31T06:11:49.674Z] 	                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:11:49 [2019-07-31T06:11:49.674Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
02:11:49 [2019-07-31T06:11:49.674Z] 1 problem (1 warning)
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/src/test/resources
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-sources.jar
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] 
02:11:49 [2019-07-31T06:11:49.674Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:11:51 [2019-07-31T06:11:51.530Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/data/.metadata/.log
02:11:51 [2019-07-31T06:11:51.530Z] [INFO] Command line:
02:11:51 [2019-07-31T06:11:51.530Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:11:51 [2019-07-31T06:11:51.530Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:11:56 [2019-07-31T06:11:56.782Z] !SESSION 2019-07-31 06:11:51.572 -----------------------------------------------
02:11:56 [2019-07-31T06:11:56.782Z] eclipse.buildId=unknown
02:11:56 [2019-07-31T06:11:56.782Z] java.version=1.8.0_202
02:11:56 [2019-07-31T06:11:56.782Z] java.vendor=Oracle Corporation
02:11:56 [2019-07-31T06:11:56.782Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:11:56 [2019-07-31T06:11:56.782Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/surefire.properties -product org.eclipse.platform.ide
02:11:56 [2019-07-31T06:11:56.783Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:11:56 [2019-07-31T06:11:56.783Z] 
02:11:56 [2019-07-31T06:11:56.783Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:11:56.740
02:11:56 [2019-07-31T06:11:56.783Z] !MESSAGE FrameworkEvent ERROR
02:11:56 [2019-07-31T06:11:56.783Z] !STACK 0
02:11:56 [2019-07-31T06:11:56.783Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
02:11:56 [2019-07-31T06:11:56.783Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:11:56 [2019-07-31T06:11:56.783Z] 
02:11:56 [2019-07-31T06:11:56.783Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:11:56 [2019-07-31T06:11:56.783Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:11:56 [2019-07-31T06:11:56.783Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:11:56 [2019-07-31T06:11:56.783Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:11:56 [2019-07-31T06:11:56.783Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:11:56 [2019-07-31T06:11:56.783Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:11:56 [2019-07-31T06:11:56.783Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:11:56 [2019-07-31T06:11:56.783Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:11:56 [2019-07-31T06:11:56.783Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:11:56 [2019-07-31T06:11:56.783Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:11:57 [2019-07-31T06:11:57.041Z] 
02:11:57 [2019-07-31T06:11:57.042Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:11:56.925
02:11:57 [2019-07-31T06:11:57.042Z] !MESSAGE FrameworkEvent ERROR
02:11:57 [2019-07-31T06:11:57.042Z] !STACK 0
02:11:57 [2019-07-31T06:11:57.042Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
02:11:57 [2019-07-31T06:11:57.042Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:11:57 [2019-07-31T06:11:57.042Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:11:57 [2019-07-31T06:11:57.042Z]     -> 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"
02:11:57 [2019-07-31T06:11:57.042Z]        org.apache.httpcomponents.httpclient.win [35]
02:11:57 [2019-07-31T06:11:57.042Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:11:57 [2019-07-31T06:11:57.042Z] 
02:11:57 [2019-07-31T06:11:57.042Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:11:57 [2019-07-31T06:11:57.042Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:11:57 [2019-07-31T06:11:57.042Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:11:57 [2019-07-31T06:11:57.042Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:11:57 [2019-07-31T06:11:57.042Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:11:57 [2019-07-31T06:11:57.042Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:11:57 [2019-07-31T06:11:57.042Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:11:57 [2019-07-31T06:11:57.042Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:11:57 [2019-07-31T06:11:57.042Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:11:57 [2019-07-31T06:11:57.042Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:12:06 [2019-07-31T06:12:06.993Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest
02:12:21 [2019-07-31T06:12:21.922Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.762 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest
02:12:21 [2019-07-31T06:12:21.922Z] testCallStackEnd(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest)  Time elapsed: 3.388 s
02:12:21 [2019-07-31T06:12:21.922Z] testConstruction(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest)  Time elapsed: 1.422 s
02:12:21 [2019-07-31T06:12:21.922Z] testCallStack1(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest)  Time elapsed: 1.473 s
02:12:21 [2019-07-31T06:12:21.922Z] testCallStack2(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest)  Time elapsed: 1.322 s
02:12:21 [2019-07-31T06:12:21.922Z] testCallStack3(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest)  Time elapsed: 1.377 s
02:12:21 [2019-07-31T06:12:21.922Z] testOtherUstTrace(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest)  Time elapsed: 4.431 s
02:12:21 [2019-07-31T06:12:21.922Z] testCallStackBegin(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest)  Time elapsed: 1.259 s
02:12:21 [2019-07-31T06:12:21.922Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest
02:12:31 [2019-07-31T06:12:31.876Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.501 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest
02:12:31 [2019-07-31T06:12:31.876Z] testCallStackEnd(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest)  Time elapsed: 1.239 s
02:12:31 [2019-07-31T06:12:31.876Z] testConstruction(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest)  Time elapsed: 1.291 s
02:12:31 [2019-07-31T06:12:31.876Z] testCallStack1(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest)  Time elapsed: 1.574 s
02:12:31 [2019-07-31T06:12:31.876Z] testCallStack2(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest)  Time elapsed: 1.199 s
02:12:31 [2019-07-31T06:12:31.876Z] testCallStack3(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest)  Time elapsed: 1.195 s
02:12:31 [2019-07-31T06:12:31.876Z] testOtherUstTrace(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest)  Time elapsed: 2.844 s
02:12:31 [2019-07-31T06:12:31.876Z] testCallStackBegin(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest)  Time elapsed: 1.157 s
02:12:31 [2019-07-31T06:12:31.876Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LTTngUstCallStackAnalysisRequirementTest
02:12:31 [2019-07-31T06:12:31.876Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LTTngUstCallStackAnalysisRequirementTest
02:12:31 [2019-07-31T06:12:31.876Z] testCallStackRequirements(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LTTngUstCallStackAnalysisRequirementTest)  Time elapsed: 0.021 s
02:12:31 [2019-07-31T06:12:31.876Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.trace.LttngUstTraceTest
02:12:31 [2019-07-31T06:12:31.876Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.trace.LttngUstTraceTest
02:12:31 [2019-07-31T06:12:31.876Z] testTidAspect(org.eclipse.tracecompass.lttng2.ust.core.tests.trace.LttngUstTraceTest)  Time elapsed: 0.152 s
02:12:31 [2019-07-31T06:12:31.876Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.memory.UstMemoryAnalysisModuleTest
02:12:31 [2019-07-31T06:12:31.876Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.memory.UstMemoryAnalysisModuleTest
02:12:31 [2019-07-31T06:12:31.876Z] testGetAnalysisRequirements(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.memory.UstMemoryAnalysisModuleTest) skipped
02:12:31 [2019-07-31T06:12:31.876Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest
02:12:37 [2019-07-31T06:12:37.133Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.99 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest
02:12:37 [2019-07-31T06:12:37.133Z] testExec(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest)  Time elapsed: 1.142 s
02:12:37 [2019-07-31T06:12:37.133Z] testGetAnalysisRequirements(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest)  Time elapsed: 0 s
02:12:37 [2019-07-31T06:12:37.133Z] testGetAllBinaries(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest)  Time elapsed: 1.161 s
02:12:37 [2019-07-31T06:12:37.133Z] testExecution(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest)  Time elapsed: 0.101 s
02:12:37 [2019-07-31T06:12:37.133Z] testTwoProcesses(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest)  Time elapsed: 1.166 s
02:12:37 [2019-07-31T06:12:37.133Z] testCanExecute(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest)  Time elapsed: 0.027 s
02:12:37 [2019-07-31T06:12:37.133Z] testBuildIDDebugLink(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest)  Time elapsed: 1.113 s
02:12:37 [2019-07-31T06:12:37.133Z] testCannotExcecute(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest)  Time elapsed: 0.014 s
02:12:37 [2019-07-31T06:12:37.133Z] testBinaryCallsites(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest)  Time elapsed: 1.26 s
02:12:37 [2019-07-31T06:12:37.133Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest
02:12:37 [2019-07-31T06:12:37.133Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest
02:12:37 [2019-07-31T06:12:37.133Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest)  Time elapsed: 0 s
02:12:37 [2019-07-31T06:12:37.133Z] testActivator(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest)  Time elapsed: 0 s
02:12:37 [2019-07-31T06:12:37.133Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest)  Time elapsed: 0 s
02:12:37 [2019-07-31T06:12:37.133Z] testGetDefault(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest)  Time elapsed: 0 s
02:12:37 [2019-07-31T06:12:37.133Z] 
02:12:37 [2019-07-31T06:12:37.133Z] Results:
02:12:37 [2019-07-31T06:12:37.133Z] 
02:12:37 [2019-07-31T06:12:37.133Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 1
02:12:37 [2019-07-31T06:12:37.133Z] 
02:12:37 [2019-07-31T06:12:37.696Z] [INFO] All tests passed!
02:12:37 [2019-07-31T06:12:37.696Z] [INFO] 
02:12:37 [2019-07-31T06:12:37.696Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:12:37 [2019-07-31T06:12:37.696Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:12:37 [2019-07-31T06:12:37.696Z] [INFO] 
02:12:37 [2019-07-31T06:12:37.696Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:12:38 [2019-07-31T06:12:38.258Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:12:38 [2019-07-31T06:12:38.258Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:12:38 [2019-07-31T06:12:38.515Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:12:39 [2019-07-31T06:12:39.077Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:12:39 [2019-07-31T06:12:39.077Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:12:39 [2019-07-31T06:12:39.333Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:12:39 [2019-07-31T06:12:39.333Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:12:39 [2019-07-31T06:12:39.333Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:12:39 [2019-07-31T06:12:39.590Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:12:39 [2019-07-31T06:12:39.590Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:12:39 [2019-07-31T06:12:39.590Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:12:39 [2019-07-31T06:12:39.846Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:12:40 [2019-07-31T06:12:40.102Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
02:12:40 [2019-07-31T06:12:40.102Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:12:40 [2019-07-31T06:12:40.102Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:12:40 [2019-07-31T06:12:40.359Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:12:40 [2019-07-31T06:12:40.359Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core' with 43 classes
02:12:40 [2019-07-31T06:12:40.359Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] 
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] 
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.core.tests ---
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] 
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.tests >--
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.ui.tests 1.0.0-SNAPSHOT [97/134]
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] 
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] 
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] The project's OSGi version is 1.0.0.201907310510
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] 
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] 
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] 
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] 
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] 
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/src/main/resources
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] 
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:40 [2019-07-31T06:12:40.921Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/classes
02:12:41 [2019-07-31T06:12:41.180Z] [INFO] 
02:12:41 [2019-07-31T06:12:41.180Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:41 [2019-07-31T06:12:41.180Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:12:41 [2019-07-31T06:12:41.180Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/src/test/resources
02:12:41 [2019-07-31T06:12:41.180Z] [INFO] 
02:12:41 [2019-07-31T06:12:41.180Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:41 [2019-07-31T06:12:41.180Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-sources.jar
02:12:41 [2019-07-31T06:12:41.180Z] [INFO] 
02:12:41 [2019-07-31T06:12:41.180Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] 
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] 
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] 
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] 
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] 
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] 
02:12:41 [2019-07-31T06:12:41.726Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:12:42 [2019-07-31T06:12:42.700Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/data/.metadata/.log
02:12:42 [2019-07-31T06:12:42.700Z] [INFO] Command line:
02:12:42 [2019-07-31T06:12:42.700Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:12:42 [2019-07-31T06:12:42.700Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:12:45 [2019-07-31T06:12:45.976Z] !SESSION 2019-07-31 06:12:42.896 -----------------------------------------------
02:12:45 [2019-07-31T06:12:45.976Z] eclipse.buildId=unknown
02:12:45 [2019-07-31T06:12:45.976Z] java.version=1.8.0_202
02:12:45 [2019-07-31T06:12:45.976Z] java.vendor=Oracle Corporation
02:12:45 [2019-07-31T06:12:45.976Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:12:45 [2019-07-31T06:12:45.976Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/surefire.properties -product org.eclipse.platform.ide
02:12:45 [2019-07-31T06:12:45.976Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:12:45 [2019-07-31T06:12:45.976Z] 
02:12:45 [2019-07-31T06:12:45.976Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:12:45.734
02:12:45 [2019-07-31T06:12:45.976Z] !MESSAGE FrameworkEvent ERROR
02:12:45 [2019-07-31T06:12:45.976Z] !STACK 0
02:12:45 [2019-07-31T06:12:45.976Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
02:12:45 [2019-07-31T06:12:45.976Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:12:45 [2019-07-31T06:12:45.976Z] 
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:12:45 [2019-07-31T06:12:45.976Z] 
02:12:45 [2019-07-31T06:12:45.976Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:12:45.870
02:12:45 [2019-07-31T06:12:45.976Z] !MESSAGE FrameworkEvent ERROR
02:12:45 [2019-07-31T06:12:45.976Z] !STACK 0
02:12:45 [2019-07-31T06:12:45.976Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
02:12:45 [2019-07-31T06:12:45.976Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:12:45 [2019-07-31T06:12:45.976Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:12:45 [2019-07-31T06:12:45.976Z]     -> 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"
02:12:45 [2019-07-31T06:12:45.976Z]        org.apache.httpcomponents.httpclient.win [36]
02:12:45 [2019-07-31T06:12:45.976Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:12:45 [2019-07-31T06:12:45.976Z] 
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:12:45 [2019-07-31T06:12:45.976Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:12:48 [2019-07-31T06:12:48.501Z] process 11921: 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
02:12:48 [2019-07-31T06:12:48.501Z] See the manual page for dbus-uuidgen to correct this issue.
02:12:48 [2019-07-31T06:12:48.501Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:12:48 [2019-07-31T06:12:48.501Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:13:00 [2019-07-31T06:13:00.682Z] Running org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest
02:13:00 [2019-07-31T06:13:00.682Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest
02:13:00 [2019-07-31T06:13:00.682Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest)  Time elapsed: 0.001 s
02:13:00 [2019-07-31T06:13:00.682Z] testActivator(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest)  Time elapsed: 0 s
02:13:00 [2019-07-31T06:13:00.682Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest)  Time elapsed: 0 s
02:13:00 [2019-07-31T06:13:00.682Z] testGetDefault(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest)  Time elapsed: 0 s
02:13:00 [2019-07-31T06:13:00.682Z] 
02:13:00 [2019-07-31T06:13:00.682Z] Results:
02:13:00 [2019-07-31T06:13:00.682Z] 
02:13:00 [2019-07-31T06:13:00.682Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
02:13:00 [2019-07-31T06:13:00.682Z] 
02:13:02 [2019-07-31T06:13:02.052Z] [INFO] All tests passed!
02:13:02 [2019-07-31T06:13:02.052Z] [INFO] 
02:13:02 [2019-07-31T06:13:02.052Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:13:02 [2019-07-31T06:13:02.052Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:13:02 [2019-07-31T06:13:02.052Z] [INFO] 
02:13:02 [2019-07-31T06:13:02.052Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:13:02 [2019-07-31T06:13:02.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:13:02 [2019-07-31T06:13:02.616Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:13:02 [2019-07-31T06:13:02.877Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:13:03 [2019-07-31T06:13:03.434Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:13:03 [2019-07-31T06:13:03.434Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:13:03 [2019-07-31T06:13:03.691Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:13:03 [2019-07-31T06:13:03.691Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:13:03 [2019-07-31T06:13:03.691Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:13:03 [2019-07-31T06:13:03.979Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:13:03 [2019-07-31T06:13:03.979Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes
02:13:04 [2019-07-31T06:13:04.544Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:13:05 [2019-07-31T06:13:05.910Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:13:05 [2019-07-31T06:13:05.910Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:13:05 [2019-07-31T06:13:05.910Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:13:06 [2019-07-31T06:13:06.166Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:13:06 [2019-07-31T06:13:06.166Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:13:06 [2019-07-31T06:13:06.422Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:13:06 [2019-07-31T06:13:06.422Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:13:06 [2019-07-31T06:13:06.422Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:13:06 [2019-07-31T06:13:06.679Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core' with 43 classes
02:13:06 [2019-07-31T06:13:06.679Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.ui' with 10 classes
02:13:06 [2019-07-31T06:13:06.936Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:13:07 [2019-07-31T06:13:07.192Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:13:07 [2019-07-31T06:13:07.192Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:13:07 [2019-07-31T06:13:07.192Z] [INFO] 
02:13:07 [2019-07-31T06:13:07.192Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:13:07 [2019-07-31T06:13:07.192Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:13:07 [2019-07-31T06:13:07.192Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:13:07 [2019-07-31T06:13:07.192Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:13:07 [2019-07-31T06:13:07.192Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:13:07 [2019-07-31T06:13:07.192Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] 
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.ui.tests ---
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] 
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests >--
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests 1.0.5-SNAPSHOT [98/134]
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] 
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] 
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] The project's OSGi version is 1.0.5.201907310510
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] 
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] 
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] 
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] 
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] 
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/src/main/resources
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] 
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:07 [2019-07-31T06:13:07.448Z] [INFO] Compiling 10 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/classes
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] 
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/src/test/resources
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] 
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-sources.jar
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] 
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] 
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] 
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] 
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] 
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:08 [2019-07-31T06:13:08.020Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar
02:13:08 [2019-07-31T06:13:08.277Z] [INFO] 
02:13:08 [2019-07-31T06:13:08.277Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:08 [2019-07-31T06:13:08.277Z] [INFO] 
02:13:08 [2019-07-31T06:13:08.277Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:13:10 [2019-07-31T06:13:10.172Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work/data/.metadata/.log
02:13:10 [2019-07-31T06:13:10.172Z] [INFO] Command line:
02:13:10 [2019-07-31T06:13:10.172Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
02:13:10 [2019-07-31T06:13:10.172Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:13:13 [2019-07-31T06:13:13.444Z] !SESSION 2019-07-31 06:13:09.974 -----------------------------------------------
02:13:13 [2019-07-31T06:13:13.444Z] eclipse.buildId=unknown
02:13:13 [2019-07-31T06:13:13.444Z] java.version=1.8.0_202
02:13:13 [2019-07-31T06:13:13.444Z] java.vendor=Oracle Corporation
02:13:13 [2019-07-31T06:13:13.444Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:13:13 [2019-07-31T06:13:13.444Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
02:13:13 [2019-07-31T06:13:13.444Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
02:13:13 [2019-07-31T06:13:13.444Z] 
02:13:13 [2019-07-31T06:13:13.444Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:13:13.055
02:13:13 [2019-07-31T06:13:13.444Z] !MESSAGE FrameworkEvent ERROR
02:13:13 [2019-07-31T06:13:13.444Z] !STACK 0
02:13:13 [2019-07-31T06:13:13.444Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
02:13:13 [2019-07-31T06:13:13.444Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:13:13 [2019-07-31T06:13:13.444Z] 
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:13:13 [2019-07-31T06:13:13.444Z] 
02:13:13 [2019-07-31T06:13:13.444Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:13:13.246
02:13:13 [2019-07-31T06:13:13.444Z] !MESSAGE FrameworkEvent ERROR
02:13:13 [2019-07-31T06:13:13.444Z] !STACK 0
02:13:13 [2019-07-31T06:13:13.444Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
02:13:13 [2019-07-31T06:13:13.444Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:13:13 [2019-07-31T06:13:13.444Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:13:13 [2019-07-31T06:13:13.444Z]     -> 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"
02:13:13 [2019-07-31T06:13:13.444Z]        org.apache.httpcomponents.httpclient.win [36]
02:13:13 [2019-07-31T06:13:13.444Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:13:13 [2019-07-31T06:13:13.444Z] 
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:13:13 [2019-07-31T06:13:13.444Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:13:15 [2019-07-31T06:13:15.965Z] process 11995: 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
02:13:15 [2019-07-31T06:13:15.965Z] See the manual page for dbus-uuidgen to correct this issue.
02:13:15 [2019-07-31T06:13:15.965Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:13:15 [2019-07-31T06:13:15.965Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:13:26 [2019-07-31T06:13:26.214Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewExcludeEventsTest
02:13:26 [2019-07-31T06:13:26.782Z] Display size: 1440x900
02:13:26 [2019-07-31T06:13:26.782Z] OS version=3.10.0-957.21.3.el7.x86_64
02:13:26 [2019-07-31T06:13:26.782Z] GTK version=3.18.9
02:13:26 [2019-07-31T06:13:26.782Z] GTK theme=Ambiance
02:13:26 [2019-07-31T06:13:26.782Z] LIBOVERLAY_SCROLLBAR=0
02:13:26 [2019-07-31T06:13:26.782Z] Time zone: Coordinated Universal Time
02:13:26 [2019-07-31T06:13:26.782Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
02:13:26 [2019-07-31T06:13:26.782Z] log4j:WARN Please initialize the log4j system properly.
02:13:29 [2019-07-31T06:13:29.303Z] *** BUG ***
02:13:29 [2019-07-31T06:13:29.303Z] In pixman_region32_init_rect: Invalid rectangle passed
02:13:29 [2019-07-31T06:13:29.303Z] Set a breakpoint on '_pixman_log_error' to debug
02:13:29 [2019-07-31T06:13:29.303Z] 
02:13:29 [2019-07-31T06:13:29.303Z] *** BUG ***
02:13:29 [2019-07-31T06:13:29.303Z] In pixman_region32_init_rect: Invalid rectangle passed
02:13:29 [2019-07-31T06:13:29.303Z] Set a breakpoint on '_pixman_log_error' to debug
02:13:29 [2019-07-31T06:13:29.303Z] 
02:13:29 [2019-07-31T06:13:29.559Z] *** BUG ***
02:13:29 [2019-07-31T06:13:29.559Z] In pixman_region32_init_rect: Invalid rectangle passed
02:13:29 [2019-07-31T06:13:29.559Z] Set a breakpoint on '_pixman_log_error' to debug
02:13:29 [2019-07-31T06:13:29.559Z] 
02:13:29 [2019-07-31T06:13:29.559Z] *** BUG ***
02:13:29 [2019-07-31T06:13:29.559Z] In pixman_region32_init_rect: Invalid rectangle passed
02:13:29 [2019-07-31T06:13:29.559Z] Set a breakpoint on '_pixman_log_error' to debug
02:13:29 [2019-07-31T06:13:29.559Z] 
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185514495 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185514496 data=null doit=true} to TreeItem with text {myNode}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185514496 data=null} to TreeItem with text {myNode}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185514497 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185514498 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}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185514525 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185514528 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185514529 data=null doit=true} to TreeItem with text {myNode}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185514529 data=null} to TreeItem with text {myNode}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185514530 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185514530 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}
02:13:30 [2019-07-31T06:13:30.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185514585 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:30 [2019-07-31T06:13:30.746Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect'
02:13:30 [2019-07-31T06:13:30.746Z] DEBUG - Clicking on with mnemonic 'Connect'
02:13:30 [2019-07-31T06:13:30.746Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1185514884 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect'
02:13:30 [2019-07-31T06:13:30.746Z] DEBUG - Clicked on with mnemonic 'Connect'
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185516010 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185516010 data=null doit=true} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185516011 data=null} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185516012 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185516012 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
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185516015 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185516017 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185516017 data=null doit=true} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185516017 data=null} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185516018 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185516018 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
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185516020 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...'
02:13:32 [2019-07-31T06:13:32.113Z] DEBUG - Clicking on with mnemonic 'Create Session...'
02:13:32 [2019-07-31T06:13:32.370Z] DEBUG - Clicked on with mnemonic 'Create Session...'
02:13:32 [2019-07-31T06:13:32.370Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1185516624 data=null doit=true} to Shell with text {Create Session}
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Text with text "Configure the new tr...", using matcher: of type 'Text'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Text with text "Configure the new tr...", using matcher: with label (with mnemonic 'Session Name')
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Text with text "Configure the new tr...", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - Clicking on &Ok
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185516702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185516708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185516709 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185516709 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185516710 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185516710 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185516710 data=null item=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')
02:13:32 [2019-07-31T06:13:32.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1185516287 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...'
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Clicked on 
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185517038 data=null doit=true} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185517039 data=null} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185517040 data=null button=1 stateMask=0x0 x=89 y=92 count=1} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185517040 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
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185517043 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions
02:13:32 [2019-07-31T06:13:32.884Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:32 [2019-07-31T06:13:32.884Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:32 [2019-07-31T06:13:32.884Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:32 [2019-07-31T06:13:32.884Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185517055 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185517055 data=null doit=true} to Tree node with text: mysession
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185517055 data=null} to Tree node with text: mysession
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185517056 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185517056 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
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185517062 data=null button=1 stateMask=0x80000 x=112 y=113 count=1} to Tree node with text: mysession
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185517064 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185517064 data=null doit=true} to Tree node with text: mysession
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185517064 data=null} to Tree node with text: mysession
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185517064 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185517065 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
02:13:32 [2019-07-31T06:13:32.884Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185517080 data=null button=1 stateMask=0x80000 x=112 y=109 count=1} to Tree node with text: mysession
02:13:33 [2019-07-31T06:13:33.141Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:33 [2019-07-31T06:13:33.141Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185517824 data=null doit=true} to Shell with text {Enable Events}
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "UST", using matcher: with mnemonic 'UST'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "UST", using matcher: in group (with mnemonic 'Domain')
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "UST", using matcher: with style 'SWT.RADIO'
02:13:33 [2019-07-31T06:13:33.704Z] 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')
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185517885 data=null doit=true} to Button with text {Kernel}
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185517886 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}
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {UST} time=1185517888 data=null doit=true} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {UST} time=1185517889 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')
02:13:33 [2019-07-31T06:13:33.704Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {UST} time=1185517889 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')
02:13:33 [2019-07-31T06:13:33.704Z] *** BUG ***
02:13:33 [2019-07-31T06:13:33.704Z] In pixman_region32_init_rect: Invalid rectangle passed
02:13:33 [2019-07-31T06:13:33.704Z] Set a breakpoint on '_pixman_log_error' to debug
02:13:33 [2019-07-31T06:13:33.704Z] 
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {UST} time=1185517889 data=null item=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')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Tracepoint Events')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Tracepoint Events'))
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Setting state to checked on: All
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Group with text "Exclude Events", using matcher: with mnemonic 'Exclude Events'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Exclude Events')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK'
02:13:33 [2019-07-31T06:13:33.961Z] 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')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Toggling state on Button {Select}. Setting state to selected
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=1185518128 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')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1185518188 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')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185518189 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=1185518189 data=null} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185518189 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')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185518190 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')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185518190 data=null item=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')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=1185518190 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')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1185518191 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')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=1185518191 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')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=1185518191 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=1185518191 data=null} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Group with text "Exclude Events", using matcher: with mnemonic 'Exclude Events'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Exclude Events')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Exclude Events'))
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Clicking on &Ok
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185518209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185518209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185518209 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185518211 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185518211 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:33 [2019-07-31T06:13:33.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185518212 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:34 [2019-07-31T06:13:34.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185518212 data=null item=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')
02:13:34 [2019-07-31T06:13:34.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185517302 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)...'
02:13:34 [2019-07-31T06:13:34.217Z] 
02:13:34 [2019-07-31T06:13:34.217Z] !ENTRY org.eclipse.tracecompass.lttng2.control.ui 4 0 2019-07-31 06:13:34.045
02:13:34 [2019-07-31T06:13:34.217Z] !MESSAGE Command to change state of events failed
02:13:34 [2019-07-31T06:13:34.217Z] !STACK 0
02:13:34 [2019-07-31T06:13:34.217Z] org.eclipse.core.commands.ExecutionException: Command failed! Command:  lttng --mi xml enable-event -a -u -s mysession --exclude foo
02:13:34 [2019-07-31T06:13:34.217Z] Error Output:
02:13:34 [2019-07-31T06:13:34.217Z] Command not found
02:13:34 [2019-07-31T06:13:34.217Z] Return Value: 1
02:13:34 [2019-07-31T06:13:34.217Z] Command not found
02:13:34 [2019-07-31T06:13:34.217Z] 
02:13:34 [2019-07-31T06:13:34.217Z] 	at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlService.executeCommand(LTTngControlService.java:1570)
02:13:34 [2019-07-31T06:13:34.217Z] 	at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlService.executeCommand(LTTngControlService.java:1539)
02:13:34 [2019-07-31T06:13:34.217Z] 	at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlService.enableEvents(LTTngControlService.java:807)
02:13:34 [2019-07-31T06:13:34.217Z] 	at org.eclipse.tracecompass.internal.lttng2.control.ui.views.model.impl.TraceSessionComponent.enableEvents(TraceSessionComponent.java:389)
02:13:34 [2019-07-31T06:13:34.217Z] 	at org.eclipse.tracecompass.internal.lttng2.control.ui.views.handlers.EnableEventOnSessionHandler.enableEvents(EnableEventOnSessionHandler.java:52)
02:13:34 [2019-07-31T06:13:34.217Z] 	at org.eclipse.tracecompass.internal.lttng2.control.ui.views.handlers.BaseEnableEventHandler$1.run(BaseEnableEventHandler.java:191)
02:13:34 [2019-07-31T06:13:34.217Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Clicked on 
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185518609 data=null doit=true} to Tree node with text: channel0
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185518609 data=null} to Tree node with text: channel0
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185518610 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185518610 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
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185518612 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185518619 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185518619 data=null doit=true} to Tree node with text: mysession
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185518620 data=null} to Tree node with text: mysession
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185518620 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185518620 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
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185518622 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185518624 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185518624 data=null doit=true} to Tree node with text: mysession
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185518624 data=null} to Tree node with text: mysession
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185518625 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185518625 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
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185518685 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start'
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Clicking on with mnemonic 'Start'
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1185518824 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start'
02:13:34 [2019-07-31T06:13:34.824Z] DEBUG - Clicked on with mnemonic 'Start'
02:13:35 [2019-07-31T06:13:35.178Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:35 [2019-07-31T06:13:35.178Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185518929 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185518929 data=null doit=true} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185518929 data=null} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185518930 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185518930 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
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185518934 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185518935 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185518935 data=null doit=true} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185518937 data=null} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185518938 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185518938 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
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185518939 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop'
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Clicking on with mnemonic 'Stop'
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1185519113 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop'
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Clicked on with mnemonic 'Stop'
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:13:35 [2019-07-31T06:13:35.178Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:35 [2019-07-31T06:13:35.178Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:35 [2019-07-31T06:13:35.178Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:35 [2019-07-31T06:13:35.178Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again.
02:13:35 [2019-07-31T06:13:35.178Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again.
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {*} time=1185519389 data=null button=0 stateMask=0x0 x=136 y=113 count=0} to Tree node with text: *
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {*} time=1185519389 data=null doit=true} to Tree node with text: *
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {*} time=1185519390 data=null} to Tree node with text: *
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {*} time=1185519390 data=null button=1 stateMask=0x0 x=136 y=113 count=1} to Tree node with text: *
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185519390 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: *
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {*} time=1185519413 data=null button=1 stateMask=0x80000 x=136 y=108 count=1} to Tree node with text: *
02:13:35 [2019-07-31T06:13:35.178Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:35 [2019-07-31T06:13:35.435Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:35 [2019-07-31T06:13:35.435Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185519681 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185519681 data=null doit=true} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185519682 data=null} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185519682 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185519682 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
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185519686 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185519687 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185519687 data=null doit=true} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185519687 data=null} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185519688 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185519688 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
02:13:35 [2019-07-31T06:13:35.692Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185519690 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession
02:13:35 [2019-07-31T06:13:35.692Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...'
02:13:35 [2019-07-31T06:13:35.692Z] DEBUG - Clicking on with mnemonic 'Destroy Session...'
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - Clicked on with mnemonic 'Destroy Session...'
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation'
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1185520110 data=null doit=true} to Shell with text {Destroy Confirmation}
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - Clicking on OK
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185520112 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185520112 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185520112 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185520113 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185520113 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185520113 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185520113 data=null item=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')
02:13:35 [2019-07-31T06:13:35.949Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1185519836 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...'
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Clicked on 
02:13:36 [2019-07-31T06:13:36.206Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185520305 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185520306 data=null doit=true} to TreeItem with text {myNode}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185520306 data=null} to TreeItem with text {myNode}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185520307 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185520307 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}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185520311 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185520312 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185520312 data=null doit=true} to TreeItem with text {myNode}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185520312 data=null} to TreeItem with text {myNode}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185520320 data=null button=1 stateMask=0x0 x=69 y=-23 count=1} to TreeItem with text {myNode}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185520320 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}
02:13:36 [2019-07-31T06:13:36.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185520322 data=null button=1 stateMask=0x80000 x=69 y=-23 count=1} to TreeItem with text {myNode}
02:13:36 [2019-07-31T06:13:36.463Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect'
02:13:36 [2019-07-31T06:13:36.463Z] DEBUG - Clicking on with mnemonic 'Disconnect'
02:13:36 [2019-07-31T06:13:36.463Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1185520503 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect'
02:13:36 [2019-07-31T06:13:36.463Z] DEBUG - Clicked on with mnemonic 'Disconnect'
02:13:36 [2019-07-31T06:13:36.463Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.418 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewExcludeEventsTest
02:13:36 [2019-07-31T06:13:36.463Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewExcludeEventsTest)  Time elapsed: 6.527 s
02:13:36 [2019-07-31T06:13:36.463Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewSpecificEventTest
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185521714 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185521714 data=null doit=true} to TreeItem with text {myNode}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185521714 data=null} to TreeItem with text {myNode}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185521715 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185521715 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}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185521719 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185521720 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185521720 data=null doit=true} to TreeItem with text {myNode}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185521720 data=null} to TreeItem with text {myNode}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185521720 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185521721 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}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185521729 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect'
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Clicking on with mnemonic 'Connect'
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1185521930 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect'
02:13:37 [2019-07-31T06:13:37.835Z] DEBUG - Clicked on with mnemonic 'Connect'
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185522501 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185522501 data=null doit=true} to Tree node with text: Sessions
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185522502 data=null} to Tree node with text: Sessions
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185522502 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185522503 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
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185522506 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185522508 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185522508 data=null doit=true} to Tree node with text: Sessions
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185522508 data=null} to Tree node with text: Sessions
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185522509 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185522509 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
02:13:38 [2019-07-31T06:13:38.399Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185522511 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:38 [2019-07-31T06:13:38.655Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...'
02:13:38 [2019-07-31T06:13:38.655Z] DEBUG - Clicking on with mnemonic 'Create Session...'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - Clicked on with mnemonic 'Create Session...'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1185522990 data=null doit=true} to Shell with text {Create Session}
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Text with text " 
02:13:38 [2019-07-31T06:13:38.912Z]  ", using matcher: of type 'Text'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Text with text " 
02:13:38 [2019-07-31T06:13:38.912Z]  ", using matcher: with label (with mnemonic 'Session Name')
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Text with text " 
02:13:38 [2019-07-31T06:13:38.912Z]  ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - Clicking on &Ok
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185523017 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185523017 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:38 [2019-07-31T06:13:38.912Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185523017 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:38 [2019-07-31T06:13:38.913Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185523017 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:38 [2019-07-31T06:13:38.913Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185523017 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:38 [2019-07-31T06:13:38.913Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185523018 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:38 [2019-07-31T06:13:38.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185523020 data=null item=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')
02:13:38 [2019-07-31T06:13:38.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1185522695 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...'
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Clicked on 
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185523310 data=null doit=true} to Tree node with text: Sessions
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185523310 data=null} to Tree node with text: Sessions
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185523311 data=null button=1 stateMask=0x0 x=89 y=92 count=1} to Tree node with text: Sessions
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185523311 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
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185523313 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions
02:13:39 [2019-07-31T06:13:39.169Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:39 [2019-07-31T06:13:39.169Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:39 [2019-07-31T06:13:39.169Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:39 [2019-07-31T06:13:39.169Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185523326 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185523327 data=null doit=true} to Tree node with text: mysession
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185523327 data=null} to Tree node with text: mysession
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185523327 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185523328 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
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185523332 data=null button=1 stateMask=0x80000 x=112 y=113 count=1} to Tree node with text: mysession
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185523397 data=null button=0 stateMask=0x0 x=112 y=98 count=0} to Tree node with text: mysession
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185523398 data=null doit=true} to Tree node with text: mysession
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185523398 data=null} to Tree node with text: mysession
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185523399 data=null button=1 stateMask=0x0 x=112 y=98 count=1} to Tree node with text: mysession
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185523399 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
02:13:39 [2019-07-31T06:13:39.169Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185523403 data=null button=1 stateMask=0x80000 x=112 y=98 count=1} to Tree node with text: mysession
02:13:39 [2019-07-31T06:13:39.427Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:39 [2019-07-31T06:13:39.427Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185524006 data=null doit=true} to Shell with text {Enable Events}
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO'
02:13:39 [2019-07-31T06:13:39.991Z] 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')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:39 [2019-07-31T06:13:39.991Z] 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')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185524021 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185524021 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')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185524021 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')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185524021 data=null item=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')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event'))
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Clicking on &Ok
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185524044 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185524044 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185524045 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185524045 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185524045 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185524081 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185524081 data=null item=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')
02:13:39 [2019-07-31T06:13:39.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185523591 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)...'
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Clicked on 
02:13:40 [2019-07-31T06:13:40.248Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:40 [2019-07-31T06:13:40.248Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:40 [2019-07-31T06:13:40.248Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:40 [2019-07-31T06:13:40.248Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185524401 data=null doit=true} to Tree node with text: channel0
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185524402 data=null} to Tree node with text: channel0
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185524402 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185524403 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
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185524404 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:13:40 [2019-07-31T06:13:40.248Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:40 [2019-07-31T06:13:40.248Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:40 [2019-07-31T06:13:40.248Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:40 [2019-07-31T06:13:40.248Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:13:40 [2019-07-31T06:13:40.248Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again.
02:13:40 [2019-07-31T06:13:40.248Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:40 [2019-07-31T06:13:40.248Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185524410 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185524410 data=null doit=true} to Tree node with text: mysession
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185524410 data=null} to Tree node with text: mysession
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185524411 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185524411 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
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185524414 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185524416 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185524416 data=null doit=true} to Tree node with text: mysession
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185524416 data=null} to Tree node with text: mysession
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185524417 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185524417 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
02:13:40 [2019-07-31T06:13:40.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185524423 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:40 [2019-07-31T06:13:40.506Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:40 [2019-07-31T06:13:40.506Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:40 [2019-07-31T06:13:40.763Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185525085 data=null doit=true} to Shell with text {Enable Events}
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events')
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO'
02:13:41 [2019-07-31T06:13:41.019Z] 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')
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:41 [2019-07-31T06:13:41.019Z] 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')
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185525093 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185525094 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')
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185525094 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')
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185525094 data=null item=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')
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:41 [2019-07-31T06:13:41.019Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event')
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event'))
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - Clicking on &Ok
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185525193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185525194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185525194 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185525194 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185525194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:41 [2019-07-31T06:13:41.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185525194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:41 [2019-07-31T06:13:41.276Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185525194 data=null item=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')
02:13:41 [2019-07-31T06:13:41.276Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185524607 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)...'
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Clicked on 
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185525694 data=null doit=true} to Tree node with text: channel0
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185525694 data=null} to Tree node with text: channel0
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185525695 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185525695 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
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185525698 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185525712 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185525712 data=null doit=true} to Tree node with text: mysession
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185525713 data=null} to Tree node with text: mysession
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185525713 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185525713 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
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185525716 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185525717 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185525717 data=null doit=true} to Tree node with text: mysession
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185525717 data=null} to Tree node with text: mysession
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185525717 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185525718 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
02:13:41 [2019-07-31T06:13:41.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185525719 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:41 [2019-07-31T06:13:41.788Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:41 [2019-07-31T06:13:41.788Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185526487 data=null doit=true} to Shell with text {Enable Events}
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events')
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO'
02:13:42 [2019-07-31T06:13:42.355Z] 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')
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:42 [2019-07-31T06:13:42.355Z] 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')
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185526494 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185526495 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')
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185526495 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')
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185526495 data=null item=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')
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Expanding nodes All in tree (of type 'Tree')
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1185526513 data=null doit=true} to TreeItem with text {All}
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1185526513 data=null} to TreeItem with text {All}
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1185526515 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All}
02:13:42 [2019-07-31T06:13:42.355Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185526515 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}
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1185526633 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All}
02:13:42 [2019-07-31T06:13:42.612Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - Setting state to checked on: sched_process_fork
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event')
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event'))
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - Clicking on &Ok
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185526711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185526711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185526711 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185526711 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185526712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185526712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185526712 data=null item=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')
02:13:42 [2019-07-31T06:13:42.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185526022 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)...'
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Clicked on 
02:13:42 [2019-07-31T06:13:42.869Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.869Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.869Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.869Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185527018 data=null doit=true} to Tree node with text: channel0
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185527019 data=null} to Tree node with text: channel0
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185527019 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185527019 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
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185527021 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:13:42 [2019-07-31T06:13:42.869Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.869Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.869Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.869Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.869Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.869Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.869Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185527025 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185527025 data=null doit=true} to Tree node with text: mysession
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185527025 data=null} to Tree node with text: mysession
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185527026 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185527026 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
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185527028 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185527029 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185527029 data=null doit=true} to Tree node with text: mysession
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185527029 data=null} to Tree node with text: mysession
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185527030 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185527030 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
02:13:42 [2019-07-31T06:13:42.869Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185527031 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:43 [2019-07-31T06:13:43.125Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:43 [2019-07-31T06:13:43.125Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185527548 data=null doit=true} to Shell with text {Enable Events}
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events')
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO'
02:13:43 [2019-07-31T06:13:43.383Z] 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')
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:43 [2019-07-31T06:13:43.383Z] 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')
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185527593 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185527594 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')
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185527594 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')
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185527594 data=null item=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')
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Expanding nodes All in tree (of type 'Tree')
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1185527599 data=null doit=true} to TreeItem with text {All}
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1185527599 data=null} to TreeItem with text {All}
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1185527600 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All}
02:13:43 [2019-07-31T06:13:43.383Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185527600 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}
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1185527808 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All}
02:13:43 [2019-07-31T06:13:43.641Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - Setting state to checked on: sched_process_exec
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - Clicking on &Ok
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185527816 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185527816 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185527816 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185527816 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185527816 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185527816 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185527817 data=null item=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')
02:13:43 [2019-07-31T06:13:43.641Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185527191 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)...'
02:13:43 [2019-07-31T06:13:43.897Z] DEBUG - Clicked on 
02:13:43 [2019-07-31T06:13:43.897Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:43 [2019-07-31T06:13:43.897Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:43 [2019-07-31T06:13:43.897Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:43 [2019-07-31T06:13:43.897Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:13:43 [2019-07-31T06:13:43.897Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185528127 data=null doit=true} to Tree node with text: channel0
02:13:43 [2019-07-31T06:13:43.897Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185528128 data=null} to Tree node with text: channel0
02:13:43 [2019-07-31T06:13:43.897Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185528128 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:13:43 [2019-07-31T06:13:43.897Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185528128 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
02:13:43 [2019-07-31T06:13:43.897Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185528130 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:13:43 [2019-07-31T06:13:43.897Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:43 [2019-07-31T06:13:43.897Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:44 [2019-07-31T06:13:44.154Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:44 [2019-07-31T06:13:44.154Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:13:44 [2019-07-31T06:13:44.154Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again.
02:13:44 [2019-07-31T06:13:44.154Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:44 [2019-07-31T06:13:44.154Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185528186 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185528186 data=null doit=true} to Tree node with text: mysession
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185528187 data=null} to Tree node with text: mysession
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185528187 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185528187 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
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185528189 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185528190 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185528190 data=null doit=true} to Tree node with text: mysession
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185528190 data=null} to Tree node with text: mysession
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185528191 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185528191 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
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185528192 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:44 [2019-07-31T06:13:44.154Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185528724 data=null doit=true} to Shell with text {Enable Events}
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO'
02:13:44 [2019-07-31T06:13:44.720Z] 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')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:44 [2019-07-31T06:13:44.720Z] 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')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185528729 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185528729 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')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185528729 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')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185528729 data=null item=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')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Setting state to checked on: All
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event'))
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Clicking on &Ok
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185528817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185528817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185528818 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185528818 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185528818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185528818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185528818 data=null item=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')
02:13:44 [2019-07-31T06:13:44.720Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185528318 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)...'
02:13:45 [2019-07-31T06:13:45.035Z] DEBUG - Clicked on 
02:13:45 [2019-07-31T06:13:45.035Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.035Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.035Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.035Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.035Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185529212 data=null doit=true} to Tree node with text: channel0
02:13:45 [2019-07-31T06:13:45.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185529212 data=null} to Tree node with text: channel0
02:13:45 [2019-07-31T06:13:45.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185529213 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:13:45 [2019-07-31T06:13:45.035Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185529214 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
02:13:45 [2019-07-31T06:13:45.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185529219 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:13:45 [2019-07-31T06:13:45.035Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.035Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.035Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.035Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.036Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.036Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.036Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185529223 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185529223 data=null doit=true} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185529223 data=null} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185529224 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185529224 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
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185529226 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185529226 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185529227 data=null doit=true} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185529227 data=null} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185529227 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185529227 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
02:13:45 [2019-07-31T06:13:45.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185529285 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start'
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Clicking on with mnemonic 'Start'
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1185529417 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start'
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Clicked on with mnemonic 'Start'
02:13:45 [2019-07-31T06:13:45.679Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.679Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185529521 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185529521 data=null doit=true} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185529521 data=null} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185529522 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185529522 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
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185529525 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185529526 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185529526 data=null doit=true} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185529526 data=null} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185529527 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185529527 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
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185529529 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop'
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Clicking on with mnemonic 'Stop'
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1185529634 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop'
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Clicked on with mnemonic 'Stop'
02:13:45 [2019-07-31T06:13:45.679Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.679Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:45 [2019-07-31T06:13:45.679Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185529739 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185529739 data=null doit=true} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185529739 data=null} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185529739 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185529740 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
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185529742 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185529743 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185529743 data=null doit=true} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185529743 data=null} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185529744 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185529744 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
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185529745 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...'
02:13:45 [2019-07-31T06:13:45.680Z] DEBUG - Clicking on with mnemonic 'Destroy Session...'
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - Clicked on with mnemonic 'Destroy Session...'
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation'
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1185530114 data=null doit=true} to Shell with text {Destroy Confirmation}
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - Clicking on OK
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185530116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185530116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185530116 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185530116 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185530116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185530116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185530116 data=null item=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')
02:13:45 [2019-07-31T06:13:45.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1185529885 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...'
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Clicked on 
02:13:46 [2019-07-31T06:13:46.194Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185530302 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185530302 data=null doit=true} to TreeItem with text {myNode}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185530302 data=null} to TreeItem with text {myNode}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185530302 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185530313 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}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185530317 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185530318 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185530318 data=null doit=true} to TreeItem with text {myNode}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185530319 data=null} to TreeItem with text {myNode}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185530319 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185530319 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}
02:13:46 [2019-07-31T06:13:46.194Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185530396 data=null button=1 stateMask=0x80000 x=69 y=3 count=1} to TreeItem with text {myNode}
02:13:46 [2019-07-31T06:13:46.450Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect'
02:13:46 [2019-07-31T06:13:46.450Z] DEBUG - Clicking on with mnemonic 'Disconnect'
02:13:46 [2019-07-31T06:13:46.450Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1185530535 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect'
02:13:46 [2019-07-31T06:13:46.450Z] DEBUG - Clicked on with mnemonic 'Disconnect'
02:13:46 [2019-07-31T06:13:46.450Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.956 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewSpecificEventTest
02:13:46 [2019-07-31T06:13:46.450Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewSpecificEventTest)  Time elapsed: 9.335 s
02:13:46 [2019-07-31T06:13:46.450Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewLoggerTest
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185531511 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185531512 data=null doit=true} to TreeItem with text {myNode}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185531512 data=null} to TreeItem with text {myNode}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185531512 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185531512 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}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185531522 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185531523 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185531523 data=null doit=true} to TreeItem with text {myNode}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185531523 data=null} to TreeItem with text {myNode}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185531524 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185531524 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}
02:13:47 [2019-07-31T06:13:47.380Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185531525 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:13:47 [2019-07-31T06:13:47.637Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect'
02:13:47 [2019-07-31T06:13:47.637Z] DEBUG - Clicking on with mnemonic 'Connect'
02:13:47 [2019-07-31T06:13:47.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1185531712 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect'
02:13:47 [2019-07-31T06:13:47.637Z] DEBUG - Clicked on with mnemonic 'Connect'
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185532290 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185532290 data=null doit=true} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185532291 data=null} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185532291 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185532291 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
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185532294 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185532294 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185532295 data=null doit=true} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185532295 data=null} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185532295 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185532295 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
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185532296 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...'
02:13:48 [2019-07-31T06:13:48.200Z] DEBUG - Clicking on with mnemonic 'Create Session...'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - Clicked on with mnemonic 'Create Session...'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1185532630 data=null doit=true} to Shell with text {Create Session}
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Text with text " 
02:13:48 [2019-07-31T06:13:48.457Z]  ", using matcher: of type 'Text'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Text with text " 
02:13:48 [2019-07-31T06:13:48.457Z]  ", using matcher: with label (with mnemonic 'Session Name')
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Text with text " 
02:13:48 [2019-07-31T06:13:48.457Z]  ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - Clicking on &Ok
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185532701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185532702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185532702 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185532702 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185532708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:48 [2019-07-31T06:13:48.457Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185532709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185532709 data=null item=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')
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1185532413 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...'
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Clicked on 
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185532910 data=null doit=true} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185532910 data=null} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185532910 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185532911 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
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185532912 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions
02:13:48 [2019-07-31T06:13:48.715Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:48 [2019-07-31T06:13:48.715Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:48 [2019-07-31T06:13:48.715Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:48 [2019-07-31T06:13:48.715Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185532925 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185532925 data=null doit=true} to Tree node with text: mysession
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185532925 data=null} to Tree node with text: mysession
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185532926 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession
02:13:48 [2019-07-31T06:13:48.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185532926 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
02:13:48 [2019-07-31T06:13:48.972Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185532995 data=null button=1 stateMask=0x80000 x=112 y=98 count=1} to Tree node with text: mysession
02:13:48 [2019-07-31T06:13:48.972Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:48 [2019-07-31T06:13:48.972Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185532998 data=null button=0 stateMask=0x0 x=112 y=98 count=0} to Tree node with text: mysession
02:13:48 [2019-07-31T06:13:48.972Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185532999 data=null doit=true} to Tree node with text: mysession
02:13:48 [2019-07-31T06:13:48.972Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185532999 data=null} to Tree node with text: mysession
02:13:48 [2019-07-31T06:13:48.972Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185532999 data=null button=1 stateMask=0x0 x=112 y=98 count=1} to Tree node with text: mysession
02:13:48 [2019-07-31T06:13:48.972Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185532999 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
02:13:48 [2019-07-31T06:13:48.972Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185533001 data=null button=1 stateMask=0x80000 x=112 y=98 count=1} to Tree node with text: mysession
02:13:48 [2019-07-31T06:13:48.972Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:48 [2019-07-31T06:13:48.972Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185533512 data=null doit=true} to Shell with text {Enable Events}
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO'
02:13:49 [2019-07-31T06:13:49.536Z] 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')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185533517 data=null doit=true} to Button with text {Kernel}
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185533517 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}
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=1185533518 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=1185533518 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')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=1185533519 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')
02:13:49 [2019-07-31T06:13:49.536Z] *** BUG ***
02:13:49 [2019-07-31T06:13:49.536Z] In pixman_region32_init_rect: Invalid rectangle passed
02:13:49 [2019-07-31T06:13:49.536Z] Set a breakpoint on '_pixman_log_error' to debug
02:13:49 [2019-07-31T06:13:49.536Z] 
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=1185533519 data=null item=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')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Setting state to checked on: All
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Clicking on &Ok
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185533691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185533691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185533691 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185533691 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185533691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185533692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185533692 data=null item=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')
02:13:49 [2019-07-31T06:13:49.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185533133 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)...'
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Clicked on 
02:13:49 [2019-07-31T06:13:49.793Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:49 [2019-07-31T06:13:49.793Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:49 [2019-07-31T06:13:49.793Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:49 [2019-07-31T06:13:49.793Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:49 [2019-07-31T06:13:49.793Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:49 [2019-07-31T06:13:49.793Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=1185533996 data=null doit=true} to Tree node with text: JUL
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=1185533996 data=null} to Tree node with text: JUL
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=1185533996 data=null button=1 stateMask=0x0 x=106 y=92 count=1} to Tree node with text: JUL
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185533997 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
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=1185534001 data=null button=1 stateMask=0x80000 x=106 y=92 count=1} to Tree node with text: JUL
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185534002 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185534003 data=null doit=true} to Tree node with text: mysession
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185534003 data=null} to Tree node with text: mysession
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185534003 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185534003 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
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185534006 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185534007 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185534007 data=null doit=true} to Tree node with text: mysession
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185534007 data=null} to Tree node with text: mysession
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185534007 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185534008 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
02:13:49 [2019-07-31T06:13:49.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185534009 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:50 [2019-07-31T06:13:50.050Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:50 [2019-07-31T06:13:50.050Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185534430 data=null doit=true} to Shell with text {Enable Events}
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain')
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO'
02:13:50 [2019-07-31T06:13:50.307Z] 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')
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185534497 data=null doit=true} to Button with text {Kernel}
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185534497 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}
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=1185534498 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=1185534508 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')
02:13:50 [2019-07-31T06:13:50.307Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=1185534508 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')
02:13:50 [2019-07-31T06:13:50.307Z] *** BUG ***
02:13:50 [2019-07-31T06:13:50.307Z] In pixman_region32_init_rect: Invalid rectangle passed
02:13:50 [2019-07-31T06:13:50.307Z] Set a breakpoint on '_pixman_log_error' to debug
02:13:50 [2019-07-31T06:13:50.307Z] 
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=1185534509 data=null item=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')
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1185534609 data=null doit=true} to TreeItem with text {All}
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1185534609 data=null} to TreeItem with text {All}
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1185534610 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All}
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185534610 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}
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1185534612 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All}
02:13:50 [2019-07-31T06:13:50.565Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185534613 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185534613 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185534613 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)
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185534613 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)
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185534614 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)
02:13:50 [2019-07-31T06:13:50.565Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:13:50 [2019-07-31T06:13:50.565Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again.
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Setting state to checked on: logger
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Clicking on &Ok
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185534625 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185534625 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185534625 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185534625 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185534626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185534626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185534626 data=null item=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')
02:13:50 [2019-07-31T06:13:50.565Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185534137 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)...'
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Clicked on 
02:13:50 [2019-07-31T06:13:50.822Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:50 [2019-07-31T06:13:50.822Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:50 [2019-07-31T06:13:50.822Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:50 [2019-07-31T06:13:50.822Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:50 [2019-07-31T06:13:50.822Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:50 [2019-07-31T06:13:50.822Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=1185534915 data=null doit=true} to Tree node with text: JUL
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=1185534915 data=null} to Tree node with text: JUL
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=1185534915 data=null button=1 stateMask=0x0 x=106 y=92 count=1} to Tree node with text: JUL
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185534916 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
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=1185534917 data=null button=1 stateMask=0x80000 x=106 y=92 count=1} to Tree node with text: JUL
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185534918 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185534918 data=null doit=true} to Tree node with text: mysession
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185534918 data=null} to Tree node with text: mysession
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185534918 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185534919 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
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185534921 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185534922 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185534922 data=null doit=true} to Tree node with text: mysession
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185534922 data=null} to Tree node with text: mysession
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185534922 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185534922 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
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185534923 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:50 [2019-07-31T06:13:50.822Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185535291 data=null doit=true} to Shell with text {Enable Events}
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain')
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO'
02:13:51 [2019-07-31T06:13:51.080Z] 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')
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185535295 data=null doit=true} to Button with text {Kernel}
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185535295 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}
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=1185535320 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=1185535320 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')
02:13:51 [2019-07-31T06:13:51.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=1185535320 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')
02:13:51 [2019-07-31T06:13:51.338Z] *** BUG ***
02:13:51 [2019-07-31T06:13:51.338Z] In pixman_region32_init_rect: Invalid rectangle passed
02:13:51 [2019-07-31T06:13:51.338Z] Set a breakpoint on '_pixman_log_error' to debug
02:13:51 [2019-07-31T06:13:51.338Z] 
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=1185535320 data=null item=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')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1185535429 data=null doit=true} to TreeItem with text {All}
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1185535429 data=null} to TreeItem with text {All}
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1185535435 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All}
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185535436 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}
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1185535437 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All}
02:13:51 [2019-07-31T06:13:51.338Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185535438 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185535438 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185535438 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)
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185535438 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)
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185535439 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)
02:13:51 [2019-07-31T06:13:51.338Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:13:51 [2019-07-31T06:13:51.338Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again.
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Setting state to checked on: anotherLogger
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Log Level')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "loglevel", using matcher: in group (with mnemonic 'Log Level')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "loglevel-only", using matcher: in group (with mnemonic 'Log Level')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Selecting (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@4f7c5402
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=1185535445 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')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1185535451 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')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185535452 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=1185535452 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185535452 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')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185535452 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')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185535482 data=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')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=1185535483 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')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1185535483 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')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=1185535484 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')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=1185535484 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=1185535484 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Log Level')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Log Level'))
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to Warning
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=1185535488 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'))
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to Warning
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Clicking on &Ok
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185535491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185535491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185535492 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185535492 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185535492 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185535492 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185535492 data=null item=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')
02:13:51 [2019-07-31T06:13:51.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185535032 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)...'
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Clicked on 
02:13:51 [2019-07-31T06:13:51.595Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:51 [2019-07-31T06:13:51.595Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:51 [2019-07-31T06:13:51.595Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:51 [2019-07-31T06:13:51.595Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:51 [2019-07-31T06:13:51.595Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:51 [2019-07-31T06:13:51.595Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=1185535786 data=null doit=true} to Tree node with text: JUL
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=1185535786 data=null} to Tree node with text: JUL
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=1185535787 data=null button=1 stateMask=0x0 x=106 y=92 count=1} to Tree node with text: JUL
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185535787 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
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=1185535789 data=null button=1 stateMask=0x80000 x=106 y=92 count=1} to Tree node with text: JUL
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185535790 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185535790 data=null doit=true} to Tree node with text: mysession
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185535790 data=null} to Tree node with text: mysession
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185535790 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185535790 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
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185535794 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185535801 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185535802 data=null doit=true} to Tree node with text: mysession
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185535802 data=null} to Tree node with text: mysession
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185535802 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185535802 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
02:13:51 [2019-07-31T06:13:51.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185535804 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:51 [2019-07-31T06:13:51.853Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:51 [2019-07-31T06:13:51.853Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185536324 data=null doit=true} to Shell with text {Enable Events}
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain')
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO'
02:13:52 [2019-07-31T06:13:52.110Z] 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')
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185536331 data=null doit=true} to Button with text {Kernel}
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185536331 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}
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=1185536332 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=1185536332 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')
02:13:52 [2019-07-31T06:13:52.110Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=1185536332 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')
02:13:52 [2019-07-31T06:13:52.367Z] *** BUG ***
02:13:52 [2019-07-31T06:13:52.367Z] In pixman_region32_init_rect: Invalid rectangle passed
02:13:52 [2019-07-31T06:13:52.367Z] Set a breakpoint on '_pixman_log_error' to debug
02:13:52 [2019-07-31T06:13:52.367Z] 
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=1185536332 data=null item=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')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Group with text "Specific logger", using matcher: with mnemonic 'Specific logger'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific logger')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific logger'))
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - Clicking on &Ok
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185536496 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185536496 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185536496 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185536496 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185536496 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185536496 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185536496 data=null item=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')
02:13:52 [2019-07-31T06:13:52.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185535923 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)...'
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Clicked on 
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=1185536913 data=null doit=true} to Tree node with text: JUL
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=1185536914 data=null} to Tree node with text: JUL
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=1185536914 data=null button=1 stateMask=0x0 x=106 y=92 count=1} to Tree node with text: JUL
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185536915 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
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=1185536920 data=null button=1 stateMask=0x80000 x=106 y=92 count=1} to Tree node with text: JUL
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item Tree node with text: JUL is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185536924 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185536924 data=null doit=true} to Tree node with text: mysession
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185536924 data=null} to Tree node with text: mysession
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185536924 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185536925 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
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185536927 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:52 [2019-07-31T06:13:52.932Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:52 [2019-07-31T06:13:52.933Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185536928 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:52 [2019-07-31T06:13:52.933Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185536928 data=null doit=true} to Tree node with text: mysession
02:13:52 [2019-07-31T06:13:52.933Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185536928 data=null} to Tree node with text: mysession
02:13:52 [2019-07-31T06:13:52.933Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185536928 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:52 [2019-07-31T06:13:52.933Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185536928 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
02:13:52 [2019-07-31T06:13:52.933Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185536978 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:52 [2019-07-31T06:13:52.933Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start'
02:13:52 [2019-07-31T06:13:52.933Z] DEBUG - Clicking on with mnemonic 'Start'
02:13:52 [2019-07-31T06:13:52.933Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1185537098 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start'
02:13:52 [2019-07-31T06:13:52.933Z] DEBUG - Clicked on with mnemonic 'Start'
02:13:53 [2019-07-31T06:13:53.191Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.191Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185537202 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185537203 data=null doit=true} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185537203 data=null} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185537203 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185537204 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
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185537207 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185537207 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185537208 data=null doit=true} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185537208 data=null} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185537208 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185537208 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
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185537210 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop'
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Clicking on with mnemonic 'Stop'
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1185537319 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop'
02:13:53 [2019-07-31T06:13:53.191Z] DEBUG - Clicked on with mnemonic 'Stop'
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:13:53 [2019-07-31T06:13:53.448Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.448Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.448Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.448Z] WARN - Tree item Tree node with text: JUL is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {logger} time=1185537585 data=null button=0 stateMask=0x0 x=134 y=134 count=0} to Tree node with text: logger
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {logger} time=1185537585 data=null doit=true} to Tree node with text: logger
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {logger} time=1185537585 data=null} to Tree node with text: logger
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {logger} time=1185537586 data=null button=1 stateMask=0x0 x=134 y=134 count=1} to Tree node with text: logger
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185537587 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
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {logger} time=1185537594 data=null button=1 stateMask=0x80000 x=134 y=134 count=1} to Tree node with text: logger
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:53 [2019-07-31T06:13:53.448Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:13:53 [2019-07-31T06:13:53.704Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.704Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.704Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.704Z] WARN - Tree item Tree node with text: JUL is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.704Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:53 [2019-07-31T06:13:53.704Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {anotherLogger} time=1185537791 data=null button=0 stateMask=0x0 x=161 y=113 count=0} to Tree node with text: anotherLogger
02:13:53 [2019-07-31T06:13:53.704Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {anotherLogger} time=1185537791 data=null doit=true} to Tree node with text: anotherLogger
02:13:53 [2019-07-31T06:13:53.704Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {anotherLogger} time=1185537791 data=null} to Tree node with text: anotherLogger
02:13:53 [2019-07-31T06:13:53.704Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {anotherLogger} time=1185537792 data=null button=1 stateMask=0x0 x=161 y=113 count=1} to Tree node with text: anotherLogger
02:13:53 [2019-07-31T06:13:53.704Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185537792 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
02:13:53 [2019-07-31T06:13:53.704Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {anotherLogger} time=1185537798 data=null button=1 stateMask=0x80000 x=161 y=113 count=1} to Tree node with text: anotherLogger
02:13:53 [2019-07-31T06:13:53.704Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:13:53 [2019-07-31T06:13:53.704Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:53 [2019-07-31T06:13:53.704Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:53 [2019-07-31T06:13:53.966Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.966Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185538000 data=null button=0 stateMask=0x0 x=112 y=-13 count=0} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185538000 data=null doit=true} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185538001 data=null} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185538001 data=null button=1 stateMask=0x0 x=112 y=-13 count=1} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185538001 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
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185538012 data=null button=1 stateMask=0x80000 x=112 y=-12 count=1} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185538013 data=null button=0 stateMask=0x0 x=112 y=-12 count=0} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185538013 data=null doit=true} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185538013 data=null} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185538014 data=null button=1 stateMask=0x0 x=112 y=-12 count=1} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185538014 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
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185538015 data=null button=1 stateMask=0x80000 x=112 y=-12 count=1} to Tree node with text: mysession
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:53 [2019-07-31T06:13:53.966Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:54 [2019-07-31T06:13:54.222Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185538486 data=null doit=true} to Shell with text {Enable Events}
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO'
02:13:54 [2019-07-31T06:13:54.479Z] 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')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185538490 data=null doit=true} to Button with text {Kernel}
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185538490 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}
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=1185538492 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=1185538492 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')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=1185538492 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')
02:13:54 [2019-07-31T06:13:54.479Z] *** BUG ***
02:13:54 [2019-07-31T06:13:54.479Z] In pixman_region32_init_rect: Invalid rectangle passed
02:13:54 [2019-07-31T06:13:54.479Z] Set a breakpoint on '_pixman_log_error' to debug
02:13:54 [2019-07-31T06:13:54.479Z] 
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=1185538492 data=null item=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')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Setting state to checked on: All
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Clicking on &Ok
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185538623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185538624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185538624 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185538624 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185538624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185538624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185538624 data=null item=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')
02:13:54 [2019-07-31T06:13:54.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185538139 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)...'
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Clicked on 
02:13:54 [2019-07-31T06:13:54.739Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:54 [2019-07-31T06:13:54.739Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:54 [2019-07-31T06:13:54.739Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:54 [2019-07-31T06:13:54.739Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:54 [2019-07-31T06:13:54.739Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:54 [2019-07-31T06:13:54.739Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=1185538889 data=null doit=true} to Tree node with text: LOG4J
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=1185538889 data=null} to Tree node with text: LOG4J
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=1185538890 data=null button=1 stateMask=0x0 x=115 y=92 count=1} to Tree node with text: LOG4J
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185538890 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
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=1185538891 data=null button=1 stateMask=0x80000 x=115 y=92 count=1} to Tree node with text: LOG4J
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185538892 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185538892 data=null doit=true} to Tree node with text: mysession
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185538892 data=null} to Tree node with text: mysession
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185538893 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185538893 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
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185538894 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185538895 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185538902 data=null doit=true} to Tree node with text: mysession
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185538902 data=null} to Tree node with text: mysession
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185538903 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185538903 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
02:13:54 [2019-07-31T06:13:54.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185538904 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185539404 data=null doit=true} to Shell with text {Enable Events}
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain')
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO'
02:13:55 [2019-07-31T06:13:55.246Z] 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')
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185539409 data=null doit=true} to Button with text {Kernel}
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185539409 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}
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=1185539410 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=1185539411 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')
02:13:55 [2019-07-31T06:13:55.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=1185539411 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')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=1185539411 data=null item=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')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1185539530 data=null doit=true} to TreeItem with text {All}
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1185539535 data=null} to TreeItem with text {All}
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1185539536 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All}
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185539536 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}
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1185539537 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All}
02:13:55 [2019-07-31T06:13:55.728Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185539538 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185539538 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185539539 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)
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185539539 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)
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185539540 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)
02:13:55 [2019-07-31T06:13:55.728Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:13:55 [2019-07-31T06:13:55.728Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again.
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Setting state to checked on: logger
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Clicking on &Ok
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185539544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185539544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185539544 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185539544 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185539544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185539544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185539544 data=null item=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')
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185539029 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)...'
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Clicked on 
02:13:55 [2019-07-31T06:13:55.728Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:55 [2019-07-31T06:13:55.728Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:55 [2019-07-31T06:13:55.728Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:55 [2019-07-31T06:13:55.728Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:55 [2019-07-31T06:13:55.728Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:55 [2019-07-31T06:13:55.728Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=1185539818 data=null doit=true} to Tree node with text: LOG4J
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=1185539819 data=null} to Tree node with text: LOG4J
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=1185539819 data=null button=1 stateMask=0x0 x=115 y=92 count=1} to Tree node with text: LOG4J
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185539819 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
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=1185539821 data=null button=1 stateMask=0x80000 x=115 y=92 count=1} to Tree node with text: LOG4J
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185539821 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185539822 data=null doit=true} to Tree node with text: mysession
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185539822 data=null} to Tree node with text: mysession
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185539822 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185539822 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
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185539825 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185539826 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185539826 data=null doit=true} to Tree node with text: mysession
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185539826 data=null} to Tree node with text: mysession
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185539826 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185539827 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
02:13:55 [2019-07-31T06:13:55.728Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185539828 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:56 [2019-07-31T06:13:56.083Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:56 [2019-07-31T06:13:56.083Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185540408 data=null doit=true} to Shell with text {Enable Events}
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO'
02:13:56 [2019-07-31T06:13:56.342Z] 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')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185540412 data=null doit=true} to Button with text {Kernel}
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185540412 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}
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=1185540414 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=1185540414 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')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=1185540414 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')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=1185540414 data=null item=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')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1185540584 data=null doit=true} to TreeItem with text {All}
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1185540584 data=null} to TreeItem with text {All}
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1185540585 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All}
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185540585 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}
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1185540587 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All}
02:13:56 [2019-07-31T06:13:56.342Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185540588 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185540589 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185540589 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)
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185540589 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)
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185540590 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)
02:13:56 [2019-07-31T06:13:56.342Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:13:56 [2019-07-31T06:13:56.342Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again.
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - Setting state to checked on: anotherLogger
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Log Level')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK'
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:56 [2019-07-31T06:13:56.342Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "loglevel", using matcher: in group (with mnemonic 'Log Level')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "loglevel-only", using matcher: in group (with mnemonic 'Log Level')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Selecting (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@70c1a887
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=1185540601 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')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1185540602 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')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185540602 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=1185540602 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185540602 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')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185540603 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')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185540603 data=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')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=1185540604 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')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1185540604 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')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=1185540605 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')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=1185540605 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=1185540605 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Log Level')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Log Level'))
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to Fatal
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=1185540607 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'))
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to Fatal
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Clicking on &Ok
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185540609 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185540610 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185540610 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185540610 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185540610 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185540610 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185540610 data=null item=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')
02:13:56 [2019-07-31T06:13:56.599Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185539989 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)...'
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Clicked on 
02:13:56 [2019-07-31T06:13:56.856Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:56 [2019-07-31T06:13:56.856Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:56 [2019-07-31T06:13:56.856Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:56 [2019-07-31T06:13:56.856Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:56 [2019-07-31T06:13:56.856Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:56 [2019-07-31T06:13:56.856Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=1185540891 data=null doit=true} to Tree node with text: LOG4J
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=1185540892 data=null} to Tree node with text: LOG4J
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=1185540893 data=null button=1 stateMask=0x0 x=115 y=92 count=1} to Tree node with text: LOG4J
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185540893 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
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=1185540895 data=null button=1 stateMask=0x80000 x=115 y=92 count=1} to Tree node with text: LOG4J
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185540896 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185540904 data=null doit=true} to Tree node with text: mysession
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185540905 data=null} to Tree node with text: mysession
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185540905 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185540905 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
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185540908 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185540909 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185540909 data=null doit=true} to Tree node with text: mysession
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185540909 data=null} to Tree node with text: mysession
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185540910 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185540910 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
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185540911 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:56 [2019-07-31T06:13:56.856Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185541315 data=null doit=true} to Shell with text {Enable Events}
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain')
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO'
02:13:57 [2019-07-31T06:13:57.114Z] 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')
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185541318 data=null doit=true} to Button with text {Kernel}
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185541318 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}
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=1185541320 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=1185541320 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')
02:13:57 [2019-07-31T06:13:57.114Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=1185541320 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')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=1185541320 data=null item=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')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Group with text "Specific logger", using matcher: with mnemonic 'Specific logger'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific logger')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific logger'))
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - Clicking on &Ok
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185541493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185541493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185541494 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185541494 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185541494 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185541494 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185541494 data=null item=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')
02:13:57 [2019-07-31T06:13:57.371Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185541009 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)...'
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Clicked on 
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=1185541740 data=null doit=true} to Tree node with text: LOG4J
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=1185541741 data=null} to Tree node with text: LOG4J
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=1185541741 data=null button=1 stateMask=0x0 x=115 y=92 count=1} to Tree node with text: LOG4J
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185541741 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
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=1185541743 data=null button=1 stateMask=0x80000 x=115 y=92 count=1} to Tree node with text: LOG4J
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item Tree node with text: LOG4J is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185541787 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185541787 data=null doit=true} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185541787 data=null} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185541787 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185541788 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
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185541789 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185541790 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185541790 data=null doit=true} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185541790 data=null} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185541791 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185541791 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
02:13:57 [2019-07-31T06:13:57.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185541793 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start'
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Clicking on with mnemonic 'Start'
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1185541908 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start'
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Clicked on with mnemonic 'Start'
02:13:57 [2019-07-31T06:13:57.886Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.886Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185542012 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185542012 data=null doit=true} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185542012 data=null} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185542012 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185542013 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
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185542019 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185542020 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185542020 data=null doit=true} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185542020 data=null} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185542021 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185542021 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
02:13:57 [2019-07-31T06:13:57.886Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185542022 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:58 [2019-07-31T06:13:58.144Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop'
02:13:58 [2019-07-31T06:13:58.144Z] DEBUG - Clicking on with mnemonic 'Stop'
02:13:58 [2019-07-31T06:13:58.144Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1185542234 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop'
02:13:58 [2019-07-31T06:13:58.144Z] DEBUG - Clicked on with mnemonic 'Stop'
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:13:58 [2019-07-31T06:13:58.400Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:58 [2019-07-31T06:13:58.400Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:58 [2019-07-31T06:13:58.400Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:58 [2019-07-31T06:13:58.400Z] WARN - Tree item Tree node with text: LOG4J is already expanded. Won't expand it again.
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {logger} time=1185542519 data=null button=0 stateMask=0x0 x=134 y=134 count=0} to Tree node with text: logger
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {logger} time=1185542520 data=null doit=true} to Tree node with text: logger
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {logger} time=1185542520 data=null} to Tree node with text: logger
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {logger} time=1185542520 data=null button=1 stateMask=0x0 x=134 y=134 count=1} to Tree node with text: logger
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185542521 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
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {logger} time=1185542524 data=null button=1 stateMask=0x80000 x=134 y=134 count=1} to Tree node with text: logger
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:58 [2019-07-31T06:13:58.400Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:13:58 [2019-07-31T06:13:58.658Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:58 [2019-07-31T06:13:58.658Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:58 [2019-07-31T06:13:58.658Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:58 [2019-07-31T06:13:58.658Z] WARN - Tree item Tree node with text: LOG4J is already expanded. Won't expand it again.
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {anotherLogger} time=1185542711 data=null button=0 stateMask=0x0 x=161 y=114 count=0} to Tree node with text: anotherLogger
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {anotherLogger} time=1185542712 data=null doit=true} to Tree node with text: anotherLogger
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {anotherLogger} time=1185542712 data=null} to Tree node with text: anotherLogger
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {anotherLogger} time=1185542712 data=null button=1 stateMask=0x0 x=161 y=114 count=1} to Tree node with text: anotherLogger
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185542712 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
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {anotherLogger} time=1185542716 data=null button=1 stateMask=0x80000 x=161 y=114 count=1} to Tree node with text: anotherLogger
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:13:58 [2019-07-31T06:13:58.658Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:58 [2019-07-31T06:13:58.658Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185542892 data=null button=0 stateMask=0x0 x=112 y=-12 count=0} to Tree node with text: mysession
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185542892 data=null doit=true} to Tree node with text: mysession
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185542892 data=null} to Tree node with text: mysession
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185542892 data=null button=1 stateMask=0x0 x=112 y=-12 count=1} to Tree node with text: mysession
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185542893 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
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185542895 data=null button=1 stateMask=0x80000 x=112 y=-12 count=1} to Tree node with text: mysession
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185542896 data=null button=0 stateMask=0x0 x=112 y=-12 count=0} to Tree node with text: mysession
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185542896 data=null doit=true} to Tree node with text: mysession
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185542896 data=null} to Tree node with text: mysession
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185542896 data=null button=1 stateMask=0x0 x=112 y=-12 count=1} to Tree node with text: mysession
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185542897 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
02:13:58 [2019-07-31T06:13:58.658Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185542898 data=null button=1 stateMask=0x80000 x=112 y=-12 count=1} to Tree node with text: mysession
02:13:58 [2019-07-31T06:13:58.915Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:58 [2019-07-31T06:13:58.915Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185543310 data=null doit=true} to Shell with text {Enable Events}
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain')
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO'
02:13:59 [2019-07-31T06:13:59.172Z] 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')
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185543314 data=null doit=true} to Button with text {Kernel}
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185543314 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}
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=1185543315 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=1185543316 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')
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=1185543316 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')
02:13:59 [2019-07-31T06:13:59.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=1185543316 data=null item=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')
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - Setting state to checked on: All
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - Clicking on &Ok
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185543503 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185543503 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185543503 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185543503 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185543506 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185543506 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185543506 data=null item=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')
02:13:59 [2019-07-31T06:13:59.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185543000 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)...'
02:13:59 [2019-07-31T06:13:59.686Z] DEBUG - Clicked on 
02:13:59 [2019-07-31T06:13:59.686Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:59 [2019-07-31T06:13:59.686Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:59 [2019-07-31T06:13:59.686Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:59 [2019-07-31T06:13:59.686Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:13:59 [2019-07-31T06:13:59.686Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:13:59 [2019-07-31T06:13:59.686Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:13:59 [2019-07-31T06:13:59.686Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=1185543696 data=null doit=true} to Tree node with text: Python
02:13:59 [2019-07-31T06:13:59.686Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=1185543696 data=null} to Tree node with text: Python
02:13:59 [2019-07-31T06:13:59.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=1185543697 data=null button=1 stateMask=0x0 x=102 y=92 count=1} to Tree node with text: Python
02:13:59 [2019-07-31T06:13:59.686Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185543697 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
02:13:59 [2019-07-31T06:13:59.686Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=1185543698 data=null button=1 stateMask=0x80000 x=102 y=92 count=1} to Tree node with text: Python
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185543699 data=null button=0 stateMask=0x0 x=96 y=50 count=0} to Tree node with text: mysession
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185543699 data=null doit=true} to Tree node with text: mysession
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185543699 data=null} to Tree node with text: mysession
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185543700 data=null button=1 stateMask=0x0 x=96 y=50 count=1} to Tree node with text: mysession
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185543707 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
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185543708 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Attempting to set focus on Tree with text {}
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185543709 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185543709 data=null doit=true} to Tree node with text: mysession
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185543709 data=null} to Tree node with text: mysession
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185543710 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185543710 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
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185543712 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:13:59 [2019-07-31T06:13:59.687Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185544094 data=null doit=true} to Shell with text {Enable Events}
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain')
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO'
02:13:59 [2019-07-31T06:13:59.944Z] 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')
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185544111 data=null doit=true} to Button with text {Kernel}
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185544111 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}
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=1185544112 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=1185544112 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')
02:13:59 [2019-07-31T06:13:59.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=1185544112 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')
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=1185544112 data=null item=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')
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1185544289 data=null doit=true} to TreeItem with text {All}
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1185544290 data=null} to TreeItem with text {All}
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1185544290 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All}
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185544290 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}
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1185544292 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All}
02:14:00 [2019-07-31T06:14:00.201Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185544293 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185544293 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185544294 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)
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185544294 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)
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185544295 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)
02:14:00 [2019-07-31T06:14:00.201Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:14:00 [2019-07-31T06:14:00.201Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again.
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - Setting state to checked on: logger
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:00 [2019-07-31T06:14:00.201Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:00 [2019-07-31T06:14:00.202Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:00 [2019-07-31T06:14:00.202Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:00 [2019-07-31T06:14:00.202Z] DEBUG - Clicking on &Ok
02:14:00 [2019-07-31T06:14:00.202Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185544306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:00 [2019-07-31T06:14:00.202Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185544307 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:00 [2019-07-31T06:14:00.202Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185544307 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:00 [2019-07-31T06:14:00.202Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185544307 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:00 [2019-07-31T06:14:00.202Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185544307 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:00 [2019-07-31T06:14:00.202Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185544308 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:00 [2019-07-31T06:14:00.202Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185544308 data=null item=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')
02:14:00 [2019-07-31T06:14:00.202Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185543825 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)...'
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Clicked on 
02:14:00 [2019-07-31T06:14:00.457Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:00 [2019-07-31T06:14:00.457Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:00 [2019-07-31T06:14:00.457Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:00 [2019-07-31T06:14:00.457Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:00 [2019-07-31T06:14:00.457Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:00 [2019-07-31T06:14:00.457Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=1185544528 data=null doit=true} to Tree node with text: Python
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=1185544528 data=null} to Tree node with text: Python
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=1185544528 data=null button=1 stateMask=0x0 x=118 y=92 count=1} to Tree node with text: Python
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185544529 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
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=1185544530 data=null button=1 stateMask=0x80000 x=118 y=92 count=1} to Tree node with text: Python
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185544530 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185544531 data=null doit=true} to Tree node with text: mysession
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185544531 data=null} to Tree node with text: mysession
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185544531 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185544531 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
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185544532 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185544588 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185544588 data=null doit=true} to Tree node with text: mysession
02:14:00 [2019-07-31T06:14:00.457Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185544588 data=null} to Tree node with text: mysession
02:14:00 [2019-07-31T06:14:00.458Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185544589 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:00 [2019-07-31T06:14:00.458Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185544589 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
02:14:00 [2019-07-31T06:14:00.458Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185544592 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:00 [2019-07-31T06:14:00.458Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:14:00 [2019-07-31T06:14:00.458Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185545031 data=null doit=true} to Shell with text {Enable Events}
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO'
02:14:01 [2019-07-31T06:14:01.020Z] 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')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185545088 data=null doit=true} to Button with text {Kernel}
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185545089 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}
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=1185545090 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=1185545090 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')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=1185545090 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')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=1185545090 data=null item=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')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1185545212 data=null doit=true} to TreeItem with text {All}
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1185545212 data=null} to TreeItem with text {All}
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1185545213 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All}
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185545213 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}
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1185545214 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All}
02:14:01 [2019-07-31T06:14:01.020Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185545216 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185545216 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger)
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185545216 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)
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185545216 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)
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1185545217 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)
02:14:01 [2019-07-31T06:14:01.020Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:14:01 [2019-07-31T06:14:01.020Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again.
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Setting state to checked on: anotherLogger
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Log Level')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "loglevel", using matcher: in group (with mnemonic 'Log Level')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "loglevel-only", using matcher: in group (with mnemonic 'Log Level')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Selecting (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@34eff199
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=1185545222 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')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1185545222 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')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185545222 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=1185545223 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:14:01 [2019-07-31T06:14:01.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185545229 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')
02:14:01 [2019-07-31T06:14:01.021Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185545229 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')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185545229 data=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')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=1185545283 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')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1185545283 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')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=1185545284 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')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=1185545284 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=1185545284 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Log Level')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Log Level'))
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to Critical
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=1185545286 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'))
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to Critical
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Clicking on &Ok
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185545289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185545289 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185545289 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185545289 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185545290 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185545290 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185545290 data=null item=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')
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185544689 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)...'
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Clicked on 
02:14:01 [2019-07-31T06:14:01.277Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:01 [2019-07-31T06:14:01.277Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:01 [2019-07-31T06:14:01.277Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:01 [2019-07-31T06:14:01.277Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:01 [2019-07-31T06:14:01.277Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:01 [2019-07-31T06:14:01.277Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=1185545505 data=null doit=true} to Tree node with text: Python
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=1185545505 data=null} to Tree node with text: Python
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=1185545506 data=null button=1 stateMask=0x0 x=118 y=92 count=1} to Tree node with text: Python
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185545506 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
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=1185545507 data=null button=1 stateMask=0x80000 x=118 y=92 count=1} to Tree node with text: Python
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185545508 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185545508 data=null doit=true} to Tree node with text: mysession
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185545509 data=null} to Tree node with text: mysession
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185545509 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185545509 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
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185545511 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185545511 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185545511 data=null doit=true} to Tree node with text: mysession
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185545512 data=null} to Tree node with text: mysession
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185545512 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185545512 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
02:14:01 [2019-07-31T06:14:01.277Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185545520 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:01 [2019-07-31T06:14:01.534Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:14:01 [2019-07-31T06:14:01.534Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185545990 data=null doit=true} to Shell with text {Enable Events}
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain')
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO'
02:14:01 [2019-07-31T06:14:01.791Z] 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')
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185545993 data=null doit=true} to Button with text {Kernel}
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185545994 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}
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=1185545995 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=1185545995 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')
02:14:01 [2019-07-31T06:14:01.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=1185545995 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')
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=1185545995 data=null item=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')
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers')
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers'))
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Group with text "Specific logger", using matcher: with mnemonic 'Specific logger'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific logger')
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific logger'))
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:02 [2019-07-31T06:14:02.048Z] DEBUG - Clicking on &Ok
02:14:02 [2019-07-31T06:14:02.049Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185546118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:02 [2019-07-31T06:14:02.049Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185546118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:02 [2019-07-31T06:14:02.049Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185546118 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:02 [2019-07-31T06:14:02.049Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185546118 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:02 [2019-07-31T06:14:02.049Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185546118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:02 [2019-07-31T06:14:02.049Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185546118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:02 [2019-07-31T06:14:02.049Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185546118 data=null item=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')
02:14:02 [2019-07-31T06:14:02.049Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185545636 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)...'
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Clicked on 
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=1185546400 data=null doit=true} to Tree node with text: Python
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=1185546401 data=null} to Tree node with text: Python
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=1185546401 data=null button=1 stateMask=0x0 x=118 y=92 count=1} to Tree node with text: Python
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185546402 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
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=1185546403 data=null button=1 stateMask=0x80000 x=118 y=92 count=1} to Tree node with text: Python
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item Tree node with text: Python is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185546407 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185546407 data=null doit=true} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185546407 data=null} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185546407 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185546408 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
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185546410 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185546411 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185546411 data=null doit=true} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185546411 data=null} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185546412 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185546412 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
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185546413 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start'
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Clicking on with mnemonic 'Start'
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1185546527 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start'
02:14:02 [2019-07-31T06:14:02.306Z] DEBUG - Clicked on with mnemonic 'Start'
02:14:02 [2019-07-31T06:14:02.562Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.562Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185546629 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185546630 data=null doit=true} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185546630 data=null} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185546630 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185546630 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
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185546633 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185546633 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185546633 data=null doit=true} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185546637 data=null} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185546637 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185546638 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
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185546639 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop'
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Clicking on with mnemonic 'Stop'
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1185546726 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop'
02:14:02 [2019-07-31T06:14:02.562Z] DEBUG - Clicked on with mnemonic 'Stop'
02:14:02 [2019-07-31T06:14:02.818Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:14:02 [2019-07-31T06:14:02.818Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.818Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.818Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.818Z] WARN - Tree item Tree node with text: Python is already expanded. Won't expand it again.
02:14:02 [2019-07-31T06:14:02.818Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:02 [2019-07-31T06:14:02.818Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {logger} time=1185547025 data=null button=0 stateMask=0x0 x=134 y=134 count=0} to Tree node with text: logger
02:14:02 [2019-07-31T06:14:02.818Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {logger} time=1185547025 data=null doit=true} to Tree node with text: logger
02:14:02 [2019-07-31T06:14:02.818Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {logger} time=1185547026 data=null} to Tree node with text: logger
02:14:02 [2019-07-31T06:14:02.818Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {logger} time=1185547026 data=null button=1 stateMask=0x0 x=134 y=134 count=1} to Tree node with text: logger
02:14:02 [2019-07-31T06:14:02.818Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185547026 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
02:14:02 [2019-07-31T06:14:02.818Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {logger} time=1185547029 data=null button=1 stateMask=0x80000 x=134 y=134 count=1} to Tree node with text: logger
02:14:02 [2019-07-31T06:14:02.818Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:14:03 [2019-07-31T06:14:03.075Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:03 [2019-07-31T06:14:03.075Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:03 [2019-07-31T06:14:03.075Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:03 [2019-07-31T06:14:03.075Z] WARN - Tree item Tree node with text: Python is already expanded. Won't expand it again.
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {anotherLogger} time=1185547199 data=null button=0 stateMask=0x0 x=161 y=114 count=0} to Tree node with text: anotherLogger
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {anotherLogger} time=1185547199 data=null doit=true} to Tree node with text: anotherLogger
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {anotherLogger} time=1185547199 data=null} to Tree node with text: anotherLogger
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {anotherLogger} time=1185547200 data=null button=1 stateMask=0x0 x=161 y=114 count=1} to Tree node with text: anotherLogger
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185547200 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
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {anotherLogger} time=1185547203 data=null button=1 stateMask=0x80000 x=161 y=114 count=1} to Tree node with text: anotherLogger
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:03 [2019-07-31T06:14:03.075Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:03 [2019-07-31T06:14:03.075Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185547300 data=null button=0 stateMask=0x0 x=112 y=-9 count=0} to Tree node with text: mysession
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185547300 data=null doit=true} to Tree node with text: mysession
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185547300 data=null} to Tree node with text: mysession
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185547301 data=null button=1 stateMask=0x0 x=112 y=-9 count=1} to Tree node with text: mysession
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185547301 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
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185547302 data=null button=1 stateMask=0x80000 x=112 y=-9 count=1} to Tree node with text: mysession
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185547303 data=null button=0 stateMask=0x0 x=112 y=-9 count=0} to Tree node with text: mysession
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185547303 data=null doit=true} to Tree node with text: mysession
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185547311 data=null} to Tree node with text: mysession
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185547311 data=null button=1 stateMask=0x0 x=112 y=-5 count=1} to Tree node with text: mysession
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185547311 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
02:14:03 [2019-07-31T06:14:03.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185547313 data=null button=1 stateMask=0x80000 x=112 y=-5 count=1} to Tree node with text: mysession
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...'
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Clicking on with mnemonic 'Destroy Session...'
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Clicked on with mnemonic 'Destroy Session...'
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation'
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1185547548 data=null doit=true} to Shell with text {Destroy Confirmation}
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Clicking on OK
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185547549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185547549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185547549 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185547549 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185547549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185547549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185547549 data=null item=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')
02:14:03 [2019-07-31T06:14:03.332Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1185547402 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...'
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Clicked on 
02:14:03 [2019-07-31T06:14:03.589Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185547691 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185547691 data=null doit=true} to TreeItem with text {myNode}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185547691 data=null} to TreeItem with text {myNode}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185547691 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185547691 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}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185547693 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185547694 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185547694 data=null doit=true} to TreeItem with text {myNode}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185547695 data=null} to TreeItem with text {myNode}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185547695 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185547695 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}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185547696 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect'
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Clicking on with mnemonic 'Disconnect'
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1185547815 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect'
02:14:03 [2019-07-31T06:14:03.589Z] DEBUG - Clicked on with mnemonic 'Disconnect'
02:14:03 [2019-07-31T06:14:03.846Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.267 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewLoggerTest
02:14:03 [2019-07-31T06:14:03.846Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewLoggerTest)  Time elapsed: 16.698 s
02:14:03 [2019-07-31T06:14:03.846Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewTest
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185548643 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185548643 data=null doit=true} to TreeItem with text {myNode}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185548644 data=null} to TreeItem with text {myNode}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185548644 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185548644 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}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185548653 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185548654 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185548654 data=null doit=true} to TreeItem with text {myNode}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185548654 data=null} to TreeItem with text {myNode}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185548654 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:04 [2019-07-31T06:14:04.408Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185548655 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}
02:14:04 [2019-07-31T06:14:04.664Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185548678 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:04 [2019-07-31T06:14:04.664Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect'
02:14:04 [2019-07-31T06:14:04.664Z] DEBUG - Clicking on with mnemonic 'Connect'
02:14:04 [2019-07-31T06:14:04.664Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1185548739 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect'
02:14:04 [2019-07-31T06:14:04.664Z] DEBUG - Clicked on with mnemonic 'Connect'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185549253 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185549253 data=null doit=true} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185549254 data=null} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185549254 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185549254 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
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185549256 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185549257 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185549257 data=null doit=true} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185549257 data=null} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185549257 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185549257 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
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185549259 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Clicking on with mnemonic 'Create Session...'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Clicked on with mnemonic 'Create Session...'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1185549613 data=null doit=true} to Shell with text {Create Session}
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Text with text " 
02:14:05 [2019-07-31T06:14:05.527Z]  ", using matcher: of type 'Text'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Text with text " 
02:14:05 [2019-07-31T06:14:05.527Z]  ", using matcher: with label (with mnemonic 'Session Name')
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Text with text " 
02:14:05 [2019-07-31T06:14:05.527Z]  ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Clicking on &Ok
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185549618 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185549618 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185549618 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185549618 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185549618 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185549619 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185549619 data=null item=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')
02:14:05 [2019-07-31T06:14:05.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1185549330 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...'
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Clicked on 
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185549809 data=null doit=true} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185549809 data=null} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185549810 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185549810 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
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185549811 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions
02:14:05 [2019-07-31T06:14:05.784Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:05 [2019-07-31T06:14:05.784Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:05 [2019-07-31T06:14:05.784Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:05 [2019-07-31T06:14:05.784Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185549823 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185549823 data=null doit=true} to Tree node with text: mysession
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185549823 data=null} to Tree node with text: mysession
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185549823 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185549824 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
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185549827 data=null button=1 stateMask=0x80000 x=112 y=113 count=1} to Tree node with text: mysession
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185549828 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185549828 data=null doit=true} to Tree node with text: mysession
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185549828 data=null} to Tree node with text: mysession
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185549829 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185549829 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
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185549898 data=null button=1 stateMask=0x80000 x=112 y=97 count=1} to Tree node with text: mysession
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:14:05 [2019-07-31T06:14:05.784Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:14:06 [2019-07-31T06:14:06.043Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185550311 data=null doit=true} to Shell with text {Enable Events}
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO'
02:14:06 [2019-07-31T06:14:06.300Z] 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')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:14:06 [2019-07-31T06:14:06.300Z] 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')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185550316 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185550316 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')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185550316 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')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185550316 data=null item=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')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Tracepoint Events')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Tracepoint Events'))
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Setting state to checked on: All
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Clicking on &Ok
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185550408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185550408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185550408 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185550408 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185550408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185550408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185550408 data=null item=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')
02:14:06 [2019-07-31T06:14:06.300Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185549997 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)...'
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Clicked on 
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185550562 data=null doit=true} to Tree node with text: channel0
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185550562 data=null} to Tree node with text: channel0
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185550562 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185550563 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
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185550563 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185550578 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185550579 data=null doit=true} to Tree node with text: mysession
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185550579 data=null} to Tree node with text: mysession
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185550579 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185550579 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
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185550588 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185550589 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185550590 data=null doit=true} to Tree node with text: mysession
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185550590 data=null} to Tree node with text: mysession
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185550590 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185550591 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
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185550592 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:14:06 [2019-07-31T06:14:06.557Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185550968 data=null doit=true} to Shell with text {Enable Events}
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Syscall Events')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO'
02:14:06 [2019-07-31T06:14:06.815Z] 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')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO')
02:14:06 [2019-07-31T06:14:06.815Z] 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')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185551012 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185551012 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')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185551012 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')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185551012 data=null item=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')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Syscall Events')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Syscall Events'))
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Setting state to checked on: All
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Clicking on &Ok
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185551066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185551066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185551066 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185551066 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185551066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:06 [2019-07-31T06:14:06.815Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185551067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185551067 data=null item=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')
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185550736 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)...'
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Clicked on 
02:14:07 [2019-07-31T06:14:07.071Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.071Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.071Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.071Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.071Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.071Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.071Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.071Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.071Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.071Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.071Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185551301 data=null doit=true} to Tree node with text: channel0
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185551301 data=null} to Tree node with text: channel0
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185551302 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185551302 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
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185551304 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185551304 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185551305 data=null doit=true} to Tree node with text: mysession
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185551305 data=null} to Tree node with text: mysession
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185551305 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185551305 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
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185551306 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185551317 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185551317 data=null doit=true} to Tree node with text: mysession
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185551317 data=null} to Tree node with text: mysession
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185551317 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:07 [2019-07-31T06:14:07.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185551318 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
02:14:07 [2019-07-31T06:14:07.072Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185551319 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:07 [2019-07-31T06:14:07.329Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:14:07 [2019-07-31T06:14:07.329Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185551706 data=null doit=true} to Shell with text {Enable Events}
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Syscall Events')
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO'
02:14:07 [2019-07-31T06:14:07.585Z] 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')
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO')
02:14:07 [2019-07-31T06:14:07.585Z] 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')
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185551726 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO')
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185551732 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')
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185551793 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')
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185551794 data=null item=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')
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO')
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events'
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Syscall Events')
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Syscall Events'))
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1185551798 data=null doit=true} to TreeItem with text {All}
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1185551798 data=null} to TreeItem with text {All}
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1185551799 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All}
02:14:07 [2019-07-31T06:14:07.585Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185551799 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}
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1185551885 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All}
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Setting state to checked on: write
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Setting state to checked on: read
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Setting state to checked on: close
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Clicking on &Ok
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185551898 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185551898 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185551898 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185551898 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185551898 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185551898 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185551898 data=null item=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')
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185551436 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)...'
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Clicked on 
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185552093 data=null doit=true} to Tree node with text: channel0
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185552093 data=null} to Tree node with text: channel0
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185552093 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:14:07 [2019-07-31T06:14:07.842Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185552094 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
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185552102 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185552108 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185552108 data=null doit=true} to Tree node with text: mysession
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185552108 data=null} to Tree node with text: mysession
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185552109 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185552109 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
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185552110 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185552111 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185552111 data=null doit=true} to Tree node with text: mysession
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185552119 data=null} to Tree node with text: mysession
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185552119 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185552120 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
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185552122 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - matched MenuItem with text "Enable Channel...", using matcher: with mnemonic 'Enable Channel...'
02:14:08 [2019-07-31T06:14:08.099Z] DEBUG - Clicking on with mnemonic 'Enable Channel...'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Clicked on with mnemonic 'Enable Channel...'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Shell with text "Enable Channel", using matcher: with text 'Enable Channel'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Channel} time=1185552469 data=null doit=true} to Shell with text {Enable Channel}
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Channel Name')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name'))
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name'))
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name'))
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name'))
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name'))
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name'))
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: of type 'Text'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: with label (with mnemonic 'Channel Name')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Text with text "<Default>", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name'))
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Configure metadata c...", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Discard", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "UST", using matcher: with mnemonic 'UST'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "UST", using matcher: in group (with mnemonic 'Domain')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "UST", using matcher: with style 'SWT.RADIO'
02:14:08 [2019-07-31T06:14:08.357Z] 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')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Global shared buffer...", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Per PID buffers", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Per UID buffers", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "&Default", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1185552501 data=null doit=true} to Button with text {Kernel}
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1185552501 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}
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {UST} time=1185552502 data=null doit=true} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {UST} time=1185552502 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')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {UST} time=1185552502 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')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {UST} time=1185552503 data=null item=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')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Configure metadata c...", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Discard", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Global shared buffer...", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Per PID buffers", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Per UID buffers", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Per UID buffers", using matcher: with mnemonic 'Per UID buffers'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Group with text "Buffer Type", using matcher: with mnemonic 'Buffer Type'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Per UID buffers", using matcher: in group (with mnemonic 'Buffer Type')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "Per UID buffers", using matcher: with style 'SWT.RADIO'
02:14:08 [2019-07-31T06:14:08.357Z] 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')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "&Default", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO')
02:14:08 [2019-07-31T06:14:08.357Z] 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')
02:14:08 [2019-07-31T06:14:08.357Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Per UID buffers} time=1185552506 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')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Per UID buffers} time=1185552534 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')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Per UID buffers} time=1185552534 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')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Per UID buffers} time=1185552534 data=null item=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')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "Configure metadata c...", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "Discard", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "Global shared buffer...", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "Per PID buffers", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "Per UID buffers", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "&Default", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Clicking on &Ok
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185552536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185552536 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185552536 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185552537 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185552537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185552537 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185552537 data=null item=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')
02:14:08 [2019-07-31T06:14:08.358Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Channel...} time=1185552231 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...'
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Clicked on 
02:14:08 [2019-07-31T06:14:08.615Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.615Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.615Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {UST global} time=1185552735 data=null doit=true} to Tree node with text: UST global
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {UST global} time=1185552735 data=null} to Tree node with text: UST global
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {UST global} time=1185552736 data=null button=1 stateMask=0x0 x=130 y=92 count=1} to Tree node with text: UST global
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185552736 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
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {UST global} time=1185552737 data=null button=1 stateMask=0x80000 x=130 y=92 count=1} to Tree node with text: UST global
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {channel0} time=1185552738 data=null button=0 stateMask=0x0 x=143 y=113 count=0} to Tree node with text: channel0
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185552738 data=null doit=true} to Tree node with text: channel0
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185552738 data=null} to Tree node with text: channel0
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185552738 data=null button=1 stateMask=0x0 x=143 y=113 count=1} to Tree node with text: channel0
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185552739 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
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185552794 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {channel0} time=1185552797 data=null button=0 stateMask=0x0 x=143 y=92 count=0} to Tree node with text: channel0
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185552797 data=null doit=true} to Tree node with text: channel0
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185552797 data=null} to Tree node with text: channel0
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185552797 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185552798 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
02:14:08 [2019-07-31T06:14:08.615Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185552800 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:14:08 [2019-07-31T06:14:08.871Z] DEBUG - matched MenuItem with text "Enable Event...", using matcher: with mnemonic 'Enable Event...'
02:14:08 [2019-07-31T06:14:08.871Z] DEBUG - Clicking on with mnemonic 'Enable Event...'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Clicked on with mnemonic 'Enable Event...'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185553295 data=null doit=true} to Shell with text {Enable Events}
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=1185553305 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=1185553316 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=1185553316 data=null doit=true} to (of type 'Tree')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=1185553316 data=null} to (of type 'Tree')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1185553317 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to (of type 'Tree')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185553317 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')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1185553318 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to (of type 'Tree')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Clicking on &Ok
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185553321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185553321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185553321 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185553321 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185553321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:09 [2019-07-31T06:14:09.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185553322 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185553322 data=null item=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')
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event...} time=1185552923 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...'
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Clicked on 
02:14:09 [2019-07-31T06:14:09.386Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:09 [2019-07-31T06:14:09.386Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:09 [2019-07-31T06:14:09.386Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:09 [2019-07-31T06:14:09.386Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again.
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185553626 data=null doit=true} to Tree node with text: channel0
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185553626 data=null} to Tree node with text: channel0
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185553626 data=null button=1 stateMask=0x0 x=127 y=92 count=1} to Tree node with text: channel0
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185553626 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
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185553627 data=null button=1 stateMask=0x80000 x=127 y=92 count=1} to Tree node with text: channel0
02:14:09 [2019-07-31T06:14:09.386Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:09 [2019-07-31T06:14:09.386Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185553629 data=null button=0 stateMask=0x0 x=96 y=8 count=0} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185553629 data=null doit=true} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185553629 data=null} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185553629 data=null button=1 stateMask=0x0 x=96 y=8 count=1} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185553629 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
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185553683 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185553685 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185553685 data=null doit=true} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185553685 data=null} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185553686 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185553686 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
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185553687 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start'
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - Clicking on with mnemonic 'Start'
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1185553809 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start'
02:14:09 [2019-07-31T06:14:09.644Z] DEBUG - Clicked on with mnemonic 'Start'
02:14:09 [2019-07-31T06:14:09.901Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:09 [2019-07-31T06:14:09.901Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185553913 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185553913 data=null doit=true} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185553913 data=null} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185553914 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185553914 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
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185553917 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185553918 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185553918 data=null doit=true} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185553918 data=null} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185553918 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185553919 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
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185553920 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop'
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Clicking on with mnemonic 'Stop'
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1185554080 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop'
02:14:09 [2019-07-31T06:14:09.901Z] DEBUG - Clicked on with mnemonic 'Stop'
02:14:10 [2019-07-31T06:14:10.157Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:10 [2019-07-31T06:14:10.157Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185554184 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185554184 data=null doit=true} to Tree node with text: mysession
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185554184 data=null} to Tree node with text: mysession
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185554185 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185554185 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
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185554188 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185554314 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185554314 data=null doit=true} to Tree node with text: mysession
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185554315 data=null} to Tree node with text: mysession
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185554315 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185554315 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
02:14:10 [2019-07-31T06:14:10.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185554317 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:10 [2019-07-31T06:14:10.414Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...'
02:14:10 [2019-07-31T06:14:10.414Z] DEBUG - Clicking on with mnemonic 'Import...'
02:14:10 [2019-07-31T06:14:10.977Z] DEBUG - Clicked on with mnemonic 'Import...'
02:14:11 [2019-07-31T06:14:11.233Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces'
02:14:11 [2019-07-31T06:14:11.233Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1185555418 data=null doit=true} to Shell with text {Fetch Remote Traces}
02:14:11 [2019-07-31T06:14:11.233Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
02:14:11 [2019-07-31T06:14:11.233Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
02:14:11 [2019-07-31T06:14:11.233Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button'
02:14:11 [2019-07-31T06:14:11.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:11 [2019-07-31T06:14:11.233Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
02:14:11 [2019-07-31T06:14:11.233Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
02:14:11 [2019-07-31T06:14:11.233Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:14:11 [2019-07-31T06:14:11.233Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:14:11 [2019-07-31T06:14:11.797Z] DEBUG - Clicking on Cancel
02:14:11 [2019-07-31T06:14:11.797Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1185555922 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')
02:14:11 [2019-07-31T06:14:11.797Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1185555922 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')
02:14:11 [2019-07-31T06:14:11.797Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1185555922 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:14:11 [2019-07-31T06:14:11.797Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1185555922 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:14:11 [2019-07-31T06:14:11.797Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1185555922 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')
02:14:11 [2019-07-31T06:14:11.797Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1185555922 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')
02:14:11 [2019-07-31T06:14:11.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1185555922 data=null item=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')
02:14:11 [2019-07-31T06:14:11.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1185554482 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:14:12 [2019-07-31T06:14:12.054Z] DEBUG - Clicked on 
02:14:12 [2019-07-31T06:14:12.054Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:12 [2019-07-31T06:14:12.054Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185556116 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:12 [2019-07-31T06:14:12.054Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185556117 data=null doit=true} to Tree node with text: mysession
02:14:12 [2019-07-31T06:14:12.054Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185556117 data=null} to Tree node with text: mysession
02:14:12 [2019-07-31T06:14:12.054Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185556117 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:12 [2019-07-31T06:14:12.054Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185556118 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
02:14:12 [2019-07-31T06:14:12.054Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185556119 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:12 [2019-07-31T06:14:12.311Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...'
02:14:12 [2019-07-31T06:14:12.311Z] DEBUG - Clicking on with mnemonic 'Import...'
02:14:12 [2019-07-31T06:14:12.568Z] DEBUG - Clicked on with mnemonic 'Import...'
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces'
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1185556897 data=null doit=true} to Shell with text {Fetch Remote Traces}
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button'
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - Clicking on &Finish
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1185556899 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')
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1185556899 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')
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1185556899 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1185556899 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1185556900 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')
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1185556900 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')
02:14:12 [2019-07-31T06:14:12.825Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:12 [2019-07-31T06:14:12.825Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:12 [2019-07-31T06:14:12.825Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:12 [2019-07-31T06:14:12.825Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:12 [2019-07-31T06:14:12.825Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:12 [2019-07-31T06:14:12.825Z] DEBUG - Clicked on &Finish
02:14:14 [2019-07-31T06:14:14.719Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1185556900 data=null item=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')
02:14:14 [2019-07-31T06:14:14.719Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1185556329 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:14:14 [2019-07-31T06:14:14.976Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:14 [2019-07-31T06:14:14.976Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185559032 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185559032 data=null doit=true} to Tree node with text: mysession
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185559032 data=null} to Tree node with text: mysession
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185559033 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185559033 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
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185559035 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185559122 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185559123 data=null doit=true} to Tree node with text: mysession
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185559123 data=null} to Tree node with text: mysession
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185559123 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185559123 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
02:14:14 [2019-07-31T06:14:14.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185559182 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:15 [2019-07-31T06:14:15.233Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...'
02:14:15 [2019-07-31T06:14:15.233Z] DEBUG - Clicking on with mnemonic 'Import...'
02:14:15 [2019-07-31T06:14:15.490Z] DEBUG - Clicked on with mnemonic 'Import...'
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces'
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1185559929 data=null doit=true} to Shell with text {Fetch Remote Traces}
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button'
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - Clicking on Cancel
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1185559932 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')
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1185559932 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')
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1185559993 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1185559994 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1185559994 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')
02:14:15 [2019-07-31T06:14:15.748Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1185559994 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')
02:14:16 [2019-07-31T06:14:16.006Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1185559994 data=null item=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')
02:14:16 [2019-07-31T06:14:16.006Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1185559332 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:14:16 [2019-07-31T06:14:16.006Z] DEBUG - Clicked on 
02:14:16 [2019-07-31T06:14:16.006Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:16 [2019-07-31T06:14:16.006Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185560194 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:16 [2019-07-31T06:14:16.006Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185560194 data=null doit=true} to Tree node with text: mysession
02:14:16 [2019-07-31T06:14:16.006Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185560194 data=null} to Tree node with text: mysession
02:14:16 [2019-07-31T06:14:16.006Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185560195 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:16 [2019-07-31T06:14:16.006Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185560195 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
02:14:16 [2019-07-31T06:14:16.006Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185560196 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Clicking on with mnemonic 'Import...'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Clicked on with mnemonic 'Import...'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1185560720 data=null doit=true} to Shell with text {Fetch Remote Traces}
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "Create Experiment", using matcher: with style 'SWT.CHECK'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "Create Experiment", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Toggling state on Button {Create Experiment}. Setting state to selected
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create Experiment} time=1185560722 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=1185560723 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create Experiment} time=1185560723 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create Experiment} time=1185560723 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create Experiment} time=1185560723 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create Experiment} time=1185560723 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create Experiment} time=1185560723 data=null 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')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create Experiment} time=1185560726 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=1185560726 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create Experiment} time=1185560726 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create Experiment} time=1185560726 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create Experiment} time=1185560736 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Clicking on &Finish
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1185560738 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')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1185560738 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')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1185560738 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1185560738 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1185560738 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')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1185560739 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')
02:14:16 [2019-07-31T06:14:16.629Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:16 [2019-07-31T06:14:16.629Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:16 [2019-07-31T06:14:16.629Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:16 [2019-07-31T06:14:16.629Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:16 [2019-07-31T06:14:16.629Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:16 [2019-07-31T06:14:16.629Z] DEBUG - Clicked on &Finish
02:14:17 [2019-07-31T06:14:17.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1185560739 data=null item=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')
02:14:17 [2019-07-31T06:14:17.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1185560317 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:14:17 [2019-07-31T06:14:17.759Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:17 [2019-07-31T06:14:17.759Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185561829 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185561829 data=null doit=true} to Tree node with text: mysession
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185561829 data=null} to Tree node with text: mysession
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185561830 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185561830 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
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185561831 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185561880 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185561880 data=null doit=true} to Tree node with text: mysession
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185561881 data=null} to Tree node with text: mysession
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185561881 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185561881 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
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185561883 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...'
02:14:17 [2019-07-31T06:14:17.759Z] DEBUG - Clicking on with mnemonic 'Import...'
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - Clicked on with mnemonic 'Import...'
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces'
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1185562426 data=null doit=true} to Shell with text {Fetch Remote Traces}
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button'
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - Clicking on Cancel
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1185562477 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')
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1185562494 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')
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1185562495 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1185562495 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1185562495 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')
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1185562496 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')
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1185562496 data=null item=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')
02:14:18 [2019-07-31T06:14:18.322Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1185561998 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:14:18 [2019-07-31T06:14:18.579Z] DEBUG - Clicked on 
02:14:18 [2019-07-31T06:14:18.579Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:18 [2019-07-31T06:14:18.579Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185562621 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:18 [2019-07-31T06:14:18.579Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185562621 data=null doit=true} to Tree node with text: mysession
02:14:18 [2019-07-31T06:14:18.579Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185562621 data=null} to Tree node with text: mysession
02:14:18 [2019-07-31T06:14:18.579Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185562621 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:18 [2019-07-31T06:14:18.579Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185562622 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
02:14:18 [2019-07-31T06:14:18.579Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185562623 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:18 [2019-07-31T06:14:18.579Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...'
02:14:18 [2019-07-31T06:14:18.579Z] DEBUG - Clicking on with mnemonic 'Import...'
02:14:18 [2019-07-31T06:14:18.836Z] DEBUG - Clicked on with mnemonic 'Import...'
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces'
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1185563215 data=null doit=true} to Shell with text {Fetch Remote Traces}
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - matched Button with text "Create Experiment", using matcher: with style 'SWT.CHECK'
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - matched Button with text "Create Experiment", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - Toggling state on Button {Create Experiment}. Setting state to selected
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create Experiment} time=1185563217 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=1185563217 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create Experiment} time=1185563217 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create Experiment} time=1185563217 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create Experiment} time=1185563218 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create Experiment} time=1185563218 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.093Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create Experiment} time=1185563218 data=null 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')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create Experiment} time=1185563236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=1185563236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create Experiment} time=1185563237 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create Experiment} time=1185563237 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create Experiment} time=1185563237 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Text with text "mysession-20151201-2...", using matcher: of type 'Text'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Group with text "Options", using matcher: with mnemonic 'Options'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Text with text "mysession-20151201-2...", using matcher: in group (with mnemonic 'Options')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Text with text "mysession-20151201-2...", using matcher: (of type 'Text' and in group (with mnemonic 'Options'))
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Text with text " Experiment "mysessi...", using matcher: of type 'Text'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Clicking on &Finish
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1185563303 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')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1185563303 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')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1185563303 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1185563303 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1185563303 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')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1185563303 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')
02:14:19 [2019-07-31T06:14:19.094Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:19 [2019-07-31T06:14:19.094Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:19 [2019-07-31T06:14:19.094Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:19 [2019-07-31T06:14:19.094Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:19 [2019-07-31T06:14:19.094Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:14:19 [2019-07-31T06:14:19.094Z] DEBUG - Clicked on &Finish
02:14:19 [2019-07-31T06:14:19.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1185563303 data=null item=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')
02:14:19 [2019-07-31T06:14:19.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1185562793 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:14:20 [2019-07-31T06:14:20.220Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:20 [2019-07-31T06:14:20.220Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185564361 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185564361 data=null doit=true} to Tree node with text: mysession
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185564362 data=null} to Tree node with text: mysession
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185564362 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185564362 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
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185564364 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185564364 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185564364 data=null doit=true} to Tree node with text: mysession
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185564364 data=null} to Tree node with text: mysession
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185564365 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185564365 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
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185564366 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...'
02:14:20 [2019-07-31T06:14:20.220Z] DEBUG - Clicking on with mnemonic 'Destroy Session...'
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Clicked on with mnemonic 'Destroy Session...'
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation'
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1185564578 data=null doit=true} to Shell with text {Destroy Confirmation}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Clicking on OK
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185564579 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185564580 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185564580 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185564580 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185564580 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185564580 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185564580 data=null item=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')
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1185564447 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...'
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Clicked on 
02:14:20 [2019-07-31T06:14:20.476Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185564668 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185564668 data=null doit=true} to TreeItem with text {myNode}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185564669 data=null} to TreeItem with text {myNode}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185564669 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185564693 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}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185564696 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185564697 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185564697 data=null doit=true} to TreeItem with text {myNode}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185564698 data=null} to TreeItem with text {myNode}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185564698 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185564698 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}
02:14:20 [2019-07-31T06:14:20.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185564699 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:14:20 [2019-07-31T06:14:20.733Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect'
02:14:20 [2019-07-31T06:14:20.733Z] DEBUG - Clicking on with mnemonic 'Disconnect'
02:14:20 [2019-07-31T06:14:20.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1185564810 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect'
02:14:20 [2019-07-31T06:14:20.733Z] DEBUG - Clicked on with mnemonic 'Disconnect'
02:14:20 [2019-07-31T06:14:20.733Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1185564916 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:14:20 [2019-07-31T06:14:20.733Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:14:20 [2019-07-31T06:14:20.733Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:20 [2019-07-31T06:14:20.733Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:20 [2019-07-31T06:14:20.990Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:20 [2019-07-31T06:14:20.990Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Remote} time=1185564988 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {Remote}
02:14:20 [2019-07-31T06:14:20.990Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Remote} time=1185564988 data=null doit=true} to TreeItem with text {Remote}
02:14:20 [2019-07-31T06:14:20.990Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Remote} time=1185564988 data=null} to TreeItem with text {Remote}
02:14:20 [2019-07-31T06:14:20.990Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Remote} time=1185564988 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {Remote}
02:14:20 [2019-07-31T06:14:20.990Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185564989 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}
02:14:20 [2019-07-31T06:14:20.990Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Remote} time=1185565109 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {Remote}
02:14:20 [2019-07-31T06:14:20.990Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:14:20 [2019-07-31T06:14:20.990Z] DEBUG - Clicking on with mnemonic 'Delete'
02:14:21 [2019-07-31T06:14:21.247Z] DEBUG - Clicked on with mnemonic 'Delete'
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566305 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566306 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566306 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566306 data=null 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')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566307 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566307 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566307 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185566307 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:14:22 [2019-07-31T06:14:22.175Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - Clicking on OK
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185566309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185566309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185566309 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185566309 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185566310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185566310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:22 [2019-07-31T06:14:22.176Z] DEBUG - Clicked on OK
02:14:22 [2019-07-31T06:14:22.432Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185566310 data=null item=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')
02:14:22 [2019-07-31T06:14:22.432Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185565229 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:14:22 [2019-07-31T06:14:22.689Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.9 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewTest
02:14:22 [2019-07-31T06:14:22.689Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewTest)  Time elapsed: 18.43 s
02:14:22 [2019-07-31T06:14:22.689Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185567389 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185567389 data=null doit=true} to TreeItem with text {myNode}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185567389 data=null} to TreeItem with text {myNode}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185567390 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185567390 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}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185567393 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185567394 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185567394 data=null doit=true} to TreeItem with text {myNode}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185567394 data=null} to TreeItem with text {myNode}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185567394 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185567394 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}
02:14:23 [2019-07-31T06:14:23.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185567395 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:23 [2019-07-31T06:14:23.512Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect'
02:14:23 [2019-07-31T06:14:23.512Z] DEBUG - Clicking on with mnemonic 'Connect'
02:14:23 [2019-07-31T06:14:23.513Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1185567523 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect'
02:14:23 [2019-07-31T06:14:23.513Z] DEBUG - Clicked on with mnemonic 'Connect'
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185568089 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185568089 data=null doit=true} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185568089 data=null} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185568089 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185568090 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
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185568091 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185568092 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185568092 data=null doit=true} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185568092 data=null} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185568093 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185568093 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
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185568094 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...'
02:14:24 [2019-07-31T06:14:24.075Z] DEBUG - Clicking on with mnemonic 'Create Session...'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Clicked on with mnemonic 'Create Session...'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1185568389 data=null doit=true} to Shell with text {Create Session}
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Text with text " 
02:14:24 [2019-07-31T06:14:24.332Z]  ", using matcher: of type 'Text'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Text with text " 
02:14:24 [2019-07-31T06:14:24.332Z]  ", using matcher: with label (with mnemonic 'Session Name')
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Text with text " 
02:14:24 [2019-07-31T06:14:24.332Z]  ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Clicking on &Ok
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185568394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185568395 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185568395 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185568395 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185568405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185568406 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185568406 data=null item=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')
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1185568195 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...'
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Clicked on 
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185568557 data=null doit=true} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185568557 data=null} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185568557 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185568558 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
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185568558 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions
02:14:24 [2019-07-31T06:14:24.332Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:24 [2019-07-31T06:14:24.332Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:24 [2019-07-31T06:14:24.332Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:24 [2019-07-31T06:14:24.332Z] WARN - Tree item Tree node with text: Provider is already expanded. Won't expand it again.
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Kernel} time=1185568570 data=null doit=true} to Tree node with text: Kernel
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Kernel} time=1185568570 data=null} to Tree node with text: Kernel
02:14:24 [2019-07-31T06:14:24.332Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Kernel} time=1185568570 data=null button=1 stateMask=0x0 x=98 y=8 count=1} to Tree node with text: Kernel
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185568571 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
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Kernel} time=1185568794 data=null button=1 stateMask=0x80000 x=98 y=8 count=1} to Tree node with text: Kernel
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sched_switch} time=1185568799 data=null button=0 stateMask=0x0 x=138 y=2717 count=0} to Tree node with text: sched_switch
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sched_switch} time=1185568799 data=null doit=true} to Tree node with text: sched_switch
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sched_switch} time=1185568800 data=null} to Tree node with text: sched_switch
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sched_switch} time=1185568800 data=null button=1 stateMask=0x0 x=138 y=2717 count=1} to Tree node with text: sched_switch
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185568800 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
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sched_switch} time=1185568805 data=null button=1 stateMask=0x80000 x=138 y=2717 count=1} to Tree node with text: sched_switch
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sched_switch} time=1185568806 data=null button=0 stateMask=0x0 x=138 y=2717 count=0} to Tree node with text: sched_switch
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sched_switch} time=1185568806 data=null doit=true} to Tree node with text: sched_switch
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sched_switch} time=1185568806 data=null} to Tree node with text: sched_switch
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sched_switch} time=1185568807 data=null button=1 stateMask=0x0 x=138 y=2717 count=1} to Tree node with text: sched_switch
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185568807 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
02:14:24 [2019-07-31T06:14:24.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sched_switch} time=1185568808 data=null button=1 stateMask=0x80000 x=138 y=2717 count=1} to Tree node with text: sched_switch
02:14:24 [2019-07-31T06:14:24.845Z] DEBUG - matched MenuItem with text "Enable Event...", using matcher: with mnemonic 'Enable Event...'
02:14:24 [2019-07-31T06:14:24.845Z] DEBUG - Clicking on with mnemonic 'Enable Event...'
02:14:24 [2019-07-31T06:14:24.845Z] DEBUG - Clicked on with mnemonic 'Enable Event...'
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185569117 data=null doit=true} to Shell with text {Enable Events}
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo'
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched Group with text "Session List", using matcher: with mnemonic 'Session List'
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Session List')
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Session List'))
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo'
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to mysession
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=1185569119 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'))
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to mysession
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched Group with text "Filter Expression", using matcher: with mnemonic 'Filter Expression'
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Filter Expression')
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Filter Expression'))
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Clicking on &Ok
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185569135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185569135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185569135 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185569135 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185569135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185569135 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185569136 data=null item=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')
02:14:25 [2019-07-31T06:14:25.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event...} time=1185568896 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...'
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Clicked on 
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185569622 data=null doit=true} to Tree node with text: channel0
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185569622 data=null} to Tree node with text: channel0
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185569622 data=null button=1 stateMask=0x0 x=143 y=9440 count=1} to Tree node with text: channel0
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185569623 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
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185569623 data=null button=1 stateMask=0x80000 x=143 y=9440 count=1} to Tree node with text: channel0
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185569625 data=null button=0 stateMask=0x0 x=112 y=9398 count=0} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185569625 data=null doit=true} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185569625 data=null} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185569626 data=null button=1 stateMask=0x0 x=112 y=9398 count=1} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185569626 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
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185569633 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185569634 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185569634 data=null doit=true} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185569634 data=null} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185569635 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185569635 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
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185569636 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start'
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Clicking on with mnemonic 'Start'
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1185569713 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start'
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Clicked on with mnemonic 'Start'
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185569893 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185569893 data=null doit=true} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185569894 data=null} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185569894 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185569894 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
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185569901 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185569903 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185569903 data=null doit=true} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185569903 data=null} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185569903 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185569904 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
02:14:25 [2019-07-31T06:14:25.665Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185569906 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession
02:14:25 [2019-07-31T06:14:25.922Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop'
02:14:25 [2019-07-31T06:14:25.922Z] DEBUG - Clicking on with mnemonic 'Stop'
02:14:25 [2019-07-31T06:14:25.922Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1185570020 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop'
02:14:25 [2019-07-31T06:14:25.922Z] DEBUG - Clicked on with mnemonic 'Stop'
02:14:26 [2019-07-31T06:14:26.179Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:26 [2019-07-31T06:14:26.179Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185570200 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185570200 data=null doit=true} to Tree node with text: mysession
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185570200 data=null} to Tree node with text: mysession
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185570201 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185570201 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
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185570203 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185570204 data=null button=0 stateMask=0x0 x=112 y=29 count=0} to Tree node with text: mysession
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185570204 data=null doit=true} to Tree node with text: mysession
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185570204 data=null} to Tree node with text: mysession
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185570205 data=null button=1 stateMask=0x0 x=112 y=29 count=1} to Tree node with text: mysession
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185570205 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
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185570207 data=null button=1 stateMask=0x80000 x=112 y=29 count=1} to Tree node with text: mysession
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...'
02:14:26 [2019-07-31T06:14:26.179Z] DEBUG - Clicking on with mnemonic 'Destroy Session...'
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - Clicked on with mnemonic 'Destroy Session...'
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation'
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1185570530 data=null doit=true} to Shell with text {Destroy Confirmation}
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - Clicking on OK
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185570531 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185570531 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185570531 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185570532 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185570532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185570587 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185570587 data=null item=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')
02:14:26 [2019-07-31T06:14:26.436Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1185570320 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...'
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Clicked on 
02:14:26 [2019-07-31T06:14:26.693Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185570837 data=null button=0 stateMask=0x0 x=69 y=-12025 count=0} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185570838 data=null doit=true} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185570838 data=null} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185570838 data=null button=1 stateMask=0x0 x=69 y=-12025 count=1} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185570838 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}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185570845 data=null button=1 stateMask=0x80000 x=69 y=-9150 count=1} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185570846 data=null button=0 stateMask=0x0 x=69 y=-9150 count=0} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185570846 data=null doit=true} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185570846 data=null} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185570847 data=null button=1 stateMask=0x0 x=69 y=-9150 count=1} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185570847 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}
02:14:26 [2019-07-31T06:14:26.693Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185570848 data=null button=1 stateMask=0x80000 x=69 y=-9150 count=1} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect'
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Clicking on with mnemonic 'Disconnect'
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1185570987 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect'
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Clicked on with mnemonic 'Disconnect'
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185571099 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185571099 data=null doit=true} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185571099 data=null} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185571099 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185571100 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}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185571110 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185571111 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185571112 data=null doit=true} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185571112 data=null} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185571112 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185571113 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}
02:14:26 [2019-07-31T06:14:26.952Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185571115 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:27 [2019-07-31T06:14:27.524Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect'
02:14:27 [2019-07-31T06:14:27.524Z] DEBUG - Clicking on with mnemonic 'Connect'
02:14:27 [2019-07-31T06:14:27.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1185571227 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect'
02:14:27 [2019-07-31T06:14:27.524Z] DEBUG - Clicked on with mnemonic 'Connect'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185571792 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185571792 data=null doit=true} to Tree node with text: Sessions
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185571793 data=null} to Tree node with text: Sessions
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185571793 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185571793 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
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185571795 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185571796 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185571796 data=null doit=true} to Tree node with text: Sessions
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185571796 data=null} to Tree node with text: Sessions
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185571796 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185571797 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
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185571797 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Clicking on with mnemonic 'Create Session...'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Clicked on with mnemonic 'Create Session...'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1185572070 data=null doit=true} to Shell with text {Create Session}
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Text with text " 
02:14:27 [2019-07-31T06:14:27.828Z]  ", using matcher: of type 'Text'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Text with text " 
02:14:27 [2019-07-31T06:14:27.828Z]  ", using matcher: with label (with mnemonic 'Session Name')
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Text with text " 
02:14:27 [2019-07-31T06:14:27.828Z]  ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Clicking on &Ok
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185572075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185572075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185572075 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185572075 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185572075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:27 [2019-07-31T06:14:27.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185572075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185572075 data=null item=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')
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1185571878 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...'
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Clicked on 
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185572215 data=null doit=true} to Tree node with text: Sessions
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185572215 data=null} to Tree node with text: Sessions
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185572215 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185572216 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
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185572225 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions
02:14:28 [2019-07-31T06:14:28.085Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.085Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.085Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.085Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185572228 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185572228 data=null doit=true} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185572228 data=null} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185572228 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185572228 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
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185572290 data=null button=1 stateMask=0x80000 x=112 y=99 count=1} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185572291 data=null button=0 stateMask=0x0 x=112 y=99 count=0} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185572291 data=null doit=true} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185572291 data=null} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185572291 data=null button=1 stateMask=0x0 x=112 y=99 count=1} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185572292 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
02:14:28 [2019-07-31T06:14:28.085Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185572293 data=null button=1 stateMask=0x80000 x=112 y=99 count=1} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185572578 data=null doit=true} to Shell with text {Enable Events}
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events')
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO'
02:14:28 [2019-07-31T06:14:28.343Z] 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')
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.343Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:14:28 [2019-07-31T06:14:28.600Z] 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')
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1185572607 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1185572607 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')
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1185572607 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')
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1185572608 data=null item=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')
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO')
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - Setting state to checked on: All
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:28 [2019-07-31T06:14:28.600Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Group with text "Filter Expression", using matcher: with mnemonic 'Filter Expression'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Filter Expression')
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Filter Expression'))
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - Clicking on &Ok
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185572707 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185572707 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185572707 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185572707 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185572707 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185572708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185572708 data=null item=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')
02:14:28 [2019-07-31T06:14:28.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185572365 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)...'
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Clicked on 
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185572871 data=null doit=true} to Tree node with text: channel0
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185572871 data=null} to Tree node with text: channel0
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185572871 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185572872 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
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185572872 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185572874 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185572874 data=null doit=true} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185572875 data=null} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185572875 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185572875 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
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185572876 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185572878 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185572878 data=null doit=true} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185572878 data=null} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185572879 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185572879 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
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185572880 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start'
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Clicking on with mnemonic 'Start'
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1185572961 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start'
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Clicked on with mnemonic 'Start'
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185573064 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185573064 data=null doit=true} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185573065 data=null} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185573065 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185573065 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
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185573067 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185573067 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185573068 data=null doit=true} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185573068 data=null} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185573068 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185573068 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
02:14:28 [2019-07-31T06:14:28.858Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185573069 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:29 [2019-07-31T06:14:29.115Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop'
02:14:29 [2019-07-31T06:14:29.115Z] DEBUG - Clicking on with mnemonic 'Stop'
02:14:29 [2019-07-31T06:14:29.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1185573137 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop'
02:14:29 [2019-07-31T06:14:29.115Z] DEBUG - Clicked on with mnemonic 'Stop'
02:14:29 [2019-07-31T06:14:29.115Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:29 [2019-07-31T06:14:29.115Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:29 [2019-07-31T06:14:29.115Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185573239 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185573239 data=null doit=true} to Tree node with text: mysession
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185573239 data=null} to Tree node with text: mysession
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185573240 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185573240 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
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185573242 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185573243 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185573243 data=null doit=true} to Tree node with text: mysession
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185573243 data=null} to Tree node with text: mysession
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185573243 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185573243 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
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185573244 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...'
02:14:29 [2019-07-31T06:14:29.116Z] DEBUG - Clicking on with mnemonic 'Destroy Session...'
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Clicked on with mnemonic 'Destroy Session...'
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation'
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1185573425 data=null doit=true} to Shell with text {Destroy Confirmation}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Clicking on OK
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185573432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185573432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185573432 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185573432 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185573432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185573432 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185573433 data=null item=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')
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1185573309 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...'
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Clicked on 
02:14:29 [2019-07-31T06:14:29.372Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185573561 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185573561 data=null doit=true} to TreeItem with text {myNode}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185573561 data=null} to TreeItem with text {myNode}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185573561 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185573562 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}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185573573 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185573573 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185573574 data=null doit=true} to TreeItem with text {myNode}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185573574 data=null} to TreeItem with text {myNode}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185573585 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185573591 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}
02:14:29 [2019-07-31T06:14:29.372Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185573592 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:29 [2019-07-31T06:14:29.629Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect'
02:14:29 [2019-07-31T06:14:29.629Z] DEBUG - Clicking on with mnemonic 'Disconnect'
02:14:29 [2019-07-31T06:14:29.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1185573686 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect'
02:14:29 [2019-07-31T06:14:29.629Z] DEBUG - Clicked on with mnemonic 'Disconnect'
02:14:29 [2019-07-31T06:14:29.629Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.945 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest
02:14:29 [2019-07-31T06:14:29.629Z] testTraceSessionTreeKernelProvider(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest)  Time elapsed: 3.882 s
02:14:29 [2019-07-31T06:14:29.629Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest)  Time elapsed: 2.699 s
02:14:29 [2019-07-31T06:14:29.629Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewAllEventsTest
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185574426 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185574426 data=null doit=true} to TreeItem with text {myNode}
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185574426 data=null} to TreeItem with text {myNode}
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185574426 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185574432 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}
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185574434 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185574435 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185574435 data=null doit=true} to TreeItem with text {myNode}
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185574435 data=null} to TreeItem with text {myNode}
02:14:30 [2019-07-31T06:14:30.192Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185574436 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:30 [2019-07-31T06:14:30.449Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185574436 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}
02:14:30 [2019-07-31T06:14:30.449Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185574485 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:30 [2019-07-31T06:14:30.449Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect'
02:14:30 [2019-07-31T06:14:30.449Z] DEBUG - Clicking on with mnemonic 'Connect'
02:14:30 [2019-07-31T06:14:30.449Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1185574609 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect'
02:14:30 [2019-07-31T06:14:30.449Z] DEBUG - Clicked on with mnemonic 'Connect'
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185575125 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185575125 data=null doit=true} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185575125 data=null} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185575125 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185575125 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
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185575127 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185575128 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185575128 data=null doit=true} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185575128 data=null} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185575128 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185575128 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
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185575129 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...'
02:14:31 [2019-07-31T06:14:31.013Z] DEBUG - Clicking on with mnemonic 'Create Session...'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - Clicked on with mnemonic 'Create Session...'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1185575353 data=null doit=true} to Shell with text {Create Session}
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name')
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Text with text " 
02:14:31 [2019-07-31T06:14:31.270Z]  ", using matcher: of type 'Text'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Text with text " 
02:14:31 [2019-07-31T06:14:31.270Z]  ", using matcher: with label (with mnemonic 'Session Name')
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Text with text " 
02:14:31 [2019-07-31T06:14:31.270Z]  ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name'))
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - Clicking on &Ok
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185575395 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185575410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185575410 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185575410 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185575410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185575410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185575411 data=null item=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')
02:14:31 [2019-07-31T06:14:31.270Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1185575196 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...'
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Clicked on 
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185575595 data=null doit=true} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185575595 data=null} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185575596 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185575610 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
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185575611 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions
02:14:31 [2019-07-31T06:14:31.528Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:31 [2019-07-31T06:14:31.528Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:31 [2019-07-31T06:14:31.528Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:31 [2019-07-31T06:14:31.528Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185575621 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185575621 data=null doit=true} to Tree node with text: mysession
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185575621 data=null} to Tree node with text: mysession
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185575622 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185575622 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
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185575625 data=null button=1 stateMask=0x80000 x=112 y=113 count=1} to Tree node with text: mysession
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185575626 data=null button=0 stateMask=0x0 x=112 y=113 count=0} to Tree node with text: mysession
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185575626 data=null doit=true} to Tree node with text: mysession
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185575626 data=null} to Tree node with text: mysession
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185575626 data=null button=1 stateMask=0x0 x=112 y=113 count=1} to Tree node with text: mysession
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185575626 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
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185575628 data=null button=1 stateMask=0x80000 x=112 y=113 count=1} to Tree node with text: mysession
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...'
02:14:31 [2019-07-31T06:14:31.528Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...'
02:14:31 [2019-07-31T06:14:31.785Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1185576095 data=null doit=true} to Shell with text {Enable Events}
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Group with text "All Tracepoint Event...", using matcher: with mnemonic 'All Tracepoint Events and Syscalls'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'All Tracepoint Events and Syscalls')
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO'
02:14:32 [2019-07-31T06:14:32.042Z] 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')
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select'
02:14:32 [2019-07-31T06:14:32.042Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] 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.
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH'
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - Clicking on &Ok
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1185576116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1185576116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1185576116 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1185576116 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1185576116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1185576117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH')
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1185576117 data=null item=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')
02:14:32 [2019-07-31T06:14:32.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1185575725 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)...'
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Clicked on 
02:14:32 [2019-07-31T06:14:32.300Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.300Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.300Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.300Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.300Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.300Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.300Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.300Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1185576401 data=null doit=true} to Tree node with text: channel0
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1185576402 data=null} to Tree node with text: channel0
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1185576402 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1185576402 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
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1185576403 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0
02:14:32 [2019-07-31T06:14:32.300Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.300Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185576405 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185576405 data=null doit=true} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185576405 data=null} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185576406 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185576406 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
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185576416 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185576417 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185576418 data=null doit=true} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185576418 data=null} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185576418 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185576418 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
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185576420 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.300Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start'
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Clicking on with mnemonic 'Start'
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1185576578 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start'
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Clicked on with mnemonic 'Start'
02:14:32 [2019-07-31T06:14:32.557Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.557Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185576682 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185576683 data=null doit=true} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185576683 data=null} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185576683 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185576684 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
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185576691 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185576693 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185576693 data=null doit=true} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185576693 data=null} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185576694 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185576694 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
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185576696 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop'
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Clicking on with mnemonic 'Stop'
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1185576783 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop'
02:14:32 [2019-07-31T06:14:32.557Z] DEBUG - Clicked on with mnemonic 'Stop'
02:14:32 [2019-07-31T06:14:32.814Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.814Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185576886 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185576887 data=null doit=true} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185576887 data=null} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185576887 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185576888 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
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185576889 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1185576894 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1185576894 data=null doit=true} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1185576895 data=null} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1185576895 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185576895 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
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1185576897 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...'
02:14:32 [2019-07-31T06:14:32.814Z] DEBUG - Clicking on with mnemonic 'Destroy Session...'
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Clicked on with mnemonic 'Destroy Session...'
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation'
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1185577099 data=null doit=true} to Shell with text {Destroy Confirmation}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Clicking on OK
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185577113 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185577113 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185577113 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185577113 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185577113 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185577113 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185577114 data=null item=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')
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1185576965 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...'
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Clicked on 
02:14:33 [2019-07-31T06:14:33.070Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185577221 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185577222 data=null doit=true} to TreeItem with text {myNode}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185577222 data=null} to TreeItem with text {myNode}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185577222 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185577222 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}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185577225 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185577226 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185577226 data=null doit=true} to TreeItem with text {myNode}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185577226 data=null} to TreeItem with text {myNode}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185577226 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185577226 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}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185577227 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode}
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect'
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Clicking on with mnemonic 'Disconnect'
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1185577318 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect'
02:14:33 [2019-07-31T06:14:33.070Z] DEBUG - Clicked on with mnemonic 'Disconnect'
02:14:33 [2019-07-31T06:14:33.327Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.624 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewAllEventsTest
02:14:33 [2019-07-31T06:14:33.327Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewAllEventsTest)  Time elapsed: 3.317 s
02:14:33 [2019-07-31T06:14:33.327Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewProfileTest
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"'
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185578219 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185578219 data=null doit=true} to TreeItem with text {myNode}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185578219 data=null} to TreeItem with text {myNode}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185578220 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185578220 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}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185578223 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185578224 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185578224 data=null doit=true} to TreeItem with text {myNode}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185578224 data=null} to TreeItem with text {myNode}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185578224 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185578224 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}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185578225 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect'
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Clicking on with mnemonic 'Connect'
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1185578329 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect'
02:14:34 [2019-07-31T06:14:34.258Z] DEBUG - Clicked on with mnemonic 'Connect'
02:14:34 [2019-07-31T06:14:34.822Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:34 [2019-07-31T06:14:34.822Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {390277061905396} time=1185578847 data=null button=0 stateMask=0x0 x=138 y=158 count=0} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {390277061905396} time=1185578848 data=null doit=true} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {390277061905396} time=1185578848 data=null} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {390277061905396} time=1185578848 data=null button=1 stateMask=0x0 x=138 y=158 count=1} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185578848 data=null item=TreeItem {390277061905396} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {390277061905396} time=1185578852 data=null button=1 stateMask=0x80000 x=138 y=158 count=1} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {390277061905396} time=1185578852 data=null button=0 stateMask=0x0 x=138 y=158 count=0} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {390277061905396} time=1185578852 data=null doit=true} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {390277061905396} time=1185578852 data=null} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {390277061905396} time=1185578853 data=null button=1 stateMask=0x0 x=138 y=158 count=1} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185578853 data=null item=TreeItem {390277061905396} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {390277061905396} time=1185578854 data=null button=1 stateMask=0x80000 x=138 y=158 count=1} to Tree node with text: 390277061905396
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - matched MenuItem with text "Save...", using matcher: with mnemonic 'Save...'
02:14:34 [2019-07-31T06:14:34.822Z] DEBUG - Clicking on with mnemonic 'Save...'
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - Clicked on with mnemonic 'Save...'
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - matched Shell with text "Save Sessions", using matcher: with text 'Save Sessions'
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Save Sessions} time=1185579194 data=null doit=true} to Shell with text {Save Sessions}
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - matched Button with text "force", using matcher: of type 'Button'
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - Clicking on OK
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185579195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185579195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185579195 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185579195 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185579204 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185579204 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185579205 data=null item=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')
02:14:35 [2019-07-31T06:14:35.079Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Save...} time=1185578926 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Save...'
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Clicked on 
02:14:35 [2019-07-31T06:14:35.336Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:35 [2019-07-31T06:14:35.336Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {390277061905396} time=1185579391 data=null button=0 stateMask=0x0 x=138 y=92 count=0} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {390277061905396} time=1185579391 data=null doit=true} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {390277061905396} time=1185579392 data=null} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {390277061905396} time=1185579392 data=null button=1 stateMask=0x0 x=138 y=92 count=1} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185579392 data=null item=TreeItem {390277061905396} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {390277061905396} time=1185579394 data=null button=1 stateMask=0x80000 x=138 y=92 count=1} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {390277061905396} time=1185579395 data=null button=0 stateMask=0x0 x=138 y=92 count=0} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {390277061905396} time=1185579395 data=null doit=true} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {390277061905396} time=1185579395 data=null} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {390277061905396} time=1185579396 data=null button=1 stateMask=0x0 x=138 y=92 count=1} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185579406 data=null item=TreeItem {390277061905396} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {390277061905396} time=1185579408 data=null button=1 stateMask=0x80000 x=138 y=92 count=1} to Tree node with text: 390277061905396
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...'
02:14:35 [2019-07-31T06:14:35.336Z] DEBUG - Clicking on with mnemonic 'Destroy Session...'
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - Clicked on with mnemonic 'Destroy Session...'
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation'
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1185579728 data=null doit=true} to Shell with text {Destroy Confirmation}
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - Clicking on OK
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185579729 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185579730 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185579730 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185579730 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185579730 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185579730 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185579730 data=null item=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')
02:14:35 [2019-07-31T06:14:35.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1185579522 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...'
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Clicked on 
02:14:35 [2019-07-31T06:14:35.849Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185579920 data=null button=0 stateMask=0x0 x=73 y=92 count=0} to Tree node with text: Sessions
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185579920 data=null doit=true} to Tree node with text: Sessions
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185579920 data=null} to Tree node with text: Sessions
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185579921 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185579921 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
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185579989 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1185579990 data=null button=0 stateMask=0x0 x=89 y=92 count=0} to Tree node with text: Sessions
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1185579991 data=null doit=true} to Tree node with text: Sessions
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1185579991 data=null} to Tree node with text: Sessions
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1185579991 data=null button=1 stateMask=0x0 x=89 y=92 count=1} to Tree node with text: Sessions
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185579991 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
02:14:35 [2019-07-31T06:14:35.849Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1185579993 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions
02:14:36 [2019-07-31T06:14:36.106Z] DEBUG - matched MenuItem with text "Load...", using matcher: with mnemonic 'Load...'
02:14:36 [2019-07-31T06:14:36.106Z] DEBUG - Clicking on with mnemonic 'Load...'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Clicked on with mnemonic 'Load...'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Shell with text "Load Sessions", using matcher: with text 'Load Sessions'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Load Sessions} time=1185580434 data=null doit=true} to Shell with text {Load Sessions}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "Local", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "Remote", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "Remote", using matcher: with mnemonic 'Remote'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "Remote", using matcher: with style 'SWT.RADIO'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "Remote", using matcher: (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "force", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "&Manage...", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Local} time=1185580490 data=null doit=true} to Button with text {Local}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Local} time=1185580491 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}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Remote} time=1185580492 data=null doit=true} to (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Remote} time=1185580492 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')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Remote} time=1185580492 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')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Remote} time=1185580492 data=null item=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')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {390277061905396.lttng} time=1185580602 data=null button=0 stateMask=0x0 x=119 y=11 count=0} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {390277061905396.lttng} time=1185580602 data=null doit=true} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {390277061905396.lttng} time=1185580602 data=null} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {390277061905396.lttng} time=1185580603 data=null button=1 stateMask=0x0 x=119 y=11 count=1} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185580603 data=null item=TreeItem {390277061905396.lttng} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {390277061905396.lttng} time=1185580603 data=null button=1 stateMask=0x80000 x=119 y=11 count=1} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Clicking on TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {390277061905396.lttng} time=1185580604 data=null button=0 stateMask=0x0 x=119 y=11 count=0} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {390277061905396.lttng} time=1185580604 data=null doit=true} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {390277061905396.lttng} time=1185580604 data=null} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {390277061905396.lttng} time=1185580604 data=null button=1 stateMask=0x0 x=119 y=11 count=1} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185580605 data=null item=TreeItem {390277061905396.lttng} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {390277061905396.lttng} time=1185580605 data=null button=1 stateMask=0x80000 x=119 y=11 count=1} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {390277061905396.lttng} time=1185580605 data=null button=0 stateMask=0x0 x=119 y=11 count=0} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {390277061905396.lttng} time=1185580605 data=null doit=true} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {390277061905396.lttng} time=1185580605 data=null} to TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Clicked on TreeItem with text {390277061905396.lttng}
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "Local", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "Remote", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "force", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "Show hidden files", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "&Manage...", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Clicking on OK
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185580607 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185580607 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185580607 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185580607 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185580608 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:36 [2019-07-31T06:14:36.363Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185580608 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:36 [2019-07-31T06:14:36.619Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185580608 data=null item=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')
02:14:36 [2019-07-31T06:14:36.619Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Load...} time=1185580220 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Load...'
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Clicked on 
02:14:36 [2019-07-31T06:14:36.876Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:36 [2019-07-31T06:14:36.876Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:36 [2019-07-31T06:14:36.876Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again.
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {390277061905396} time=1185581006 data=null button=0 stateMask=0x0 x=138 y=8 count=0} to Tree node with text: 390277061905396
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {390277061905396} time=1185581006 data=null doit=true} to Tree node with text: 390277061905396
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {390277061905396} time=1185581006 data=null} to Tree node with text: 390277061905396
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {390277061905396} time=1185581006 data=null button=1 stateMask=0x0 x=138 y=8 count=1} to Tree node with text: 390277061905396
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185581007 data=null item=TreeItem {390277061905396} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 390277061905396
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {390277061905396} time=1185581009 data=null button=1 stateMask=0x80000 x=138 y=8 count=1} to Tree node with text: 390277061905396
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {390277061905396} time=1185581010 data=null button=0 stateMask=0x0 x=138 y=8 count=0} to Tree node with text: 390277061905396
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {390277061905396} time=1185581010 data=null doit=true} to Tree node with text: 390277061905396
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {390277061905396} time=1185581010 data=null} to Tree node with text: 390277061905396
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {390277061905396} time=1185581011 data=null button=1 stateMask=0x0 x=138 y=8 count=1} to Tree node with text: 390277061905396
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185581011 data=null item=TreeItem {390277061905396} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 390277061905396
02:14:36 [2019-07-31T06:14:36.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {390277061905396} time=1185581012 data=null button=1 stateMask=0x80000 x=138 y=8 count=1} to Tree node with text: 390277061905396
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...'
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Clicking on with mnemonic 'Destroy Session...'
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Clicked on with mnemonic 'Destroy Session...'
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation'
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1185581270 data=null doit=true} to Shell with text {Destroy Confirmation}
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Clicking on OK
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185581285 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185581285 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185581286 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185581286 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185581286 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185581286 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185581286 data=null item=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')
02:14:37 [2019-07-31T06:14:37.132Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1185581149 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...'
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Clicked on 
02:14:37 [2019-07-31T06:14:37.393Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again.
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185581410 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185581410 data=null doit=true} to TreeItem with text {myNode}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185581410 data=null} to TreeItem with text {myNode}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185581411 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185581411 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}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185581424 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Attempting to set focus on Tree with text {}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1185581425 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1185581425 data=null doit=true} to TreeItem with text {myNode}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1185581425 data=null} to TreeItem with text {myNode}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1185581426 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185581426 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}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1185581427 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode}
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect'
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Clicking on with mnemonic 'Disconnect'
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1185581526 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect'
02:14:37 [2019-07-31T06:14:37.393Z] DEBUG - Clicked on with mnemonic 'Disconnect'
02:14:37 [2019-07-31T06:14:37.393Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.2 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewProfileTest
02:14:37 [2019-07-31T06:14:37.393Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewProfileTest)  Time elapsed: 3.688 s
02:14:37 [2019-07-31T06:14:37.393Z] 
02:14:37 [2019-07-31T06:14:37.393Z] Results:
02:14:37 [2019-07-31T06:14:37.393Z] 
02:14:37 [2019-07-31T06:14:37.393Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
02:14:37 [2019-07-31T06:14:37.393Z] 
02:14:38 [2019-07-31T06:14:38.230Z] 
02:14:38 [2019-07-31T06:14:38.230Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 06:14:38.045
02:14:38 [2019-07-31T06:14:38.230Z] !MESSAGE The workspace will exit with unsaved changes in this session.
02:14:39 [2019-07-31T06:14:39.160Z] [INFO] All tests passed!
02:14:39 [2019-07-31T06:14:39.160Z] [INFO] 
02:14:39 [2019-07-31T06:14:39.160Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:14:39 [2019-07-31T06:14:39.160Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:14:39 [2019-07-31T06:14:39.160Z] [INFO] 
02:14:39 [2019-07-31T06:14:39.160Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:14:40 [2019-07-31T06:14:40.088Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:14:40 [2019-07-31T06:14:40.088Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:14:40 [2019-07-31T06:14:40.344Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:14:40 [2019-07-31T06:14:40.907Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:14:41 [2019-07-31T06:14:41.165Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:14:41 [2019-07-31T06:14:41.421Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
02:14:41 [2019-07-31T06:14:41.421Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:14:41 [2019-07-31T06:14:41.421Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:14:41 [2019-07-31T06:14:41.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:14:41 [2019-07-31T06:14:41.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes
02:14:42 [2019-07-31T06:14:42.243Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:14:43 [2019-07-31T06:14:43.611Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes
02:14:43 [2019-07-31T06:14:43.611Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes
02:14:43 [2019-07-31T06:14:43.611Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:14:44 [2019-07-31T06:14:44.174Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
02:14:44 [2019-07-31T06:14:44.174Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes
02:14:44 [2019-07-31T06:14:44.739Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui.tests' with 31 classes
02:14:44 [2019-07-31T06:14:44.996Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
02:14:45 [2019-07-31T06:14:45.252Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core.tests' with 6 classes
02:14:45 [2019-07-31T06:14:45.252Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:14:45 [2019-07-31T06:14:45.252Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:14:45 [2019-07-31T06:14:45.252Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] 
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] 
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests ---
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] 
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests >--
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests 1.0.10-SNAPSHOT [99/134]
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] 
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] 
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] The project's OSGi version is 1.0.10.201907310510
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] 
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] 
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] 
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] 
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] 
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/main/resources
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] 
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:45 [2019-07-31T06:14:45.509Z] [INFO] Compiling 19 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/classes
02:14:46 [2019-07-31T06:14:46.439Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/FindDialogTestBase.java:[369] 
02:14:46 [2019-07-31T06:14:46.439Z] 	final TimeGraphControl timegraph = view.bot().widget(WidgetOfType.widgetOfType(TimeGraphControl.class));
02:14:46 [2019-07-31T06:14:46.439Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:14:46 [2019-07-31T06:14:46.439Z] 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
02:14:46 [2019-07-31T06:14:46.439Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/FindDialogTestBase.java:[387] 
02:14:46 [2019-07-31T06:14:46.439Z] 	final TimeGraphControl timegraph = viewBot.bot().widget(WidgetOfType.widgetOfType(TimeGraphControl.class));
02:14:46 [2019-07-31T06:14:46.439Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:14:46 [2019-07-31T06:14:46.439Z] 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
02:14:46 [2019-07-31T06:14:46.439Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ResourcesViewTest.java:[384] 
02:14:46 [2019-07-31T06:14:46.439Z] 	final TimeGraphMarkerAxis markerAxis = viewBot.bot().widget(WidgetOfType.widgetOfType(TimeGraphMarkerAxis.class));
02:14:46 [2019-07-31T06:14:46.439Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:14:46 [2019-07-31T06:14:46.439Z] 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
02:14:46 [2019-07-31T06:14:46.439Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ResourcesViewTest.java:[400] 
02:14:46 [2019-07-31T06:14:46.439Z] 	final TimeGraphControl timeGraph = viewBot.bot().widget(WidgetOfType.widgetOfType(TimeGraphControl.class));
02:14:46 [2019-07-31T06:14:46.439Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:14:46 [2019-07-31T06:14:46.439Z] 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
02:14:46 [2019-07-31T06:14:46.439Z] 4 problems (4 warnings)
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] 
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/test/resources
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] 
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] 
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] 
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT.jar
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] 
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] 
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] 
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT.jar
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] 
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] 
02:14:46 [2019-07-31T06:14:46.439Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:14:48 [2019-07-31T06:14:48.333Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work/data/.metadata/.log
02:14:48 [2019-07-31T06:14:48.333Z] [INFO] Command line:
02:14:48 [2019-07-31T06:14:48.333Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
02:14:48 [2019-07-31T06:14:48.333Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:14:52 [2019-07-31T06:14:52.975Z] !SESSION 2019-07-31 06:14:48.583 -----------------------------------------------
02:14:52 [2019-07-31T06:14:52.975Z] eclipse.buildId=unknown
02:14:52 [2019-07-31T06:14:52.975Z] java.version=1.8.0_202
02:14:52 [2019-07-31T06:14:52.975Z] java.vendor=Oracle Corporation
02:14:52 [2019-07-31T06:14:52.975Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:14:52 [2019-07-31T06:14:52.975Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
02:14:52 [2019-07-31T06:14:52.975Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
02:14:52 [2019-07-31T06:14:52.975Z] 
02:14:52 [2019-07-31T06:14:52.975Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:14:52.229
02:14:52 [2019-07-31T06:14:52.975Z] !MESSAGE FrameworkEvent ERROR
02:14:52 [2019-07-31T06:14:52.975Z] !STACK 0
02:14:52 [2019-07-31T06:14:52.975Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
02:14:52 [2019-07-31T06:14:52.975Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:14:52 [2019-07-31T06:14:52.975Z] 
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:14:52 [2019-07-31T06:14:52.975Z] 
02:14:52 [2019-07-31T06:14:52.975Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:14:52.362
02:14:52 [2019-07-31T06:14:52.975Z] !MESSAGE FrameworkEvent ERROR
02:14:52 [2019-07-31T06:14:52.975Z] !STACK 0
02:14:52 [2019-07-31T06:14:52.975Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
02:14:52 [2019-07-31T06:14:52.975Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:14:52 [2019-07-31T06:14:52.975Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:14:52 [2019-07-31T06:14:52.975Z]     -> 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"
02:14:52 [2019-07-31T06:14:52.975Z]        org.apache.httpcomponents.httpclient.win [36]
02:14:52 [2019-07-31T06:14:52.975Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:14:52 [2019-07-31T06:14:52.975Z] 
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:14:52 [2019-07-31T06:14:52.975Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:14:54 [2019-07-31T06:14:54.870Z] process 12142: 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
02:14:54 [2019-07-31T06:14:54.870Z] See the manual page for dbus-uuidgen to correct this issue.
02:14:54 [2019-07-31T06:14:54.870Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:14:54 [2019-07-31T06:14:54.870Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:15:07 [2019-07-31T06:15:07.049Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest
02:15:07 [2019-07-31T06:15:07.049Z] Display size: 1440x900
02:15:07 [2019-07-31T06:15:07.049Z] OS version=3.10.0-957.21.3.el7.x86_64
02:15:07 [2019-07-31T06:15:07.049Z] GTK version=3.18.9
02:15:07 [2019-07-31T06:15:07.049Z] GTK theme=Ambiance
02:15:07 [2019-07-31T06:15:07.049Z] LIBOVERLAY_SCROLLBAR=0
02:15:07 [2019-07-31T06:15:07.049Z] Time zone: Coordinated Universal Time
02:15:07 [2019-07-31T06:15:07.049Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
02:15:07 [2019-07-31T06:15:07.049Z] log4j:WARN Please initialize the log4j system properly.
02:15:08 [2019-07-31T06:15:08.417Z] *** BUG ***
02:15:08 [2019-07-31T06:15:08.417Z] In pixman_region32_init_rect: Invalid rectangle passed
02:15:08 [2019-07-31T06:15:08.417Z] Set a breakpoint on '_pixman_log_error' to debug
02:15:08 [2019-07-31T06:15:08.417Z] 
02:15:08 [2019-07-31T06:15:08.417Z] *** BUG ***
02:15:08 [2019-07-31T06:15:08.417Z] In pixman_region32_init_rect: Invalid rectangle passed
02:15:08 [2019-07-31T06:15:08.417Z] Set a breakpoint on '_pixman_log_error' to debug
02:15:08 [2019-07-31T06:15:08.417Z] 
02:15:08 [2019-07-31T06:15:08.673Z] *** BUG ***
02:15:08 [2019-07-31T06:15:08.673Z] In pixman_region32_init_rect: Invalid rectangle passed
02:15:08 [2019-07-31T06:15:08.673Z] Set a breakpoint on '_pixman_log_error' to debug
02:15:08 [2019-07-31T06:15:08.673Z] 
02:15:09 [2019-07-31T06:15:09.235Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"'
02:15:09 [2019-07-31T06:15:09.235Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:15:24 [2019-07-31T06:15:24.231Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:15:24 [2019-07-31T06:15:24.231Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:15:25 [2019-07-31T06:15:25.163Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:15:25 [2019-07-31T06:15:25.420Z] DEBUG - number of items : 5
02:15:25 [2019-07-31T06:15:25.420Z] DEBUG - Clicking on ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:25 [2019-07-31T06:15:25.420Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185629616 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:25 [2019-07-31T06:15:25.420Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185629616 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:25 [2019-07-31T06:15:25.420Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185629617 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:25 [2019-07-31T06:15:25.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185629617 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:25 [2019-07-31T06:15:25.420Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185629617 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:25 [2019-07-31T06:15:25.420Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185629618 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}
02:15:25 [2019-07-31T06:15:25.677Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185629621 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:25 [2019-07-31T06:15:25.677Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185629805 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:25 [2019-07-31T06:15:25.677Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185629807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:25 [2019-07-31T06:15:25.677Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185629808 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:25 [2019-07-31T06:15:25.677Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185629808 data=null} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:25 [2019-07-31T06:15:25.677Z] DEBUG - Clicked on ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - number of items : 17
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Clicking on ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185630702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185630702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185630703 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185630704 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185630704 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185630704 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}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185630707 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185630707 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185630707 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185630708 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185630708 data=null} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:26 [2019-07-31T06:15:26.606Z] DEBUG - Clicked on ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:27 [2019-07-31T06:15:27.973Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"'
02:15:27 [2019-07-31T06:15:27.973Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:15:32 [2019-07-31T06:15:32.159Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:15:32 [2019-07-31T06:15:32.159Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:15:32 [2019-07-31T06:15:32.159Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:15:32 [2019-07-31T06:15:32.726Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:15:32 [2019-07-31T06:15:32.726Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:15:32 [2019-07-31T06:15:32.726Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:15:32 [2019-07-31T06:15:32.726Z] DEBUG - Setting state to checked on: lttng-sessiond
02:15:32 [2019-07-31T06:15:32.983Z] DEBUG - Setting state to unchecked on: lttng-sessiond
02:15:32 [2019-07-31T06:15:32.983Z] DEBUG - Setting state to checked on: lttng-consumerd
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - number of items : 17
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Clicking on ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185637815 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185637815 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185637816 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185637816 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185637816 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185637817 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}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185637817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185637818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185637818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185637818 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185637819 data=null} to ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:33 [2019-07-31T06:15:33.917Z] DEBUG - Clicked on ToolItem with tooltip text {Reset the Time Scale to Default}
02:15:34 [2019-07-31T06:15:34.480Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"'
02:15:34 [2019-07-31T06:15:34.480Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:15:39 [2019-07-31T06:15:39.806Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:15:39 [2019-07-31T06:15:39.806Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:15:39 [2019-07-31T06:15:39.806Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:15:39 [2019-07-31T06:15:39.806Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:15:39 [2019-07-31T06:15:39.806Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:15:40 [2019-07-31T06:15:40.368Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:15:40 [2019-07-31T06:15:40.368Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:15:40 [2019-07-31T06:15:40.368Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:15:40 [2019-07-31T06:15:40.368Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:15:40 [2019-07-31T06:15:40.368Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:15:40 [2019-07-31T06:15:40.368Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:15:40 [2019-07-31T06:15:40.624Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1185644804 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:15:40 [2019-07-31T06:15:40.624Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:15:40 [2019-07-31T06:15:40.881Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:15:40 [2019-07-31T06:15:40.881Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:15:40 [2019-07-31T06:15:40.881Z] DEBUG - Attempting to set focus on Tree with text {}
02:15:40 [2019-07-31T06:15:40.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1185644907 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:15:40 [2019-07-31T06:15:40.881Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1185644907 data=null doit=true} to TreeItem with text {test}
02:15:40 [2019-07-31T06:15:40.881Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1185644907 data=null} to TreeItem with text {test}
02:15:40 [2019-07-31T06:15:40.881Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1185644908 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:15:40 [2019-07-31T06:15:40.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185644909 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:15:40 [2019-07-31T06:15:40.881Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1185644932 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:15:41 [2019-07-31T06:15:41.137Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:15:41 [2019-07-31T06:15:41.137Z] DEBUG - Clicking on with mnemonic 'Delete'
02:15:41 [2019-07-31T06:15:41.394Z] DEBUG - Clicked on with mnemonic 'Delete'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646409 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646409 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646410 data=null 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')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646411 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646411 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185646411 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Clicking on OK
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185646414 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185646416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185646416 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185646417 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185646417 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185646417 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:15:42 [2019-07-31T06:15:42.324Z] DEBUG - Clicked on OK
02:15:43 [2019-07-31T06:15:43.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185646417 data=null item=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')
02:15:43 [2019-07-31T06:15:43.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185645381 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:15:43 [2019-07-31T06:15:43.692Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.899 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest
02:15:43 [2019-07-31T06:15:43.692Z] testResetTimeRange(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest)  Time elapsed: 19.506 s
02:15:43 [2019-07-31T06:15:43.692Z] testCpuView(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest)  Time elapsed: 6.605 s
02:15:43 [2019-07-31T06:15:43.692Z] testSignals(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest)  Time elapsed: 6.299 s
02:15:43 [2019-07-31T06:15:43.692Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewExpandStateTest
02:15:44 [2019-07-31T06:15:44.255Z] *** BUG ***
02:15:44 [2019-07-31T06:15:44.255Z] In pixman_region32_init_rect: Invalid rectangle passed
02:15:44 [2019-07-31T06:15:44.255Z] Set a breakpoint on '_pixman_log_error' to debug
02:15:44 [2019-07-31T06:15:44.255Z] 
02:15:44 [2019-07-31T06:15:44.255Z] *** BUG ***
02:15:44 [2019-07-31T06:15:44.255Z] In pixman_region32_init_rect: Invalid rectangle passed
02:15:44 [2019-07-31T06:15:44.255Z] Set a breakpoint on '_pixman_log_error' to debug
02:15:44 [2019-07-31T06:15:44.255Z] 
02:15:44 [2019-07-31T06:15:44.255Z] *** BUG ***
02:15:44 [2019-07-31T06:15:44.255Z] In pixman_region32_init_rect: Invalid rectangle passed
02:15:44 [2019-07-31T06:15:44.255Z] Set a breakpoint on '_pixman_log_error' to debug
02:15:44 [2019-07-31T06:15:44.255Z] 
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"'
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:02 [2019-07-31T06:16:02.309Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"'
02:16:02 [2019-07-31T06:16:02.566Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:02 [2019-07-31T06:16:02.566Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:02 [2019-07-31T06:16:02.566Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:16:02 [2019-07-31T06:16:02.822Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:02 [2019-07-31T06:16:02.822Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:02 [2019-07-31T06:16:02.822Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"'
02:16:03 [2019-07-31T06:16:03.080Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:03 [2019-07-31T06:16:03.080Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:03 [2019-07-31T06:16:03.080Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:16:03 [2019-07-31T06:16:03.337Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:03 [2019-07-31T06:16:03.337Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:04 [2019-07-31T06:16:04.274Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1185668207 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:16:04 [2019-07-31T06:16:04.274Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:16:04 [2019-07-31T06:16:04.274Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:16:04 [2019-07-31T06:16:04.274Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:16:04 [2019-07-31T06:16:04.274Z] DEBUG - Attempting to set focus on Tree with text {}
02:16:04 [2019-07-31T06:16:04.274Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1185668319 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:16:04 [2019-07-31T06:16:04.274Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1185668320 data=null doit=true} to TreeItem with text {test}
02:16:04 [2019-07-31T06:16:04.274Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1185668320 data=null} to TreeItem with text {test}
02:16:04 [2019-07-31T06:16:04.274Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1185668320 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:16:04 [2019-07-31T06:16:04.274Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185668321 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:16:04 [2019-07-31T06:16:04.274Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1185668332 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:16:04 [2019-07-31T06:16:04.930Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:16:04 [2019-07-31T06:16:04.930Z] DEBUG - Clicking on with mnemonic 'Delete'
02:16:04 [2019-07-31T06:16:04.930Z] DEBUG - Clicked on with mnemonic 'Delete'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669216 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669222 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669222 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669222 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669223 data=null 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')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669224 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669224 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185669224 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Clicking on OK
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185669227 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185669227 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185669227 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185669227 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185669228 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185669228 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:05 [2019-07-31T06:16:05.227Z] DEBUG - Clicked on OK
02:16:07 [2019-07-31T06:16:07.749Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185669228 data=null item=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')
02:16:07 [2019-07-31T06:16:07.749Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185668525 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:16:07 [2019-07-31T06:16:07.749Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.051 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewExpandStateTest
02:16:07 [2019-07-31T06:16:07.749Z] testExpandedState(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewExpandStateTest)  Time elapsed: 3.662 s
02:16:07 [2019-07-31T06:16:07.749Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest
02:16:08 [2019-07-31T06:16:08.679Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - number of items : 25
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185681927 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185681927 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185681927 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185681927 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185681928 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185681928 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}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185681929 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185681987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185681987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185681987 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185681988 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - number of items : 25
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185682601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185682601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185682601 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185682602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185682602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185682602 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}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185682627 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185682628 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185682628 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185682629 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185682678 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward}
02:16:18 [2019-07-31T06:16:18.637Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - number of items : 25
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185683195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185683196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185683196 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185683196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185683196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185683199 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}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185683202 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185683202 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185683202 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185683202 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185683203 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.199Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - number of items : 25
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185683789 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185683789 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185683789 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185683790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185683790 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185683790 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}
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185683792 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185683792 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185683792 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185683792 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185683793 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:19 [2019-07-31T06:16:19.763Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - number of items : 25
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185684299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185684300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185684300 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185684300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185684300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185684300 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}
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185684317 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185684318 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185684318 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185684318 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185684318 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:20 [2019-07-31T06:16:20.326Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:20 [2019-07-31T06:16:20.584Z] DEBUG - number of items : 25
02:16:20 [2019-07-31T06:16:20.584Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:20 [2019-07-31T06:16:20.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185684835 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.584Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185684835 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.841Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185684838 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.841Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185684839 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.841Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185684839 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.841Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185684839 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}
02:16:20 [2019-07-31T06:16:20.841Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185684858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.841Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185684859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.841Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185684859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.841Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185684859 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.841Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185684860 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:20 [2019-07-31T06:16:20.841Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:20 [2019-07-31T06:16:20.841Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - number of items : 25
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185685363 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185685363 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185685363 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185685363 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185685363 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185685364 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}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185685365 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185685366 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185685366 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185685366 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185685366 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - number of items : 25
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185685368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185685368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185685368 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185685368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185685369 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185685369 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}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185685370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185685370 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185685371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185685371 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185685371 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:21 [2019-07-31T06:16:21.404Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:21 [2019-07-31T06:16:21.661Z] DEBUG - number of items : 25
02:16:21 [2019-07-31T06:16:21.661Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:21 [2019-07-31T06:16:21.661Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185685913 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.661Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185685914 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.661Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185685914 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.661Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185685914 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.918Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185685914 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.918Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185685915 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}
02:16:21 [2019-07-31T06:16:21.918Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185685917 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.918Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185685917 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.918Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185685917 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.918Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185685918 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.918Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185685918 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:21 [2019-07-31T06:16:21.918Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:21 [2019-07-31T06:16:21.918Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - number of items : 25
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185686421 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185686422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185686422 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185686422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185686422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185686423 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}
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185686425 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185686425 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185686425 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185686426 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185686426 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:22 [2019-07-31T06:16:22.175Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - number of items : 25
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185686929 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185686929 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185686929 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185686930 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185686930 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185686930 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}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185686932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185686932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185686932 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185686933 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185686933 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.028Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - number of items : 25
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185687436 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185687436 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185687436 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185687437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185687437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185687437 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}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185687452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185687452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185687452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185687453 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185687453 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward}
02:16:23 [2019-07-31T06:16:23.379Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - number of items : 25
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185688012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185688013 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185688013 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185688013 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185688013 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185688014 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}
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185688016 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185688017 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185688017 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185688017 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185688018 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:23 [2019-07-31T06:16:23.942Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - number of items : 25
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185688521 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185688521 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185688521 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185688522 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185688522 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185688522 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}
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185688524 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185688524 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185688524 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185688524 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185688525 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:24 [2019-07-31T06:16:24.505Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - number of items : 25
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185689029 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185689029 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185689029 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185689030 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185689030 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185689030 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}
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185689032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185689033 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185689033 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185689033 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185689033 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000
02:16:25 [2019-07-31T06:16:25.069Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:25 [2019-07-31T06:16:25.326Z] DEBUG - number of items : 25
02:16:25 [2019-07-31T06:16:25.326Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:25 [2019-07-31T06:16:25.326Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185689577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.326Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185689578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.326Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185689578 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.326Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185689579 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.326Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185689579 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185689579 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}
02:16:25 [2019-07-31T06:16:25.582Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185689582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.582Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185689582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.582Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185689582 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.582Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185689582 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.582Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185689583 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.582Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:25 [2019-07-31T06:16:25.582Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:25 [2019-07-31T06:16:25.839Z] DEBUG - number of items : 25
02:16:25 [2019-07-31T06:16:25.839Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:25 [2019-07-31T06:16:25.839Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185690092 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.839Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185690092 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.839Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185690092 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185690092 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:25 [2019-07-31T06:16:25.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185690092 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185690092 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}
02:16:26 [2019-07-31T06:16:26.095Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185690094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.095Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185690095 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.095Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185690095 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.095Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185690095 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.095Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185690113 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.095Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:26 [2019-07-31T06:16:26.095Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - number of items : 25
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185690616 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185690616 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185690616 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185690617 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185690617 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185690617 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}
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185690619 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185690619 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185690619 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185690619 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185690619 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:26 [2019-07-31T06:16:26.657Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - number of items : 25
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185691122 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185691122 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185691123 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185691123 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185691123 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185691123 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}
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185691125 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185691125 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185691125 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185691126 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185691126 data=null} to ToolItem with tooltip text {Follow CPU Forward}
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000
02:16:26 [2019-07-31T06:16:26.914Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - number of items : 25
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185691630 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185691631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185691631 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185691631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185691631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185691631 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}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185691635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185691635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185691635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185691635 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185691635 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward}
02:16:27 [2019-07-31T06:16:27.476Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - number of items : 25
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185692138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185692138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185692139 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185692139 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185692139 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185692139 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}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185692141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185692141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185692142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185692142 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185692142 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.039Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - number of items : 25
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185692703 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185692703 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185692705 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185692705 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185692706 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185692706 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}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185692712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185692712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185692712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185692713 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185692713 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward}
02:16:28 [2019-07-31T06:16:28.602Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - number of items : 25
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185693220 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185693220 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185693220 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185693220 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185693221 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185693221 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}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185693233 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185693234 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185693234 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185693234 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185693234 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.165Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - number of items : 25
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185693737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185693737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185693737 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185693737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185693738 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185693738 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}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185693740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185693740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185693740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185693740 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185693740 data=null} to ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward}
02:16:29 [2019-07-31T06:16:29.729Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:30 [2019-07-31T06:16:30.293Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:32 [2019-07-31T06:16:32.813Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:16:32 [2019-07-31T06:16:32.813Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:33 [2019-07-31T06:16:33.070Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:33 [2019-07-31T06:16:33.326Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - number of items : 25
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185697633 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185697633 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185697678 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185697678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185697678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185697678 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}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185697680 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185697681 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185697681 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185697681 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185697681 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:16:33 [2019-07-31T06:16:33.583Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - number of items : 25
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185698229 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185698229 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185698229 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185698230 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185698230 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185698230 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}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185698232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185698232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185698232 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185698232 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185698232 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.146Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - number of items : 25
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185698773 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185698773 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185698773 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185698774 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185698774 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185698774 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}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185698776 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185698776 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185698776 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185698776 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185698776 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:16:34 [2019-07-31T06:16:34.934Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - number of items : 25
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185699286 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185699286 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185699286 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185699286 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185699287 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185699287 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}
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185699290 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185699291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185699291 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185699291 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185699291 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:35 [2019-07-31T06:16:35.190Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - number of items : 25
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185699921 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185699921 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185699921 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185699922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185699922 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185699922 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}
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185699925 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185699925 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185699925 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185699925 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185699926 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:35 [2019-07-31T06:16:35.754Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - number of items : 25
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185700428 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185700428 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185700428 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185700428 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185700428 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185700429 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}
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185700430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185700430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185700431 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185700431 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185700431 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:36 [2019-07-31T06:16:36.317Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - number of items : 25
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185700933 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185700933 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185700933 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185700934 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185700934 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185700934 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}
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185700936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185700936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185700936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185700937 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185700937 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:36 [2019-07-31T06:16:36.879Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - number of items : 25
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185701439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185701439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185701439 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185701439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185701439 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185701440 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}
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185701442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185701442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185701442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185701442 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185701442 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:37 [2019-07-31T06:16:37.442Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:37 [2019-07-31T06:16:37.699Z] DEBUG - number of items : 25
02:16:37 [2019-07-31T06:16:37.699Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:37 [2019-07-31T06:16:37.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185701945 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185701945 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185701978 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185701978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185701978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185701978 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}
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185701980 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185701981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185701981 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185701981 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185701981 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:37 [2019-07-31T06:16:37.955Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - number of items : 25
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185702588 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185702588 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185702588 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185702588 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185702588 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185702588 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}
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185702590 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185702591 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185702591 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185702591 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185702591 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:38 [2019-07-31T06:16:38.519Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - number of items : 25
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185703117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185703118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185703118 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185703118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185703118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185703118 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}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185703120 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185703120 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185703120 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185703120 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185703120 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.081Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - number of items : 25
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185703622 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185703623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185703623 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185703623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185703623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185703623 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}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185703625 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185703625 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185703626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185703626 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185703626 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:16:39 [2019-07-31T06:16:39.643Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:39 [2019-07-31T06:16:39.900Z] DEBUG - number of items : 25
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185704187 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185704187 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185704187 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185704187 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185704187 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185704187 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}
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185704189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185704190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185704191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185704191 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185704191 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:40 [2019-07-31T06:16:40.157Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - number of items : 25
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185704782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185704783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185704783 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185704783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185704783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185704783 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}
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185704785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185704785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185704786 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185704786 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185704786 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:40 [2019-07-31T06:16:40.720Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - number of items : 25
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185705308 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185705309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185705309 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185705309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185705309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185705309 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}
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185705311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185705311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185705311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185705311 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185705311 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000
02:16:41 [2019-07-31T06:16:41.284Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - number of items : 25
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185705842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185705842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185705842 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185705842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185705842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185705843 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}
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185705844 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185705845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185705845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185705845 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185705845 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:41 [2019-07-31T06:16:41.847Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - number of items : 25
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185706349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185706349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185706349 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185706349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185706349 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185706349 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}
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185706351 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185706351 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185706351 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185706352 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185706352 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:42 [2019-07-31T06:16:42.104Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - number of items : 25
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185706902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185706903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185706903 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185706903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185706903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185706903 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}
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185706905 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185706905 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185706905 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185706905 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185706905 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:42 [2019-07-31T06:16:42.666Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - number of items : 25
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185707519 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185707519 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185707520 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185707520 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185707520 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185707520 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}
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185707522 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185707522 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185707523 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185707523 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185707523 data=null} to ToolItem with tooltip text {Select Next State Change}
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:16:43 [2019-07-31T06:16:43.596Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - number of items : 25
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185708036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185708036 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185708037 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185708037 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185708037 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185708037 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}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185708039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185708039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185708039 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185708039 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185708039 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change}
02:16:43 [2019-07-31T06:16:43.855Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - number of items : 25
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185708542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185708542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185708542 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185708542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185708542 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185708542 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}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185708544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185708544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185708545 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185708545 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185708545 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.418Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - number of items : 25
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185709117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185709117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185709117 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185709117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185709117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185709118 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}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185709119 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185709119 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185709119 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185709120 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185709120 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change}
02:16:44 [2019-07-31T06:16:44.981Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - number of items : 25
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185709623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185709623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185709623 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185709623 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185709624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185709624 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}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185709626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185709626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185709626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185709626 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185709626 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change}
02:16:45 [2019-07-31T06:16:45.727Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - number of items : 25
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185710142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185710142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185710143 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185710143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185710143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185710143 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}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185710145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185710145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185710145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185710145 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185710145 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change}
02:16:46 [2019-07-31T06:16:46.129Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:46 [2019-07-31T06:16:46.736Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:49 [2019-07-31T06:16:49.257Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:16:49 [2019-07-31T06:16:49.257Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:49 [2019-07-31T06:16:49.513Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:49 [2019-07-31T06:16:49.769Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:49 [2019-07-31T06:16:49.769Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:16:49 [2019-07-31T06:16:49.769Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:50 [2019-07-31T06:16:50.026Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...'
02:16:50 [2019-07-31T06:16:50.026Z] DEBUG - Clicking on with mnemonic 'Configure...'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Clicked on with mnemonic 'Configure...'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=1185714442 data=null doit=true} to Shell with text {Dynamic Filters Configuration}
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK'
02:16:50 [2019-07-31T06:16:50.282Z] 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')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Toggling state on Button {Show Active Threads Only}. Setting state to selected
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Show Active Threads Only} time=1185714445 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')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1185714445 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')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Show Active Threads Only} time=1185714445 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Show Active Threads Only} time=1185714446 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Show Active Threads Only} time=1185714446 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')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Show Active Threads Only} time=1185714446 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')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Show Active Threads Only} time=1185714446 data=null item=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')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Show Active Threads Only} time=1185714447 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')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1185714447 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')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Show Active Threads Only} time=1185714447 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')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Show Active Threads Only} time=1185714448 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Show Active Threads Only} time=1185714448 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Clicking on OK
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185714449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185714449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185714450 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185714450 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185714450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185714450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185714450 data=null item=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')
02:16:50 [2019-07-31T06:16:50.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=1185714035 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...'
02:16:50 [2019-07-31T06:16:50.846Z] DEBUG - Clicked on 
02:16:50 [2019-07-31T06:16:50.846Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:50 [2019-07-31T06:16:50.846Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:50 [2019-07-31T06:16:50.846Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:51 [2019-07-31T06:16:51.103Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...'
02:16:51 [2019-07-31T06:16:51.103Z] DEBUG - Clicking on with mnemonic 'Configure...'
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Clicked on with mnemonic 'Configure...'
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration'
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=1185715583 data=null doit=true} to Shell with text {Dynamic Filters Configuration}
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only'
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK'
02:16:51 [2019-07-31T06:16:51.359Z] 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')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Toggling state on Button {Show Active Threads Only}. Setting state to unselected
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Show Active Threads Only} time=1185715586 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')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1185715586 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')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Show Active Threads Only} time=1185715586 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Show Active Threads Only} time=1185715586 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Show Active Threads Only} time=1185715587 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')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Show Active Threads Only} time=1185715587 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')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Show Active Threads Only} time=1185715587 data=null item=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')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Show Active Threads Only} time=1185715588 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')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1185715589 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')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Show Active Threads Only} time=1185715589 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')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Show Active Threads Only} time=1185715589 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Show Active Threads Only} time=1185715589 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:51 [2019-07-31T06:16:51.359Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:16:51 [2019-07-31T06:16:51.616Z] DEBUG - Closing lingering shell with title Dynamic Filters Configuration
02:16:51 [2019-07-31T06:16:51.616Z] DEBUG - Sent event Close [21]: ShellEvent{Shell {Dynamic Filters Configuration} time=1185715696 data=null doit=true} to Shell with text {Dynamic Filters Configuration}
02:16:51 [2019-07-31T06:16:51.616Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=1185715184 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...'
02:16:51 [2019-07-31T06:16:51.873Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:54 [2019-07-31T06:16:54.392Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:16:54 [2019-07-31T06:16:54.392Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:16:54 [2019-07-31T06:16:54.392Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:54 [2019-07-31T06:16:54.392Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:16:54 [2019-07-31T06:16:54.392Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:16:54 [2019-07-31T06:16:54.392Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:16:54 [2019-07-31T06:16:54.392Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:16:54 [2019-07-31T06:16:54.392Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:16:54 [2019-07-31T06:16:54.392Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:16:54 [2019-07-31T06:16:54.392Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:54 [2019-07-31T06:16:54.649Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:54 [2019-07-31T06:16:54.649Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:16:54 [2019-07-31T06:16:54.649Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
02:16:54 [2019-07-31T06:16:54.649Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:54 [2019-07-31T06:16:54.649Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:54 [2019-07-31T06:16:54.649Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:55 [2019-07-31T06:16:55.212Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:55 [2019-07-31T06:16:55.212Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:55 [2019-07-31T06:16:55.212Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:55 [2019-07-31T06:16:55.774Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:55 [2019-07-31T06:16:55.774Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:55 [2019-07-31T06:16:55.774Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:56 [2019-07-31T06:16:56.337Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:56 [2019-07-31T06:16:56.337Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:56 [2019-07-31T06:16:56.337Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:56 [2019-07-31T06:16:56.901Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:56 [2019-07-31T06:16:56.901Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:56 [2019-07-31T06:16:56.901Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:57 [2019-07-31T06:16:57.464Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:57 [2019-07-31T06:16:57.464Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:57 [2019-07-31T06:16:57.464Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:58 [2019-07-31T06:16:58.026Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:58 [2019-07-31T06:16:58.026Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:58 [2019-07-31T06:16:58.026Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:58 [2019-07-31T06:16:58.525Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:58 [2019-07-31T06:16:58.525Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:58 [2019-07-31T06:16:58.525Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:58 [2019-07-31T06:16:58.879Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:58 [2019-07-31T06:16:58.879Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:58 [2019-07-31T06:16:58.879Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:59 [2019-07-31T06:16:59.442Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:59 [2019-07-31T06:16:59.442Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:59 [2019-07-31T06:16:59.698Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:16:59 [2019-07-31T06:16:59.955Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:59 [2019-07-31T06:16:59.955Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:16:59 [2019-07-31T06:16:59.955Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:00 [2019-07-31T06:17:00.517Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:00 [2019-07-31T06:17:00.517Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:00 [2019-07-31T06:17:00.517Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:01 [2019-07-31T06:17:01.080Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:01 [2019-07-31T06:17:01.080Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:01 [2019-07-31T06:17:01.080Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:01 [2019-07-31T06:17:01.643Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:01 [2019-07-31T06:17:01.643Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:01 [2019-07-31T06:17:01.643Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:02 [2019-07-31T06:17:02.206Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:02 [2019-07-31T06:17:02.206Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:02 [2019-07-31T06:17:02.206Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:02 [2019-07-31T06:17:02.769Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:02 [2019-07-31T06:17:02.769Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:02 [2019-07-31T06:17:02.769Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:03 [2019-07-31T06:17:03.331Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:03 [2019-07-31T06:17:03.331Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:03 [2019-07-31T06:17:03.331Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:03 [2019-07-31T06:17:03.895Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:03 [2019-07-31T06:17:03.895Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:03 [2019-07-31T06:17:03.895Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:04 [2019-07-31T06:17:04.459Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:04 [2019-07-31T06:17:04.459Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:04 [2019-07-31T06:17:04.459Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:05 [2019-07-31T06:17:05.021Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:05 [2019-07-31T06:17:05.021Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:05 [2019-07-31T06:17:05.021Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:05 [2019-07-31T06:17:05.584Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:05 [2019-07-31T06:17:05.584Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:05 [2019-07-31T06:17:05.584Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:05 [2019-07-31T06:17:05.841Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:05 [2019-07-31T06:17:05.841Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:05 [2019-07-31T06:17:05.841Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:06 [2019-07-31T06:17:06.403Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:06 [2019-07-31T06:17:06.403Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:06 [2019-07-31T06:17:06.403Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:06 [2019-07-31T06:17:06.967Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:06 [2019-07-31T06:17:06.967Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:17:06 [2019-07-31T06:17:06.967Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:07 [2019-07-31T06:17:07.528Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:10 [2019-07-31T06:17:10.800Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:17:10 [2019-07-31T06:17:10.800Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:17:10 [2019-07-31T06:17:10.800Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:10 [2019-07-31T06:17:10.800Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:10 [2019-07-31T06:17:10.800Z] DEBUG - number of items : 25
02:17:10 [2019-07-31T06:17:10.800Z] DEBUG - Clicking on ToolItem with tooltip text {Show View Filters}
02:17:10 [2019-07-31T06:17:10.800Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185734827 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:17:10 [2019-07-31T06:17:10.800Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185734827 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:17:10 [2019-07-31T06:17:10.800Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185734828 data=null doit=true} to ToolItem with tooltip text {Show View Filters}
02:17:10 [2019-07-31T06:17:10.800Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185734828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:17:10 [2019-07-31T06:17:10.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185734828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185735543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185735551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185735551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185735551 data=null doit=true} to ToolItem with tooltip text {Show View Filters}
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185735551 data=null} to ToolItem with tooltip text {Show View Filters}
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Clicked on ToolItem with tooltip text {Show View Filters}
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Shell with text "Filter", using matcher: with text 'Filter'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filter} time=1185735554 data=null doit=true} to Shell with text {Filter}
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Clicking on Uncheck all
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1185735593 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')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185735593 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')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1185735593 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1185735594 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1185735594 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')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1185735596 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')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1185735596 data=null item=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')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1185735663 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')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185735664 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')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1185735667 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')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1185735667 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1185735668 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Clicked on Uncheck all
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Check Active", using matcher: with mnemonic 'Check Active'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Check Active", using matcher: with style 'SWT.PUSH'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Check Active", using matcher: (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Clicking on Check Active
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check Active} time=1185735671 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')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check Active} time=1185735671 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')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check Active} time=1185735671 data=null doit=true} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check Active} time=1185735671 data=null} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check Active} time=1185735671 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')
02:17:11 [2019-07-31T06:17:11.726Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check Active} time=1185735672 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check Active} time=1185735672 data=null item=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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check Active} time=1185737706 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check Active} time=1185737766 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check Active} time=1185737767 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check Active} time=1185737767 data=null doit=true} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check Active} time=1185737767 data=null} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Clicked on Check Active
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Clicking on Check all
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1185737771 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185737771 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1185737771 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1185737771 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1185737771 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1185737771 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1185737771 data=null item=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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1185737809 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185737810 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1185737810 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1185737810 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1185737810 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Clicked on Check all
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: with mnemonic 'Uncheck Inactive'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: with style 'SWT.PUSH'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Clicking on Uncheck Inactive
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck Inactive} time=1185737813 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck Inactive} time=1185737814 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck Inactive} time=1185737814 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck Inactive} time=1185737814 data=null} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck Inactive} time=1185737814 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')
02:17:13 [2019-07-31T06:17:13.620Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck Inactive} time=1185737814 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')
02:17:15 [2019-07-31T06:17:15.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck Inactive} time=1185737814 data=null item=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')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck Inactive} time=1185739743 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')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck Inactive} time=1185739744 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')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck Inactive} time=1185739744 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')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck Inactive} time=1185739745 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck Inactive} time=1185739745 data=null} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Clicked on Uncheck Inactive
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Attempting to set focus on Tree with text {}
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {gnuplot} time=1185739757 data=null button=0 stateMask=0x0 x=88 y=33 count=0} to TreeItem with text {synthetic-trace}
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {synthetic-trace} time=1185739758 data=null doit=true} to TreeItem with text {synthetic-trace}
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {synthetic-trace} time=1185739758 data=null} to TreeItem with text {synthetic-trace}
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {gnuplot} time=1185739758 data=null button=1 stateMask=0x0 x=88 y=33 count=1} to TreeItem with text {synthetic-trace}
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185739759 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}
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {gnuplot} time=1185739760 data=null button=1 stateMask=0x80000 x=88 y=33 count=1} to TreeItem with text {synthetic-trace}
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Clicking on Uncheck all
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1185739762 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')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185739762 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')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1185739762 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1185739762 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1185739762 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')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1185739762 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')
02:17:15 [2019-07-31T06:17:15.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1185739762 data=null item=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')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1185739788 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')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185739788 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')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1185739789 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')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1185739789 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1185739789 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Clicked on Uncheck all
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Clicking on Check selected
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1185739791 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')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1185739791 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')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1185739791 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1185739792 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1185739792 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')
02:17:15 [2019-07-31T06:17:15.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1185739792 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1185739792 data=null item=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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1185739793 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1185739793 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1185739793 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1185739793 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1185739794 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicked on Check selected
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicking on Uncheck all
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1185739796 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185739796 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1185739796 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1185739796 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1185739797 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1185739797 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1185739797 data=null item=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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1185739798 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185739798 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1185739798 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1185739798 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1185739799 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicked on Uncheck all
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicking on Check subtree
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=1185739800 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1185739800 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=1185739801 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=1185739801 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=1185739801 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=1185739808 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=1185739809 data=null item=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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=1185739810 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1185739810 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=1185739811 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=1185739811 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=1185739811 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicked on Check subtree
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicking on Check all
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1185739814 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185739814 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1185739814 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1185739814 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1185739814 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1185739814 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1185739814 data=null item=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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1185739923 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185739924 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1185739924 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1185739924 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1185739924 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicked on Check all
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with mnemonic 'Uncheck selected'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with style 'SWT.PUSH'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck selected", using matcher: (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicking on Uncheck selected
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck selected} time=1185739927 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=1185739927 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck selected} time=1185739927 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck selected} time=1185739927 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck selected} time=1185739927 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck selected} time=1185739928 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck selected} time=1185739928 data=null item=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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck selected} time=1185739929 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=1185739929 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck selected} time=1185739929 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck selected} time=1185739929 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck selected} time=1185739929 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicked on Uncheck selected
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicking on Check all
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1185739931 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185739931 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1185739931 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1185739932 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1185739932 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1185739932 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1185739932 data=null item=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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1185739933 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185739934 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1185739934 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1185739934 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1185739934 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicked on Check all
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: with mnemonic 'Uncheck subtree'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: with style 'SWT.PUSH'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicking on Uncheck subtree
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck subtree} time=1185739936 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck subtree} time=1185739936 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck subtree} time=1185739936 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck subtree} time=1185739936 data=null} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck subtree} time=1185739936 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck subtree} time=1185739936 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck subtree} time=1185739936 data=null item=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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck subtree} time=1185739937 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck subtree} time=1185739937 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck subtree} time=1185739938 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck subtree} time=1185739938 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck subtree} time=1185739938 data=null} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicked on Uncheck subtree
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Clicking on Uncheck all
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1185739943 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185739943 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1185739943 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1185739943 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1185739943 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1185739943 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1185739944 data=null item=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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1185740024 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185740024 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')
02:17:15 [2019-07-31T06:17:15.773Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1185740025 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')
02:17:16 [2019-07-31T06:17:16.030Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1185740025 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.031Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1185740025 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.031Z] DEBUG - Clicked on Uncheck all
02:17:16 [2019-07-31T06:17:16.031Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:17:16 [2019-07-31T06:17:16.031Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - Clicking on Check all
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1185740538 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')
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185740538 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')
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1185740538 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1185740538 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1185740538 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')
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1185740538 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')
02:17:16 [2019-07-31T06:17:16.287Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1185740538 data=null item=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')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1185740549 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')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185740549 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')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1185740550 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')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1185740550 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1185740550 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Clicked on Check all
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Clicking on OK
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185740551 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185740552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185740552 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185740552 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185740552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185740552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185740552 data=null item=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')
02:17:16 [2019-07-31T06:17:16.545Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185734828 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}
02:17:16 [2019-07-31T06:17:16.801Z] DEBUG - Clicked on 
02:17:16 [2019-07-31T06:17:16.801Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:16 [2019-07-31T06:17:16.801Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:17:16 [2019-07-31T06:17:16.801Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:19 [2019-07-31T06:17:19.327Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:17:19 [2019-07-31T06:17:19.327Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:17:19 [2019-07-31T06:17:19.587Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:19 [2019-07-31T06:17:19.587Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:19 [2019-07-31T06:17:19.844Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...'
02:17:19 [2019-07-31T06:17:19.844Z] DEBUG - Clicking on with mnemonic 'Configure...'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Clicked on with mnemonic 'Configure...'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=1185744296 data=null doit=true} to Shell with text {Dynamic Filters Configuration}
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK'
02:17:20 [2019-07-31T06:17:20.101Z] 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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with mnemonic 'Active Threads on CPUs:'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with style 'SWT.RADIO'
02:17:20 [2019-07-31T06:17:20.101Z] 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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "All Active Threads", using matcher: with mnemonic 'All Active Threads'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "All Active Threads", using matcher: with style 'SWT.RADIO'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "All Active Threads", using matcher: (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Text with text "", using matcher: with message 'e.g. 0-3,5,7-8'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with message 'e.g. 0-3,5,7-8')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - matched Text with text " 
02:17:20 [2019-07-31T06:17:20.101Z]  ", using matcher: of type 'Text'
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Toggling state on Button {Show Active Threads Only}. Setting state to selected
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Show Active Threads Only} time=1185744306 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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1185744306 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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Show Active Threads Only} time=1185744306 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Show Active Threads Only} time=1185744306 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Show Active Threads Only} time=1185744306 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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Show Active Threads Only} time=1185744306 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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Show Active Threads Only} time=1185744307 data=null item=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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Show Active Threads Only} time=1185744308 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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1185744308 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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Show Active Threads Only} time=1185744308 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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Show Active Threads Only} time=1185744308 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Show Active Threads Only} time=1185744308 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {All Active Threads} time=1185744310 data=null doit=true} to Button with text {All Active Threads}
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=1185744310 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}
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Active Threads on CPUs:} time=1185744311 data=null doit=true} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Active Threads on CPUs:} time=1185744312 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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Active Threads on CPUs:} time=1185744312 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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=1185744312 data=null item=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')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Active Threads on CPUs:} time=1185744313 data=null doit=true} to Button with text {Active Threads on CPUs:}
02:17:20 [2019-07-31T06:17:20.101Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=1185744313 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:}
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {All Active Threads} time=1185744315 data=null doit=true} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {All Active Threads} time=1185744315 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')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {All Active Threads} time=1185744315 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')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=1185744319 data=null item=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')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {All Active Threads} time=1185744320 data=null doit=true} to Button with text {All Active Threads}
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=1185744320 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}
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Active Threads on CPUs:} time=1185744321 data=null doit=true} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Active Threads on CPUs:} time=1185744322 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')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Active Threads on CPUs:} time=1185744322 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')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=1185744322 data=null item=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')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Clicking on OK
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185744341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185744341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185744341 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185744341 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185744341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:20 [2019-07-31T06:17:20.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185744341 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:20 [2019-07-31T06:17:20.358Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185744342 data=null item=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')
02:17:20 [2019-07-31T06:17:20.358Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=1185743991 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...'
02:17:20 [2019-07-31T06:17:20.614Z] DEBUG - Clicked on 
02:17:20 [2019-07-31T06:17:20.614Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:20 [2019-07-31T06:17:20.614Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:20 [2019-07-31T06:17:20.614Z] DEBUG - matched MenuItem with text "&Active Threads only", using matcher: with mnemonic 'Active Threads only'
02:17:20 [2019-07-31T06:17:20.614Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:20 [2019-07-31T06:17:20.870Z] DEBUG - matched MenuItem with text "Flat", using matcher: with mnemonic 'Flat'
02:17:20 [2019-07-31T06:17:20.870Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:20 [2019-07-31T06:17:20.870Z] DEBUG - matched MenuItem with text "Hierarchical", using matcher: with mnemonic 'Hierarchical'
02:17:20 [2019-07-31T06:17:20.870Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:20 [2019-07-31T06:17:20.870Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...'
02:17:20 [2019-07-31T06:17:20.870Z] DEBUG - Clicking on with mnemonic 'Configure...'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Clicked on with mnemonic 'Configure...'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=1185745422 data=null doit=true} to Shell with text {Dynamic Filters Configuration}
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK'
02:17:21 [2019-07-31T06:17:21.441Z] 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')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with mnemonic 'Active Threads on CPUs:'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with style 'SWT.RADIO'
02:17:21 [2019-07-31T06:17:21.441Z] 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')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "All Active Threads", using matcher: with mnemonic 'All Active Threads'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "All Active Threads", using matcher: with style 'SWT.RADIO'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "All Active Threads", using matcher: (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Text with text "0,1,2-100", using matcher: of type 'Text'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Text with text "0,1,2-100", using matcher: with message 'e.g. 0-3,5,7-8'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Text with text "0,1,2-100", using matcher: (of type 'Text' and with message 'e.g. 0-3,5,7-8')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Text with text " 
02:17:21 [2019-07-31T06:17:21.441Z]  ", using matcher: of type 'Text'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Active Threads on CPUs:} time=1185745427 data=null doit=true} to Button with text {Active Threads on CPUs:}
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=1185745427 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:}
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {All Active Threads} time=1185745429 data=null doit=true} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {All Active Threads} time=1185745429 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')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {All Active Threads} time=1185745429 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')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=1185745429 data=null item=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')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Clicking on OK
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185745430 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185745431 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185745431 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185745431 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185745431 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185745431 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185745431 data=null item=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')
02:17:21 [2019-07-31T06:17:21.441Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=1185745100 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...'
02:17:21 [2019-07-31T06:17:21.698Z] DEBUG - Clicked on 
02:17:21 [2019-07-31T06:17:21.698Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:22 [2019-07-31T06:17:22.261Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:22 [2019-07-31T06:17:22.261Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...'
02:17:22 [2019-07-31T06:17:22.261Z] DEBUG - Clicking on with mnemonic 'Configure...'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - Clicked on with mnemonic 'Configure...'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=1185746652 data=null doit=true} to Shell with text {Dynamic Filters Configuration}
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK'
02:17:22 [2019-07-31T06:17:22.518Z] 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')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with mnemonic 'Active Threads on CPUs:'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with style 'SWT.RADIO'
02:17:22 [2019-07-31T06:17:22.518Z] 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')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "All Active Threads", using matcher: with mnemonic 'All Active Threads'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "All Active Threads", using matcher: with style 'SWT.RADIO'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "All Active Threads", using matcher: (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Text with text "0,1,2-100", using matcher: of type 'Text'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Text with text "0,1,2-100", using matcher: with message 'e.g. 0-3,5,7-8'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Text with text "0,1,2-100", using matcher: (of type 'Text' and with message 'e.g. 0-3,5,7-8')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Text with text " 
02:17:22 [2019-07-31T06:17:22.518Z]  ", using matcher: of type 'Text'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - Clicking on Cancel
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1185746659 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')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1185746659 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')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1185746659 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1185746659 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1185746659 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')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1185746659 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')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1185746660 data=null item=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')
02:17:22 [2019-07-31T06:17:22.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=1185746347 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...'
02:17:23 [2019-07-31T06:17:23.224Z] DEBUG - Clicked on 
02:17:23 [2019-07-31T06:17:23.224Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:26 [2019-07-31T06:17:26.698Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:17:26 [2019-07-31T06:17:26.698Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:17:26 [2019-07-31T06:17:26.955Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:26 [2019-07-31T06:17:26.955Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider'
02:17:26 [2019-07-31T06:17:26.955Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider'
02:17:26 [2019-07-31T06:17:26.955Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:17:26 [2019-07-31T06:17:26.955Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:17:27 [2019-07-31T06:17:27.214Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:30 [2019-07-31T06:17:30.485Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:17:30 [2019-07-31T06:17:30.485Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:17:30 [2019-07-31T06:17:30.742Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:30 [2019-07-31T06:17:30.742Z] DEBUG - number of items : 25
02:17:30 [2019-07-31T06:17:30.742Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:33 [2019-07-31T06:17:33.262Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:17:33 [2019-07-31T06:17:33.262Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:17:33 [2019-07-31T06:17:33.262Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:33 [2019-07-31T06:17:33.262Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider'
02:17:33 [2019-07-31T06:17:33.262Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider'
02:17:33 [2019-07-31T06:17:33.262Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:17:33 [2019-07-31T06:17:33.262Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:35 [2019-07-31T06:17:35.154Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:17:35 [2019-07-31T06:17:35.154Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:17:35 [2019-07-31T06:17:35.411Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:35 [2019-07-31T06:17:35.411Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:17:36 [2019-07-31T06:17:36.341Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:36 [2019-07-31T06:17:36.341Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:17:36 [2019-07-31T06:17:36.597Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:38 [2019-07-31T06:17:38.487Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:17:38 [2019-07-31T06:17:38.487Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:17:38 [2019-07-31T06:17:38.743Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:17:38 [2019-07-31T06:17:38.743Z] DEBUG - number of items : 25
02:17:38 [2019-07-31T06:17:38.743Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
02:17:38 [2019-07-31T06:17:38.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185762886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:17:38 [2019-07-31T06:17:38.743Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185762886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:17:38 [2019-07-31T06:17:38.743Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185762886 data=null doit=true} to ToolItem with tooltip text {Show Legend}
02:17:38 [2019-07-31T06:17:38.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185762887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:17:38 [2019-07-31T06:17:38.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185762887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185763334 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185763335 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185763335 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185763335 data=null doit=true} to ToolItem with tooltip text {Show Legend}
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185763335 data=null} to ToolItem with tooltip text {Show Legend}
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=1185763385 data=null doit=true} to Shell with text {Legend}
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait blocked", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait for CPU", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Wait", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.425Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Wait blocked", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Wait blocked", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Wait for CPU", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Wait for CPU", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Wait", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Wait", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Unknown", using matcher: of type 'CLabel'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched  with text "Unknown", using matcher: (of type 'CLabel')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - Clicking on OK
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185763416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185763416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185763416 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185763416 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185763416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185763416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185763416 data=null item=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')
02:17:39 [2019-07-31T06:17:39.426Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185762887 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}
02:17:39 [2019-07-31T06:17:39.729Z] DEBUG - Clicked on 
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1185764005 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - Attempting to set focus on Tree with text {}
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1185764061 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1185764061 data=null doit=true} to TreeItem with text {test}
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1185764061 data=null} to TreeItem with text {test}
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1185764061 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185764061 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1185764081 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - Clicking on with mnemonic 'Delete'
02:17:40 [2019-07-31T06:17:40.126Z] DEBUG - Clicked on with mnemonic 'Delete'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764601 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764601 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764602 data=null 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')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764602 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185764602 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Clicking on OK
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185764604 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185764604 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185764604 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185764604 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185764605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185764605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:40 [2019-07-31T06:17:40.383Z] DEBUG - Clicked on OK
02:17:41 [2019-07-31T06:17:41.750Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185764605 data=null item=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')
02:17:41 [2019-07-31T06:17:41.751Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185764193 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:17:41 [2019-07-31T06:17:41.751Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 93.902 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest
02:17:41 [2019-07-31T06:17:41.751Z] testToolBarFollowCPUForwardBackward(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 21.53 s
02:17:41 [2019-07-31T06:17:41.751Z] testToolBarSelectNextPreviousStateChange(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 16.413 s
02:17:41 [2019-07-31T06:17:41.751Z] testDynamicFiltering(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 5.103 s
02:17:41 [2019-07-31T06:17:41.751Z] testKeyboardLeftRight(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 15.805 s
02:17:41 [2019-07-31T06:17:41.751Z] testFilter(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 9.227 s
02:17:41 [2019-07-31T06:17:41.751Z] testDynamicFiltersDialog(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 6.056 s
02:17:41 [2019-07-31T06:17:41.751Z] testHorizontalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 4.303 s
02:17:41 [2019-07-31T06:17:41.751Z] testToolbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 3.543 s
02:17:41 [2019-07-31T06:17:41.751Z] testVerticalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 2.503 s
02:17:41 [2019-07-31T06:17:41.751Z] testOpenCloseOpen(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 3.29 s
02:17:41 [2019-07-31T06:17:41.751Z] testLegend(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest)  Time elapsed: 3.259 s
02:17:41 [2019-07-31T06:17:41.751Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.CriticalPathTest
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.controlflow"'
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.analysis.graph.ui.criticalpath.view.criticalpathview"'
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - matched MenuItem with text "Follow weston/338", using matcher: with mnemonic 'Follow weston/338'
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - Clicking on with mnemonic 'Follow weston/338'
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Follow weston/338} time=1185773701 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'
02:17:49 [2019-07-31T06:17:49.845Z] DEBUG - Clicked on with mnemonic 'Follow weston/338'
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - number of items : 19
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Clicking on ToolItem with tooltip text {Follow critical path forward}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185775914 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185775915 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185775915 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185775915 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185775915 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185775915 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}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185775986 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185775987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185775987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185775987 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185775987 data=null} to ToolItem with tooltip text {Follow critical path forward}
02:17:51 [2019-07-31T06:17:51.739Z] DEBUG - Clicked on ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - number of items : 19
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Clicking on ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185776490 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185776490 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185776490 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185776490 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185776491 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185776491 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}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185776493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185776493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185776493 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185776493 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185776493 data=null} to ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Clicked on ToolItem with tooltip text {Follow critical path forward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - number of items : 19
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Clicking on ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185776495 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185776495 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185776495 data=null doit=true} to ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185776495 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185776495 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185776495 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}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185776496 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185776496 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185776496 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185776496 data=null doit=true} to ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185776496 data=null} to ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.302Z] DEBUG - Clicked on ToolItem with tooltip text {Follow critical path backward}
02:17:52 [2019-07-31T06:17:52.560Z] DEBUG - matched MenuItem with text "Follow weston-deskto...", using matcher: with mnemonic 'Follow weston-desktop-/340'
02:17:52 [2019-07-31T06:17:52.560Z] DEBUG - Clicking on with mnemonic 'Follow weston-desktop-/340'
02:17:52 [2019-07-31T06:17:52.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Follow weston-desktop-/340} time=1185776707 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'
02:17:52 [2019-07-31T06:17:52.560Z] DEBUG - Clicked on with mnemonic 'Follow weston-desktop-/340'
02:17:53 [2019-07-31T06:17:53.489Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1185777709 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:17:53 [2019-07-31T06:17:53.489Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:17:53 [2019-07-31T06:17:53.746Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:17:53 [2019-07-31T06:17:53.746Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:17:53 [2019-07-31T06:17:53.746Z] DEBUG - Attempting to set focus on Tree with text {}
02:17:53 [2019-07-31T06:17:53.746Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1185777824 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:17:53 [2019-07-31T06:17:53.746Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1185777824 data=null doit=true} to TreeItem with text {test}
02:17:53 [2019-07-31T06:17:53.746Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1185777824 data=null} to TreeItem with text {test}
02:17:53 [2019-07-31T06:17:53.746Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1185777825 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:17:53 [2019-07-31T06:17:53.746Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185777825 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:17:53 [2019-07-31T06:17:53.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1185777886 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:17:54 [2019-07-31T06:17:54.003Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:17:54 [2019-07-31T06:17:54.003Z] DEBUG - Clicking on with mnemonic 'Delete'
02:17:54 [2019-07-31T06:17:54.003Z] DEBUG - Clicked on with mnemonic 'Delete'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778393 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778393 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778393 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778393 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778394 data=null 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')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778394 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185778394 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Clicking on OK
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185778398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185778398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185778398 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185778398 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185778398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185778398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:17:54 [2019-07-31T06:17:54.260Z] DEBUG - Clicked on OK
02:17:54 [2019-07-31T06:17:54.824Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185778408 data=null item=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')
02:17:54 [2019-07-31T06:17:54.824Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185778011 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:17:54 [2019-07-31T06:17:54.824Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.243 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.CriticalPathTest
02:17:54 [2019-07-31T06:17:54.824Z] testFull(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.CriticalPathTest)  Time elapsed: 10.793 s
02:17:54 [2019-07-31T06:17:54.824Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewExpandStateTest
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1185797057 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - Attempting to set focus on Tree with text {}
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1185797136 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1185797136 data=null doit=true} to TreeItem with text {test}
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1185797136 data=null} to TreeItem with text {test}
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1185797136 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185797137 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:18:12 [2019-07-31T06:18:12.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1185797145 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:18:13 [2019-07-31T06:18:13.218Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:18:13 [2019-07-31T06:18:13.218Z] DEBUG - Clicking on with mnemonic 'Delete'
02:18:13 [2019-07-31T06:18:13.218Z] DEBUG - Clicked on with mnemonic 'Delete'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797649 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797649 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797650 data=null 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')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797650 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185797650 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Clicking on OK
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185797652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185797652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185797652 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185797652 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185797652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185797652 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:13 [2019-07-31T06:18:13.475Z] DEBUG - Clicked on OK
02:18:14 [2019-07-31T06:18:14.039Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185797653 data=null item=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')
02:18:14 [2019-07-31T06:18:14.039Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185797293 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:18:14 [2019-07-31T06:18:14.039Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.156 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewExpandStateTest
02:18:14 [2019-07-31T06:18:14.039Z] testExpandedState(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewExpandStateTest)  Time elapsed: 2.23 s
02:18:14 [2019-07-31T06:18:14.039Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:18:26 [2019-07-31T06:18:26.217Z] *** BUG ***
02:18:26 [2019-07-31T06:18:26.217Z] In pixman_region32_init_rect: Invalid rectangle passed
02:18:26 [2019-07-31T06:18:26.217Z] Set a breakpoint on '_pixman_log_error' to debug
02:18:26 [2019-07-31T06:18:26.217Z] 
02:18:26 [2019-07-31T06:18:26.217Z] *** BUG ***
02:18:26 [2019-07-31T06:18:26.217Z] In pixman_region32_init_rect: Invalid rectangle passed
02:18:26 [2019-07-31T06:18:26.217Z] Set a breakpoint on '_pixman_log_error' to debug
02:18:26 [2019-07-31T06:18:26.217Z] 
02:18:26 [2019-07-31T06:18:26.217Z] *** BUG ***
02:18:26 [2019-07-31T06:18:26.217Z] In pixman_region32_init_rect: Invalid rectangle passed
02:18:26 [2019-07-31T06:18:26.217Z] Set a breakpoint on '_pixman_log_error' to debug
02:18:26 [2019-07-31T06:18:26.217Z] 
02:18:26 [2019-07-31T06:18:26.217Z] *** BUG ***
02:18:26 [2019-07-31T06:18:26.217Z] In pixman_region32_init_rect: Invalid rectangle passed
02:18:26 [2019-07-31T06:18:26.217Z] Set a breakpoint on '_pixman_log_error' to debug
02:18:26 [2019-07-31T06:18:26.217Z] 
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"'
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - number of items : 2
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Clicking on ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185809801 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185809801 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185809801 data=null doit=true} to ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185809801 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185809802 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185809802 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}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185809803 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185809804 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185809804 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185809804 data=null doit=true} to ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185809804 data=null} to ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - Clicked on ToolItem with tooltip text {Hide Lost Events}
02:18:26 [2019-07-31T06:18:26.217Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"'
02:18:30 [2019-07-31T06:18:30.392Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"'
02:18:30 [2019-07-31T06:18:30.649Z] 
02:18:30 [2019-07-31T06:18:30.649Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:30.643
02:18:30 [2019-07-31T06:18:30.649Z] !MESSAGE Unhandled event loop exception
02:18:30 [2019-07-31T06:18:30.649Z] !STACK 0
02:18:30 [2019-07-31T06:18:30.649Z] java.lang.NullPointerException
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:30 [2019-07-31T06:18:30.649Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:30 [2019-07-31T06:18:30.649Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:30 [2019-07-31T06:18:30.649Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:30 [2019-07-31T06:18:30.649Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:30 [2019-07-31T06:18:30.649Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:30 [2019-07-31T06:18:30.907Z] 
02:18:30 [2019-07-31T06:18:30.907Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:30.651
02:18:30 [2019-07-31T06:18:30.907Z] !MESSAGE Unhandled event loop exception
02:18:30 [2019-07-31T06:18:30.907Z] !STACK 0
02:18:30 [2019-07-31T06:18:30.907Z] java.lang.NullPointerException
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:30 [2019-07-31T06:18:30.907Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:30 [2019-07-31T06:18:30.907Z] 
02:18:30 [2019-07-31T06:18:30.907Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:30.730
02:18:30 [2019-07-31T06:18:30.907Z] !MESSAGE Unhandled event loop exception
02:18:30 [2019-07-31T06:18:30.907Z] !STACK 0
02:18:30 [2019-07-31T06:18:30.907Z] java.lang.NullPointerException
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:30 [2019-07-31T06:18:30.907Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:30 [2019-07-31T06:18:30.907Z] 
02:18:30 [2019-07-31T06:18:30.907Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:30.749
02:18:30 [2019-07-31T06:18:30.907Z] !MESSAGE Unhandled event loop exception
02:18:30 [2019-07-31T06:18:30.907Z] !STACK 0
02:18:30 [2019-07-31T06:18:30.907Z] java.lang.NullPointerException
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:30 [2019-07-31T06:18:30.907Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:30 [2019-07-31T06:18:30.907Z] 
02:18:30 [2019-07-31T06:18:30.907Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:30.878
02:18:30 [2019-07-31T06:18:30.907Z] !MESSAGE Unhandled event loop exception
02:18:30 [2019-07-31T06:18:30.907Z] !STACK 0
02:18:30 [2019-07-31T06:18:30.907Z] java.lang.NullPointerException
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:30 [2019-07-31T06:18:30.907Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:30 [2019-07-31T06:18:30.907Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:30 [2019-07-31T06:18:30.907Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:31 [2019-07-31T06:18:31.164Z] DEBUG - matched ViewReference with text "", using matcher: with title '"State System Explorer"'
02:18:31 [2019-07-31T06:18:31.164Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:18:32 [2019-07-31T06:18:32.097Z] 
02:18:32 [2019-07-31T06:18:32.097Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:31.728
02:18:32 [2019-07-31T06:18:32.097Z] !MESSAGE Unhandled event loop exception
02:18:32 [2019-07-31T06:18:32.097Z] !STACK 0
02:18:32 [2019-07-31T06:18:32.097Z] java.lang.NullPointerException
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:32 [2019-07-31T06:18:32.097Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:32 [2019-07-31T06:18:32.097Z] 
02:18:32 [2019-07-31T06:18:32.097Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:31.748
02:18:32 [2019-07-31T06:18:32.097Z] !MESSAGE Unhandled event loop exception
02:18:32 [2019-07-31T06:18:32.097Z] !STACK 0
02:18:32 [2019-07-31T06:18:32.097Z] java.lang.NullPointerException
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:32 [2019-07-31T06:18:32.097Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:32 [2019-07-31T06:18:32.097Z] 
02:18:32 [2019-07-31T06:18:32.097Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:31.764
02:18:32 [2019-07-31T06:18:32.097Z] !MESSAGE Unhandled event loop exception
02:18:32 [2019-07-31T06:18:32.097Z] !STACK 0
02:18:32 [2019-07-31T06:18:32.097Z] java.lang.NullPointerException
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:32 [2019-07-31T06:18:32.097Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:32 [2019-07-31T06:18:32.097Z] 
02:18:32 [2019-07-31T06:18:32.097Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:31.828
02:18:32 [2019-07-31T06:18:32.097Z] !MESSAGE Unhandled event loop exception
02:18:32 [2019-07-31T06:18:32.097Z] !STACK 0
02:18:32 [2019-07-31T06:18:32.097Z] java.lang.NullPointerException
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:32 [2019-07-31T06:18:32.097Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:32 [2019-07-31T06:18:32.097Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:32 [2019-07-31T06:18:32.527Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:32 [2019-07-31T06:18:32.527Z] DEBUG - matched ViewReference with text "", using matcher: with title '"State System Explorer"'
02:18:32 [2019-07-31T06:18:32.527Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:18:32 [2019-07-31T06:18:32.527Z] 
02:18:32 [2019-07-31T06:18:32.527Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:31.845
02:18:32 [2019-07-31T06:18:32.527Z] !MESSAGE Unhandled event loop exception
02:18:32 [2019-07-31T06:18:32.527Z] !STACK 0
02:18:32 [2019-07-31T06:18:32.527Z] java.lang.NullPointerException
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:32 [2019-07-31T06:18:32.527Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:32 [2019-07-31T06:18:32.527Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:32 [2019-07-31T06:18:32.527Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:32 [2019-07-31T06:18:32.527Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:32 [2019-07-31T06:18:32.527Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:32 [2019-07-31T06:18:32.880Z] 
02:18:32 [2019-07-31T06:18:32.880Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:32.401
02:18:32 [2019-07-31T06:18:32.880Z] !MESSAGE Unhandled event loop exception
02:18:32 [2019-07-31T06:18:32.880Z] !STACK 0
02:18:32 [2019-07-31T06:18:32.880Z] java.lang.NullPointerException
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:32 [2019-07-31T06:18:32.880Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:32 [2019-07-31T06:18:32.880Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:32 [2019-07-31T06:18:32.880Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:32 [2019-07-31T06:18:32.880Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:32 [2019-07-31T06:18:32.880Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:32 [2019-07-31T06:18:32.880Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:18:32 [2019-07-31T06:18:32.880Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:18:36 [2019-07-31T06:18:36.150Z] 
02:18:36 [2019-07-31T06:18:36.150Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:35.827
02:18:36 [2019-07-31T06:18:36.150Z] !MESSAGE Unhandled event loop exception
02:18:36 [2019-07-31T06:18:36.150Z] !STACK 0
02:18:36 [2019-07-31T06:18:36.150Z] java.lang.NullPointerException
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:36 [2019-07-31T06:18:36.150Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:36 [2019-07-31T06:18:36.150Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:36 [2019-07-31T06:18:36.150Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:36 [2019-07-31T06:18:36.150Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:36 [2019-07-31T06:18:36.150Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:36 [2019-07-31T06:18:36.714Z] 
02:18:36 [2019-07-31T06:18:36.714Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:36.627
02:18:36 [2019-07-31T06:18:36.714Z] !MESSAGE Unhandled event loop exception
02:18:36 [2019-07-31T06:18:36.714Z] !STACK 0
02:18:36 [2019-07-31T06:18:36.714Z] java.lang.NullPointerException
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:36 [2019-07-31T06:18:36.714Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:36 [2019-07-31T06:18:36.714Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:36 [2019-07-31T06:18:36.714Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:36 [2019-07-31T06:18:36.714Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:36 [2019-07-31T06:18:36.714Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:36 [2019-07-31T06:18:36.971Z] 
02:18:36 [2019-07-31T06:18:36.971Z] !ENTRY org.eclipse.ui 4 0 2019-07-31 06:18:36.824
02:18:36 [2019-07-31T06:18:36.971Z] !MESSAGE Unhandled event loop exception
02:18:36 [2019-07-31T06:18:36.971Z] !STACK 0
02:18:36 [2019-07-31T06:18:36.971Z] java.lang.NullPointerException
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
02:18:36 [2019-07-31T06:18:36.971Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:18:36 [2019-07-31T06:18:36.971Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:18:36 [2019-07-31T06:18:36.971Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:18:36 [2019-07-31T06:18:36.971Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
02:18:36 [2019-07-31T06:18:36.971Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
02:18:45 [2019-07-31T06:18:45.065Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1185830004 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - Attempting to set focus on Tree with text {}
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1185830093 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1185830094 data=null doit=true} to TreeItem with text {test}
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1185830094 data=null} to TreeItem with text {test}
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1185830094 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185830094 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1185830103 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:18:45 [2019-07-31T06:18:45.995Z] DEBUG - Clicking on with mnemonic 'Delete'
02:18:46 [2019-07-31T06:18:46.251Z] DEBUG - Clicked on with mnemonic 'Delete'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830552 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830552 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830552 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830553 data=null 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')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830553 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185830553 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Clicking on OK
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185830555 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185830555 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185830555 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185830555 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185830555 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185830555 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:18:46 [2019-07-31T06:18:46.508Z] DEBUG - Clicked on OK
02:18:47 [2019-07-31T06:18:47.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185830557 data=null item=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')
02:18:47 [2019-07-31T06:18:47.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185830201 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:18:47 [2019-07-31T06:18:47.328Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.195 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest
02:18:47 [2019-07-31T06:18:47.328Z] test(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest)  Time elapsed: 30.985 s
02:18:47 [2019-07-31T06:18:47.328Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest
02:18:47 [2019-07-31T06:18:47.892Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.ui.kernelmemoryusageview"'
02:18:47 [2019-07-31T06:18:47.892Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - number of items : 6
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Clicking on ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185841106 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185841106 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185841106 data=null doit=true} to ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185841107 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185841107 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185841107 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}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185841108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185841108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185841108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185841199 data=null doit=true} to ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185841205 data=null} to ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Clicked on ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - number of items : 6
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Clicking on ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185841208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185841208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185841208 data=null doit=true} to ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185841208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185841208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185841208 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}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185841209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185841292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185841292 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185841292 data=null doit=true} to ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185841292 data=null} to ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - Clicked on ToolItem with tooltip text {Showing active threads}
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.ui.kernelmemoryusageview"'
02:18:57 [2019-07-31T06:18:57.890Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - Setting state to checked on: lttng-sessiond
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - Setting state to checked on: lttng-consumerd
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1185845186 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - Attempting to set focus on Tree with text {}
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1185845227 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1185845228 data=null doit=true} to TreeItem with text {test}
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1185845228 data=null} to TreeItem with text {test}
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1185845228 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185845228 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1185845285 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:19:01 [2019-07-31T06:19:01.164Z] DEBUG - Clicking on with mnemonic 'Delete'
02:19:01 [2019-07-31T06:19:01.420Z] DEBUG - Clicked on with mnemonic 'Delete'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846105 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846105 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846106 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846106 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846106 data=null 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')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846106 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846106 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846106 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846106 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185846106 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Clicking on OK
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185846108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185846108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185846108 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185846108 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185846108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185846108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:01 [2019-07-31T06:19:01.984Z] DEBUG - Clicked on OK
02:19:05 [2019-07-31T06:19:05.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185846108 data=null item=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')
02:19:05 [2019-07-31T06:19:05.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185845397 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:19:05 [2019-07-31T06:19:05.258Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.704 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest
02:19:05 [2019-07-31T06:19:05.258Z] testFilter(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest)  Time elapsed: 9.673 s
02:19:05 [2019-07-31T06:19:05.258Z] testKernelMemoryView(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest)  Time elapsed: 3.684 s
02:19:05 [2019-07-31T06:19:05.258Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewSortingTest
02:19:07 [2019-07-31T06:19:07.149Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - number of items : 25
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicking on ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185860113 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185860114 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185860114 data=null doit=true} to ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185860114 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185860114 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185860643 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185860681 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185860681 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185860682 data=null doit=true} to ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185860682 data=null} to ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicked on ToolItem with tooltip text {Show View Filters}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Shell with text "Filter", using matcher: with text 'Filter'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filter} time=1185860685 data=null doit=true} to Shell with text {Filter}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicking on Uncheck all
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1185860687 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185860688 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1185860688 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1185860688 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1185860688 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1185860688 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1185860688 data=null item=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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1185860724 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185860725 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1185860725 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1185860725 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1185860725 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicked on Uncheck all
02:19:17 [2019-07-31T06:19:17.099Z] WARN - Tree item TreeItem with text {scp_dest} is already expanded. Won't expand it again.
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Attempting to set focus on Tree with text {}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {systemd} time=1185860732 data=null button=0 stateMask=0x0 x=92 y=77 count=0} to Tree node with text: systemd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {systemd} time=1185860732 data=null doit=true} to Tree node with text: systemd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {systemd} time=1185860732 data=null} to Tree node with text: systemd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {systemd} time=1185860733 data=null button=1 stateMask=0x0 x=92 y=77 count=1} to Tree node with text: systemd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185860733 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
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {systemd} time=1185860733 data=null button=1 stateMask=0x80000 x=92 y=77 count=1} to Tree node with text: systemd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicking on Check subtree
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=1185860735 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1185860735 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=1185860736 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=1185860736 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=1185860736 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=1185860736 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=1185860736 data=null item=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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=1185860763 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1185860764 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=1185860764 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=1185860764 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=1185860764 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicked on Check subtree
02:19:17 [2019-07-31T06:19:17.099Z] WARN - Tree item TreeItem with text {scp_dest} is already expanded. Won't expand it again.
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Attempting to set focus on Tree with text {}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kthreadd} time=1185860766 data=null button=0 stateMask=0x0 x=93 y=1221 count=0} to Tree node with text: kthreadd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kthreadd} time=1185860766 data=null doit=true} to Tree node with text: kthreadd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kthreadd} time=1185860766 data=null} to Tree node with text: kthreadd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kthreadd} time=1185860766 data=null button=1 stateMask=0x0 x=93 y=1221 count=1} to Tree node with text: kthreadd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185860767 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
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kthreadd} time=1185860768 data=null button=1 stateMask=0x80000 x=93 y=1221 count=1} to Tree node with text: kthreadd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicking on Check subtree
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=1185860770 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1185860770 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=1185860770 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=1185860770 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=1185860770 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=1185860770 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=1185860770 data=null item=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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=1185860790 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1185860790 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=1185860791 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=1185860791 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=1185860791 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicked on Check subtree
02:19:17 [2019-07-31T06:19:17.099Z] WARN - Tree item TreeItem with text {scp_dest} is already expanded. Won't expand it again.
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Attempting to set focus on Tree with text {}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {lttng-consumerd} time=1185860794 data=null button=0 stateMask=0x0 x=110 y=-946 count=0} to Tree node with text: lttng-consumerd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {lttng-consumerd} time=1185860794 data=null doit=true} to Tree node with text: lttng-consumerd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {lttng-consumerd} time=1185860794 data=null} to Tree node with text: lttng-consumerd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {lttng-consumerd} time=1185860795 data=null button=1 stateMask=0x0 x=110 y=-946 count=1} to Tree node with text: lttng-consumerd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185860795 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
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {lttng-consumerd} time=1185860811 data=null button=1 stateMask=0x80000 x=110 y=-728 count=1} to Tree node with text: lttng-consumerd
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicking on Check subtree
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=1185860823 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1185860823 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=1185860823 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=1185860823 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=1185860823 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=1185860823 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=1185860823 data=null item=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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=1185860824 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1185860824 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=1185860824 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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=1185860824 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=1185860824 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicked on Check subtree
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicking on OK
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185860826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185860826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185860826 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185860827 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185860827 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185860827 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185860827 data=null item=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')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185860114 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}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Clicked on 
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Process} time=1185861107 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}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Process} time=1185861124 data=null button=1 stateMask=0x80000 x=82 y=-12 count=1} to TreeColumn with text {Process}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Process} time=1185861127 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}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Process} time=1185861129 data=null button=1 stateMask=0x80000 x=82 y=-12 count=1} to TreeColumn with text {Process}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {TID} time=1185861138 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}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {TID} time=1185861140 data=null button=1 stateMask=0x80000 x=184 y=-12 count=1} to TreeColumn with text {TID}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {TID} time=1185861141 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}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {TID} time=1185861142 data=null button=1 stateMask=0x80000 x=184 y=-12 count=1} to TreeColumn with text {TID}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {PTID} time=1185861143 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}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {PTID} time=1185861144 data=null button=1 stateMask=0x80000 x=224 y=-12 count=1} to TreeColumn with text {PTID}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {PTID} time=1185861145 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}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {PTID} time=1185861146 data=null button=1 stateMask=0x80000 x=224 y=-12 count=1} to TreeColumn with text {PTID}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Birth time} time=1185861188 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}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Birth time} time=1185861191 data=null button=1 stateMask=0x80000 x=314 y=-12 count=1} to TreeColumn with text {Birth time}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Birth time} time=1185861192 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}
02:19:17 [2019-07-31T06:19:17.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Birth time} time=1185861194 data=null button=1 stateMask=0x80000 x=314 y=-12 count=1} to TreeColumn with text {Birth time}
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1185861494 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - Attempting to set focus on Tree with text {}
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1185861553 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1185861553 data=null doit=true} to TreeItem with text {test}
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1185861553 data=null} to TreeItem with text {test}
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1185861554 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185861554 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1185861572 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:19:17 [2019-07-31T06:19:17.526Z] DEBUG - Clicking on with mnemonic 'Delete'
02:19:17 [2019-07-31T06:19:17.880Z] DEBUG - Clicked on with mnemonic 'Delete'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862543 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862543 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862543 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862544 data=null 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')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862544 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185862544 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Clicking on OK
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185862545 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185862545 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185862546 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185862546 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185862546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185862546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:19:18 [2019-07-31T06:19:18.444Z] DEBUG - Clicked on OK
02:19:19 [2019-07-31T06:19:19.008Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185862546 data=null item=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')
02:19:19 [2019-07-31T06:19:19.008Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185861680 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:19:19 [2019-07-31T06:19:19.264Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.188 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewSortingTest
02:19:19 [2019-07-31T06:19:19.264Z] testColumnSorting(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewSortingTest)  Time elapsed: 11.036 s
02:19:19 [2019-07-31T06:19:19.264Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.OpenTraceStressTest
02:19:57 [2019-07-31T06:19:57.942Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.512 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.OpenTraceStressTest
02:19:57 [2019-07-31T06:19:57.942Z] testOpenAndCloseConcurrency(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.OpenTraceStressTest)  Time elapsed: 33.947 s
02:19:57 [2019-07-31T06:19:57.942Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest
02:19:59 [2019-07-31T06:19:59.314Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:19:59 [2019-07-31T06:19:59.314Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:19:59 [2019-07-31T06:19:59.314Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"'
02:19:59 [2019-07-31T06:19:59.878Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:19:59 [2019-07-31T06:19:59.878Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:19:59 [2019-07-31T06:19:59.878Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:19:59 [2019-07-31T06:19:59.878Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:19:59 [2019-07-31T06:19:59.878Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:19:59 [2019-07-31T06:19:59.878Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:19:59 [2019-07-31T06:19:59.878Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:19:59 [2019-07-31T06:19:59.878Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185904471 data=null doit=true} to Shell with text {Find}
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Setting text on (of type 'Combo') to \ACPU
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\ACPU} time=1185904514 data=null} to (of type 'Combo')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Set text on (of type 'Combo') to \ACPU
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@28bdf017
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1185904523 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185904523 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1185904524 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1185904524 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1185904524 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1185904524 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1185904524 data=null item=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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1185904530 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185904530 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1185904530 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1185904531 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1185904531 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@5f8ef566
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=1185904534 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1185904534 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=1185904534 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=1185904534 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=1185904534 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=1185904534 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=1185904534 data=null item=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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=1185904535 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1185904535 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=1185904535 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')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=1185904535 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=1185904535 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Clicking on Fi&nd
02:20:00 [2019-07-31T06:20:00.444Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185904535 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185904535 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185904536 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185904536 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185904536 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185904536 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185904536 data=null item=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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185904538 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185904538 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185904538 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185904538 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185904538 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Clicked on Fi&nd
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Combo with text "\ACPU", using matcher: of type 'Combo'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Combo with text "\ACPU", using matcher: (of type 'Combo')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Setting text on (of type 'Combo') to \ACPU
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\ACPU} time=1185904540 data=null} to (of type 'Combo')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Set text on (of type 'Combo') to \ACPU
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@18d8c2ae
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=1185904566 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1185904566 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=1185904566 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=1185904566 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=1185904566 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=1185904566 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=1185904566 data=null item=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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=1185904567 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1185904567 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=1185904567 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=1185904567 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=1185904582 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Clicking on Fi&nd
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185904582 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185904582 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185904582 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185904582 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185904583 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185904583 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185904583 data=null item=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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185904584 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185904584 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185904584 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185904584 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185904584 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Clicked on Fi&nd
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Clicking on Close
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185904588 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185904588 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185904588 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185904589 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185904589 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185904589 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')
02:20:00 [2019-07-31T06:20:00.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185904589 data=null item=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')
02:20:00 [2019-07-31T06:20:00.924Z] DEBUG - Clicked on 
02:20:00 [2019-07-31T06:20:00.924Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"'
02:20:00 [2019-07-31T06:20:00.924Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:00 [2019-07-31T06:20:00.924Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:00 [2019-07-31T06:20:00.924Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:00 [2019-07-31T06:20:00.924Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:00 [2019-07-31T06:20:00.924Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:00 [2019-07-31T06:20:00.924Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:00 [2019-07-31T06:20:00.924Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:00 [2019-07-31T06:20:00.924Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185905205 data=null doit=true} to Shell with text {Find}
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Setting text on (of type 'Combo') to CPU 1
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=1185905211 data=null} to (of type 'Combo')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Set text on (of type 'Combo') to CPU 1
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@6c3f4afc
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1185905222 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185905222 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1185905222 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1185905223 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1185905223 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1185905223 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1185905223 data=null item=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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1185905223 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185905223 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1185905224 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1185905224 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1185905224 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Clicking on Fi&nd
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185905228 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185905228 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185905228 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185905228 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185905228 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185905228 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185905229 data=null item=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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185905229 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185905229 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185905230 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185905230 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185905230 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Clicked on Fi&nd
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Combo with text "CPU 1", using matcher: of type 'Combo'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Combo with text "CPU 1", using matcher: (of type 'Combo')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Setting text on (of type 'Combo') to CPU 1
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=1185905284 data=null} to (of type 'Combo')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Set text on (of type 'Combo') to CPU 1
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=1185905285 data=null doit=true} to Button with text {F&orward}
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1185905286 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}
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=1185905287 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=1185905287 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=1185905287 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1185905287 data=null item=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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again.
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Clicking on Fi&nd
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185905294 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185905294 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185905294 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185905294 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185905294 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185905294 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185905294 data=null item=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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185905295 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185905295 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185905295 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')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185905295 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.480Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185905305 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Clicked on Fi&nd
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Clicking on Close
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185905310 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')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185905310 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')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185905310 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185905310 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185905310 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')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185905310 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')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185905310 data=null item=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')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Clicked on 
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:01 [2019-07-31T06:20:01.481Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185905964 data=null doit=true} to Shell with text {Find}
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo')
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - Setting text on (of type 'Combo') to CPU
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU} time=1185905968 data=null} to (of type 'Combo')
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - Set text on (of type 'Combo') to CPU
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=1185905970 data=null doit=true} to Button with text {&Backward}
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1185905970 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}
02:20:01 [2019-07-31T06:20:01.738Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=1185905972 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=1185906002 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=1185906002 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1185906002 data=null item=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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@5d45bb71
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1185906006 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185906006 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1185906006 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1185906006 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1185906006 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1185906007 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1185906007 data=null item=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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1185906007 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185906007 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1185906007 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1185906007 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1185906008 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@6a18bff6
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Whole word} time=1185906009 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1185906009 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Whole word} time=1185906009 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Whole word} time=1185906010 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Whole word} time=1185906010 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Whole word} time=1185906010 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Whole word} time=1185906010 data=null item=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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Whole word} time=1185906010 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1185906010 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Whole word} time=1185906011 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Whole word} time=1185906011 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Whole word} time=1185906011 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Clicking on Fi&nd
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185906017 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185906017 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185906017 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185906017 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185906017 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185906018 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185906018 data=null item=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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185906019 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185906019 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185906019 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185906019 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185906019 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Clicked on Fi&nd
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Combo with text "CPU", using matcher: of type 'Combo'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Combo with text "CPU", using matcher: (of type 'Combo')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Setting text on (of type 'Combo') to CP
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CP} time=1185906021 data=null} to (of type 'Combo')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Set text on (of type 'Combo') to CP
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already selected, not selecting again.
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Clicking on Fi&nd
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185906027 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185906028 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185906028 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185906028 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185906028 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185906031 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185906031 data=null item=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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185906049 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185906050 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185906050 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185906050 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185906050 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Clicked on Fi&nd
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Clicking on Close
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185906053 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185906053 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185906053 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185906053 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185906053 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185906053 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')
02:20:01 [2019-07-31T06:20:01.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185906053 data=null item=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')
02:20:02 [2019-07-31T06:20:02.255Z] DEBUG - Clicked on 
02:20:02 [2019-07-31T06:20:02.255Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"'
02:20:02 [2019-07-31T06:20:02.255Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:02 [2019-07-31T06:20:02.255Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:02 [2019-07-31T06:20:02.255Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:02 [2019-07-31T06:20:02.255Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:02 [2019-07-31T06:20:02.255Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:02 [2019-07-31T06:20:02.255Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:02 [2019-07-31T06:20:02.255Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:02 [2019-07-31T06:20:02.255Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185906735 data=null doit=true} to Shell with text {Find}
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Setting text on (of type 'Combo') to CPU 1
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=1185906739 data=null} to (of type 'Combo')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Set text on (of type 'Combo') to CPU 1
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@500ff31a
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=1185906742 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')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1185906742 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')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=1185906742 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=1185906743 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=1185906743 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')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=1185906743 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')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=1185906743 data=null item=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')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=1185906743 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')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1185906743 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')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=1185906743 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')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=1185906744 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=1185906744 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:02 [2019-07-31T06:20:02.512Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Clicking on Fi&nd
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185906756 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')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185906756 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')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185906756 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185906756 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185906756 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')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185906757 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')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185906757 data=null item=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')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185906758 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')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185906758 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')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185906758 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')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185906758 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185906758 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Clicked on Fi&nd
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Combo with text "CPU 1", using matcher: of type 'Combo'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Combo with text "CPU 1", using matcher: (of type 'Combo')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Setting text on (of type 'Combo') to cpu 1
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {cpu 1} time=1185906760 data=null} to (of type 'Combo')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Set text on (of type 'Combo') to cpu 1
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.513Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already selected, not selecting again.
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Clicking on Fi&nd
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185906770 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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185906770 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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185906770 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185906795 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185906796 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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185906796 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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185906796 data=null item=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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185906801 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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185906801 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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185906801 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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185906802 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185906802 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Clicked on Fi&nd
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Clicking on Close
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185906806 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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185906806 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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185906806 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185906806 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185906806 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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185906806 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')
02:20:02 [2019-07-31T06:20:02.770Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185906806 data=null item=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')
02:20:03 [2019-07-31T06:20:03.027Z] DEBUG - Clicked on 
02:20:03 [2019-07-31T06:20:03.027Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"'
02:20:03 [2019-07-31T06:20:03.027Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:03 [2019-07-31T06:20:03.027Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:03 [2019-07-31T06:20:03.027Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:03 [2019-07-31T06:20:03.027Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:03 [2019-07-31T06:20:03.027Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:03 [2019-07-31T06:20:03.027Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:03 [2019-07-31T06:20:03.027Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:03 [2019-07-31T06:20:03.027Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185907411 data=null doit=true} to Shell with text {Find}
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - Clicking on Close
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185907414 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')
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185907420 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')
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185907421 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185907421 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185907421 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')
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185907421 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')
02:20:03 [2019-07-31T06:20:03.284Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185907421 data=null item=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')
02:20:03 [2019-07-31T06:20:03.541Z] DEBUG - Clicked on 
02:20:03 [2019-07-31T06:20:03.541Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:03 [2019-07-31T06:20:03.541Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:03 [2019-07-31T06:20:03.541Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:03 [2019-07-31T06:20:03.541Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:03 [2019-07-31T06:20:03.541Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:03 [2019-07-31T06:20:03.541Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:03 [2019-07-31T06:20:03.541Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:03 [2019-07-31T06:20:03.541Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185907957 data=null doit=true} to Shell with text {Find}
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - Clicking on Close
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185907961 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')
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185907961 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')
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185907961 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185907961 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185907961 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')
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185907961 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')
02:20:03 [2019-07-31T06:20:03.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185907961 data=null item=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')
02:20:04 [2019-07-31T06:20:04.054Z] DEBUG - Clicked on 
02:20:04 [2019-07-31T06:20:04.054Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"'
02:20:04 [2019-07-31T06:20:04.054Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:04 [2019-07-31T06:20:04.054Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:04 [2019-07-31T06:20:04.054Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:04 [2019-07-31T06:20:04.054Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:04 [2019-07-31T06:20:04.054Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:04 [2019-07-31T06:20:04.054Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:04 [2019-07-31T06:20:04.054Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:04 [2019-07-31T06:20:04.054Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185908541 data=null doit=true} to Shell with text {Find}
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Setting text on (of type 'Combo') to CPU 1
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=1185908545 data=null} to (of type 'Combo')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Set text on (of type 'Combo') to CPU 1
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=1185908554 data=null doit=true} to Button with text {F&orward}
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1185908554 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}
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=1185908555 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=1185908555 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=1185908555 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1185908555 data=null item=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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@253a5359
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=1185908557 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1185908557 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=1185908557 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=1185908557 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=1185908557 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=1185908557 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=1185908558 data=null item=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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=1185908558 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1185908558 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=1185908558 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=1185908558 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=1185908558 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@66c1db11
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1185908559 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185908560 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1185908560 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1185908560 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1185908560 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1185908560 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1185908560 data=null item=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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1185908560 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185908561 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1185908561 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')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1185908561 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1185908561 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.312Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Clicking on Fi&nd
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185908568 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185908568 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185908568 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185908569 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185908569 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185908569 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185908569 data=null item=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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185908585 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185908586 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185908586 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185908586 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185908586 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Clicked on Fi&nd
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Combo with text "CPU 1", using matcher: of type 'Combo'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Combo with text "CPU 1", using matcher: (of type 'Combo')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Setting text on (of type 'Combo') to CPU 1
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=1185908591 data=null} to (of type 'Combo')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Set text on (of type 'Combo') to CPU 1
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=1185908592 data=null doit=true} to Button with text {&Backward}
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1185908592 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}
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=1185908593 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=1185908594 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=1185908594 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1185908594 data=null item=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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again.
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Clicking on Fi&nd
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185908605 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185908605 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185908605 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185908605 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185908606 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185908606 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185908606 data=null item=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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185908606 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185908607 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185908607 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185908607 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185908607 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Clicked on Fi&nd
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Clicking on Close
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185908629 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185908629 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185908629 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185908629 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185908629 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185908629 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')
02:20:04 [2019-07-31T06:20:04.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185908629 data=null item=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')
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - Clicked on 
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/bug446190/bug446190_ - Eclipse Platform} time=1185908949 data=null doit=true} to Shell with text {data - test/Traces/bug446190/bug446190_ - Eclipse Platform}
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - Attempting to set focus on Tree with text {}
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1185909035 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1185909036 data=null doit=true} to TreeItem with text {test}
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1185909036 data=null} to TreeItem with text {test}
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1185909036 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185909037 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:20:04 [2019-07-31T06:20:04.827Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1185909063 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:20:05 [2019-07-31T06:20:05.084Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:20:05 [2019-07-31T06:20:05.084Z] DEBUG - Clicking on with mnemonic 'Delete'
02:20:05 [2019-07-31T06:20:05.340Z] DEBUG - Clicked on with mnemonic 'Delete'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909647 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909648 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909648 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909663 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909664 data=null 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')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909687 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185909687 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Clicking on OK
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185909689 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185909689 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185909689 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185909689 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185909690 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185909690 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:05 [2019-07-31T06:20:05.597Z] DEBUG - Clicked on OK
02:20:06 [2019-07-31T06:20:06.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185909690 data=null item=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')
02:20:06 [2019-07-31T06:20:06.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185909208 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:20:06 [2019-07-31T06:20:06.537Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.898 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest
02:20:06 [2019-07-31T06:20:06.537Z] testRegEx(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest)  Time elapsed: 1.286 s
02:20:06 [2019-07-31T06:20:06.537Z] testDirection(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest)  Time elapsed: 0.841 s
02:20:06 [2019-07-31T06:20:06.537Z] testWholeWord(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest)  Time elapsed: 0.691 s
02:20:06 [2019-07-31T06:20:06.537Z] testCaseSensitive(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest)  Time elapsed: 0.735 s
02:20:06 [2019-07-31T06:20:06.537Z] testOpenCloseDialog(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest)  Time elapsed: 1.151 s
02:20:06 [2019-07-31T06:20:06.537Z] testWrapSearch(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest)  Time elapsed: 0.737 s
02:20:06 [2019-07-31T06:20:06.537Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest
02:20:11 [2019-07-31T06:20:11.790Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"'
02:20:11 [2019-07-31T06:20:11.790Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:20:11 [2019-07-31T06:20:11.790Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:20:11 [2019-07-31T06:20:11.790Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:11 [2019-07-31T06:20:11.790Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:11 [2019-07-31T06:20:11.790Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:11 [2019-07-31T06:20:11.790Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:11 [2019-07-31T06:20:11.790Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:11 [2019-07-31T06:20:11.790Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:11 [2019-07-31T06:20:11.790Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:11 [2019-07-31T06:20:11.790Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185916221 data=null doit=true} to Shell with text {Find}
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo'
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo')
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - Setting text on (of type 'Combo') to \Alttng
02:20:12 [2019-07-31T06:20:12.047Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\Alttng} time=1185916226 data=null} to (of type 'Combo')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Set text on (of type 'Combo') to \Alttng
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@5d5cc6d
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1185916251 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185916252 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1185916280 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1185916280 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1185916280 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1185916280 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1185916281 data=null item=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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1185916281 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185916281 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1185916281 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1185916281 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1185916282 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@4e08a657
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=1185916285 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1185916285 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=1185916285 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=1185916286 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=1185916286 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=1185916286 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=1185916286 data=null item=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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=1185916287 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1185916287 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=1185916287 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=1185916287 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=1185916287 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Clicking on Fi&nd
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185916288 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185916288 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185916288 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185916288 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185916288 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185916289 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185916289 data=null item=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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185916290 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185916290 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185916290 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')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185916290 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185916290 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Clicked on Fi&nd
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Combo with text "\Alttng", using matcher: of type 'Combo'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Combo with text "\Alttng", using matcher: (of type 'Combo')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Setting text on (of type 'Combo') to \Alttng
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\Alttng} time=1185916292 data=null} to (of type 'Combo')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Set text on (of type 'Combo') to \Alttng
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.048Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.305Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@55eddd99
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=1185916322 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1185916322 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=1185916322 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=1185916322 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=1185916323 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=1185916323 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=1185916323 data=null item=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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=1185916323 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1185916324 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=1185916324 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=1185916324 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=1185916324 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Clicking on Fi&nd
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185916324 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185916324 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185916324 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185916324 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185916325 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185916325 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185916325 data=null item=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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185916327 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185916327 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185916327 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185916327 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185916327 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Clicked on Fi&nd
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Clicking on Close
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185916344 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185916344 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185916345 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185916345 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185916345 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185916345 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')
02:20:12 [2019-07-31T06:20:12.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185916346 data=null item=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')
02:20:12 [2019-07-31T06:20:12.562Z] DEBUG - Clicked on 
02:20:12 [2019-07-31T06:20:12.562Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:20:12 [2019-07-31T06:20:12.562Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:12 [2019-07-31T06:20:12.562Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:12 [2019-07-31T06:20:12.562Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:12 [2019-07-31T06:20:12.562Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:12 [2019-07-31T06:20:12.562Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:12 [2019-07-31T06:20:12.562Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:12 [2019-07-31T06:20:12.562Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:12 [2019-07-31T06:20:12.562Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185916969 data=null doit=true} to Shell with text {Find}
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Setting text on (of type 'Combo') to lttng
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1185916973 data=null} to (of type 'Combo')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Set text on (of type 'Combo') to lttng
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@6fffb752
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1185916983 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185916983 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1185916983 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1185916984 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1185916984 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1185916984 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1185916984 data=null item=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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1185916984 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185916984 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1185916984 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1185916984 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1185916985 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@394145af
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Whole word} time=1185916986 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1185916986 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Whole word} time=1185916986 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Whole word} time=1185916986 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Whole word} time=1185916986 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Whole word} time=1185916987 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Whole word} time=1185916987 data=null item=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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Whole word} time=1185916987 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1185916987 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Whole word} time=1185916987 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Whole word} time=1185916987 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Whole word} time=1185916987 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Clicking on Fi&nd
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185916989 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185916989 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185916989 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185916989 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185916989 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185916989 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185916989 data=null item=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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185916990 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185916990 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185916990 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185916990 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185916990 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Clicked on Fi&nd
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Setting text on (of type 'Combo') to lttng
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1185917011 data=null} to (of type 'Combo')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Set text on (of type 'Combo') to lttng
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=1185917013 data=null doit=true} to Button with text {F&orward}
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1185917013 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}
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=1185917014 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=1185917014 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=1185917015 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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1185917015 data=null item=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')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again.
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:12 [2019-07-31T06:20:12.820Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Clicking on Fi&nd
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185917019 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')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185917019 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')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185917020 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185917020 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185917020 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')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185917020 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')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185917020 data=null item=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')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185917021 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')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185917021 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')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185917022 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')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185917022 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185917022 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Clicked on Fi&nd
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Clicking on Close
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185917031 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')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185917031 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')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185917031 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:12 [2019-07-31T06:20:12.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185917031 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:13 [2019-07-31T06:20:13.077Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185917038 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')
02:20:13 [2019-07-31T06:20:13.077Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185917082 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')
02:20:13 [2019-07-31T06:20:13.077Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185917082 data=null item=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')
02:20:13 [2019-07-31T06:20:13.336Z] DEBUG - Clicked on 
02:20:13 [2019-07-31T06:20:13.336Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:20:13 [2019-07-31T06:20:13.336Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:13 [2019-07-31T06:20:13.336Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:13 [2019-07-31T06:20:13.336Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:13 [2019-07-31T06:20:13.336Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:13 [2019-07-31T06:20:13.336Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:13 [2019-07-31T06:20:13.336Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:13 [2019-07-31T06:20:13.336Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:13 [2019-07-31T06:20:13.336Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185917825 data=null doit=true} to Shell with text {Find}
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo')
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - Setting text on (of type 'Combo') to lttng
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1185917834 data=null} to (of type 'Combo')
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - Set text on (of type 'Combo') to lttng
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:13 [2019-07-31T06:20:13.594Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.226Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:14 [2019-07-31T06:20:14.226Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=1185917849 data=null doit=true} to Button with text {&Backward}
02:20:14 [2019-07-31T06:20:14.226Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1185917849 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}
02:20:14 [2019-07-31T06:20:14.226Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:14 [2019-07-31T06:20:14.226Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=1185917851 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:14 [2019-07-31T06:20:14.226Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=1185917852 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')
02:20:14 [2019-07-31T06:20:14.226Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=1185917852 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1185917852 data=null item=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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@5dea8ad6
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1185917855 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185917855 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1185917856 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1185917856 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1185917856 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1185917856 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1185917856 data=null item=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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1185917883 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185917883 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1185917884 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1185917884 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1185917884 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@230e0fbd
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Whole word} time=1185917885 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1185917886 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Whole word} time=1185917886 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Whole word} time=1185917886 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Whole word} time=1185917886 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Whole word} time=1185917886 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Whole word} time=1185917887 data=null item=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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Whole word} time=1185917887 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1185917887 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Whole word} time=1185917887 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Whole word} time=1185917888 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Whole word} time=1185917888 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Clicking on Fi&nd
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185917889 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185917890 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185917890 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185917890 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185917890 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185917890 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185917890 data=null item=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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185917891 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185917891 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185917891 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185917891 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185917891 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Clicked on Fi&nd
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Setting text on (of type 'Combo') to lttn
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttn} time=1185917893 data=null} to (of type 'Combo')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Set text on (of type 'Combo') to lttn
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already selected, not selecting again.
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Clicking on Fi&nd
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185917918 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185917918 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185917918 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185917918 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185917919 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185917919 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185917919 data=null item=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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185917923 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185917924 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185917924 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185917924 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185917924 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Clicked on Fi&nd
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Clicking on Close
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185917928 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185917928 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185917928 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185917928 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185917928 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185917928 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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185917928 data=null item=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')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Clicked on 
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:14 [2019-07-31T06:20:14.227Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185918574 data=null doit=true} to Shell with text {Find}
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Setting text on (of type 'Combo') to lttng
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1185918578 data=null} to (of type 'Combo')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Set text on (of type 'Combo') to lttng
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@12289e07
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=1185918582 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1185918582 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=1185918582 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=1185918582 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=1185918582 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=1185918582 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=1185918583 data=null item=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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=1185918583 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1185918583 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=1185918583 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=1185918583 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=1185918583 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@7b4da2c8
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Whole word} time=1185918591 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1185918592 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Whole word} time=1185918592 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Whole word} time=1185918592 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Whole word} time=1185918592 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Whole word} time=1185918592 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Whole word} time=1185918592 data=null item=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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Whole word} time=1185918592 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1185918593 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Whole word} time=1185918593 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Whole word} time=1185918593 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Whole word} time=1185918593 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Clicking on Fi&nd
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185918594 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185918594 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185918594 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185918594 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185918594 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185918595 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185918595 data=null item=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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185918595 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185918595 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185918595 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185918595 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185918595 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Clicked on Fi&nd
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Label with text "", using matcher: of type 'Label'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Label with text "", using matcher: (of type 'Label')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Setting text on (of type 'Combo') to LTTNG
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {LTTNG} time=1185918597 data=null} to (of type 'Combo')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Set text on (of type 'Combo') to LTTNG
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again.
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already selected, not selecting again.
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Clicking on Fi&nd
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185918606 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185918606 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185918606 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185918607 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185918607 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185918607 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185918607 data=null item=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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185918623 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185918624 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185918624 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')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185918624 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185918624 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - Clicked on Fi&nd
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label')
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.487Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - Clicking on Close
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185918627 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')
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185918628 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')
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185918628 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185918628 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185918628 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')
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185918628 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')
02:20:14 [2019-07-31T06:20:14.488Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185918628 data=null item=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')
02:20:14 [2019-07-31T06:20:14.745Z] DEBUG - Clicked on 
02:20:14 [2019-07-31T06:20:14.745Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:20:14 [2019-07-31T06:20:14.745Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:14 [2019-07-31T06:20:14.745Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:14 [2019-07-31T06:20:14.745Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:14 [2019-07-31T06:20:14.745Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:14 [2019-07-31T06:20:14.745Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:14 [2019-07-31T06:20:14.745Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:14 [2019-07-31T06:20:14.745Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:14 [2019-07-31T06:20:14.745Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185919216 data=null doit=true} to Shell with text {Find}
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - Clicking on Close
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185919225 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')
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185919226 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')
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185919226 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185919226 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185919226 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')
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185919226 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')
02:20:15 [2019-07-31T06:20:15.002Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185919226 data=null item=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')
02:20:15 [2019-07-31T06:20:15.259Z] DEBUG - Clicked on 
02:20:15 [2019-07-31T06:20:15.259Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:15 [2019-07-31T06:20:15.259Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:15 [2019-07-31T06:20:15.259Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:15 [2019-07-31T06:20:15.259Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:15 [2019-07-31T06:20:15.259Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:15 [2019-07-31T06:20:15.259Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:15 [2019-07-31T06:20:15.259Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:15 [2019-07-31T06:20:15.259Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185919778 data=null doit=true} to Shell with text {Find}
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - Clicking on Close
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185919782 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')
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185919782 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')
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185919782 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185919782 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185919782 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')
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185919782 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')
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185919782 data=null item=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')
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - Clicked on 
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:15 [2019-07-31T06:20:15.823Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:16 [2019-07-31T06:20:16.080Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:16 [2019-07-31T06:20:16.080Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1185920426 data=null doit=true} to Shell with text {Find}
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Setting text on (of type 'Combo') to lttng
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1185920430 data=null} to (of type 'Combo')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Set text on (of type 'Combo') to lttng
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=1185920432 data=null doit=true} to Button with text {F&orward}
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1185920432 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}
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=1185920433 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=1185920433 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=1185920433 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1185920434 data=null item=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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@1806f12a
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=1185920435 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1185920435 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=1185920435 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=1185920435 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=1185920436 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=1185920436 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=1185920436 data=null item=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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=1185920436 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1185920436 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=1185920436 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=1185920436 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=1185920437 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@787edbf6
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1185920443 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185920444 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1185920444 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1185920444 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1185920444 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1185920444 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1185920444 data=null item=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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1185920445 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1185920445 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1185920445 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1185920445 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1185920445 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Clicking on Fi&nd
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185920447 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185920448 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185920448 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185920448 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185920448 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185920448 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185920448 data=null item=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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185920449 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185920449 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185920449 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185920449 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185920450 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Clicked on Fi&nd
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Setting text on (of type 'Combo') to lttng
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1185920452 data=null} to (of type 'Combo')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Set text on (of type 'Combo') to lttng
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=1185920454 data=null doit=true} to Button with text {&Backward}
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1185920454 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}
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=1185920458 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=1185920458 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=1185920458 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1185920458 data=null item=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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again.
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Clicking on Fi&nd
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1185920491 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185920491 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1185920491 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1185920491 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1185920491 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1185920491 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1185920491 data=null item=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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1185920492 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1185920492 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1185920492 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1185920492 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1185920492 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Clicked on Fi&nd
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button'
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Clicking on Close
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1185920495 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1185920495 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1185920496 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1185920496 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1185920496 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')
02:20:16 [2019-07-31T06:20:16.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1185920496 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')
02:20:16 [2019-07-31T06:20:16.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1185920496 data=null item=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')
02:20:16 [2019-07-31T06:20:16.595Z] DEBUG - Clicked on 
02:20:16 [2019-07-31T06:20:16.595Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/bug446190/bug446190_ - Eclipse Platform} time=1185920841 data=null doit=true} to Shell with text {data - test/Traces/bug446190/bug446190_ - Eclipse Platform}
02:20:16 [2019-07-31T06:20:16.595Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:20:16 [2019-07-31T06:20:16.852Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:20:16 [2019-07-31T06:20:16.852Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:20:16 [2019-07-31T06:20:16.852Z] DEBUG - Attempting to set focus on Tree with text {}
02:20:16 [2019-07-31T06:20:16.852Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1185920903 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:20:16 [2019-07-31T06:20:16.852Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1185920903 data=null doit=true} to TreeItem with text {test}
02:20:16 [2019-07-31T06:20:16.852Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1185920903 data=null} to TreeItem with text {test}
02:20:16 [2019-07-31T06:20:16.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1185920904 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:20:16 [2019-07-31T06:20:16.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185920904 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:20:16 [2019-07-31T06:20:16.852Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1185920914 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:20:16 [2019-07-31T06:20:16.852Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:20:16 [2019-07-31T06:20:16.852Z] DEBUG - Clicking on with mnemonic 'Delete'
02:20:17 [2019-07-31T06:20:17.108Z] DEBUG - Clicked on with mnemonic 'Delete'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922098 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922098 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922099 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922099 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922099 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922099 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922099 data=null 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')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922099 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922099 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922099 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922100 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185922100 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Clicking on OK
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185922101 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185922101 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185922101 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185922101 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185922101 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185922101 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:18 [2019-07-31T06:20:18.038Z] DEBUG - Clicked on OK
02:20:18 [2019-07-31T06:20:18.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185922102 data=null item=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')
02:20:18 [2019-07-31T06:20:18.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185921008 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:20:18 [2019-07-31T06:20:18.857Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.169 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest
02:20:18 [2019-07-31T06:20:18.857Z] testRegEx(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest)  Time elapsed: 1.112 s
02:20:18 [2019-07-31T06:20:18.857Z] testDirection(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest)  Time elapsed: 0.708 s
02:20:18 [2019-07-31T06:20:18.857Z] testWholeWord(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest)  Time elapsed: 0.877 s
02:20:18 [2019-07-31T06:20:18.857Z] testCaseSensitive(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest)  Time elapsed: 0.669 s
02:20:18 [2019-07-31T06:20:18.857Z] testOpenCloseDialog(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest)  Time elapsed: 1.14 s
02:20:18 [2019-07-31T06:20:18.857Z] testWrapSearch(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest)  Time elapsed: 0.738 s
02:20:18 [2019-07-31T06:20:18.857Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.DisksIOViewTest
02:20:19 [2019-07-31T06:20:19.420Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.diskioactivity"'
02:20:19 [2019-07-31T06:20:19.420Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:20:25 [2019-07-31T06:20:25.962Z] DEBUG - matched EditorReference with text "", using matcher: with name '"scp_dest"'
02:20:25 [2019-07-31T06:20:25.962Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:20:25 [2019-07-31T06:20:25.962Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:20:25 [2019-07-31T06:20:25.962Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:20:25 [2019-07-31T06:20:25.962Z] DEBUG - Setting state to checked on: scp_dest
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1185931170 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - Attempting to set focus on Tree with text {}
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1185931208 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1185931208 data=null doit=true} to TreeItem with text {test}
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1185931208 data=null} to TreeItem with text {test}
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1185931209 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185931209 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1185931217 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - Clicking on with mnemonic 'Delete'
02:20:27 [2019-07-31T06:20:27.332Z] DEBUG - Clicked on with mnemonic 'Delete'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932019 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932019 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932020 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932020 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932020 data=null 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')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932020 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1185932021 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Clicking on OK
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185932022 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185932022 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185932022 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185932022 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185932022 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185932022 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:27 [2019-07-31T06:20:27.896Z] DEBUG - Clicked on OK
02:20:28 [2019-07-31T06:20:28.460Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185932022 data=null item=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')
02:20:28 [2019-07-31T06:20:28.460Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1185931301 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:20:28 [2019-07-31T06:20:28.460Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.64 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.DisksIOViewTest
02:20:28 [2019-07-31T06:20:28.460Z] testDiskView(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.DisksIOViewTest)  Time elapsed: 7.403 s
02:20:28 [2019-07-31T06:20:28.460Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest
02:20:29 [2019-07-31T06:20:29.025Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:39 [2019-07-31T06:20:39.121Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:20:39 [2019-07-31T06:20:39.378Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas'
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas')
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas'
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas')
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas'
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas')
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:39 [2019-07-31T06:20:39.634Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:40 [2019-07-31T06:20:40.196Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:40 [2019-07-31T06:20:40.196Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:40 [2019-07-31T06:20:40.196Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:40 [2019-07-31T06:20:40.760Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:40 [2019-07-31T06:20:40.760Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:40 [2019-07-31T06:20:40.760Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:41 [2019-07-31T06:20:41.688Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:41 [2019-07-31T06:20:41.688Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:41 [2019-07-31T06:20:41.688Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:42 [2019-07-31T06:20:42.251Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:42 [2019-07-31T06:20:42.251Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:42 [2019-07-31T06:20:42.251Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:42 [2019-07-31T06:20:42.814Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:42 [2019-07-31T06:20:42.814Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:42 [2019-07-31T06:20:42.814Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:44 [2019-07-31T06:20:44.185Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:44 [2019-07-31T06:20:44.185Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:44 [2019-07-31T06:20:44.185Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:44 [2019-07-31T06:20:44.441Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:44 [2019-07-31T06:20:44.441Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:44 [2019-07-31T06:20:44.441Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:45 [2019-07-31T06:20:45.004Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:45 [2019-07-31T06:20:45.004Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:45 [2019-07-31T06:20:45.004Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:45 [2019-07-31T06:20:45.934Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:45 [2019-07-31T06:20:45.934Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:45 [2019-07-31T06:20:45.934Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:46 [2019-07-31T06:20:46.497Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:46 [2019-07-31T06:20:46.497Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:46 [2019-07-31T06:20:46.497Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:47 [2019-07-31T06:20:47.593Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:47 [2019-07-31T06:20:47.593Z] DEBUG - Attempting to set focus on (of type 'Canvas')
02:20:47 [2019-07-31T06:20:47.593Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:47 [2019-07-31T06:20:47.593Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:54 [2019-07-31T06:20:54.134Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:20:54 [2019-07-31T06:20:54.134Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:20:54 [2019-07-31T06:20:54.134Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:54 [2019-07-31T06:20:54.391Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:20:54 [2019-07-31T06:20:54.953Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'TimeGraphMarkerAxis'
02:20:54 [2019-07-31T06:20:54.953Z] DEBUG - number of items : 17
02:20:54 [2019-07-31T06:20:54.953Z] DEBUG - Clicking on ToolItem with tooltip text {Add Bookmark...}
02:20:54 [2019-07-31T06:20:54.953Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185958907 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:20:54 [2019-07-31T06:20:54.953Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185958907 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:20:54 [2019-07-31T06:20:54.953Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185958908 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...}
02:20:54 [2019-07-31T06:20:54.953Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185958908 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:20:54 [2019-07-31T06:20:54.953Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185958908 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185959298 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185959299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185959299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185959300 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...}
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185959300 data=null} to ToolItem with tooltip text {Add Bookmark...}
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...}
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - matched Shell with text "Add Bookmark", using matcher: with text 'Add Bookmark'
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Clicking on OK
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185959306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185959306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185959306 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185959306 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185959306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185959306 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185959306 data=null item=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')
02:20:55 [2019-07-31T06:20:55.210Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185958908 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...}
02:20:55 [2019-07-31T06:20:55.467Z] DEBUG - Clicked on 
02:20:55 [2019-07-31T06:20:55.467Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:20:55 [2019-07-31T06:20:55.724Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {}
02:20:55 [2019-07-31T06:20:55.724Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=1185959722 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {}
02:20:55 [2019-07-31T06:20:55.724Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=1185959722 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {}
02:20:55 [2019-07-31T06:20:55.724Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=1185959723 data=null doit=true} to TimeGraphMarkerAxis with text {}
02:20:55 [2019-07-31T06:20:55.724Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=1185959723 data=null} to TimeGraphMarkerAxis with text {}
02:20:55 [2019-07-31T06:20:55.724Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=1185959723 data=null button=1 stateMask=0x0 x=541 y=9 count=1} to TimeGraphMarkerAxis with text {}
02:20:55 [2019-07-31T06:20:55.724Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=1185959725 data=null button=1 stateMask=0x80000 x=541 y=9 count=1} to TimeGraphMarkerAxis with text {}
02:20:55 [2019-07-31T06:20:55.724Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.288Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=1185960287 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.288Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=1185960287 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=1185960287 data=null doit=true} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=1185960288 data=null} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=1185960288 data=null button=1 stateMask=0x0 x=246 y=25 count=1} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=1185960290 data=null button=1 stateMask=0x80000 x=246 y=25 count=1} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.288Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - number of items : 17
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Clicking on ToolItem with tooltip text {Remove Bookmark}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185960791 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185960791 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185960791 data=null doit=true} to ToolItem with tooltip text {Remove Bookmark}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185960791 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185960791 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185960791 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}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185960794 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185960798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185960798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185960798 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185960798 data=null} to ToolItem with tooltip text {Add Bookmark...}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.545Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=1185960799 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=1185960799 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=1185960799 data=null doit=true} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=1185960799 data=null} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=1185960799 data=null button=1 stateMask=0x0 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=1185960800 data=null button=1 stateMask=0x80000 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=1185960800 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=1185960800 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=1185960800 data=null doit=true} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=1185960801 data=null} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=1185960801 data=null button=1 stateMask=0x0 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=1185960801 data=null button=1 stateMask=0x80000 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=1185960802 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=1185960802 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=1185960802 data=null doit=true} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=1185960802 data=null} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=1185960802 data=null button=1 stateMask=0x0 x=15 y=9 count=1} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=1185960803 data=null button=1 stateMask=0x80000 x=15 y=9 count=1} to TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {}
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events'
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Clicking on with mnemonic 'Lost Events'
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Lost Events} time=1185960988 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'
02:20:56 [2019-07-31T06:20:56.803Z] DEBUG - Clicked on with mnemonic 'Lost Events'
02:20:57 [2019-07-31T06:20:57.060Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - number of items : 17
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185970516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185970516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185970516 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185970516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185970516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185970516 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}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185970518 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185970518 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185970518 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185970518 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185970518 data=null} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - number of items : 17
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185971049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185971049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185971050 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185971050 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185971050 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185971050 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}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185971051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185971051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185971051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185971051 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185971051 data=null} to ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:21:07 [2019-07-31T06:21:07.008Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:07 [2019-07-31T06:21:07.572Z] DEBUG - number of items : 17
02:21:07 [2019-07-31T06:21:07.572Z] DEBUG - Clicking on ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.572Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185971553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.572Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185971553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.572Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185971553 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.572Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185971553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.572Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185971553 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185971806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185971839 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185971839 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185971839 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185971839 data=null} to ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...}
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - matched Shell with text "Add Bookmark", using matcher: with text 'Add Bookmark'
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Clicking on OK
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185971858 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185971859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185971859 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185971859 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185971859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185971859 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185971859 data=null item=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')
02:21:07 [2019-07-31T06:21:07.829Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185971553 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...}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Clicked on 
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - number of items : 17
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185972170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185972170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185972170 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185972170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185972170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185972170 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}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185972194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185972199 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185972199 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185972199 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185972199 data=null} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.086Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - number of items : 17
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185972701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185972702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185972702 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185972702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185972702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185972702 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}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185972704 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185972704 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185972704 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185972704 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185972704 data=null} to ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:21:08 [2019-07-31T06:21:08.650Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - number of items : 17
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185973206 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185973206 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185973206 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185973206 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185973206 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185973206 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}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185973208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185973208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185973208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185973208 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185973208 data=null} to ToolItem with tooltip text {Select Next State Change}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - number of items : 17
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Clicking on ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185973750 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185973750 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185973750 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185973750 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.630Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185973751 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185973973 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185973973 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185973973 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185973973 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185973973 data=null} to ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...}
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - matched Shell with text "Add Bookmark", using matcher: with text 'Add Bookmark'
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Clicking on OK
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185974016 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185974016 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185974016 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185974017 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185974017 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185974017 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185974017 data=null item=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')
02:21:09 [2019-07-31T06:21:09.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185973751 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...}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Clicked on 
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - number of items : 17
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185974332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185974332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185974332 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185974332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185974333 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185974333 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}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185974333 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185974333 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185974333 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185974333 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185974334 data=null} to ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker}
02:21:10 [2019-07-31T06:21:10.143Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - number of items : 17
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Clicking on ToolItem with tooltip text {Remove Bookmark}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185974852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185974852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185974852 data=null doit=true} to ToolItem with tooltip text {Remove Bookmark}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185974852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185974852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185974852 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}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185974855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185974924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185974936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185974936 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185974936 data=null} to ToolItem with tooltip text {Add Bookmark...}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - number of items : 17
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185974937 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185974938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185974938 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185974938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185974938 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185974938 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}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185974939 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185974940 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185974940 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185974940 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185974940 data=null} to ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker}
02:21:10 [2019-07-31T06:21:10.706Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:11 [2019-07-31T06:21:11.270Z] DEBUG - number of items : 17
02:21:11 [2019-07-31T06:21:11.270Z] DEBUG - Clicking on ToolItem with tooltip text {Remove Bookmark}
02:21:11 [2019-07-31T06:21:11.270Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185975442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:21:11 [2019-07-31T06:21:11.270Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185975442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:21:11 [2019-07-31T06:21:11.270Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185975442 data=null doit=true} to ToolItem with tooltip text {Remove Bookmark}
02:21:11 [2019-07-31T06:21:11.270Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185975442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:21:11 [2019-07-31T06:21:11.270Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185975442 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark}
02:21:11 [2019-07-31T06:21:11.270Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185975442 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}
02:21:11 [2019-07-31T06:21:11.270Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185975444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185975511 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185975544 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185975544 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185975544 data=null} to ToolItem with tooltip text {Add Bookmark...}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - number of items : 17
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185975545 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185975545 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185975545 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185975545 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185975545 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185975545 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}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185975546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185975546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185975546 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185975546 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185975546 data=null} to ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker}
02:21:11 [2019-07-31T06:21:11.526Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - number of items : 17
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185976051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185976051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185976051 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185976051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185976051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185976051 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}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185976053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185976053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185976053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185976054 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185976054 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change}
02:21:12 [2019-07-31T06:21:12.089Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:12 [2019-07-31T06:21:12.653Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - number of items : 17
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - number of items : 17
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - Clicking on with mnemonic 'Lost Events'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Lost Events} time=1185984675 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'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - Clicked on with mnemonic 'Lost Events'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - number of items : 17
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - number of items : 17
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - Clicking on with mnemonic 'Lost Events'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Lost Events} time=1185984750 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'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - Clicked on with mnemonic 'Lost Events'
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - number of items : 17
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - number of items : 17
02:21:20 [2019-07-31T06:21:20.747Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:28 [2019-07-31T06:21:28.845Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:21:28 [2019-07-31T06:21:28.845Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:21:28 [2019-07-31T06:21:28.845Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:28 [2019-07-31T06:21:28.845Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:28 [2019-07-31T06:21:28.845Z] DEBUG - number of items : 17
02:21:28 [2019-07-31T06:21:28.845Z] DEBUG - Clicking on ToolItem with tooltip text {Show View Filters}
02:21:28 [2019-07-31T06:21:28.845Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1185993040 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:21:28 [2019-07-31T06:21:28.845Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185993040 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:21:28 [2019-07-31T06:21:28.845Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1185993040 data=null doit=true} to ToolItem with tooltip text {Show View Filters}
02:21:28 [2019-07-31T06:21:28.845Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1185993040 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:21:28 [2019-07-31T06:21:28.845Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1185993040 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:21:29 [2019-07-31T06:21:29.103Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1185993319 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:21:29 [2019-07-31T06:21:29.103Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1185993336 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:21:29 [2019-07-31T06:21:29.103Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1185993336 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters}
02:21:29 [2019-07-31T06:21:29.103Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1185993336 data=null doit=true} to ToolItem with tooltip text {Show View Filters}
02:21:29 [2019-07-31T06:21:29.103Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1185993336 data=null} to ToolItem with tooltip text {Show View Filters}
02:21:29 [2019-07-31T06:21:29.103Z] DEBUG - Clicked on ToolItem with tooltip text {Show View Filters}
02:21:29 [2019-07-31T06:21:29.103Z] DEBUG - matched Shell with text "Filter", using matcher: with text 'Filter'
02:21:29 [2019-07-31T06:21:29.729Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filter} time=1185993363 data=null doit=true} to Shell with text {Filter}
02:21:29 [2019-07-31T06:21:29.729Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:21:29 [2019-07-31T06:21:29.729Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:21:29 [2019-07-31T06:21:29.729Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:21:29 [2019-07-31T06:21:29.729Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
02:21:29 [2019-07-31T06:21:29.729Z] DEBUG - matched Text with text "24", using matcher: of type 'Text'
02:21:29 [2019-07-31T06:21:29.729Z] DEBUG - matched Text with text "24", using matcher: (of type 'Text')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicking on Uncheck all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1185994373 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185994373 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1185994373 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1185994373 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1185994374 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1185994374 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1185994374 data=null item=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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1185994388 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185994388 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1185994388 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1185994389 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1185994389 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicked on Uncheck all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicking on Check all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1185994391 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185994391 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1185994391 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1185994391 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1185994391 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1185994391 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1185994392 data=null item=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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1185994406 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185994406 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1185994406 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1185994407 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1185994407 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicked on Check all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Attempting to set focus on Tree with text {}
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {CPU 1 States} time=1185994409 data=null button=0 stateMask=0x0 x=107 y=121 count=0} to TreeItem with text {synthetic-trace}
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {synthetic-trace} time=1185994409 data=null doit=true} to TreeItem with text {synthetic-trace}
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {synthetic-trace} time=1185994409 data=null} to TreeItem with text {synthetic-trace}
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {CPU 1 States} time=1185994410 data=null button=1 stateMask=0x0 x=107 y=121 count=1} to TreeItem with text {synthetic-trace}
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1185994410 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}
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {CPU 1 States} time=1185994418 data=null button=1 stateMask=0x80000 x=107 y=121 count=1} to TreeItem with text {synthetic-trace}
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicking on Uncheck all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1185994419 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185994420 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1185994420 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1185994420 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1185994421 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1185994421 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1185994421 data=null item=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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1185994437 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185994438 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1185994438 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1185994438 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1185994438 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicked on Uncheck all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicking on Check selected
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1185994439 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1185994439 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1185994440 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1185994440 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1185994440 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1185994440 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1185994440 data=null item=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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1185994441 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1185994441 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1185994441 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1185994441 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1185994441 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicked on Check selected
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicking on Uncheck all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1185994442 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185994442 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1185994442 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1185994443 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1185994443 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1185994443 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1185994443 data=null item=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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1185994482 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185994483 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1185994483 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1185994483 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1185994483 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicked on Uncheck all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicking on Check subtree
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=1185994484 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1185994485 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=1185994485 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=1185994485 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=1185994485 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=1185994485 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=1185994485 data=null item=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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=1185994486 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1185994486 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=1185994486 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=1185994486 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=1185994486 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicked on Check subtree
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicking on Check all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1185994488 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185994488 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1185994488 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1185994488 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1185994488 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1185994488 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1185994489 data=null item=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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1185994506 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185994508 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1185994509 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1185994509 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1185994509 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicked on Check all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with mnemonic 'Uncheck selected'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicking on Uncheck selected
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck selected} time=1185994510 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=1185994510 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck selected} time=1185994510 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck selected} time=1185994510 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck selected} time=1185994511 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck selected} time=1185994511 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck selected} time=1185994511 data=null item=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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck selected} time=1185994511 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=1185994512 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck selected} time=1185994512 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck selected} time=1185994512 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck selected} time=1185994512 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicked on Uncheck selected
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicking on Check all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1185994513 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185994513 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1185994513 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1185994513 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1185994514 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1185994514 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1185994514 data=null item=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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1185994514 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185994515 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1185994515 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')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1185994515 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1185994515 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - Clicked on Check all
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.295Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: with mnemonic 'Uncheck subtree'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Clicking on Uncheck subtree
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck subtree} time=1185994516 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck subtree} time=1185994516 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck subtree} time=1185994516 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck subtree} time=1185994516 data=null} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck subtree} time=1185994516 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck subtree} time=1185994519 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck subtree} time=1185994519 data=null item=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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck subtree} time=1185994520 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck subtree} time=1185994520 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck subtree} time=1185994520 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck subtree} time=1185994520 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck subtree} time=1185994520 data=null} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Clicked on Uncheck subtree
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Clicking on Uncheck all
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1185994521 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185994521 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1185994522 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1185994522 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1185994522 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1185994522 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1185994522 data=null item=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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1185994532 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1185994532 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1185994532 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')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1185994532 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1185994532 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - Clicked on Uncheck all
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Text with text "synthetic-trace", using matcher: of type 'Text'
02:21:30 [2019-07-31T06:21:30.296Z] DEBUG - matched Text with text "synthetic-trace", using matcher: (of type 'Text')
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all'
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - Clicking on Check all
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1185994582 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')
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185994583 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')
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1185994583 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1185994583 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1185994583 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')
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1185994583 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')
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1185994583 data=null item=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')
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1185994600 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')
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1185994601 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')
02:21:30 [2019-07-31T06:21:30.553Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1185994601 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')
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1185994601 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1185994601 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Clicked on Check all
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Clicking on OK
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1185994603 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1185994604 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1185994604 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1185994604 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1185994604 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1185994605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1185994605 data=null item=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')
02:21:30 [2019-07-31T06:21:30.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1185993041 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}
02:21:30 [2019-07-31T06:21:30.811Z] DEBUG - Clicked on 
02:21:31 [2019-07-31T06:21:31.069Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Attempting to set focus on TimeGraphControl with text {}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - number of items : 17
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186003422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186003422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186003422 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186003422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186003422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186003422 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}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186003423 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186003423 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186003423 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186003423 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186003423 data=null} to ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker}
02:21:39 [2019-07-31T06:21:39.173Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - number of items : 17
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186004021 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186004021 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186004022 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186004022 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186004022 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186004022 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}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186004023 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186004023 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186004024 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186004024 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186004024 data=null} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.104Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - number of items : 17
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186004595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186004595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186004595 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186004595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186004596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186004596 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}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186004596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186004596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186004597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186004597 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186004597 data=null} to ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker}
02:21:40 [2019-07-31T06:21:40.361Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - number of items : 17
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186005630 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186005630 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186005631 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186005631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186005631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186005631 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}
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186005631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186005632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186005632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186005632 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186005632 data=null} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000
02:21:41 [2019-07-31T06:21:41.729Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - number of items : 17
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186006190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186006190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186006190 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186006191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186006191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186006191 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}
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186006191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186006191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186006191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186006192 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186006192 data=null} to ToolItem with tooltip text {Previous Marker}
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000
02:21:41 [2019-07-31T06:21:41.989Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - number of items : 17
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186006733 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186006734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186006734 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186006734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186006734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186006734 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}
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186006735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186006735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186006735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186006735 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186006735 data=null} to ToolItem with tooltip text {Previous Marker}
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000
02:21:42 [2019-07-31T06:21:42.551Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - number of items : 17
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} with stateMask=0x20000
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186007779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186007779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186007779 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186007779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186007779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186007779 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}
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186007780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186007780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186007781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186007781 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186007781 data=null} to ToolItem with tooltip text {Next Marker}
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} with stateMask=0x20000
02:21:43 [2019-07-31T06:21:43.918Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - number of items : 17
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} with stateMask=0x20000
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186008336 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186008337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186008337 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186008337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186008337 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186008337 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}
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186008338 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186008338 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186008338 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186008338 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186008338 data=null} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} with stateMask=0x20000
02:21:44 [2019-07-31T06:21:44.174Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - number of items : 17
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} with stateMask=0x20000
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186008867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186008867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186008867 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186008867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186008867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186008867 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}
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186008868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186008868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186008868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186008868 data=null doit=true} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186008868 data=null} to ToolItem with tooltip text {Next Marker}
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} with stateMask=0x20000
02:21:44 [2019-07-31T06:21:44.737Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - number of items : 17
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186009882 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186009883 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186009883 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186009883 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186009883 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186009883 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}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186009884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186009884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186009884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186009884 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186009884 data=null} to ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker}
02:21:45 [2019-07-31T06:21:45.666Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - number of items : 17
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186010402 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186010403 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186010403 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186010403 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186010403 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186010403 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}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186010404 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186010404 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186010404 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186010404 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186010404 data=null} to ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker}
02:21:46 [2019-07-31T06:21:46.243Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - number of items : 17
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186011406 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186011406 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186011407 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186011407 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186011407 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186011407 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}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186011407 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186011407 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186011407 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186011407 data=null doit=true} to ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186011408 data=null} to ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker}
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:47 [2019-07-31T06:21:47.332Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:55 [2019-07-31T06:21:55.426Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:21:55 [2019-07-31T06:21:55.426Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:21:55 [2019-07-31T06:21:55.426Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:21:55 [2019-07-31T06:21:55.426Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider'
02:21:55 [2019-07-31T06:21:55.426Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider'
02:21:55 [2019-07-31T06:21:55.426Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:21:55 [2019-07-31T06:21:55.426Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:21:55 [2019-07-31T06:21:55.426Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:22:01 [2019-07-31T06:22:01.970Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:22:01 [2019-07-31T06:22:01.970Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:22:01 [2019-07-31T06:22:01.970Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:22:01 [2019-07-31T06:22:01.970Z] DEBUG - number of items : 17
02:22:02 [2019-07-31T06:22:02.226Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:22:08 [2019-07-31T06:22:08.771Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:22:08 [2019-07-31T06:22:08.771Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:22:08 [2019-07-31T06:22:08.771Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:22:08 [2019-07-31T06:22:08.771Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider'
02:22:08 [2019-07-31T06:22:08.771Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider'
02:22:08 [2019-07-31T06:22:08.771Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:22:08 [2019-07-31T06:22:08.771Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:22:15 [2019-07-31T06:22:15.643Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:22:15 [2019-07-31T06:22:15.643Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:22:15 [2019-07-31T06:22:15.643Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:22:15 [2019-07-31T06:22:15.643Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:22:17 [2019-07-31T06:22:17.011Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:22:17 [2019-07-31T06:22:17.011Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:22:17 [2019-07-31T06:22:17.011Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - number of items : 17
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186043313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186043314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186043314 data=null doit=true} to ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186043314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186043314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186043636 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186043642 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186043642 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186043642 data=null doit=true} to ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186043642 data=null} to ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=1186043648 data=null doit=true} to Shell with text {Legend}
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Idle", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Usermode", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "System call", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Interrupt", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: of type 'CLabel'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched  with text "Soft Irq raised", using matcher: (of type 'CLabel')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Clicking on OK
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186043664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186043664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186043664 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186043664 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186043665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186043665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186043665 data=null item=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')
02:22:19 [2019-07-31T06:22:19.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186043314 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}
02:22:19 [2019-07-31T06:22:19.788Z] DEBUG - Clicked on 
02:22:20 [2019-07-31T06:22:20.044Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186044234 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:22:20 [2019-07-31T06:22:20.044Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:22:20 [2019-07-31T06:22:20.044Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:22:20 [2019-07-31T06:22:20.044Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:22:20 [2019-07-31T06:22:20.044Z] DEBUG - Attempting to set focus on Tree with text {}
02:22:20 [2019-07-31T06:22:20.044Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186044281 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:22:20 [2019-07-31T06:22:20.044Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186044282 data=null doit=true} to TreeItem with text {test}
02:22:20 [2019-07-31T06:22:20.044Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186044282 data=null} to TreeItem with text {test}
02:22:20 [2019-07-31T06:22:20.044Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186044282 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:22:20 [2019-07-31T06:22:20.044Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186044282 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:22:20 [2019-07-31T06:22:20.044Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186044291 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:22:20 [2019-07-31T06:22:20.301Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:22:20 [2019-07-31T06:22:20.301Z] DEBUG - Clicking on with mnemonic 'Delete'
02:22:20 [2019-07-31T06:22:20.301Z] DEBUG - Clicked on with mnemonic 'Delete'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044803 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044803 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044804 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044804 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044804 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044804 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044804 data=null 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')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044804 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044804 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044804 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044804 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186044804 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:22:20 [2019-07-31T06:22:20.558Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] DEBUG - Clicking on OK
02:22:20 [2019-07-31T06:22:20.816Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186044814 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186044814 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186044815 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186044815 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186044815 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186044815 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:22:20 [2019-07-31T06:22:20.816Z] DEBUG - Clicked on OK
02:22:21 [2019-07-31T06:22:21.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186044815 data=null item=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')
02:22:21 [2019-07-31T06:22:21.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186044390 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:22:21 [2019-07-31T06:22:21.942Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 113.338 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest
02:22:21 [2019-07-31T06:22:21.942Z] testKeyboardSelectNextPreviousMarker(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest)  Time elapsed: 18.717 s
02:22:21 [2019-07-31T06:22:21.942Z] testMarkerAxis(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest)  Time elapsed: 9.302 s
02:22:21 [2019-07-31T06:22:21.942Z] testAddRemoveBookmark(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest)  Time elapsed: 15.565 s
02:22:21 [2019-07-31T06:22:21.942Z] testShowMarkers(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest)  Time elapsed: 8.214 s
02:22:21 [2019-07-31T06:22:21.942Z] testMarkerNavigationSubMenu(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) skipped
02:22:21 [2019-07-31T06:22:21.942Z] testFilter(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest)  Time elapsed: 10.186 s
02:22:21 [2019-07-31T06:22:21.942Z] testToolBarSelectNextPreviousMarker(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest)  Time elapsed: 16.414 s
02:22:21 [2019-07-31T06:22:21.942Z] testHorizontalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest)  Time elapsed: 7.815 s
02:22:21 [2019-07-31T06:22:21.942Z] testToolbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest)  Time elapsed: 6.921 s
02:22:21 [2019-07-31T06:22:21.942Z] testVerticalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest)  Time elapsed: 6.376 s
02:22:21 [2019-07-31T06:22:21.942Z] testOpenCloseOpen(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest)  Time elapsed: 8.57 s
02:22:21 [2019-07-31T06:22:21.942Z] testLegend(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest)  Time elapsed: 2.904 s
02:22:21 [2019-07-31T06:22:21.942Z] 
02:22:21 [2019-07-31T06:22:21.942Z] Results:
02:22:21 [2019-07-31T06:22:21.942Z] 
02:22:21 [2019-07-31T06:22:21.942Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 1
02:22:21 [2019-07-31T06:22:21.942Z] 
02:22:22 [2019-07-31T06:22:22.504Z] 
02:22:22 [2019-07-31T06:22:22.504Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 06:22:22.347
02:22:22 [2019-07-31T06:22:22.504Z] !MESSAGE The workspace will exit with unsaved changes in this session.
02:22:23 [2019-07-31T06:22:23.435Z] [INFO] All tests passed!
02:22:23 [2019-07-31T06:22:23.435Z] [INFO] 
02:22:23 [2019-07-31T06:22:23.435Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:22:23 [2019-07-31T06:22:23.435Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:22:23 [2019-07-31T06:22:23.435Z] [INFO] 
02:22:23 [2019-07-31T06:22:23.435Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:22:25 [2019-07-31T06:22:25.329Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:22:25 [2019-07-31T06:22:25.329Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:22:25 [2019-07-31T06:22:25.329Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:22:25 [2019-07-31T06:22:25.893Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:22:26 [2019-07-31T06:22:26.150Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
02:22:26 [2019-07-31T06:22:26.150Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:22:26 [2019-07-31T06:22:26.725Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:22:28 [2019-07-31T06:22:28.140Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes
02:22:28 [2019-07-31T06:22:28.140Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:22:28 [2019-07-31T06:22:28.397Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:22:29 [2019-07-31T06:22:29.766Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:22:29 [2019-07-31T06:22:29.766Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:22:30 [2019-07-31T06:22:30.022Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:22:30 [2019-07-31T06:22:30.022Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes
02:22:30 [2019-07-31T06:22:30.279Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:22:30 [2019-07-31T06:22:30.279Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:22:30 [2019-07-31T06:22:30.535Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests' with 10 classes
02:22:30 [2019-07-31T06:22:30.535Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:22:31 [2019-07-31T06:22:31.098Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
02:22:31 [2019-07-31T06:22:31.098Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
02:22:31 [2019-07-31T06:22:31.355Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes
02:22:31 [2019-07-31T06:22:31.611Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes
02:22:31 [2019-07-31T06:22:31.867Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
02:22:32 [2019-07-31T06:22:32.124Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests' with 4 classes
02:22:32 [2019-07-31T06:22:32.124Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core.tests' with 10 classes
02:22:32 [2019-07-31T06:22:32.381Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:22:32 [2019-07-31T06:22:32.638Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:22:32 [2019-07-31T06:22:32.638Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:22:32 [2019-07-31T06:22:32.638Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:22:32 [2019-07-31T06:22:32.895Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes
02:22:33 [2019-07-31T06:22:33.151Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes
02:22:33 [2019-07-31T06:22:33.151Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes
02:22:33 [2019-07-31T06:22:33.151Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:22:33 [2019-07-31T06:22:33.408Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.ui' with 3 classes
02:22:33 [2019-07-31T06:22:33.408Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:22:33 [2019-07-31T06:22:33.665Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:22:33 [2019-07-31T06:22:33.665Z] [INFO] 
02:22:33 [2019-07-31T06:22:33.665Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:22:33 [2019-07-31T06:22:33.665Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:22:33 [2019-07-31T06:22:33.665Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:22:33 [2019-07-31T06:22:33.665Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:22:33 [2019-07-31T06:22:33.665Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:22:33 [2019-07-31T06:22:33.665Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:22:33 [2019-07-31T06:22:33.665Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:22:33 [2019-07-31T06:22:33.665Z] [INFO] 
02:22:33 [2019-07-31T06:22:33.665Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests ---
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] 
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests >--
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests 1.0.10-SNAPSHOT [100/134]
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] 
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] 
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] The project's OSGi version is 1.0.10.201907310510
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] 
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] 
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] 
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] 
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] 
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/src/main/resources
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] 
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:33 [2019-07-31T06:22:33.922Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/classes
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] 
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/src/test/resources
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] 
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] 
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] 
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT.jar
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] 
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] 
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] 
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests-1.0.10-SNAPSHOT.jar
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] 
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] 
02:22:34 [2019-07-31T06:22:34.488Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:22:36 [2019-07-31T06:22:36.382Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/data/.metadata/.log
02:22:36 [2019-07-31T06:22:36.382Z] [INFO] Command line:
02:22:36 [2019-07-31T06:22:36.382Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
02:22:36 [2019-07-31T06:22:36.382Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:22:39 [2019-07-31T06:22:39.830Z] !SESSION 2019-07-31 06:22:36.241 -----------------------------------------------
02:22:39 [2019-07-31T06:22:39.830Z] eclipse.buildId=unknown
02:22:39 [2019-07-31T06:22:39.830Z] java.version=1.8.0_202
02:22:39 [2019-07-31T06:22:39.830Z] java.vendor=Oracle Corporation
02:22:39 [2019-07-31T06:22:39.830Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:22:39 [2019-07-31T06:22:39.831Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
02:22:39 [2019-07-31T06:22:39.831Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
02:22:39 [2019-07-31T06:22:39.831Z] 
02:22:39 [2019-07-31T06:22:39.831Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:22:39.443
02:22:39 [2019-07-31T06:22:39.831Z] !MESSAGE FrameworkEvent ERROR
02:22:39 [2019-07-31T06:22:39.831Z] !STACK 0
02:22:39 [2019-07-31T06:22:39.831Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
02:22:39 [2019-07-31T06:22:39.831Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:22:39 [2019-07-31T06:22:39.831Z] 
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:22:39 [2019-07-31T06:22:39.831Z] 
02:22:39 [2019-07-31T06:22:39.831Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:22:39.630
02:22:39 [2019-07-31T06:22:39.831Z] !MESSAGE FrameworkEvent ERROR
02:22:39 [2019-07-31T06:22:39.831Z] !STACK 0
02:22:39 [2019-07-31T06:22:39.831Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
02:22:39 [2019-07-31T06:22:39.831Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:22:39 [2019-07-31T06:22:39.831Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:22:39 [2019-07-31T06:22:39.831Z]     -> 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"
02:22:39 [2019-07-31T06:22:39.831Z]        org.apache.httpcomponents.httpclient.win [36]
02:22:39 [2019-07-31T06:22:39.831Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:22:39 [2019-07-31T06:22:39.831Z] 
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:22:39 [2019-07-31T06:22:39.831Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:22:43 [2019-07-31T06:22:43.104Z] process 15012: 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
02:22:43 [2019-07-31T06:22:43.104Z] See the manual page for dbus-uuidgen to correct this issue.
02:22:43 [2019-07-31T06:22:43.667Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:22:43 [2019-07-31T06:22:43.667Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:22:53 [2019-07-31T06:22:53.614Z] Running org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest
02:22:53 [2019-07-31T06:22:53.614Z] Display size: 1440x900
02:22:53 [2019-07-31T06:22:53.614Z] OS version=3.10.0-957.21.3.el7.x86_64
02:22:53 [2019-07-31T06:22:53.614Z] GTK version=3.18.9
02:22:53 [2019-07-31T06:22:53.614Z] GTK theme=Ambiance
02:22:53 [2019-07-31T06:22:53.614Z] LIBOVERLAY_SCROLLBAR=0
02:22:53 [2019-07-31T06:22:53.614Z] Time zone: Coordinated Universal Time
02:22:53 [2019-07-31T06:22:53.614Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
02:22:53 [2019-07-31T06:22:53.614Z] log4j:WARN Please initialize the log4j system properly.
02:22:54 [2019-07-31T06:22:54.985Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:22:55 [2019-07-31T06:22:55.548Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:22:55 [2019-07-31T06:22:55.548Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:22:55 [2019-07-31T06:22:55.548Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:22:55 [2019-07-31T06:22:55.548Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:22:55 [2019-07-31T06:22:55.548Z] DEBUG - Attempting to set focus on Tree with text {}
02:22:55 [2019-07-31T06:22:55.548Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186079734 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.548Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186079735 data=null doit=true} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.548Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186079735 data=null} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.548Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186079735 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.548Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186079736 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}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186079912 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Attempting to set focus on Tree with text {}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186079914 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186079914 data=null doit=true} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186079915 data=null} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186079915 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186079916 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}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186079933 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186079982 data=null doit=true} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186079983 data=null} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186079984 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:22:55 [2019-07-31T06:22:55.805Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186079984 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}
02:22:56 [2019-07-31T06:22:56.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186080079 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:22:56 [2019-07-31T06:22:56.062Z] DEBUG - Attempting to set focus on Tree with text {}
02:22:56 [2019-07-31T06:22:56.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186080084 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:22:56 [2019-07-31T06:22:56.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186080084 data=null doit=true} to TreeItem with text {Traces [0]}
02:22:56 [2019-07-31T06:22:56.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186080085 data=null} to TreeItem with text {Traces [0]}
02:22:56 [2019-07-31T06:22:56.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186080085 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:22:56 [2019-07-31T06:22:56.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186080086 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]}
02:22:56 [2019-07-31T06:22:56.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186080125 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:02 [2019-07-31T06:23:02.814Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"'
02:23:02 [2019-07-31T06:23:02.815Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - number of items : 18
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Clicking on ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186089797 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}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186089798 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}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186089798 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186089798 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}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186089798 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}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186090278 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}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186090280 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}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186090280 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}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186090281 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186090281 data=null} to ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Clicked on ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched Shell with text "Symbol mapping", using matcher: with text 'Symbol mapping'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched Button with text "Add...", using matcher: with mnemonic 'Add...'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched Button with text "Add...", using matcher: with style 'SWT.PUSH'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched Button with text "Add...", using matcher: (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Clicking on Add...
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Add...} time=1186090290 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')
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=1186090290 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')
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Add...} time=1186090290 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Add...} time=1186090291 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Add...} time=1186090291 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')
02:23:06 [2019-07-31T06:23:06.092Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Add...} time=1186090291 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')
02:23:07 [2019-07-31T06:23:07.021Z] 
02:23:07 [2019-07-31T06:23:07.021Z] !ENTRY org.eclipse.cdt.core.native 4 0 2019-07-31 06:23:06.752
02:23:07 [2019-07-31T06:23:07.021Z] !MESSAGE no spawner in java.library.path
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Add...} time=1186090292 data=null item=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')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Add...} time=1186091040 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')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=1186091040 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')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Add...} time=1186091040 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')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Add...} time=1186091041 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Add...} time=1186091041 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Clicked on Add...
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button'
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button'
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Clicking on OK
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186091045 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186091046 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186091046 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186091046 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186091046 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:07 [2019-07-31T06:23:07.021Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186091078 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:07 [2019-07-31T06:23:07.278Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {OK} time=1186091221 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:07 [2019-07-31T06:23:07.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186091078 data=null item=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')
02:23:07 [2019-07-31T06:23:07.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186089803 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}
02:23:07 [2019-07-31T06:23:07.793Z] DEBUG - Clicked on 
02:23:07 [2019-07-31T06:23:07.793Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:07 [2019-07-31T06:23:07.793Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:23:07 [2019-07-31T06:23:07.793Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:23:07 [2019-07-31T06:23:07.793Z] DEBUG - Attempting to set focus on (of type 'Table')
02:23:08 [2019-07-31T06:23:08.049Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:08 [2019-07-31T06:23:08.612Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:08 [2019-07-31T06:23:08.612Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:08 [2019-07-31T06:23:08.612Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:08 [2019-07-31T06:23:08.612Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:08 [2019-07-31T06:23:08.612Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:09 [2019-07-31T06:23:09.176Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186093298 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:23:09 [2019-07-31T06:23:09.176Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:23:09 [2019-07-31T06:23:09.176Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:09 [2019-07-31T06:23:09.176Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:09 [2019-07-31T06:23:09.176Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:09 [2019-07-31T06:23:09.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186093351 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:09 [2019-07-31T06:23:09.176Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186093351 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:09 [2019-07-31T06:23:09.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186093351 data=null} to TreeItem with text {TestForCallstack}
02:23:09 [2019-07-31T06:23:09.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186093352 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:09 [2019-07-31T06:23:09.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186093352 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}
02:23:09 [2019-07-31T06:23:09.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186093390 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:09 [2019-07-31T06:23:09.432Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:23:09 [2019-07-31T06:23:09.432Z] DEBUG - Clicking on with mnemonic 'Delete'
02:23:09 [2019-07-31T06:23:09.689Z] DEBUG - Clicked on with mnemonic 'Delete'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094130 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094131 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094177 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094189 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094190 data=null 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')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094191 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186094191 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Clicking on OK
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186094195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186094195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186094195 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186094195 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186094195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:09 [2019-07-31T06:23:09.945Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186094195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:10 [2019-07-31T06:23:10.202Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:10 [2019-07-31T06:23:10.202Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:10 [2019-07-31T06:23:10.202Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:10 [2019-07-31T06:23:10.202Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:10 [2019-07-31T06:23:10.202Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:10 [2019-07-31T06:23:10.202Z] DEBUG - Clicked on OK
02:23:11 [2019-07-31T06:23:11.132Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186094196 data=null item=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')
02:23:11 [2019-07-31T06:23:11.132Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186093609 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:23:11 [2019-07-31T06:23:11.388Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186096043 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186096043 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186096044 data=null} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186096044 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186096044 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}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186096071 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186096075 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186096075 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186096076 data=null} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186096076 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186096076 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}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186096085 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186096086 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186096086 data=null} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186096087 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186096088 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}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186096101 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186096103 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186096103 data=null doit=true} to TreeItem with text {Traces [0]}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186096103 data=null} to TreeItem with text {Traces [0]}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186096104 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186096104 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]}
02:23:11 [2019-07-31T06:23:11.952Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186096120 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:15 [2019-07-31T06:23:15.228Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"'
02:23:15 [2019-07-31T06:23:15.228Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:15 [2019-07-31T06:23:15.228Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:15 [2019-07-31T06:23:15.228Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:15 [2019-07-31T06:23:15.228Z] DEBUG - number of items : 18
02:23:15 [2019-07-31T06:23:15.228Z] DEBUG - Clicking on ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:15 [2019-07-31T06:23:15.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186099244 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}
02:23:15 [2019-07-31T06:23:15.228Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186099244 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}
02:23:15 [2019-07-31T06:23:15.228Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186099244 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:15 [2019-07-31T06:23:15.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186099245 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}
02:23:15 [2019-07-31T06:23:15.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186099245 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}
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186099564 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}
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186099566 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}
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186099567 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}
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186099567 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186099567 data=null} to ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Clicked on ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Shell with text "Symbol mapping", using matcher: with text 'Symbol mapping'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Add...", using matcher: with mnemonic 'Add...'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Add...", using matcher: with style 'SWT.PUSH'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Add...", using matcher: (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Clicking on Add...
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Add...} time=1186099585 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')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=1186099586 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')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Add...} time=1186099586 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Add...} time=1186099586 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Add...} time=1186099587 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')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Add...} time=1186099587 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')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Add...} time=1186099735 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')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=1186099736 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')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Add...} time=1186099736 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')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Add...} time=1186099736 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Add...} time=1186099736 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Clicked on Add...
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Shell with text "Import failure", using matcher: with text 'Import failure'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Clicking on OK
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186099740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186099740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186099740 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186099740 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186099740 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186099741 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186099741 data=null item=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')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Add...} time=1186099587 data=null item=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')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Clicked on 
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Attempting to set focus on (of type 'Table')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Selecting rows [0] in (of type 'Table')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1186099819 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1186099819 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1186099819 data=null doit=true} to (of type 'Table')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1186099820 data=null} to (of type 'Table')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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=1186099820 data=null button=1 stateMask=0x0 x=260 y=11 count=1} to (of type 'Table')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186099822 data=null item=TableItem {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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=1186099824 data=null button=1 stateMask=0x80000 x=260 y=11 count=1} to (of type 'Table')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Down", using matcher: with mnemonic 'Down'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Down", using matcher: with style 'SWT.PUSH'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Down", using matcher: (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:15 [2019-07-31T06:23:15.727Z] DEBUG - Clicking on Down
02:23:15 [2019-07-31T06:23:15.728Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Down} time=1186099827 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')
02:23:15 [2019-07-31T06:23:15.728Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=1186099827 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')
02:23:15 [2019-07-31T06:23:15.728Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Down} time=1186099827 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Down} time=1186099827 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:15 [2019-07-31T06:23:15.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Down} time=1186099828 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')
02:23:15 [2019-07-31T06:23:15.728Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Down} time=1186099828 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')
02:23:15 [2019-07-31T06:23:15.728Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Down} time=1186099828 data=null item=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')
02:23:15 [2019-07-31T06:23:15.728Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Down} time=1186099837 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')
02:23:15 [2019-07-31T06:23:15.728Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=1186099837 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')
02:23:15 [2019-07-31T06:23:15.728Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Down} time=1186099837 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')
02:23:16 [2019-07-31T06:23:16.080Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Down} time=1186099878 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.080Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Down} time=1186099886 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.080Z] DEBUG - Clicked on Down
02:23:16 [2019-07-31T06:23:16.080Z] DEBUG - Clicking on Down
02:23:16 [2019-07-31T06:23:16.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Down} time=1186099886 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')
02:23:16 [2019-07-31T06:23:16.080Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=1186099887 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')
02:23:16 [2019-07-31T06:23:16.080Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Down} time=1186099887 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Down} time=1186099887 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Down} time=1186099887 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Down} time=1186099888 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Down} time=1186099888 data=null item=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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Down} time=1186099890 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=1186099890 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Down} time=1186099891 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Down} time=1186099891 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Down} time=1186099891 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Clicked on Down
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Clicking on Down
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Down} time=1186099892 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=1186099892 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Down} time=1186099892 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Down} time=1186099892 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Down} time=1186099892 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Down} time=1186099892 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Down} time=1186099893 data=null item=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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Down} time=1186099895 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Down} time=1186099895 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Down} time=1186099895 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Down} time=1186099895 data=null doit=true} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Down} time=1186099896 data=null} to (of type 'Button' and with mnemonic 'Down' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Clicked on Down
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "Up", using matcher: with mnemonic 'Up'
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "Up", using matcher: with style 'SWT.PUSH'
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "Up", using matcher: (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Clicking on Up
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Up} time=1186099905 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=1186099905 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Up} time=1186099906 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Up} time=1186099906 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Up} time=1186099906 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Up} time=1186099906 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Up} time=1186099906 data=null item=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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Up} time=1186099909 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=1186099909 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Up} time=1186099909 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Up} time=1186099909 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Up} time=1186099910 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Clicked on Up
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Clicking on Up
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Up} time=1186099910 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=1186099910 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Up} time=1186099910 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Up} time=1186099910 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Up} time=1186099911 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Up} time=1186099911 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Up} time=1186099911 data=null item=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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Up} time=1186099913 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=1186099913 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Up} time=1186099913 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Up} time=1186099914 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Up} time=1186099914 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Clicked on Up
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Clicking on Up
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Up} time=1186099914 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=1186099914 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Up} time=1186099915 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Up} time=1186099915 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Up} time=1186099921 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Up} time=1186099921 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Up} time=1186099921 data=null item=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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Up} time=1186099924 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Up} time=1186099924 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Up} time=1186099924 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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Up} time=1186099925 data=null doit=true} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Up} time=1186099925 data=null} to (of type 'Button' and with mnemonic 'Up' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Clicked on Up
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Attempting to set focus on (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Selecting rows [0, 1] in (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1186099927 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1186099927 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1186099927 data=null doit=true} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1186099927 data=null} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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=1186099928 data=null button=1 stateMask=0x0 x=260 y=11 count=1} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186099929 data=null item=TableItem {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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=1186099930 data=null button=1 stateMask=0x80000 x=260 y=11 count=1} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1186099930 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1186099930 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1186099930 data=null doit=true} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1186099930 data=null} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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=1186099931 data=null button=1 stateMask=0x40000 x=260 y=32 count=1} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186099931 data=null item=TableItem {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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=1186099987 data=null button=1 stateMask=0xc0000 x=260 y=32 count=1} to (of type 'Table')
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.081Z] DEBUG - matched Button with text "Remove", using matcher: with mnemonic 'Remove'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Remove", using matcher: with style 'SWT.PUSH'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Remove", using matcher: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Clicking on Remove
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Remove} time=1186099990 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')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Remove} time=1186099990 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')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Remove} time=1186099991 data=null doit=true} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Remove} time=1186099991 data=null} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Remove} time=1186099991 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')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Remove} time=1186099991 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')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Remove} time=1186099991 data=null item=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')
02:23:16 [2019-07-31T06:23:16.124Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.124Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.124Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.124Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.124Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Clicked on Remove
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Clicking on Cancel
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1186099997 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')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1186099997 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')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1186099997 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1186099997 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1186099998 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')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1186099998 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')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1186099998 data=null item=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')
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186099245 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}
02:23:16 [2019-07-31T06:23:16.124Z] DEBUG - Clicked on 
02:23:16 [2019-07-31T06:23:16.687Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186100886 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:23:16 [2019-07-31T06:23:16.687Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:23:16 [2019-07-31T06:23:16.944Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:16 [2019-07-31T06:23:16.944Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:16 [2019-07-31T06:23:16.944Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:16 [2019-07-31T06:23:16.944Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186100988 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:16 [2019-07-31T06:23:16.944Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186100988 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:16 [2019-07-31T06:23:16.944Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186100989 data=null} to TreeItem with text {TestForCallstack}
02:23:16 [2019-07-31T06:23:16.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186100989 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:16 [2019-07-31T06:23:16.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186100989 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}
02:23:16 [2019-07-31T06:23:16.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186101008 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:17 [2019-07-31T06:23:17.200Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:23:17 [2019-07-31T06:23:17.200Z] DEBUG - Clicking on with mnemonic 'Delete'
02:23:17 [2019-07-31T06:23:17.200Z] DEBUG - Clicked on with mnemonic 'Delete'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101701 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101701 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101702 data=null 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')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101709 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186101709 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Clicking on OK
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186101711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186101711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186101711 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.458Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186101711 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.718Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186101712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.718Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186101712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.718Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.718Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.718Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.718Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.718Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:17 [2019-07-31T06:23:17.718Z] DEBUG - Clicked on OK
02:23:18 [2019-07-31T06:23:18.281Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186101712 data=null item=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')
02:23:18 [2019-07-31T06:23:18.281Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186101209 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:23:18 [2019-07-31T06:23:18.844Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186103618 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186103618 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186103618 data=null} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186103622 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186103623 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}
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186103633 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186103634 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186103634 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186103635 data=null} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.407Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186103642 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186103643 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}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186103692 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186103693 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186103693 data=null} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186103693 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186103693 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}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186103707 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186103708 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186103708 data=null doit=true} to TreeItem with text {Traces [0]}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186103709 data=null} to TreeItem with text {Traces [0]}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186103709 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186103709 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]}
02:23:19 [2019-07-31T06:23:19.663Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186103725 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:22 [2019-07-31T06:23:22.190Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"'
02:23:22 [2019-07-31T06:23:22.190Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:22 [2019-07-31T06:23:22.190Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:22 [2019-07-31T06:23:22.190Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:23:22 [2019-07-31T06:23:22.190Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:23:22 [2019-07-31T06:23:22.190Z] DEBUG - Attempting to set focus on (of type 'Table')
02:23:22 [2019-07-31T06:23:22.190Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:22 [2019-07-31T06:23:22.752Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:22 [2019-07-31T06:23:22.752Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:22 [2019-07-31T06:23:22.752Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:22 [2019-07-31T06:23:22.752Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:22 [2019-07-31T06:23:22.752Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:22 [2019-07-31T06:23:22.752Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Name} time=1186106987 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}
02:23:22 [2019-07-31T06:23:22.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Name} time=1186106996 data=null button=1 stateMask=0x80000 x=78 y=-12 count=1} to TreeColumn with text {Name}
02:23:22 [2019-07-31T06:23:22.752Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {PID/TID} time=1186106996 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}
02:23:22 [2019-07-31T06:23:22.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {PID/TID} time=1186106999 data=null button=1 stateMask=0x80000 x=180 y=-12 count=1} to TreeColumn with text {PID/TID}
02:23:22 [2019-07-31T06:23:22.752Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Start time} time=1186106999 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}
02:23:23 [2019-07-31T06:23:23.008Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Start time} time=1186107014 data=null button=1 stateMask=0x80000 x=294 y=-12 count=1} to TreeColumn with text {Start time}
02:23:23 [2019-07-31T06:23:23.008Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:23 [2019-07-31T06:23:23.008Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:23 [2019-07-31T06:23:23.008Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:23 [2019-07-31T06:23:23.572Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186107609 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:23:23 [2019-07-31T06:23:23.572Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:23:23 [2019-07-31T06:23:23.572Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:23 [2019-07-31T06:23:23.572Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:23 [2019-07-31T06:23:23.572Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:23 [2019-07-31T06:23:23.572Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186107689 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:23 [2019-07-31T06:23:23.572Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186107690 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:23 [2019-07-31T06:23:23.572Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186107690 data=null} to TreeItem with text {TestForCallstack}
02:23:23 [2019-07-31T06:23:23.572Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186107690 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:23 [2019-07-31T06:23:23.572Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186107690 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}
02:23:23 [2019-07-31T06:23:23.572Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186107699 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:23 [2019-07-31T06:23:23.831Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:23:23 [2019-07-31T06:23:23.831Z] DEBUG - Clicking on with mnemonic 'Delete'
02:23:23 [2019-07-31T06:23:23.831Z] DEBUG - Clicked on with mnemonic 'Delete'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108328 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108329 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108329 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108329 data=null 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')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108330 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108330 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186108330 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Clicking on OK
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186108332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186108332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186108332 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186108332 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186108332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.088Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186108333 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.344Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.344Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.344Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.344Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.344Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:24 [2019-07-31T06:23:24.344Z] DEBUG - Clicked on OK
02:23:24 [2019-07-31T06:23:24.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186108333 data=null item=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')
02:23:24 [2019-07-31T06:23:24.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186107881 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:23:24 [2019-07-31T06:23:24.857Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186109534 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186109534 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186109534 data=null} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186109534 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186109535 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}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186109559 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186109560 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186109564 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186109564 data=null} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186109565 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186109565 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}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186109572 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186109573 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186109573 data=null} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186109574 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186109574 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}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186109577 data=null button=1 stateMask=0x80000 x=77 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186109586 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186109586 data=null doit=true} to TreeItem with text {Traces [0]}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186109587 data=null} to TreeItem with text {Traces [0]}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186109587 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186109588 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]}
02:23:25 [2019-07-31T06:23:25.420Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186109601 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:28 [2019-07-31T06:23:28.150Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"'
02:23:28 [2019-07-31T06:23:28.150Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:28 [2019-07-31T06:23:28.150Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:28 [2019-07-31T06:23:28.150Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:28 [2019-07-31T06:23:28.150Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:23:28 [2019-07-31T06:23:28.150Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:23:28 [2019-07-31T06:23:28.150Z] DEBUG - Attempting to set focus on (of type 'Table')
02:23:28 [2019-07-31T06:23:28.150Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:28 [2019-07-31T06:23:28.407Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:28 [2019-07-31T06:23:28.407Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:28 [2019-07-31T06:23:28.407Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:28 [2019-07-31T06:23:28.407Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:28 [2019-07-31T06:23:28.407Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186112988 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186113081 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186113081 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186113081 data=null} to TreeItem with text {TestForCallstack}
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186113081 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186113082 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}
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186113091 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:23:28 [2019-07-31T06:23:28.971Z] DEBUG - Clicking on with mnemonic 'Delete'
02:23:29 [2019-07-31T06:23:29.229Z] DEBUG - Clicked on with mnemonic 'Delete'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113625 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113626 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113626 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113626 data=null 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')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113627 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113627 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113627 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113627 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186113627 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Clicking on OK
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186113632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186113632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186113632 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186113632 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186113632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186113632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:29 [2019-07-31T06:23:29.486Z] DEBUG - Clicked on OK
02:23:30 [2019-07-31T06:23:30.051Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186113632 data=null item=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')
02:23:30 [2019-07-31T06:23:30.051Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186113217 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:23:30 [2019-07-31T06:23:30.307Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186114841 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186114841 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186114841 data=null} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186114842 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186114842 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}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186114867 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186114873 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186114873 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186114873 data=null} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186114874 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186114874 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}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186114882 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186114882 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186114882 data=null} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186114882 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186114883 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}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186114893 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186114895 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186114895 data=null doit=true} to TreeItem with text {Traces [0]}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186114895 data=null} to TreeItem with text {Traces [0]}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186114895 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186114896 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]}
02:23:30 [2019-07-31T06:23:30.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186114909 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:33 [2019-07-31T06:23:33.391Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"'
02:23:33 [2019-07-31T06:23:33.391Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:33 [2019-07-31T06:23:33.391Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:33 [2019-07-31T06:23:33.391Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:33 [2019-07-31T06:23:33.391Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:33 [2019-07-31T06:23:33.391Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:33 [2019-07-31T06:23:33.391Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:33 [2019-07-31T06:23:33.648Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186117689 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:23:33 [2019-07-31T06:23:33.648Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:23:33 [2019-07-31T06:23:33.648Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:33 [2019-07-31T06:23:33.648Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:33 [2019-07-31T06:23:33.648Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:33 [2019-07-31T06:23:33.648Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186117785 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:33 [2019-07-31T06:23:33.648Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186117785 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:33 [2019-07-31T06:23:33.648Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186117785 data=null} to TreeItem with text {TestForCallstack}
02:23:33 [2019-07-31T06:23:33.648Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186117786 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:33 [2019-07-31T06:23:33.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186117786 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}
02:23:33 [2019-07-31T06:23:33.648Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186117797 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:33 [2019-07-31T06:23:33.905Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:23:33 [2019-07-31T06:23:33.905Z] DEBUG - Clicking on with mnemonic 'Delete'
02:23:33 [2019-07-31T06:23:33.905Z] DEBUG - Clicked on with mnemonic 'Delete'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118317 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118317 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118320 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118321 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118321 data=null 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')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118321 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118321 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186118322 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Clicking on OK
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186118329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186118329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186118330 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186118330 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186118330 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186118330 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:34 [2019-07-31T06:23:34.162Z] DEBUG - Clicked on OK
02:23:34 [2019-07-31T06:23:34.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186118330 data=null item=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')
02:23:34 [2019-07-31T06:23:34.725Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186117932 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186119025 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186119025 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186119025 data=null} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186119025 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186119026 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}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186119038 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186119039 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186119039 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186119040 data=null} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186119040 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186119040 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}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186119046 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186119081 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186119082 data=null} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186119082 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186119082 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}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186119086 data=null button=1 stateMask=0x80000 x=77 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186119087 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186119087 data=null doit=true} to TreeItem with text {Traces [0]}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186119087 data=null} to TreeItem with text {Traces [0]}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186119087 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186119087 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]}
02:23:34 [2019-07-31T06:23:34.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186119093 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:36 [2019-07-31T06:23:36.873Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"'
02:23:36 [2019-07-31T06:23:36.873Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:37 [2019-07-31T06:23:37.130Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:37 [2019-07-31T06:23:37.130Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:23:37 [2019-07-31T06:23:37.130Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:23:37 [2019-07-31T06:23:37.130Z] DEBUG - Attempting to set focus on (of type 'Table')
02:23:37 [2019-07-31T06:23:37.386Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:37 [2019-07-31T06:23:37.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:37 [2019-07-31T06:23:37.950Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:37 [2019-07-31T06:23:37.950Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:37 [2019-07-31T06:23:37.950Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:37 [2019-07-31T06:23:37.950Z] DEBUG - number of items : 18
02:23:37 [2019-07-31T06:23:37.950Z] DEBUG - Clicking on ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:37 [2019-07-31T06:23:37.950Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186122117 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}
02:23:37 [2019-07-31T06:23:37.950Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186122117 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}
02:23:37 [2019-07-31T06:23:37.950Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186122117 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:37 [2019-07-31T06:23:37.950Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186122117 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}
02:23:37 [2019-07-31T06:23:37.950Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186122118 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}
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186122411 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}
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186122412 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}
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186122413 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}
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186122413 data=null doit=true} to ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186122413 data=null} to ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Clicked on ToolItem with tooltip text {Configure how the addresses are mapped to function names}
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Shell with text "Symbol mapping", using matcher: with text 'Symbol mapping'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Add...", using matcher: with mnemonic 'Add...'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Add...", using matcher: with style 'SWT.PUSH'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Add...", using matcher: (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Clicking on Add...
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Add...} time=1186122420 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')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=1186122420 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')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Add...} time=1186122420 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Add...} time=1186122420 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Add...} time=1186122420 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')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Add...} time=1186122420 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')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Add...} time=1186122420 data=null item=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')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Add...} time=1186122432 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')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=1186122433 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')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Add...} time=1186122433 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')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Add...} time=1186122433 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Add...} time=1186122433 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Clicked on Add...
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Up", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Down", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Clicking on OK
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186122435 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186122435 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186122435 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186122435 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186122436 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186122436 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.463Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {OK} time=1186122505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:38 [2019-07-31T06:23:38.463Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186122436 data=null item=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')
02:23:38 [2019-07-31T06:23:38.463Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186122118 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}
02:23:38 [2019-07-31T06:23:38.719Z] DEBUG - Clicked on 
02:23:38 [2019-07-31T06:23:38.719Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:38 [2019-07-31T06:23:38.719Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:38 [2019-07-31T06:23:38.719Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:38 [2019-07-31T06:23:38.719Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186123388 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186123434 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186123434 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186123435 data=null} to TreeItem with text {TestForCallstack}
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186123435 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186123435 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}
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186123444 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:23:39 [2019-07-31T06:23:39.288Z] DEBUG - Clicking on with mnemonic 'Delete'
02:23:39 [2019-07-31T06:23:39.546Z] DEBUG - Clicked on with mnemonic 'Delete'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123990 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123991 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123991 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123991 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123991 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123991 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123991 data=null 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')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123991 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123992 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123992 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123992 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186123992 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Clicking on OK
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186123993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186123994 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186124000 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186124002 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186124002 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186124002 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:39 [2019-07-31T06:23:39.929Z] DEBUG - Clicked on OK
02:23:40 [2019-07-31T06:23:40.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186124002 data=null item=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')
02:23:40 [2019-07-31T06:23:40.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186123535 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186124733 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186124734 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186124734 data=null} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186124735 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186124737 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}
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186124783 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186124784 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186124784 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186124784 data=null} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186124785 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186124785 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}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186124793 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186124794 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186124794 data=null} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186124795 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186124795 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}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186124806 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186124807 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186124807 data=null doit=true} to TreeItem with text {Traces [0]}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186124808 data=null} to TreeItem with text {Traces [0]}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186124808 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186124808 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]}
02:23:40 [2019-07-31T06:23:40.793Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186124822 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:42 [2019-07-31T06:23:42.686Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"'
02:23:42 [2019-07-31T06:23:42.686Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:42 [2019-07-31T06:23:42.942Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:42 [2019-07-31T06:23:42.942Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:42 [2019-07-31T06:23:42.942Z] DEBUG - number of items : 18
02:23:43 [2019-07-31T06:23:43.200Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186127435 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:23:43 [2019-07-31T06:23:43.200Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:23:43 [2019-07-31T06:23:43.457Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:43 [2019-07-31T06:23:43.457Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:43 [2019-07-31T06:23:43.457Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:43 [2019-07-31T06:23:43.457Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186127484 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:43 [2019-07-31T06:23:43.457Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186127484 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:43 [2019-07-31T06:23:43.457Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186127484 data=null} to TreeItem with text {TestForCallstack}
02:23:43 [2019-07-31T06:23:43.457Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186127485 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:43 [2019-07-31T06:23:43.457Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186127485 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}
02:23:43 [2019-07-31T06:23:43.457Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186127493 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:43 [2019-07-31T06:23:43.457Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:23:43 [2019-07-31T06:23:43.457Z] DEBUG - Clicking on with mnemonic 'Delete'
02:23:43 [2019-07-31T06:23:43.714Z] DEBUG - Clicked on with mnemonic 'Delete'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128098 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128099 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128099 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128099 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128099 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128105 data=null 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')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128106 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128106 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186128106 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Clicking on OK
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186128108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186128108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186128108 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186128108 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186128108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186128108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:43 [2019-07-31T06:23:43.971Z] DEBUG - Clicked on OK
02:23:44 [2019-07-31T06:23:44.535Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186128108 data=null item=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')
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186127692 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186128741 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186128741 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186128742 data=null} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186128742 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186128742 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}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186128752 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186128753 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186128753 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186128753 data=null} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186128753 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186128754 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}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186128782 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186128782 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186128783 data=null} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186128783 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186128783 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}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186128786 data=null button=1 stateMask=0x80000 x=77 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:44 [2019-07-31T06:23:44.536Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:44 [2019-07-31T06:23:44.792Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186128789 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]}
02:23:44 [2019-07-31T06:23:44.792Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186128789 data=null doit=true} to TreeItem with text {Traces [0]}
02:23:44 [2019-07-31T06:23:44.792Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186128789 data=null} to TreeItem with text {Traces [0]}
02:23:44 [2019-07-31T06:23:44.792Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186128790 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:44 [2019-07-31T06:23:44.792Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186128790 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]}
02:23:44 [2019-07-31T06:23:44.792Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186128796 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:23:46 [2019-07-31T06:23:46.685Z] DEBUG - matched EditorReference with text "", using matcher: with name '"glxgears-cyg-profile"'
02:23:46 [2019-07-31T06:23:46.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:46 [2019-07-31T06:23:46.685Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:46 [2019-07-31T06:23:46.942Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:46 [2019-07-31T06:23:46.942Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:23:46 [2019-07-31T06:23:46.942Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:23:46 [2019-07-31T06:23:46.942Z] DEBUG - Attempting to set focus on (of type 'Table')
02:23:47 [2019-07-31T06:23:47.199Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - number of items : 18
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186131712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186131712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186131712 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186131713 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186131713 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186131713 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}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186131715 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186131715 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186131715 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186131715 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186131715 data=null} to ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:23:47 [2019-07-31T06:23:47.763Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - number of items : 18
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186132257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186132257 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186132258 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186132258 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186132258 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186132258 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}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186132259 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186132259 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186132260 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186132260 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186132260 data=null} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.020Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - number of items : 18
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186132808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186132808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186132809 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186132809 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186132809 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186132809 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}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186132810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186132810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186132810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186132810 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186132811 data=null} to ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:23:48 [2019-07-31T06:23:48.583Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - number of items : 18
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186133332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186133332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186133333 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186133333 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186133333 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186133333 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}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186133334 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186133334 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186133334 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186133334 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186133335 data=null} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.147Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - number of items : 18
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186133851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186133852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186133852 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186133852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186133852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186133852 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}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186133853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186133853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186133853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186133854 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186133854 data=null} to ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:23:49 [2019-07-31T06:23:49.711Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - number of items : 18
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186134378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186134378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186134378 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186134378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186134378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186134379 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}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186134380 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186134380 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186134380 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186134380 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186134380 data=null} to ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:23:50 [2019-07-31T06:23:50.274Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - number of items : 18
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186134893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186134893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186134894 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186134894 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186134894 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186134894 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}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186134895 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186134895 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186134895 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186134895 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186134895 data=null} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.033Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - number of items : 18
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186135407 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186135407 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186135407 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186135407 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186135408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186135408 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}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186135409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186135409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186135409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186135409 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186135410 data=null} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.289Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - number of items : 18
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186135924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186135924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186135924 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186135924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186135924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186135924 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}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186135925 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186135926 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186135926 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186135926 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186135926 data=null} to ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:23:51 [2019-07-31T06:23:51.853Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - number of items : 18
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186136479 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186136479 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186136479 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186136479 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186136479 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186136479 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}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186136480 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186136480 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186136481 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186136481 data=null doit=true} to ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186136481 data=null} to ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change}
02:23:52 [2019-07-31T06:23:52.417Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - number of items : 18
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186137018 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186137018 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186137018 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186137018 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186137018 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186137018 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}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186137020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186137020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186137020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186137020 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186137020 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change}
02:23:52 [2019-07-31T06:23:52.979Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - number of items : 18
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186137532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186137532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186137532 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186137532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186137532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186137532 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}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186137533 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186137533 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186137533 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186137533 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186137533 data=null} to ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change}
02:23:53 [2019-07-31T06:23:53.542Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.callstack"'
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl'
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - number of items : 18
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186138048 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186138048 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186138048 data=null doit=true} to ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186138048 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186138048 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186138049 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}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186138049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186138049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186138049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186138050 data=null doit=true} to ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186138050 data=null} to ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - number of items : 18
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186138051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186138051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186138051 data=null doit=true} to ToolItem with tooltip text {Select Next Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186138051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186138051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186138051 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}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186138052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186138052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186138052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186138052 data=null doit=true} to ToolItem with tooltip text {Select Next Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186138052 data=null} to ToolItem with tooltip text {Select Next Item}
02:23:53 [2019-07-31T06:23:53.799Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next Item}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - number of items : 18
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186138053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186138053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186138053 data=null doit=true} to ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186138053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186138053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186138053 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}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186138054 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186138054 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186138054 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186138054 data=null doit=true} to ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186138054 data=null} to ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom In}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - number of items : 18
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1186138086 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186138086 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1186138086 data=null doit=true} to ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1186138086 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1186138086 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1186138086 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}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1186138086 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1186138087 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1186138087 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1186138087 data=null doit=true} to ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1186138087 data=null} to ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.056Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom Out}
02:23:54 [2019-07-31T06:23:54.313Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186138410 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:23:54 [2019-07-31T06:23:54.313Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:23:54 [2019-07-31T06:23:54.313Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:23:54 [2019-07-31T06:23:54.313Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:23:54 [2019-07-31T06:23:54.313Z] DEBUG - Attempting to set focus on Tree with text {}
02:23:54 [2019-07-31T06:23:54.313Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForCallstack} time=1186138458 data=null button=0 stateMask=0x0 x=93 y=11 count=0} to TreeItem with text {TestForCallstack}
02:23:54 [2019-07-31T06:23:54.313Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForCallstack} time=1186138458 data=null doit=true} to TreeItem with text {TestForCallstack}
02:23:54 [2019-07-31T06:23:54.313Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForCallstack} time=1186138458 data=null} to TreeItem with text {TestForCallstack}
02:23:54 [2019-07-31T06:23:54.313Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForCallstack} time=1186138459 data=null button=1 stateMask=0x0 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:54 [2019-07-31T06:23:54.313Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186138459 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}
02:23:54 [2019-07-31T06:23:54.313Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForCallstack} time=1186138467 data=null button=1 stateMask=0x80000 x=93 y=11 count=1} to TreeItem with text {TestForCallstack}
02:23:54 [2019-07-31T06:23:54.569Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:23:54 [2019-07-31T06:23:54.569Z] DEBUG - Clicking on with mnemonic 'Delete'
02:23:54 [2019-07-31T06:23:54.569Z] DEBUG - Clicked on with mnemonic 'Delete'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138909 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138910 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138910 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138916 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138917 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138917 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138917 data=null 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')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138917 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138917 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138917 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138917 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186138917 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Clicking on OK
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186138919 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186138919 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186138920 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186138920 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186138920 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:54 [2019-07-31T06:23:54.827Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186138920 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:54 [2019-07-31T06:23:54.827Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:54 [2019-07-31T06:23:54.827Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:55 [2019-07-31T06:23:55.083Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:23:55 [2019-07-31T06:23:55.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186138920 data=null item=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')
02:23:55 [2019-07-31T06:23:55.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186138590 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:23:55 [2019-07-31T06:23:55.340Z] DEBUG - Clicked on 
02:23:55 [2019-07-31T06:23:55.340Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.707 s - in org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest
02:23:55 [2019-07-31T06:23:55.340Z] testLoadingMappingFiles(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest)  Time elapsed: 16.426 s
02:23:55 [2019-07-31T06:23:55.340Z] testManipulatingMappingFiles(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest)  Time elapsed: 7.561 s
02:23:55 [2019-07-31T06:23:55.340Z] testGoToTimeSortAndCheckStack(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest)  Time elapsed: 5.929 s
02:23:55 [2019-07-31T06:23:55.340Z] testGoToTimeAndCheckStack(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest)  Time elapsed: 5.312 s
02:23:55 [2019-07-31T06:23:55.340Z] testOpenCallstack(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest)  Time elapsed: 4.684 s
02:23:55 [2019-07-31T06:23:55.340Z] testGoToTimeAndCheckStackWithNames(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest)  Time elapsed: 5.714 s
02:23:55 [2019-07-31T06:23:55.340Z] testCallStackToolBar(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest)  Time elapsed: 4.006 s
02:23:55 [2019-07-31T06:23:55.340Z] testGoToTimeGoBackAndForthAndCheckStack(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.FlameChartViewTest)  Time elapsed: 10.789 s
02:23:55 [2019-07-31T06:23:55.340Z] Running org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.MemoryUsageViewTest
02:23:55 [2019-07-31T06:23:55.902Z] *** BUG ***
02:23:55 [2019-07-31T06:23:55.902Z] In pixman_region32_init_rect: Invalid rectangle passed
02:23:55 [2019-07-31T06:23:55.902Z] Set a breakpoint on '_pixman_log_error' to debug
02:23:55 [2019-07-31T06:23:55.902Z] 
02:23:55 [2019-07-31T06:23:55.902Z] *** BUG ***
02:23:55 [2019-07-31T06:23:55.902Z] In pixman_region32_init_rect: Invalid rectangle passed
02:23:55 [2019-07-31T06:23:55.902Z] Set a breakpoint on '_pixman_log_error' to debug
02:23:55 [2019-07-31T06:23:55.902Z] 
02:23:56 [2019-07-31T06:23:56.159Z] *** BUG ***
02:23:56 [2019-07-31T06:23:56.159Z] In pixman_region32_init_rect: Invalid rectangle passed
02:23:56 [2019-07-31T06:23:56.159Z] Set a breakpoint on '_pixman_log_error' to debug
02:23:56 [2019-07-31T06:23:56.159Z] 
02:23:56 [2019-07-31T06:23:56.416Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.lttng2.ust.memoryusage"'
02:23:56 [2019-07-31T06:23:56.416Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:24:08 [2019-07-31T06:24:08.591Z] DEBUG - matched EditorReference with text "", using matcher: with name '"memory"'
02:24:08 [2019-07-31T06:24:08.591Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:24:08 [2019-07-31T06:24:08.591Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.lttng2.ust.memoryusage"'
02:24:08 [2019-07-31T06:24:08.849Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:24:08 [2019-07-31T06:24:08.849Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:24:08 [2019-07-31T06:24:08.849Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:24:08 [2019-07-31T06:24:08.849Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:24:08 [2019-07-31T06:24:08.849Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:24:08 [2019-07-31T06:24:08.849Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:24:08 [2019-07-31T06:24:08.849Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:24:08 [2019-07-31T06:24:08.849Z] DEBUG - Setting state to checked on: memory
02:24:09 [2019-07-31T06:24:09.412Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.lttng2.ust.memoryusage"'
02:24:09 [2019-07-31T06:24:09.412Z] DEBUG - matched  with text "", using matcher: of type 'Chart'
02:24:11 [2019-07-31T06:24:11.030Z] DEBUG - matched EditorReference with text "", using matcher: with name '"memory"'
02:24:11 [2019-07-31T06:24:11.030Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:24:11 [2019-07-31T06:24:11.030Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:24:11 [2019-07-31T06:24:11.030Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:24:11 [2019-07-31T06:24:11.030Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:24:11 [2019-07-31T06:24:11.030Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:24:11 [2019-07-31T06:24:11.030Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:24:11 [2019-07-31T06:24:11.030Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:24:11 [2019-07-31T06:24:11.030Z] DEBUG - Setting state to checked on: memory
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186155634 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - Attempting to set focus on Tree with text {}
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186155718 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186155718 data=null doit=true} to TreeItem with text {test}
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186155719 data=null} to TreeItem with text {test}
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186155719 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186155719 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186155727 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:24:11 [2019-07-31T06:24:11.593Z] DEBUG - Clicking on with mnemonic 'Delete'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Clicked on with mnemonic 'Delete'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156055 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156056 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156056 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156056 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156056 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156056 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156056 data=null 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')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156060 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156060 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156060 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156060 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186156060 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Clicking on OK
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186156067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186156067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186156067 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186156067 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186156068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186156068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:24:11 [2019-07-31T06:24:11.850Z] DEBUG - Clicked on OK
02:24:12 [2019-07-31T06:24:12.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186156068 data=null item=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')
02:24:12 [2019-07-31T06:24:12.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186155825 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:24:13 [2019-07-31T06:24:13.040Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.709 s - in org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.MemoryUsageViewTest
02:24:13 [2019-07-31T06:24:13.040Z] testOpenMemoryUsage(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.MemoryUsageViewTest)  Time elapsed: 13.475 s
02:24:13 [2019-07-31T06:24:13.040Z] testMemoryUsage(org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests.MemoryUsageViewTest)  Time elapsed: 2.173 s
02:24:13 [2019-07-31T06:24:13.040Z] 
02:24:13 [2019-07-31T06:24:13.040Z] Results:
02:24:13 [2019-07-31T06:24:13.040Z] 
02:24:13 [2019-07-31T06:24:13.040Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
02:24:13 [2019-07-31T06:24:13.040Z] 
02:24:13 [2019-07-31T06:24:13.603Z] 
02:24:13 [2019-07-31T06:24:13.603Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 06:24:13.536
02:24:13 [2019-07-31T06:24:13.603Z] !MESSAGE The workspace will exit with unsaved changes in this session.
02:24:14 [2019-07-31T06:24:14.533Z] [INFO] All tests passed!
02:24:14 [2019-07-31T06:24:14.533Z] [INFO] 
02:24:14 [2019-07-31T06:24:14.533Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:24:14 [2019-07-31T06:24:14.533Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:24:14 [2019-07-31T06:24:14.533Z] [INFO] 
02:24:14 [2019-07-31T06:24:14.533Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:24:15 [2019-07-31T06:24:15.900Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:24:15 [2019-07-31T06:24:15.900Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:24:15 [2019-07-31T06:24:15.900Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:24:16 [2019-07-31T06:24:16.463Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:24:16 [2019-07-31T06:24:16.463Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:24:16 [2019-07-31T06:24:16.720Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:24:16 [2019-07-31T06:24:16.720Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:24:16 [2019-07-31T06:24:16.720Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:24:16 [2019-07-31T06:24:16.720Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:24:16 [2019-07-31T06:24:16.976Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes
02:24:17 [2019-07-31T06:24:17.232Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:24:18 [2019-07-31T06:24:18.601Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:24:18 [2019-07-31T06:24:18.601Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:24:18 [2019-07-31T06:24:18.601Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:24:18 [2019-07-31T06:24:18.601Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:24:18 [2019-07-31T06:24:18.601Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:24:18 [2019-07-31T06:24:18.858Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:24:19 [2019-07-31T06:24:19.115Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
02:24:19 [2019-07-31T06:24:19.115Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:24:19 [2019-07-31T06:24:19.115Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:24:19 [2019-07-31T06:24:19.115Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core' with 43 classes
02:24:19 [2019-07-31T06:24:19.371Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.ui' with 10 classes
02:24:19 [2019-07-31T06:24:19.371Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:24:19 [2019-07-31T06:24:19.628Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
02:24:19 [2019-07-31T06:24:19.885Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes
02:24:19 [2019-07-31T06:24:19.885Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests ---
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.pcap-parent >----
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] Building Trace Compass Pcap Format Support Parent 5.0.0-SNAPSHOT [101/134]
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --------------------------------[ pom ]---------------------------------
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.pcap-parent ---
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.pcap-parent ---
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.pcap-parent ---
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.pcap-parent ---
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.pcap-parent ---
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.pcap-parent ---
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.pcap-parent ---
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.pcap-parent ---
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.141Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.pcap-parent ---
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.pcap-parent ---
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core >-----
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] Building org.eclipse.tracecompass.pcap.core 1.1.0-SNAPSHOT     [102/134]
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] The project's OSGi version is 1.1.0.201907310510
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core/src/main/resources
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.398Z] [INFO] Compiling 55 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core/target/classes
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core/src/test/resources
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core/target/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT-sources.jar
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core/target/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT.jar
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.655Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core/target/org.eclipse.tracecompass.pcap.core-1.1.0-SNAPSHOT.jar
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.pcap.core ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests >--
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Building Trace Compass Pcap Parser Core Tests Plug-in 1.0.2-SNAPSHOT [103/134]
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-traces) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc (includes = [*.zip, *.pcap, *.cap, *.tar*], excludes = [*.xml, *.sh])
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] The project's OSGi version is 1.0.2.201907310510
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/main/resources
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] 
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:20 [2019-07-31T06:24:20.912Z] [INFO] Compiling 17 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/classes
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/packet/BadPacketTest.java:[87] 
02:24:21 [2019-07-31T06:24:21.168Z] 	new EthernetIIPacket(dummy, null, packet);
02:24:21 [2019-07-31T06:24:21.168Z] 	                     ^^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/file/PcapFileEndiannessTest.java:[54] 
02:24:21 [2019-07-31T06:24:21.168Z] 	PcapFile littleEndian = trace.getTrace();
02:24:21 [2019-07-31T06:24:21.168Z] 	         ^^^^^^^^^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Potential resource leak: 'littleEndian' may not be closed
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/file/PcapFileEndiannessTest.java:[59] 
02:24:21 [2019-07-31T06:24:21.168Z] 	PcapFile bigEndian = trace.getTrace();
02:24:21 [2019-07-31T06:24:21.168Z] 	         ^^^^^^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Potential resource leak: 'bigEndian' may not be closed
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/packet/PacketTest.java:[103] 
02:24:21 [2019-07-31T06:24:21.168Z] 	Packet packet = new EthernetIIPacket(dummy, null, byteBuffer);
02:24:21 [2019-07-31T06:24:21.168Z] 	                                     ^^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/unknown/UnknownPacketTest.java:[86] 
02:24:21 [2019-07-31T06:24:21.168Z] 	UnknownPacket packet = new UnknownPacket(dummy, null, byteBuffer);
02:24:21 [2019-07-31T06:24:21.168Z] 	                                         ^^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/unknown/UnknownPacketTest.java:[97] 
02:24:21 [2019-07-31T06:24:21.168Z] 	assertEquals(new UnknownPacket(dummy, null, byteBuffer), packet);
02:24:21 [2019-07-31T06:24:21.168Z] 	                               ^^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/tcp/TCPPacketTest.java:[164] 
02:24:21 [2019-07-31T06:24:21.168Z] 	TCPPacket packet = new TCPPacket(file, null, byteBuffer);
02:24:21 [2019-07-31T06:24:21.168Z] 	                                 ^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/tcp/TCPPacketTest.java:[174] 
02:24:21 [2019-07-31T06:24:21.168Z] 	TCPPacket expected = new TCPPacket(file, null, byteBuffer);
02:24:21 [2019-07-31T06:24:21.168Z] 	                                   ^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/udp/UDPPacketTest.java:[117] 
02:24:21 [2019-07-31T06:24:21.168Z] 	UDPPacket packet = new UDPPacket(file, null, byteBuffer);
02:24:21 [2019-07-31T06:24:21.168Z] 	                                 ^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/udp/UDPPacketTest.java:[127] 
02:24:21 [2019-07-31T06:24:21.168Z] 	UDPPacket expected = new UDPPacket(file, null, byteBuffer);
02:24:21 [2019-07-31T06:24:21.168Z] 	                                   ^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/ipv4/IPv4PacketTest.java:[165] 
02:24:21 [2019-07-31T06:24:21.168Z] 	IPv4Packet packet = new IPv4Packet(file, null, byteBuffer);
02:24:21 [2019-07-31T06:24:21.168Z] 	                                   ^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/ipv4/IPv4PacketTest.java:[175] 
02:24:21 [2019-07-31T06:24:21.168Z] 	IPv4Packet expected = new IPv4Packet(file, null, byteBuffer);
02:24:21 [2019-07-31T06:24:21.168Z] 	                                     ^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/pcap/PcapPacketTest.java:[244] 
02:24:21 [2019-07-31T06:24:21.168Z] 	PcapOldPacket expected = new PcapOldPacket((PcapOldFile) file, fHeader, fPayload, 36L);
02:24:21 [2019-07-31T06:24:21.168Z] 	                                                               ^^^^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'ByteBuffer' needs unchecked conversion to conform to '@NonNull ByteBuffer'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/file/PcapFileOpenFailTest.java:[42] 
02:24:21 [2019-07-31T06:24:21.168Z] 	public void FileOpenBadPcapTest() throws IOException {
02:24:21 [2019-07-31T06:24:21.168Z] 	                                         ^^^^^^^^^^^
02:24:21 [2019-07-31T06:24:21.168Z] The declared exception IOException is not actually thrown by the method FileOpenBadPcapTest() from type PcapFileOpenFailTest
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/file/PcapFileOpenFailTest.java:[60] 
02:24:21 [2019-07-31T06:24:21.168Z] 	public void FileOpenBinaryFile() throws IOException {
02:24:21 [2019-07-31T06:24:21.168Z] 	                                        ^^^^^^^^^^^
02:24:21 [2019-07-31T06:24:21.168Z] The declared exception IOException is not actually thrown by the method FileOpenBinaryFile() from type PcapFileOpenFailTest
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/file/PcapFileOpenFailTest.java:[78] 
02:24:21 [2019-07-31T06:24:21.168Z] 	public void FileOpenDirectory() throws IOException {
02:24:21 [2019-07-31T06:24:21.168Z] 	                                       ^^^^^^^^^^^
02:24:21 [2019-07-31T06:24:21.168Z] The declared exception IOException is not actually thrown by the method FileOpenDirectory() from type PcapFileOpenFailTest
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/ethernet2/EthernetIIPacketTest.java:[113] 
02:24:21 [2019-07-31T06:24:21.168Z] 	EthernetIIPacket packet = new EthernetIIPacket(file, null, byteBuffer);
02:24:21 [2019-07-31T06:24:21.168Z] 	                                               ^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/org/eclipse/tracecompass/pcap/core/tests/protocol/ethernet2/EthernetIIPacketTest.java:[123] 
02:24:21 [2019-07-31T06:24:21.168Z] 	EthernetIIPacket expected = new EthernetIIPacket(file, null, byteBuffer);
02:24:21 [2019-07-31T06:24:21.168Z] 	                                                 ^^^^
02:24:21 [2019-07-31T06:24:21.168Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:21 [2019-07-31T06:24:21.168Z] 18 problems (18 warnings)
02:24:21 [2019-07-31T06:24:21.168Z] [INFO] 
02:24:21 [2019-07-31T06:24:21.168Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:21 [2019-07-31T06:24:21.168Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:24:21 [2019-07-31T06:24:21.168Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/src/test/resources
02:24:21 [2019-07-31T06:24:21.168Z] [INFO] 
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT-sources.jar
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] 
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] 
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT.jar
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] 
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] 
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] 
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/org.eclipse.tracecompass.pcap.core.tests-1.0.2-SNAPSHOT.jar
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] 
02:24:21 [2019-07-31T06:24:21.169Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:21 [2019-07-31T06:24:21.429Z] [INFO] 
02:24:21 [2019-07-31T06:24:21.429Z] [INFO] --- maven-antrun-plugin:1.8:run (prepare) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:21 [2019-07-31T06:24:21.429Z] [INFO] Executing tasks
02:24:21 [2019-07-31T06:24:21.429Z] 
02:24:21 [2019-07-31T06:24:21.429Z] main:
02:24:21 [2019-07-31T06:24:21.429Z] 
02:24:21 [2019-07-31T06:24:21.429Z] main:
02:24:21 [2019-07-31T06:24:21.429Z]      [echo] Attempting to download test traces
02:24:21 [2019-07-31T06:24:21.429Z]       [get] Getting: http://wiki.eclipse.org/images/1/18/Short_LittleEndian.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/Short_LittleEndian.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] Getting: http://wiki.eclipse.org/images/2/25/Short_BigEndian.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/Short_BigEndian.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] Getting: http://wiki.eclipse.org/images/6/64/MostlyUDP.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/MostlyUDP.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] Getting: http://wiki.eclipse.org/images/8/8d/MostlyTCP.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/MostlyTCP.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] Getting: http://wiki.eclipse.org/images/c/c1/EmptyPcap.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/EmptyPcap.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] Getting: http://wiki.eclipse.org/images/5/5e/BadPcapFile.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/BadPcapFile.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] Getting: http://wiki.eclipse.org/images/1/12/BenchmarkTrace.pcap.zip
02:24:21 [2019-07-31T06:24:21.429Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/BenchmarkTrace.pcap.zip
02:24:22 [2019-07-31T06:24:22.124Z]       [get] Getting: http://lttng.org/files/samples/sample-ctf-trace-20120412.tar.bz2
02:24:22 [2019-07-31T06:24:22.124Z]       [get] To: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/sample-ctf-trace-20120412.tar.bz2
02:24:23 [2019-07-31T06:24:23.054Z]       [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
02:24:23 [2019-07-31T06:24:23.984Z] 
02:24:23 [2019-07-31T06:24:23.984Z] extractTraces:
02:24:23 [2019-07-31T06:24:23.984Z]     [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/Short_LittleEndian.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc
02:24:23 [2019-07-31T06:24:23.984Z]     [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/Short_BigEndian.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc
02:24:23 [2019-07-31T06:24:23.984Z]     [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/MostlyUDP.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc
02:24:23 [2019-07-31T06:24:23.984Z]     [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/MostlyTCP.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc
02:24:23 [2019-07-31T06:24:23.984Z]     [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/EmptyPcap.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc
02:24:23 [2019-07-31T06:24:23.984Z]     [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/BadPcapFile.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc
02:24:23 [2019-07-31T06:24:23.984Z]     [unzip] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/BenchmarkTrace.pcap.zip into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc
02:24:24 [2019-07-31T06:24:24.548Z]   [bunzip2] Expanding /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/sample-ctf-trace-20120412.tar.bz2 to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/sample-ctf-trace-20120412.tar
02:24:25 [2019-07-31T06:24:25.917Z]     [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc/sample-ctf-trace-20120412.tar into /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/rsc
02:24:25 [2019-07-31T06:24:25.917Z]      [echo] Traces extracted successfully
02:24:25 [2019-07-31T06:24:25.917Z] [INFO] Executed tasks
02:24:25 [2019-07-31T06:24:25.917Z] [INFO] 
02:24:25 [2019-07-31T06:24:25.917Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:26 [2019-07-31T06:24:26.850Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/work/data/.metadata/.log
02:24:26 [2019-07-31T06:24:26.850Z] [INFO] Command line:
02:24:26 [2019-07-31T06:24:26.850Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:24:26 [2019-07-31T06:24:26.850Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:24:30 [2019-07-31T06:24:30.123Z] !SESSION 2019-07-31 06:24:26.884 -----------------------------------------------
02:24:30 [2019-07-31T06:24:30.123Z] eclipse.buildId=unknown
02:24:30 [2019-07-31T06:24:30.123Z] java.version=1.8.0_202
02:24:30 [2019-07-31T06:24:30.123Z] java.vendor=Oracle Corporation
02:24:30 [2019-07-31T06:24:30.123Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:24:30 [2019-07-31T06:24:30.123Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/surefire.properties -product org.eclipse.platform.ide
02:24:30 [2019-07-31T06:24:30.123Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.pcap.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:24:30 [2019-07-31T06:24:30.123Z] 
02:24:30 [2019-07-31T06:24:30.123Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:24:29.540
02:24:30 [2019-07-31T06:24:30.123Z] !MESSAGE FrameworkEvent ERROR
02:24:30 [2019-07-31T06:24:30.123Z] !STACK 0
02:24:30 [2019-07-31T06:24:30.123Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [50]
02:24:30 [2019-07-31T06:24:30.123Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:24:30 [2019-07-31T06:24:30.123Z] 
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:24:30 [2019-07-31T06:24:30.123Z] 
02:24:30 [2019-07-31T06:24:30.123Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:24:29.657
02:24:30 [2019-07-31T06:24:30.123Z] !MESSAGE FrameworkEvent ERROR
02:24:30 [2019-07-31T06:24:30.123Z] !STACK 0
02:24:30 [2019-07-31T06:24:30.123Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [123]
02:24:30 [2019-07-31T06:24:30.123Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:24:30 [2019-07-31T06:24:30.123Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:24:30 [2019-07-31T06:24:30.123Z]     -> 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"
02:24:30 [2019-07-31T06:24:30.123Z]        org.apache.httpcomponents.httpclient.win [31]
02:24:30 [2019-07-31T06:24:30.123Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:24:30 [2019-07-31T06:24:30.123Z] 
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:24:30 [2019-07-31T06:24:30.123Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:24:31 [2019-07-31T06:24:31.491Z] Running org.eclipse.tracecompass.pcap.core.tests.packet.BadPacketTest
02:24:31 [2019-07-31T06:24:31.747Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.eclipse.tracecompass.pcap.core.tests.packet.BadPacketTest
02:24:31 [2019-07-31T06:24:31.747Z] PacketExceptionTest(org.eclipse.tracecompass.pcap.core.tests.packet.BadPacketTest)  Time elapsed: 0.106 s
02:24:31 [2019-07-31T06:24:31.747Z] Running org.eclipse.tracecompass.pcap.core.tests.packet.PacketTest
02:24:31 [2019-07-31T06:24:31.747Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.pcap.core.tests.packet.PacketTest
02:24:31 [2019-07-31T06:24:31.747Z] GenericPacketTest(org.eclipse.tracecompass.pcap.core.tests.packet.PacketTest)  Time elapsed: 0.002 s
02:24:31 [2019-07-31T06:24:31.747Z] Running org.eclipse.tracecompass.pcap.core.tests.file.PcapFileEndiannessTest
02:24:31 [2019-07-31T06:24:31.747Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.tracecompass.pcap.core.tests.file.PcapFileEndiannessTest
02:24:31 [2019-07-31T06:24:31.747Z] EndiannessTest(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileEndiannessTest)  Time elapsed: 0.014 s
02:24:31 [2019-07-31T06:24:31.747Z] Running org.eclipse.tracecompass.pcap.core.tests.file.PcapFileReadTest
02:24:32 [2019-07-31T06:24:32.003Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.tracecompass.pcap.core.tests.file.PcapFileReadTest
02:24:32 [2019-07-31T06:24:32.003Z] FileReadTest(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileReadTest)  Time elapsed: 0.025 s
02:24:32 [2019-07-31T06:24:32.003Z] Running org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenTest
02:24:32 [2019-07-31T06:24:32.003Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenTest
02:24:32 [2019-07-31T06:24:32.003Z] FileOpenTest(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenTest)  Time elapsed: 0.002 s
02:24:32 [2019-07-31T06:24:32.003Z] FileOpenEmptyTest(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenTest)  Time elapsed: 0 s
02:24:32 [2019-07-31T06:24:32.003Z] Running org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenFailTest
02:24:32 [2019-07-31T06:24:32.003Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenFailTest
02:24:32 [2019-07-31T06:24:32.003Z] FileOpenDirectory(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenFailTest)  Time elapsed: 0 s
02:24:32 [2019-07-31T06:24:32.003Z] FileOpenBinaryFile(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenFailTest)  Time elapsed: 0 s
02:24:32 [2019-07-31T06:24:32.003Z] FileOpenBadPcapTest(org.eclipse.tracecompass.pcap.core.tests.file.PcapFileOpenFailTest)  Time elapsed: 0.001 s
02:24:32 [2019-07-31T06:24:32.004Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.unknown.UnknownPacketTest
02:24:32 [2019-07-31T06:24:32.261Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.unknown.UnknownPacketTest
02:24:32 [2019-07-31T06:24:32.261Z] CompleteUnknownPacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.unknown.UnknownPacketTest)  Time elapsed: 0.163 s
02:24:32 [2019-07-31T06:24:32.261Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.ProtocolTest
02:24:32 [2019-07-31T06:24:32.261Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.ProtocolTest
02:24:32 [2019-07-31T06:24:32.261Z] TestgetProtocols(org.eclipse.tracecompass.pcap.core.tests.protocol.ProtocolTest)  Time elapsed: 0 s
02:24:32 [2019-07-31T06:24:32.261Z] TestProtocolAttributes(org.eclipse.tracecompass.pcap.core.tests.protocol.ProtocolTest)  Time elapsed: 0 s
02:24:32 [2019-07-31T06:24:32.261Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.tcp.TCPPacketTest
02:24:32 [2019-07-31T06:24:32.261Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.tcp.TCPPacketTest
02:24:32 [2019-07-31T06:24:32.261Z] CompleteTCPPacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.tcp.TCPPacketTest)  Time elapsed: 0.002 s
02:24:32 [2019-07-31T06:24:32.261Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.udp.UDPPacketTest
02:24:32 [2019-07-31T06:24:32.261Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.udp.UDPPacketTest
02:24:32 [2019-07-31T06:24:32.261Z] CompleteUDPPacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.udp.UDPPacketTest)  Time elapsed: 0.001 s
02:24:32 [2019-07-31T06:24:32.261Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.ipv4.IPv4PacketTest
02:24:32 [2019-07-31T06:24:32.261Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.ipv4.IPv4PacketTest
02:24:32 [2019-07-31T06:24:32.261Z] CompleteIPv4PacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.ipv4.IPv4PacketTest)  Time elapsed: 0.003 s
02:24:32 [2019-07-31T06:24:32.261Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.pcap.PcapPacketTest
02:24:32 [2019-07-31T06:24:32.261Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.pcap.PcapPacketTest
02:24:32 [2019-07-31T06:24:32.261Z] CompletePcapPacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.pcap.PcapPacketTest)  Time elapsed: 0.003 s
02:24:32 [2019-07-31T06:24:32.261Z] Running org.eclipse.tracecompass.pcap.core.tests.protocol.ethernet2.EthernetIIPacketTest
02:24:32 [2019-07-31T06:24:32.261Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.pcap.core.tests.protocol.ethernet2.EthernetIIPacketTest
02:24:32 [2019-07-31T06:24:32.261Z] CompleteEthernetIIPacketTest(org.eclipse.tracecompass.pcap.core.tests.protocol.ethernet2.EthernetIIPacketTest)  Time elapsed: 0.001 s
02:24:32 [2019-07-31T06:24:32.261Z] Running org.eclipse.tracecompass.pcap.core.tests.stream.StreamBuildTest
02:24:32 [2019-07-31T06:24:32.261Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.tracecompass.pcap.core.tests.stream.StreamBuildTest
02:24:32 [2019-07-31T06:24:32.261Z] StreamBuildingTest(org.eclipse.tracecompass.pcap.core.tests.stream.StreamBuildTest)  Time elapsed: 0.068 s
02:24:32 [2019-07-31T06:24:32.261Z] 
02:24:32 [2019-07-31T06:24:32.261Z] Results:
02:24:32 [2019-07-31T06:24:32.261Z] 
02:24:32 [2019-07-31T06:24:32.261Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
02:24:32 [2019-07-31T06:24:32.261Z] 
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] All tests passed!
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] 
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] 
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.pcap.core' with 36 classes
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] 
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:37 [2019-07-31T06:24:37.509Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.pcap.core.tests ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core >---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] Building org.eclipse.tracecompass.tmf.pcap.core 1.0.3-SNAPSHOT [104/134]
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] The project's OSGi version is 1.0.3.201907310510
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/src/main/resources
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] Compiling 29 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/classes
02:24:38 [2019-07-31T06:24:38.227Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/src/org/eclipse/tracecompass/internal/tmf/pcap/core/util/PcapEventFactory.java:[114] 
02:24:38 [2019-07-31T06:24:38.227Z] 	String key = entry.getKey();
02:24:38 [2019-07-31T06:24:38.227Z] 	             ^^^^^^^^^^^^^^
02:24:38 [2019-07-31T06:24:38.227Z] 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
02:24:38 [2019-07-31T06:24:38.227Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/src/org/eclipse/tracecompass/internal/tmf/pcap/core/util/PcapEventFactory.java:[115] 
02:24:38 [2019-07-31T06:24:38.227Z] 	String value = entry.getValue();
02:24:38 [2019-07-31T06:24:38.227Z] 	               ^^^^^^^^^^^^^^^^
02:24:38 [2019-07-31T06:24:38.227Z] 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
02:24:38 [2019-07-31T06:24:38.227Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/src/org/eclipse/tracecompass/internal/tmf/pcap/core/analysis/StreamListAnalysis.java:[116] 
02:24:38 [2019-07-31T06:24:38.227Z] 	entry.getValue().addEventToStream(event);
02:24:38 [2019-07-31T06:24:38.227Z] 	^^^^^^^^^^^^^^^^
02:24:38 [2019-07-31T06:24:38.227Z] 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
02:24:38 [2019-07-31T06:24:38.227Z] 3 problems (3 warnings)
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/src/test/resources
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT-sources.jar
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT.jar
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core/target/org.eclipse.tracecompass.tmf.pcap.core-1.0.3-SNAPSHOT.jar
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] 
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:38 [2019-07-31T06:24:38.227Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:24:38 [2019-07-31T06:24:38.486Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:24:38 [2019-07-31T06:24:38.486Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.pcap.core' with 36 classes
02:24:38 [2019-07-31T06:24:38.486Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:24:38 [2019-07-31T06:24:38.486Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:24:38 [2019-07-31T06:24:38.742Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:24:39 [2019-07-31T06:24:39.305Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:24:39 [2019-07-31T06:24:39.305Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.305Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:39 [2019-07-31T06:24:39.305Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:39 [2019-07-31T06:24:39.305Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:39 [2019-07-31T06:24:39.305Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:39 [2019-07-31T06:24:39.305Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:39 [2019-07-31T06:24:39.305Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap.core ---
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui >----
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] Building org.eclipse.tracecompass.tmf.pcap.ui 1.1.1-SNAPSHOT   [105/134]
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] The project's OSGi version is 1.1.1.201907310510
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/src/main/resources
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.561Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/classes
02:24:39 [2019-07-31T06:24:39.818Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/src/org/eclipse/tracecompass/internal/tmf/pcap/ui/stream/StreamListView.java:[274] 
02:24:39 [2019-07-31T06:24:39.818Z] 	TmfPcapProtocol protocol = protocolEntry.getKey();
02:24:39 [2019-07-31T06:24:39.818Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^
02:24:39 [2019-07-31T06:24:39.818Z] 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
02:24:39 [2019-07-31T06:24:39.818Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/src/org/eclipse/tracecompass/internal/tmf/pcap/ui/stream/StreamListView.java:[276] 
02:24:39 [2019-07-31T06:24:39.818Z] 	Table table = protocolEntry.getValue();
02:24:39 [2019-07-31T06:24:39.818Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^
02:24:39 [2019-07-31T06:24:39.818Z] 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
02:24:39 [2019-07-31T06:24:39.818Z] 2 problems (2 warnings)
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/src/test/resources
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT-sources.jar
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT.jar
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] 
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:39 [2019-07-31T06:24:39.818Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui/target/org.eclipse.tracecompass.tmf.pcap.ui-1.1.1-SNAPSHOT.jar
02:24:40 [2019-07-31T06:24:40.074Z] [INFO] 
02:24:40 [2019-07-31T06:24:40.074Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:40 [2019-07-31T06:24:40.074Z] [INFO] 
02:24:40 [2019-07-31T06:24:40.074Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:40 [2019-07-31T06:24:40.074Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:24:40 [2019-07-31T06:24:40.074Z] [INFO] 
02:24:40 [2019-07-31T06:24:40.074Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:40 [2019-07-31T06:24:40.074Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:24:40 [2019-07-31T06:24:40.330Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:24:40 [2019-07-31T06:24:40.330Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.pcap.core' with 36 classes
02:24:40 [2019-07-31T06:24:40.330Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:24:40 [2019-07-31T06:24:40.586Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:24:40 [2019-07-31T06:24:40.586Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:24:41 [2019-07-31T06:24:41.513Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:24:41 [2019-07-31T06:24:41.513Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.core' with 22 classes
02:24:41 [2019-07-31T06:24:41.513Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:24:42 [2019-07-31T06:24:42.881Z] [INFO] 
02:24:42 [2019-07-31T06:24:42.881Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:42 [2019-07-31T06:24:42.881Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:42 [2019-07-31T06:24:42.881Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:42 [2019-07-31T06:24:42.881Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:42 [2019-07-31T06:24:42.881Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:42 [2019-07-31T06:24:42.881Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap.ui ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap >-----
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] Building org.eclipse.tracecompass.tmf.pcap 5.0.0-SNAPSHOT      [106/134]
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap/target
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap/target/org.eclipse.tracecompass.tmf.pcap-5.0.0-SNAPSHOT.jar
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.137Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap/target/org.eclipse.tracecompass.tmf.pcap-5.0.0-SNAPSHOT-sources-feature.jar
02:24:43 [2019-07-31T06:24:43.394Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.394Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.394Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.394Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.394Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.394Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:43 [2019-07-31T06:24:43.394Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:24:43 [2019-07-31T06:24:43.394Z] [INFO] 
02:24:43 [2019-07-31T06:24:43.394Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:44 [2019-07-31T06:24:44.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:24:44 [2019-07-31T06:24:44.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:24:44 [2019-07-31T06:24:44.580Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:24:45 [2019-07-31T06:24:45.143Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
02:24:45 [2019-07-31T06:24:45.399Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:24:46 [2019-07-31T06:24:46.768Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:24:46 [2019-07-31T06:24:46.768Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:24:46 [2019-07-31T06:24:46.768Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
02:24:46 [2019-07-31T06:24:46.768Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:24:46 [2019-07-31T06:24:46.768Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:24:47 [2019-07-31T06:24:47.026Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:24:47 [2019-07-31T06:24:47.026Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:24:47 [2019-07-31T06:24:47.026Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:24:47 [2019-07-31T06:24:47.026Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:24:47 [2019-07-31T06:24:47.026Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:24:47 [2019-07-31T06:24:47.284Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:24:47 [2019-07-31T06:24:47.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:24:47 [2019-07-31T06:24:47.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes
02:24:47 [2019-07-31T06:24:47.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.pcap.core' with 36 classes
02:24:47 [2019-07-31T06:24:47.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:24:48 [2019-07-31T06:24:48.105Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes
02:24:48 [2019-07-31T06:24:48.105Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:24:48 [2019-07-31T06:24:48.105Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
02:24:48 [2019-07-31T06:24:48.105Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:24:48 [2019-07-31T06:24:48.105Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.core' with 22 classes
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.doc.user' with 0 classes
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.ui' with 7 classes
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap ---
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core.tests >--
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] Building org.eclipse.tracecompass.tmf.pcap.core.tests 1.0.1-SNAPSHOT [107/134]
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] The project's OSGi version is 1.0.1.201907310510
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/src/main/resources
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.363Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/classes
02:24:48 [2019-07-31T06:24:48.621Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/src/org/eclipse/tracecompass/tmf/pcap/core/tests/event/PcapEventFieldTest.java:[122] 
02:24:48 [2019-07-31T06:24:48.621Z] 	IPv4Packet packet = new IPv4Packet(file, null, bb);
02:24:48 [2019-07-31T06:24:48.621Z] 	                                   ^^^^
02:24:48 [2019-07-31T06:24:48.621Z] Null type safety (type annotations): The expression of type 'PcapFile' needs unchecked conversion to conform to '@NonNull PcapFile'
02:24:48 [2019-07-31T06:24:48.621Z] 1 problem (1 warning)
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/src/test/resources
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT-sources.jar
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT.jar
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] 
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:48 [2019-07-31T06:24:48.621Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/org.eclipse.tracecompass.tmf.pcap.core.tests-1.0.1-SNAPSHOT.jar
02:24:49 [2019-07-31T06:24:49.129Z] [INFO] 
02:24:49 [2019-07-31T06:24:49.129Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:49 [2019-07-31T06:24:49.129Z] [INFO] 
02:24:49 [2019-07-31T06:24:49.129Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:49 [2019-07-31T06:24:49.692Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/work/data/.metadata/.log
02:24:49 [2019-07-31T06:24:49.692Z] [INFO] Command line:
02:24:49 [2019-07-31T06:24:49.692Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog]
02:24:49 [2019-07-31T06:24:49.692Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:24:52 [2019-07-31T06:24:52.964Z] !SESSION 2019-07-31 06:24:49.891 -----------------------------------------------
02:24:52 [2019-07-31T06:24:52.964Z] eclipse.buildId=unknown
02:24:52 [2019-07-31T06:24:52.964Z] java.version=1.8.0_202
02:24:52 [2019-07-31T06:24:52.964Z] java.vendor=Oracle Corporation
02:24:52 [2019-07-31T06:24:52.964Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:24:52 [2019-07-31T06:24:52.964Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/surefire.properties -product org.eclipse.platform.ide
02:24:52 [2019-07-31T06:24:52.964Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog
02:24:52 [2019-07-31T06:24:52.964Z] 
02:24:52 [2019-07-31T06:24:52.964Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:24:52.628
02:24:52 [2019-07-31T06:24:52.964Z] !MESSAGE FrameworkEvent ERROR
02:24:52 [2019-07-31T06:24:52.964Z] !STACK 0
02:24:52 [2019-07-31T06:24:52.964Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61]
02:24:52 [2019-07-31T06:24:52.964Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:24:52 [2019-07-31T06:24:52.964Z] 
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:24:52 [2019-07-31T06:24:52.964Z] 
02:24:52 [2019-07-31T06:24:52.964Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:24:52.757
02:24:52 [2019-07-31T06:24:52.964Z] !MESSAGE FrameworkEvent ERROR
02:24:52 [2019-07-31T06:24:52.964Z] !STACK 0
02:24:52 [2019-07-31T06:24:52.964Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130]
02:24:52 [2019-07-31T06:24:52.964Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:24:52 [2019-07-31T06:24:52.964Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:24:52 [2019-07-31T06:24:52.964Z]     -> 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"
02:24:52 [2019-07-31T06:24:52.964Z]        org.apache.httpcomponents.httpclient.win [35]
02:24:52 [2019-07-31T06:24:52.964Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:24:52 [2019-07-31T06:24:52.964Z] 
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:24:52 [2019-07-31T06:24:52.964Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:24:55 [2019-07-31T06:24:55.485Z] Running org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest
02:24:55 [2019-07-31T06:24:55.742Z] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 s - in org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest
02:24:55 [2019-07-31T06:24:55.742Z] testParseEvent(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.331 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetEndTime(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.002 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetNbEvents(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.002 s
02:24:55 [2019-07-31T06:24:55.742Z] testSeekEventLoc_null(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.002 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetStartTime(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] testBroadcast(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.01 s
02:24:55 [2019-07-31T06:24:55.742Z] testValidate(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.002 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetName(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetPath(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] testPcapTrace(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.002 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetStreamingInterval(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetLocationRatio(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.005 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetCacheSize(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetTraceProperties(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.003 s
02:24:55 [2019-07-31T06:24:55.742Z] getSource(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] testSeekEventLoc_normal(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] testSeekEvent_rank(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.004 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetTimeRange(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetEventType(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] testSeekEvent_ratio(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.003 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetResource(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] testSeekEvent_location(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] testGetCurrentLocation(org.eclipse.tracecompass.tmf.pcap.core.tests.trace.PcapTraceTest)  Time elapsed: 0.001 s
02:24:55 [2019-07-31T06:24:55.742Z] Running org.eclipse.tracecompass.tmf.pcap.core.tests.analysis.StreamListAnalysisTest
02:24:57 [2019-07-31T06:24:57.111Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.3 s - in org.eclipse.tracecompass.tmf.pcap.core.tests.analysis.StreamListAnalysisTest
02:24:57 [2019-07-31T06:24:57.111Z] constructorTest(org.eclipse.tracecompass.tmf.pcap.core.tests.analysis.StreamListAnalysisTest)  Time elapsed: 0.013 s
02:24:57 [2019-07-31T06:24:57.111Z] canExecuteTest(org.eclipse.tracecompass.tmf.pcap.core.tests.analysis.StreamListAnalysisTest)  Time elapsed: 0.001 s
02:24:57 [2019-07-31T06:24:57.111Z] executeAnalysisTest(org.eclipse.tracecompass.tmf.pcap.core.tests.analysis.StreamListAnalysisTest)  Time elapsed: 1.284 s
02:24:57 [2019-07-31T06:24:57.111Z] Running org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest
02:24:57 [2019-07-31T06:24:57.111Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest
02:24:57 [2019-07-31T06:24:57.111Z] getSourceEndpointTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest)  Time elapsed: 0 s
02:24:57 [2019-07-31T06:24:57.111Z] getProtocolsTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest)  Time elapsed: 0.002 s
02:24:57 [2019-07-31T06:24:57.111Z] getPayloadTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest)  Time elapsed: 0 s
02:24:57 [2019-07-31T06:24:57.111Z] getFieldsTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest)  Time elapsed: 0 s
02:24:57 [2019-07-31T06:24:57.111Z] toStringTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest)  Time elapsed: 0.001 s
02:24:57 [2019-07-31T06:24:57.111Z] getMostEncapsulatedProtocolTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest)  Time elapsed: 0 s
02:24:57 [2019-07-31T06:24:57.111Z] getDestinationEndpointTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest)  Time elapsed: 0 s
02:24:57 [2019-07-31T06:24:57.111Z] toStringAtSpecificProtocolTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventTest)  Time elapsed: 0 s
02:24:57 [2019-07-31T06:24:57.111Z] Running org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest
02:24:57 [2019-07-31T06:24:57.111Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest
02:24:57 [2019-07-31T06:24:57.111Z] regularToStringTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest)  Time elapsed: 0 s
02:24:57 [2019-07-31T06:24:57.111Z] rootToStringTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest)  Time elapsed: 0 s
02:24:57 [2019-07-31T06:24:57.111Z] customFieldValueRequestTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest)  Time elapsed: 0 s
02:24:57 [2019-07-31T06:24:57.111Z] copyConstructorTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest)  Time elapsed: 0.001 s
02:24:57 [2019-07-31T06:24:57.111Z] regularFieldValueRequestTest(org.eclipse.tracecompass.tmf.pcap.core.tests.event.PcapEventFieldTest)  Time elapsed: 0 s
02:24:57 [2019-07-31T06:24:57.111Z] 
02:24:57 [2019-07-31T06:24:57.111Z] Results:
02:24:57 [2019-07-31T06:24:57.111Z] 
02:24:57 [2019-07-31T06:24:57.111Z] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
02:24:57 [2019-07-31T06:24:57.111Z] 
02:24:59 [2019-07-31T06:24:59.003Z] [INFO] All tests passed!
02:24:59 [2019-07-31T06:24:59.003Z] [INFO] 
02:24:59 [2019-07-31T06:24:59.003Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:24:59 [2019-07-31T06:24:59.003Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:24:59 [2019-07-31T06:24:59.003Z] [INFO] 
02:24:59 [2019-07-31T06:24:59.003Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:25:00 [2019-07-31T06:25:00.893Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:25:00 [2019-07-31T06:25:00.893Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:25:01 [2019-07-31T06:25:01.149Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:25:01 [2019-07-31T06:25:01.711Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:25:01 [2019-07-31T06:25:01.711Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.pcap.core' with 36 classes
02:25:01 [2019-07-31T06:25:01.967Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.pcap.core.tests' with 17 classes
02:25:01 [2019-07-31T06:25:01.967Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:25:01 [2019-07-31T06:25:01.967Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:25:01 [2019-07-31T06:25:01.967Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:25:01 [2019-07-31T06:25:01.967Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:25:02 [2019-07-31T06:25:02.224Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.core' with 22 classes
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap.core.tests ---
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests >--
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] Building org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests 1.0.0-SNAPSHOT [108/134]
02:25:02 [2019-07-31T06:25:02.480Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] The project's OSGi version is 1.0.0.201907310510
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/src/main/resources
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.736Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/classes
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/src/test/resources
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT-sources.jar
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT.jar
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests-1.0.0-SNAPSHOT.jar
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] 
02:25:02 [2019-07-31T06:25:02.994Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:04 [2019-07-31T06:25:04.637Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/work/data/.metadata/.log
02:25:04 [2019-07-31T06:25:04.637Z] [INFO] Command line:
02:25:04 [2019-07-31T06:25:04.637Z] 	[/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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
02:25:04 [2019-07-31T06:25:04.637Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:25:07 [2019-07-31T06:25:07.911Z] !SESSION 2019-07-31 06:25:04.633 -----------------------------------------------
02:25:07 [2019-07-31T06:25:07.911Z] eclipse.buildId=unknown
02:25:07 [2019-07-31T06:25:07.911Z] java.version=1.8.0_202
02:25:07 [2019-07-31T06:25:07.911Z] java.vendor=Oracle Corporation
02:25:07 [2019-07-31T06:25:07.911Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:25:07 [2019-07-31T06:25:07.911Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
02:25:07 [2019-07-31T06:25:07.911Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
02:25:07 [2019-07-31T06:25:07.911Z] 
02:25:07 [2019-07-31T06:25:07.911Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:25:07.566
02:25:07 [2019-07-31T06:25:07.911Z] !MESSAGE FrameworkEvent ERROR
02:25:07 [2019-07-31T06:25:07.911Z] !STACK 0
02:25:07 [2019-07-31T06:25:07.911Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
02:25:07 [2019-07-31T06:25:07.911Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:25:07 [2019-07-31T06:25:07.911Z] 
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:25:07 [2019-07-31T06:25:07.911Z] 
02:25:07 [2019-07-31T06:25:07.911Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:25:07.755
02:25:07 [2019-07-31T06:25:07.911Z] !MESSAGE FrameworkEvent ERROR
02:25:07 [2019-07-31T06:25:07.911Z] !STACK 0
02:25:07 [2019-07-31T06:25:07.911Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
02:25:07 [2019-07-31T06:25:07.911Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:25:07 [2019-07-31T06:25:07.911Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:25:07 [2019-07-31T06:25:07.911Z]     -> 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"
02:25:07 [2019-07-31T06:25:07.911Z]        org.apache.httpcomponents.httpclient.win [36]
02:25:07 [2019-07-31T06:25:07.911Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:25:07 [2019-07-31T06:25:07.911Z] 
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:25:07 [2019-07-31T06:25:07.911Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:25:09 [2019-07-31T06:25:09.805Z] process 15865: 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
02:25:09 [2019-07-31T06:25:09.805Z] See the manual page for dbus-uuidgen to correct this issue.
02:25:10 [2019-07-31T06:25:10.063Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:25:10 [2019-07-31T06:25:10.063Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:25:20 [2019-07-31T06:25:20.016Z] Running org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests.ImportAndReadPcapTest
02:25:20 [2019-07-31T06:25:20.580Z] Display size: 1440x900
02:25:20 [2019-07-31T06:25:20.580Z] OS version=3.10.0-957.21.3.el7.x86_64
02:25:20 [2019-07-31T06:25:20.580Z] GTK version=3.18.9
02:25:20 [2019-07-31T06:25:20.580Z] GTK theme=Ambiance
02:25:20 [2019-07-31T06:25:20.580Z] LIBOVERLAY_SCROLLBAR=0
02:25:20 [2019-07-31T06:25:20.580Z] Time zone: Coordinated Universal Time
02:25:20 [2019-07-31T06:25:20.580Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
02:25:20 [2019-07-31T06:25:20.580Z] log4j:WARN Please initialize the log4j system properly.
02:25:52 [2019-07-31T06:25:52.691Z] *** BUG ***
02:25:52 [2019-07-31T06:25:52.691Z] In pixman_region32_init_rect: Invalid rectangle passed
02:25:52 [2019-07-31T06:25:52.691Z] Set a breakpoint on '_pixman_log_error' to debug
02:25:52 [2019-07-31T06:25:52.691Z] 
02:25:52 [2019-07-31T06:25:52.691Z] *** BUG ***
02:25:52 [2019-07-31T06:25:52.691Z] In pixman_region32_init_rect: Invalid rectangle passed
02:25:52 [2019-07-31T06:25:52.691Z] Set a breakpoint on '_pixman_log_error' to debug
02:25:52 [2019-07-31T06:25:52.691Z] 
02:25:52 [2019-07-31T06:25:52.691Z] *** BUG ***
02:25:52 [2019-07-31T06:25:52.691Z] In pixman_region32_init_rect: Invalid rectangle passed
02:25:52 [2019-07-31T06:25:52.691Z] Set a breakpoint on '_pixman_log_error' to debug
02:25:52 [2019-07-31T06:25:52.691Z] 
02:25:52 [2019-07-31T06:25:52.691Z] *** BUG ***
02:25:52 [2019-07-31T06:25:52.691Z] In pixman_region32_init_rect: Invalid rectangle passed
02:25:52 [2019-07-31T06:25:52.691Z] Set a breakpoint on '_pixman_log_error' to debug
02:25:52 [2019-07-31T06:25:52.691Z] 
02:25:52 [2019-07-31T06:25:52.691Z] *** BUG ***
02:25:52 [2019-07-31T06:25:52.691Z] In pixman_region32_init_rect: Invalid rectangle passed
02:25:52 [2019-07-31T06:25:52.691Z] Set a breakpoint on '_pixman_log_error' to debug
02:25:52 [2019-07-31T06:25:52.691Z] 
02:25:52 [2019-07-31T06:25:52.691Z] *** BUG ***
02:25:52 [2019-07-31T06:25:52.691Z] In pixman_region32_init_rect: Invalid rectangle passed
02:25:52 [2019-07-31T06:25:52.691Z] Set a breakpoint on '_pixman_log_error' to debug
02:25:52 [2019-07-31T06:25:52.691Z] 
02:25:52 [2019-07-31T06:25:52.691Z] *** BUG ***
02:25:52 [2019-07-31T06:25:52.691Z] In pixman_region32_init_rect: Invalid rectangle passed
02:25:52 [2019-07-31T06:25:52.691Z] Set a breakpoint on '_pixman_log_error' to debug
02:25:52 [2019-07-31T06:25:52.691Z] 
02:25:52 [2019-07-31T06:25:52.691Z] *** BUG ***
02:25:52 [2019-07-31T06:25:52.691Z] In pixman_region32_init_rect: Invalid rectangle passed
02:25:52 [2019-07-31T06:25:52.691Z] Set a breakpoint on '_pixman_log_error' to debug
02:25:52 [2019-07-31T06:25:52.691Z] 
02:25:52 [2019-07-31T06:25:52.691Z] *** BUG ***
02:25:52 [2019-07-31T06:25:52.691Z] In pixman_region32_init_rect: Invalid rectangle passed
02:25:52 [2019-07-31T06:25:52.691Z] Set a breakpoint on '_pixman_log_error' to debug
02:25:52 [2019-07-31T06:25:52.691Z] 
02:25:52 [2019-07-31T06:25:52.691Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:25:52 [2019-07-31T06:25:52.691Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:25:52 [2019-07-31T06:25:52.691Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:25:52 [2019-07-31T06:25:52.691Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:25:52 [2019-07-31T06:25:52.948Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186257003 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:25:52 [2019-07-31T06:25:52.948Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:25:52 [2019-07-31T06:25:52.948Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:25:52 [2019-07-31T06:25:52.948Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:25:52 [2019-07-31T06:25:52.948Z] DEBUG - Attempting to set focus on Tree with text {}
02:25:52 [2019-07-31T06:25:52.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186257140 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:25:52 [2019-07-31T06:25:52.948Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186257140 data=null doit=true} to TreeItem with text {test}
02:25:52 [2019-07-31T06:25:52.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186257141 data=null} to TreeItem with text {test}
02:25:52 [2019-07-31T06:25:52.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186257141 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:25:52 [2019-07-31T06:25:52.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186257142 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:25:53 [2019-07-31T06:25:53.204Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186257388 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:25:53 [2019-07-31T06:25:53.460Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:25:53 [2019-07-31T06:25:53.460Z] DEBUG - Clicking on with mnemonic 'Delete'
02:25:53 [2019-07-31T06:25:53.716Z] DEBUG - Clicked on with mnemonic 'Delete'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258844 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258844 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258845 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258845 data=null 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')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258846 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258846 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258846 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186258846 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Clicking on OK
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186258853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186258853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186258854 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186258854 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186258855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186258855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:25:54 [2019-07-31T06:25:54.646Z] DEBUG - Clicked on OK
02:25:55 [2019-07-31T06:25:55.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186258855 data=null item=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')
02:25:55 [2019-07-31T06:25:55.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186257691 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:25:55 [2019-07-31T06:25:55.575Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.736 s - in org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests.ImportAndReadPcapTest
02:25:55 [2019-07-31T06:25:55.575Z] test(org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests.ImportAndReadPcapTest)  Time elapsed: 32.33 s
02:25:55 [2019-07-31T06:25:55.832Z] 
02:25:55 [2019-07-31T06:25:55.832Z] Results:
02:25:55 [2019-07-31T06:25:55.832Z] 
02:25:55 [2019-07-31T06:25:55.832Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
02:25:55 [2019-07-31T06:25:55.832Z] 
02:25:56 [2019-07-31T06:25:56.395Z] 
02:25:56 [2019-07-31T06:25:56.395Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-31 06:25:56.366
02:25:56 [2019-07-31T06:25:56.395Z] !MESSAGE The workspace will exit with unsaved changes in this session.
02:25:58 [2019-07-31T06:25:58.288Z] [INFO] All tests passed!
02:25:58 [2019-07-31T06:25:58.288Z] [INFO] 
02:25:58 [2019-07-31T06:25:58.288Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:58 [2019-07-31T06:25:58.288Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:25:58 [2019-07-31T06:25:58.288Z] [INFO] 
02:25:58 [2019-07-31T06:25:58.288Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:25:59 [2019-07-31T06:25:59.217Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:25:59 [2019-07-31T06:25:59.217Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:25:59 [2019-07-31T06:25:59.217Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:26:01 [2019-07-31T06:26:01.737Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:26:01 [2019-07-31T06:26:01.993Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:26:02 [2019-07-31T06:26:02.327Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes
02:26:02 [2019-07-31T06:26:02.327Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:26:02 [2019-07-31T06:26:02.327Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.pcap.core' with 36 classes
02:26:02 [2019-07-31T06:26:02.728Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.pcap.core.tests' with 17 classes
02:26:02 [2019-07-31T06:26:02.728Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:26:02 [2019-07-31T06:26:02.728Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:26:02 [2019-07-31T06:26:02.728Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes
02:26:02 [2019-07-31T06:26:02.728Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:26:02 [2019-07-31T06:26:02.728Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes
02:26:03 [2019-07-31T06:26:03.227Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:26:03 [2019-07-31T06:26:03.227Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes
02:26:03 [2019-07-31T06:26:03.227Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.core' with 22 classes
02:26:03 [2019-07-31T06:26:03.227Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.core.tests' with 6 classes
02:26:03 [2019-07-31T06:26:03.227Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.ui' with 7 classes
02:26:03 [2019-07-31T06:26:03.789Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:26:05 [2019-07-31T06:26:05.159Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes
02:26:05 [2019-07-31T06:26:05.159Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp-parent >----
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Building Trace Compass RCP Parent 5.0.0-SNAPSHOT               [109/134]
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --------------------------------[ pom ]---------------------------------
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp-parent ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp-parent ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp-parent ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp-parent ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp-parent ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp-parent ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp-parent ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.rcp-parent ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.rcp-parent ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp-parent ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding >---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Building Trace Compass RCP Branding plug-in 5.0.0-SNAPSHOT     [110/134]
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding/src/main/resources
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding/src/test/resources
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding/target/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT-sources.jar
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.415Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.672Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding/target/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT.jar
02:26:05 [2019-07-31T06:26:05.672Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.672Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.672Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.672Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.672Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.672Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.672Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding/target/org.eclipse.tracecompass.rcp.branding-5.0.0-SNAPSHOT.jar
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.branding ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature >--
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] Building Trace Compass RCP Branding Feature 5.0.0-SNAPSHOT     [111/134]
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding.feature/target
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding.feature/target/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT.jar
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] 
02:26:05 [2019-07-31T06:26:05.929Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.branding.feature/target/org.eclipse.tracecompass.rcp.branding.feature-5.0.0-SNAPSHOT-sources-feature.jar
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.branding' with 0 classes
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:06 [2019-07-31T06:26:06.186Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.branding.feature ---
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui >------
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] Building org.eclipse.tracecompass.rcp.ui 5.0.0-SNAPSHOT        [112/134]
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.ui/src/main/resources
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.442Z] [INFO] Compiling 9 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.ui/target/classes
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.ui/src/test/resources
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.ui/target/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT-sources.jar
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.ui/target/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT.jar
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.699Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.ui/target/org.eclipse.tracecompass.rcp.ui-5.0.0-SNAPSHOT.jar
02:26:06 [2019-07-31T06:26:06.955Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.955Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.955Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.955Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.955Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:26:06 [2019-07-31T06:26:06.955Z] [INFO] 
02:26:06 [2019-07-31T06:26:06.955Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.rcp.ui ---
02:26:06 [2019-07-31T06:26:06.955Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:26:06 [2019-07-31T06:26:06.955Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:26:07 [2019-07-31T06:26:07.518Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:26:08 [2019-07-31T06:26:08.886Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:26:09 [2019-07-31T06:26:09.142Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.ui ---
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.ui ---
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp >--------
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] Building Trace Compass RCP Feature 5.0.0-SNAPSHOT              [113/134]
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp/target
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.398Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.654Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.654Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.654Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp/target/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT.jar
02:26:09 [2019-07-31T06:26:09.654Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.654Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.654Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.654Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.654Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.654Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.654Z] [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)
02:26:09 [2019-07-31T06:26:09.654Z] [INFO] The user operation is waiting for background work to complete.
02:26:09 [2019-07-31T06:26:09.654Z] [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)
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] Unpacking org.antlr.runtime.source_3.2.0.v201101311130...
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp/target/org.eclipse.tracecompass.rcp-5.0.0-SNAPSHOT-sources-feature.jar
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.rcp ---
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] 
02:26:09 [2019-07-31T06:26:09.911Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.rcp ---
02:26:10 [2019-07-31T06:26:10.840Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:26:10 [2019-07-31T06:26:10.840Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:26:10 [2019-07-31T06:26:10.840Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:26:11 [2019-07-31T06:26:11.771Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
02:26:11 [2019-07-31T06:26:11.771Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:26:13 [2019-07-31T06:26:13.850Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:26:13 [2019-07-31T06:26:13.850Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:26:13 [2019-07-31T06:26:13.850Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
02:26:13 [2019-07-31T06:26:13.850Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:26:13 [2019-07-31T06:26:13.850Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:26:13 [2019-07-31T06:26:13.850Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:26:14 [2019-07-31T06:26:14.107Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:26:14 [2019-07-31T06:26:14.107Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:26:14 [2019-07-31T06:26:14.107Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:26:14 [2019-07-31T06:26:14.107Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:26:14 [2019-07-31T06:26:14.365Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:26:14 [2019-07-31T06:26:14.621Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:26:14 [2019-07-31T06:26:14.621Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes
02:26:14 [2019-07-31T06:26:14.621Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.doc.user' with 0 classes
02:26:14 [2019-07-31T06:26:14.621Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes
02:26:14 [2019-07-31T06:26:14.621Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.ui' with 10 classes
02:26:14 [2019-07-31T06:26:14.621Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:26:14 [2019-07-31T06:26:14.878Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes
02:26:14 [2019-07-31T06:26:14.878Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:26:14 [2019-07-31T06:26:14.878Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp ---
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp ---
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui >--
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] Building org.eclipse.tracecompass.rcp.incubator.ui 1.0.0-SNAPSHOT [114/134]
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] The project's OSGi version is 1.0.0.201907310510
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator.ui/src/main/resources
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.134Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/classes
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator.ui/src/test/resources
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT-sources.jar
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT.jar
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator.ui/target/org.eclipse.tracecompass.rcp.incubator.ui-1.0.0-SNAPSHOT.jar
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.incubator.ui ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator >---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Building org.eclipse.tracecompass.rcp.incubator 1.0.0-SNAPSHOT [115/134]
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator/target
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] The project's OSGi version is 1.0.0.201907310510
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator/target/org.eclipse.tracecompass.rcp.incubator-1.0.0-SNAPSHOT.jar
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.391Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.648Z] [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)
02:26:15 [2019-07-31T06:26:15.648Z] [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)
02:26:15 [2019-07-31T06:26:15.648Z] [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)
02:26:15 [2019-07-31T06:26:15.648Z] [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)
02:26:15 [2019-07-31T06:26:15.905Z] [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)
02:26:15 [2019-07-31T06:26:15.905Z] [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)
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.incubator/target/org.eclipse.tracecompass.rcp.incubator-1.0.0-SNAPSHOT-sources-feature.jar
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.incubator.ui' with 1 classes
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] 
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:15 [2019-07-31T06:26:15.905Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.incubator ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace-parent >--
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] Building Trace Compass Json trace Parent 5.0.0-SNAPSHOT        [116/134]
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --------------------------------[ pom ]---------------------------------
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.jsontrace-parent ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.jsontrace-parent ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.jsontrace-parent ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.jsontrace-parent ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.jsontrace-parent ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.jsontrace-parent ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.jsontrace-parent ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.jsontrace-parent ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.jsontrace-parent ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.jsontrace-parent ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core >--
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] Building org.eclipse.tracecompass.jsontrace.core 0.1.1-SNAPSHOT [117/134]
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] The project's OSGi version is 0.1.1.201907310510
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core/src/main/resources
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.162Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/classes
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core/src/test/resources
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT-sources.jar
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT.jar
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace.core/target/org.eclipse.tracecompass.jsontrace.core-0.1.1-SNAPSHOT.jar
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] 
02:26:16 [2019-07-31T06:26:16.419Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:16 [2019-07-31T06:26:16.675Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:26:16 [2019-07-31T06:26:16.675Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:26:16 [2019-07-31T06:26:16.931Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:26:17 [2019-07-31T06:26:17.494Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.jsontrace.core ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace >-----
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Building org.eclipse.tracecompass.jsontrace 1.0.0-SNAPSHOT     [118/134]
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace/target
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] The project's OSGi version is 1.0.0.201907310510
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace/target/org.eclipse.tracecompass.jsontrace-1.0.0-SNAPSHOT.jar
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/jsontrace/org.eclipse.tracecompass.jsontrace/target/org.eclipse.tracecompass.jsontrace-1.0.0-SNAPSHOT-sources-feature.jar
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.jsontrace ---
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] 
02:26:17 [2019-07-31T06:26:17.751Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.jsontrace ---
02:26:18 [2019-07-31T06:26:18.010Z] [INFO] 
02:26:18 [2019-07-31T06:26:18.010Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.jsontrace ---
02:26:18 [2019-07-31T06:26:18.010Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:26:18 [2019-07-31T06:26:18.010Z] [INFO] 
02:26:18 [2019-07-31T06:26:18.010Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.jsontrace ---
02:26:18 [2019-07-31T06:26:18.938Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:26:18 [2019-07-31T06:26:18.938Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:26:18 [2019-07-31T06:26:18.938Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:26:19 [2019-07-31T06:26:19.500Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
02:26:19 [2019-07-31T06:26:19.757Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:26:21 [2019-07-31T06:26:21.125Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:26:21 [2019-07-31T06:26:21.125Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:26:21 [2019-07-31T06:26:21.125Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
02:26:21 [2019-07-31T06:26:21.383Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:26:21 [2019-07-31T06:26:21.383Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:26:21 [2019-07-31T06:26:21.383Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:26:21 [2019-07-31T06:26:21.640Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:26:21 [2019-07-31T06:26:21.640Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:26:21 [2019-07-31T06:26:21.640Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:26:21 [2019-07-31T06:26:21.640Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:26:21 [2019-07-31T06:26:21.640Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:26:23 [2019-07-31T06:26:23.529Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:26:23 [2019-07-31T06:26:23.529Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes
02:26:23 [2019-07-31T06:26:23.529Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.jsontrace.core' with 5 classes
02:26:23 [2019-07-31T06:26:23.529Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes
02:26:23 [2019-07-31T06:26:23.529Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:26:23 [2019-07-31T06:26:23.529Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes
02:26:23 [2019-07-31T06:26:23.529Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:26:23 [2019-07-31T06:26:23.529Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
02:26:23 [2019-07-31T06:26:23.786Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:26:23 [2019-07-31T06:26:23.786Z] [INFO] 
02:26:23 [2019-07-31T06:26:23.786Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.jsontrace ---
02:26:23 [2019-07-31T06:26:23.786Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:23 [2019-07-31T06:26:23.786Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:23 [2019-07-31T06:26:23.786Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:23 [2019-07-31T06:26:23.786Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:23 [2019-07-31T06:26:23.786Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.jsontrace ---
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product >----
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] Building Trace Compass RCP Product 5.0.0-SNAPSHOT              [119/134]
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.product ---
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.rcp.product ---
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] The project's OSGi version is 5.0.0.201907310510
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.product ---
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean-1) @ org.eclipse.tracecompass.rcp.product ---
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.product ---
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.rcp.product ---
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/src/main/resources
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.product ---
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.351Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.product ---
02:26:24 [2019-07-31T06:26:24.607Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.607Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.tracecompass.rcp.product ---
02:26:24 [2019-07-31T06:26:24.607Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
02:26:24 [2019-07-31T06:26:24.607Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
02:26:24 [2019-07-31T06:26:24.607Z] [INFO] 
02:26:24 [2019-07-31T06:26:24.607Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.tracecompass.rcp.product ---
02:26:25 [2019-07-31T06:26:25.430Z] [INFO] 
02:26:25 [2019-07-31T06:26:25.430Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.tracecompass.rcp.product ---
02:26:25 [2019-07-31T06:26:25.430Z] [INFO] 
02:26:25 [2019-07-31T06:26:25.430Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.tracecompass.rcp.product ---
02:26:25 [2019-07-31T06:26:25.430Z] [INFO] 
02:26:25 [2019-07-31T06:26:25.430Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.tracecompass.rcp.product ---
02:28:02 [2019-07-31T06:28:02.226Z] [INFO] 
02:28:02 [2019-07-31T06:28:02.226Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.tracecompass.rcp.product ---
02:28:02 [2019-07-31T06:28:02.226Z] [INFO] 
02:28:02 [2019-07-31T06:28:02.226Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.product ---
02:28:02 [2019-07-31T06:28:02.226Z] [INFO] 
02:28:02 [2019-07-31T06:28:02.226Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.product ---
02:28:02 [2019-07-31T06:28:02.226Z] [INFO] 
02:28:02 [2019-07-31T06:28:02.226Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.product ---
02:28:02 [2019-07-31T06:28:02.226Z] [INFO] 
02:28:02 [2019-07-31T06:28:02.226Z] [INFO] --- tycho-p2-director-plugin:1.3.0:materialize-products (materialize-products) @ org.eclipse.tracecompass.rcp.product ---
02:28:02 [2019-07-31T06:28:02.226Z] [INFO] Installing product org.eclipse.tracecompass.rcp for environment win32/win32/x86_64 to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/target/products/org.eclipse.tracecompass.rcp/win32/win32/x86_64/trace-compass
02:28:02 [2019-07-31T06:28:02.226Z] Installing org.eclipse.tracecompass.rcp 5.0.0.201907310510.
02:28:02 [2019-07-31T06:28:02.226Z] Installing org.eclipse.ecf.filetransfer.httpclient45.feature.feature.group 1.0.0.v20190530-1947.
02:28:14 [2019-07-31T06:28:14.407Z] Operation completed in 25603 ms.
02:28:14 [2019-07-31T06:28:14.407Z] [INFO] Installing product org.eclipse.tracecompass.rcp for environment macosx/cocoa/x86_64 to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/target/products/org.eclipse.tracecompass.rcp/macosx/cocoa/x86_64/trace-compass.app
02:28:14 [2019-07-31T06:28:14.407Z] Installing org.eclipse.tracecompass.rcp 5.0.0.201907310510.
02:28:14 [2019-07-31T06:28:14.407Z] Installing org.eclipse.ecf.filetransfer.httpclient45.feature.feature.group 1.0.0.v20190530-1947.
02:28:41 [2019-07-31T06:28:41.108Z] Operation completed in 23678 ms.
02:28:41 [2019-07-31T06:28:41.108Z] [INFO] Installing product org.eclipse.tracecompass.rcp for environment linux/gtk/x86_64 to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/target/products/org.eclipse.tracecompass.rcp/linux/gtk/x86_64/trace-compass
02:28:41 [2019-07-31T06:28:41.108Z] Installing org.eclipse.tracecompass.rcp 5.0.0.201907310510.
02:28:41 [2019-07-31T06:28:41.108Z] Installing org.eclipse.ecf.filetransfer.httpclient45.feature.feature.group 1.0.0.v20190530-1947.
02:29:03 [2019-07-31T06:29:03.008Z] Operation completed in 23525 ms.
02:29:03 [2019-07-31T06:29:03.008Z] [INFO] 
02:29:03 [2019-07-31T06:29:03.008Z] [INFO] --- tycho-p2-director-plugin:1.3.0:archive-products (archive-products) @ org.eclipse.tracecompass.rcp.product ---
02:29:03 [2019-07-31T06:29:03.940Z] [INFO] Building zip: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190731-0510-win32.win32.x86_64.zip
02:29:10 [2019-07-31T06:29:10.643Z] [INFO] Building tar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190731-0510-macosx.cocoa.x86_64.tar.gz
02:29:22 [2019-07-31T06:29:22.824Z] [INFO] Building tar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190731-0510-linux.gtk.x86_64.tar.gz
02:29:32 [2019-07-31T06:29:32.779Z] [INFO] 
02:29:32 [2019-07-31T06:29:32.779Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.rcp.product ---
02:29:32 [2019-07-31T06:29:32.779Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:29:32 [2019-07-31T06:29:32.779Z] [INFO] 
02:29:32 [2019-07-31T06:29:32.779Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.rcp.product ---
02:29:35 [2019-07-31T06:29:35.302Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes
02:29:35 [2019-07-31T06:29:35.559Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes
02:29:36 [2019-07-31T06:29:36.124Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 422 classes
02:29:37 [2019-07-31T06:29:37.037Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes
02:29:38 [2019-07-31T06:29:38.934Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1011 classes
02:29:40 [2019-07-31T06:29:40.304Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes
02:29:40 [2019-07-31T06:29:40.561Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes
02:29:40 [2019-07-31T06:29:40.561Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes
02:29:40 [2019-07-31T06:29:40.818Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes
02:29:41 [2019-07-31T06:29:41.074Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes
02:29:41 [2019-07-31T06:29:41.331Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes
02:29:41 [2019-07-31T06:29:41.588Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.ui' with 29 classes
02:29:41 [2019-07-31T06:29:41.844Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes
02:29:42 [2019-07-31T06:29:42.101Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes
02:29:42 [2019-07-31T06:29:42.664Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes
02:29:42 [2019-07-31T06:29:42.920Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes
02:29:43 [2019-07-31T06:29:43.177Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes
02:29:43 [2019-07-31T06:29:43.433Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes
02:29:43 [2019-07-31T06:29:43.996Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes
02:29:44 [2019-07-31T06:29:44.252Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes
02:29:44 [2019-07-31T06:29:44.814Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes
02:29:44 [2019-07-31T06:29:44.814Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.core' with 15 classes
02:29:45 [2019-07-31T06:29:45.071Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf' with 0 classes
02:29:45 [2019-07-31T06:29:45.071Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes
02:29:45 [2019-07-31T06:29:45.071Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.ui' with 6 classes
02:29:45 [2019-07-31T06:29:45.328Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes
02:29:45 [2019-07-31T06:29:45.890Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes
02:29:46 [2019-07-31T06:29:46.524Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes
02:29:46 [2019-07-31T06:29:46.524Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf' with 0 classes
02:29:46 [2019-07-31T06:29:46.524Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes
02:29:46 [2019-07-31T06:29:46.524Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.user' with 0 classes
02:29:46 [2019-07-31T06:29:46.827Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.jsontrace.core' with 5 classes
02:29:46 [2019-07-31T06:29:46.827Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.jsontrace' with 0 classes
02:29:46 [2019-07-31T06:29:46.827Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes
02:29:46 [2019-07-31T06:29:46.827Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes
02:29:47 [2019-07-31T06:29:47.184Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control' with 0 classes
02:29:47 [2019-07-31T06:29:47.184Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf' with 0 classes
02:29:47 [2019-07-31T06:29:47.184Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes
02:29:47 [2019-07-31T06:29:47.184Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes
02:29:47 [2019-07-31T06:29:47.749Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes
02:29:48 [2019-07-31T06:29:48.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes
02:29:48 [2019-07-31T06:29:48.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel' with 0 classes
02:29:48 [2019-07-31T06:29:48.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.ui' with 3 classes
02:29:48 [2019-07-31T06:29:48.934Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core' with 43 classes
02:29:48 [2019-07-31T06:29:48.934Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust' with 0 classes
02:29:48 [2019-07-31T06:29:48.934Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.ui' with 10 classes
02:29:49 [2019-07-31T06:29:49.191Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.pcap.core' with 36 classes
02:29:49 [2019-07-31T06:29:49.448Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.branding.feature' with 0 classes
02:29:49 [2019-07-31T06:29:49.448Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp' with 0 classes
02:29:49 [2019-07-31T06:29:49.448Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap' with 0 classes
02:29:49 [2019-07-31T06:29:49.448Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.incubator' with 0 classes
02:29:49 [2019-07-31T06:29:49.448Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.branding' with 0 classes
02:29:49 [2019-07-31T06:29:49.448Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.branding.feature' with 0 classes
02:29:49 [2019-07-31T06:29:49.448Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.doc.user' with 0 classes
02:29:49 [2019-07-31T06:29:49.448Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.ui' with 10 classes
02:29:49 [2019-07-31T06:29:49.705Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp.incubator.ui' with 1 classes
02:29:49 [2019-07-31T06:29:49.705Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.rcp' with 0 classes
02:29:49 [2019-07-31T06:29:49.963Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes
02:29:50 [2019-07-31T06:29:50.220Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes
02:29:50 [2019-07-31T06:29:50.477Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.core' with 22 classes
02:29:50 [2019-07-31T06:29:50.733Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.doc.user' with 0 classes
02:29:50 [2019-07-31T06:29:50.991Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.pcap.ui' with 7 classes
02:29:50 [2019-07-31T06:29:50.991Z] [INFO] 
02:29:50 [2019-07-31T06:29:50.991Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.product ---
02:29:50 [2019-07-31T06:29:50.991Z] [INFO] No primary artifact to install, installing attached artifacts instead.
02:29:50 [2019-07-31T06:29:50.991Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:29:50 [2019-07-31T06:29:50.991Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:29:50 [2019-07-31T06:29:50.991Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:29:50 [2019-07-31T06:29:50.991Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:29:50 [2019-07-31T06:29:50.991Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:29:50 [2019-07-31T06:29:50.991Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:29:50 [2019-07-31T06:29:50.991Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190731-0510-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
02:30:00 [2019-07-31T06:30:00.939Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190731-0510-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
02:30:09 [2019-07-31T06:30:09.033Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/rcp/org.eclipse.tracecompass.rcp.product/target/products/trace-compass-5.0.0-20190731-0510-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
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.product ---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.releng-parent >---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] Building Trace Compass Release Engineering Parent 5.0.0-SNAPSHOT [120/134]
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --------------------------------[ pom ]---------------------------------
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.releng-parent ---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.releng-parent ---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.releng-parent ---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.releng-parent ---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.releng-parent ---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.releng-parent ---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.releng-parent ---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.releng-parent ---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.releng-parent ---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.releng-parent ---
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] 
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.target >------
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] Building Trace Compass Target Platform 5.0.0-SNAPSHOT          [121/134]
02:30:10 [2019-07-31T06:30:10.324Z] [INFO] --------------------------------[ pom ]---------------------------------
02:30:10 [2019-07-31T06:30:10.324Z] 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
02:30:10 [2019-07-31T06:30:10.324Z] 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
02:30:10 [2019-07-31T06:30:10.324Z] 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
02:30:10 [2019-07-31T06:30:10.324Z] 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
02:30:10 [2019-07-31T06:30:10.324Z] 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
02:30:10 [2019-07-31T06:30:10.324Z] 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
02:30:10 [2019-07-31T06:30:10.582Z] 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 105 kB/s)
02:30:10 [2019-07-31T06:30:10.582Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
02:30:10 [2019-07-31T06:30:10.582Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
02:30:10 [2019-07-31T06:30:10.582Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
02:30:10 [2019-07-31T06:30:10.582Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
02:30:10 [2019-07-31T06:30:10.582Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
02:30:10 [2019-07-31T06:30:10.582Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
02:30:10 [2019-07-31T06:30:10.582Z] 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 862 kB/s)
02:30:10 [2019-07-31T06:30:10.582Z] 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
02:30:10 [2019-07-31T06:30:10.582Z] 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
02:30:10 [2019-07-31T06:30:10.839Z] 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
02:30:11 [2019-07-31T06:30:11.095Z] 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
02:30:11 [2019-07-31T06:30:11.095Z] 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
02:30:11 [2019-07-31T06:30:11.095Z] 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
02:30:11 [2019-07-31T06:30:11.353Z] 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 732 kB/s)
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] 
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.target ---
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] 
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.target ---
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] 
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.target ---
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.target/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] 
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.target ---
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] 
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.target ---
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] 
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.target ---
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] 
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.target ---
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] 
02:30:11 [2019-07-31T06:30:11.353Z] [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ org.eclipse.tracecompass.target ---
02:30:11 [2019-07-31T06:30:11.353Z] 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
02:30:11 [2019-07-31T06:30:11.353Z] 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
02:30:11 [2019-07-31T06:30:11.353Z] 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
02:30:11 [2019-07-31T06:30:11.353Z] 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
02:30:11 [2019-07-31T06:30:11.611Z] 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
02:30:11 [2019-07-31T06:30:11.611Z] 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
02:30:11 [2019-07-31T06:30:11.611Z] 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 151 kB/s)
02:30:11 [2019-07-31T06:30:11.611Z] 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
02:30:11 [2019-07-31T06:30:11.611Z] 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
02:30:11 [2019-07-31T06:30:11.611Z] 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
02:30:11 [2019-07-31T06:30:11.867Z] 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
02:30:11 [2019-07-31T06:30:11.867Z] 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
02:30:11 [2019-07-31T06:30:11.867Z] 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
02:30:11 [2019-07-31T06:30:11.867Z] 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 146 kB/s)
02:30:11 [2019-07-31T06:30:11.867Z] 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
02:30:11 [2019-07-31T06:30:11.867Z] 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
02:30:11 [2019-07-31T06:30:11.867Z] 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
02:30:12 [2019-07-31T06:30:12.123Z] 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
02:30:12 [2019-07-31T06:30:12.123Z] 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
02:30:12 [2019-07-31T06:30:12.123Z] 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
02:30:12 [2019-07-31T06:30:12.123Z] 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 130 kB/s)
02:30:12 [2019-07-31T06:30:12.123Z] 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
02:30:12 [2019-07-31T06:30:12.123Z] 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
02:30:12 [2019-07-31T06:30:12.123Z] 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
02:30:12 [2019-07-31T06:30:12.379Z] 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
02:30:12 [2019-07-31T06:30:12.379Z] 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
02:30:12 [2019-07-31T06:30:12.379Z] 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
02:30:12 [2019-07-31T06:30:12.379Z] 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 60 kB/s)
02:30:12 [2019-07-31T06:30:12.379Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
02:30:12 [2019-07-31T06:30:12.379Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
02:30:12 [2019-07-31T06:30:12.380Z] 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
02:30:12 [2019-07-31T06:30:12.636Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
02:30:12 [2019-07-31T06:30:12.636Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
02:30:12 [2019-07-31T06:30:12.636Z] 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
02:30:12 [2019-07-31T06:30:12.636Z] 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 603 kB/s)
02:30:12 [2019-07-31T06:30:12.892Z] 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
02:30:12 [2019-07-31T06:30:12.892Z] 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
02:30:12 [2019-07-31T06:30:12.892Z] 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
02:30:12 [2019-07-31T06:30:12.892Z] 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
02:30:12 [2019-07-31T06:30:12.892Z] 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
02:30:12 [2019-07-31T06:30:12.892Z] 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
02:30:12 [2019-07-31T06:30:12.892Z] 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
02:30:12 [2019-07-31T06:30:12.892Z] 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
02:30:12 [2019-07-31T06:30:12.892Z] 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
02:30:13 [2019-07-31T06:30:13.456Z] 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
02:30:13 [2019-07-31T06:30:13.456Z] 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
02:30:13 [2019-07-31T06:30:13.456Z] 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
02:30:13 [2019-07-31T06:30:13.456Z] 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
02:30:13 [2019-07-31T06:30:13.456Z] 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
02:30:13 [2019-07-31T06:30:13.456Z] 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
02:30:13 [2019-07-31T06:30:13.713Z] 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
02:30:13 [2019-07-31T06:30:13.713Z] 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
02:30:13 [2019-07-31T06:30:13.713Z] 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
02:30:13 [2019-07-31T06:30:13.713Z] Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (2): 7.7/41 kB | 4.1/35 kB
Progress (3): 7.7/41 kB | 4.1/35 kB | 4.1/54 kB
Progress (3): 12/41 kB | 4.1/35 kB | 4.1/54 kB 
Progress (3): 12/41 kB | 4.1/35 kB | 7.7/54 kB
Progress (3): 12/41 kB | 7.7/35 kB | 7.7/54 kB
Progress (3): 12/41 kB | 7.7/35 kB | 12/54 kB 
Progress (3): 16/41 kB | 7.7/35 kB | 12/54 kB
Progress (3): 16/41 kB | 7.7/35 kB | 16/54 kB
Progress (3): 16/41 kB | 12/35 kB | 16/54 kB 
Progress (3): 16/41 kB | 12/35 kB | 20/54 kB
Progress (3): 20/41 kB | 12/35 kB | 20/54 kB
Progress (3): 20/41 kB | 12/35 kB | 24/54 kB
Progress (3): 20/41 kB | 16/35 kB | 24/54 kB
Progress (3): 20/41 kB | 16/35 kB | 28/54 kB
Progress (3): 20/41 kB | 20/35 kB | 28/54 kB
Progress (3): 24/41 kB | 20/35 kB | 28/54 kB
Progress (3): 24/41 kB | 24/35 kB | 28/54 kB
Progress (3): 24/41 kB | 24/35 kB | 32/54 kB
Progress (3): 24/41 kB | 28/35 kB | 32/54 kB
Progress (3): 24/41 kB | 28/35 kB | 36/54 kB
Progress (3): 28/41 kB | 28/35 kB | 36/54 kB
Progress (3): 28/41 kB | 28/35 kB | 40/54 kB
Progress (3): 28/41 kB | 32/35 kB | 40/54 kB
Progress (3): 28/41 kB | 32/35 kB | 44/54 kB
Progress (3): 32/41 kB | 32/35 kB | 44/54 kB
Progress (3): 32/41 kB | 32/35 kB | 48/54 kB
Progress (3): 36/41 kB | 32/35 kB | 48/54 kB
Progress (3): 40/41 kB | 32/35 kB | 48/54 kB
Progress (3): 40/41 kB | 35 kB | 48/54 kB   
Progress (3): 41 kB | 35 kB | 48/54 kB   
Progress (3): 41 kB | 35 kB | 52/54 kB
Progress (3): 41 kB | 35 kB | 54 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.jar (35 kB at 380 kB/s)
02:30:13 [2019-07-31T06:30:13.713Z] 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 563 kB/s)
02:30:13 [2019-07-31T06:30:13.713Z] 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 432 kB/s)
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.target ---
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Skipping JaCoCo execution due to missing execution data file.
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.target ---
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.target ---
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.target/tracecompass-e4.12.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.12.target
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests >--
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Building org.eclipse.tracecompass.integration.swtbot.tests 1.0.8-SNAPSHOT [122/134]
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] The project's OSGi version is 1.0.8.201907310510
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/src/main/resources
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] 
02:30:13 [2019-07-31T06:30:13.970Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:14 [2019-07-31T06:30:14.226Z] [INFO] Compiling 7 source files to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/classes
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] 
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/src/test/resources
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] 
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT-sources.jar
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] 
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] 
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT.jar
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] 
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] 
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] 
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/org.eclipse.tracecompass.integration.swtbot.tests-1.0.8-SNAPSHOT.jar
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] 
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] 
02:30:18 [2019-07-31T06:30:18.398Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.integration.swtbot.tests ---
02:30:30 [2019-07-31T06:30:30.590Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.metadata/.log
02:30:30 [2019-07-31T06:30:30.590Z] [INFO] Command line:
02:30:30 [2019-07-31T06:30:30.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.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/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_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog]
02:30:30 [2019-07-31T06:30:30.590Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass
02:30:33 [2019-07-31T06:30:33.864Z] !SESSION 2019-07-31 06:30:29.154 -----------------------------------------------
02:30:33 [2019-07-31T06:30:33.864Z] eclipse.buildId=unknown
02:30:33 [2019-07-31T06:30:33.864Z] java.version=1.8.0_202
02:30:33 [2019-07-31T06:30:33.864Z] java.vendor=Oracle Corporation
02:30:33 [2019-07-31T06:30:33.864Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
02:30:33 [2019-07-31T06:30:33.864Z] Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread
02:30:33 [2019-07-31T06:30:33.864Z] Command-line arguments:  -data /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog
02:30:33 [2019-07-31T06:30:33.864Z] 
02:30:33 [2019-07-31T06:30:33.864Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-31 06:30:33.832
02:30:33 [2019-07-31T06:30:33.864Z] !MESSAGE FrameworkEvent ERROR
02:30:33 [2019-07-31T06:30:33.864Z] !STACK 0
02:30:33 [2019-07-31T06:30:33.864Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65]
02:30:33 [2019-07-31T06:30:33.864Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:30:33 [2019-07-31T06:30:33.864Z] 
02:30:33 [2019-07-31T06:30:33.864Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:30:33 [2019-07-31T06:30:33.864Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:30:33 [2019-07-31T06:30:33.864Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:30:33 [2019-07-31T06:30:33.864Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:30:33 [2019-07-31T06:30:33.864Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:30:33 [2019-07-31T06:30:33.864Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:30:33 [2019-07-31T06:30:33.864Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:30:33 [2019-07-31T06:30:33.864Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:30:33 [2019-07-31T06:30:33.864Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:30:33 [2019-07-31T06:30:33.864Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:30:34 [2019-07-31T06:30:34.121Z] 
02:30:34 [2019-07-31T06:30:34.121Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-31 06:30:34.030
02:30:34 [2019-07-31T06:30:34.121Z] !MESSAGE FrameworkEvent ERROR
02:30:34 [2019-07-31T06:30:34.121Z] !STACK 0
02:30:34 [2019-07-31T06:30:34.121Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134]
02:30:34 [2019-07-31T06:30:34.121Z]   Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:30:34 [2019-07-31T06:30:34.121Z]   Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)"
02:30:34 [2019-07-31T06:30:34.121Z]     -> 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"
02:30:34 [2019-07-31T06:30:34.121Z]        org.apache.httpcomponents.httpclient.win [36]
02:30:34 [2019-07-31T06:30:34.121Z]          Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
02:30:34 [2019-07-31T06:30:34.121Z] 
02:30:34 [2019-07-31T06:30:34.121Z] 	at org.eclipse.osgi.container.Module.start(Module.java:457)
02:30:34 [2019-07-31T06:30:34.121Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
02:30:34 [2019-07-31T06:30:34.121Z] 	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
02:30:34 [2019-07-31T06:30:34.121Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
02:30:34 [2019-07-31T06:30:34.121Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769)
02:30:34 [2019-07-31T06:30:34.121Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735)
02:30:34 [2019-07-31T06:30:34.121Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661)
02:30:34 [2019-07-31T06:30:34.121Z] 	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
02:30:34 [2019-07-31T06:30:34.121Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
02:30:34 [2019-07-31T06:30:34.121Z] 	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)
02:30:37 [2019-07-31T06:30:37.393Z] process 16234: 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
02:30:37 [2019-07-31T06:30:37.393Z] See the manual page for dbus-uuidgen to correct this issue.
02:30:37 [2019-07-31T06:30:37.958Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:30:37 [2019-07-31T06:30:37.958Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory)
02:30:50 [2019-07-31T06:30:50.143Z] Running org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest
02:30:51 [2019-07-31T06:30:51.073Z] Display size: 1440x900
02:30:51 [2019-07-31T06:30:51.073Z] OS version=3.10.0-957.21.3.el7.x86_64
02:30:51 [2019-07-31T06:30:51.073Z] GTK version=3.18.9
02:30:51 [2019-07-31T06:30:51.073Z] GTK theme=Ambiance
02:30:51 [2019-07-31T06:30:51.073Z] LIBOVERLAY_SCROLLBAR=0
02:30:51 [2019-07-31T06:30:51.073Z] Time zone: Coordinated Universal Time
02:30:51 [2019-07-31T06:30:51.330Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell).
02:30:51 [2019-07-31T06:30:51.330Z] log4j:WARN Please initialize the log4j system properly.
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Attempting to set focus on Tree with text {}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186561608 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186561609 data=null doit=true} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186561610 data=null} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186561611 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186561613 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186561897 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Attempting to set focus on Tree with text {}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186561900 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186561900 data=null doit=true} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186561900 data=null} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186561901 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186561901 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186561912 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186561915 data=null doit=true} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186561920 data=null} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186561924 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186561925 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}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186562032 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Attempting to set focus on Tree with text {}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186562037 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186562037 data=null doit=true} to TreeItem with text {Traces [1]}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186562038 data=null} to TreeItem with text {Traces [1]}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186562038 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186562039 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]}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186562124 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186562125 data=null doit=true} to TreeItem with text {Traces [1]}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186562125 data=null} to TreeItem with text {Traces [1]}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186562126 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186562126 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]}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186562196 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Attempting to set focus on Tree with text {}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186562199 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186562200 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186562201 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186562202 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:30:57 [2019-07-31T06:30:57.998Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186562203 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}
02:30:58 [2019-07-31T06:30:58.255Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186562489 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:30:58 [2019-07-31T06:30:58.512Z] DEBUG - Attempting to set focus on Tree with text {}
02:30:58 [2019-07-31T06:30:58.512Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:30:58 [2019-07-31T06:30:58.769Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:30:58 [2019-07-31T06:30:58.769Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:30:58 [2019-07-31T06:30:58.769Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:30:58 [2019-07-31T06:30:58.769Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:30:58 [2019-07-31T06:30:58.769Z] DEBUG - Attempting to set focus on Table with text {}
02:30:58 [2019-07-31T06:30:58.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186562983 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:30:58 [2019-07-31T06:30:58.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186562984 data=null doit=true} to TableItem with text {}
02:30:58 [2019-07-31T06:30:58.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186562984 data=null} to TableItem with text {}
02:30:58 [2019-07-31T06:30:58.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186562985 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:30:58 [2019-07-31T06:30:58.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186562985 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:30:59 [2019-07-31T06:30:59.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186563023 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:30:59 [2019-07-31T06:30:59.026Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:30:59 [2019-07-31T06:30:59.026Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:30:59 [2019-07-31T06:30:59.026Z] *** BUG ***
02:30:59 [2019-07-31T06:30:59.026Z] In pixman_region32_init_rect: Invalid rectangle passed
02:30:59 [2019-07-31T06:30:59.026Z] Set a breakpoint on '_pixman_log_error' to debug
02:30:59 [2019-07-31T06:30:59.026Z] 
02:30:59 [2019-07-31T06:30:59.026Z] *** BUG ***
02:30:59 [2019-07-31T06:30:59.026Z] In pixman_region32_init_rect: Invalid rectangle passed
02:30:59 [2019-07-31T06:30:59.026Z] Set a breakpoint on '_pixman_log_error' to debug
02:30:59 [2019-07-31T06:30:59.026Z] 
02:30:59 [2019-07-31T06:30:59.284Z] *** BUG ***
02:30:59 [2019-07-31T06:30:59.284Z] In pixman_region32_init_rect: Invalid rectangle passed
02:30:59 [2019-07-31T06:30:59.284Z] Set a breakpoint on '_pixman_log_error' to debug
02:30:59 [2019-07-31T06:30:59.284Z] 
02:30:59 [2019-07-31T06:30:59.284Z] *** BUG ***
02:30:59 [2019-07-31T06:30:59.284Z] In pixman_region32_init_rect: Invalid rectangle passed
02:30:59 [2019-07-31T06:30:59.284Z] Set a breakpoint on '_pixman_log_error' to debug
02:30:59 [2019-07-31T06:30:59.284Z] 
02:30:59 [2019-07-31T06:30:59.284Z] *** BUG ***
02:30:59 [2019-07-31T06:30:59.284Z] In pixman_region32_init_rect: Invalid rectangle passed
02:30:59 [2019-07-31T06:30:59.284Z] Set a breakpoint on '_pixman_log_error' to debug
02:30:59 [2019-07-31T06:30:59.284Z] 
02:30:59 [2019-07-31T06:30:59.284Z] *** BUG ***
02:30:59 [2019-07-31T06:30:59.284Z] In pixman_region32_init_rect: Invalid rectangle passed
02:30:59 [2019-07-31T06:30:59.284Z] Set a breakpoint on '_pixman_log_error' to debug
02:30:59 [2019-07-31T06:30:59.284Z] 
02:30:59 [2019-07-31T06:30:59.284Z] *** BUG ***
02:30:59 [2019-07-31T06:30:59.284Z] In pixman_region32_init_rect: Invalid rectangle passed
02:30:59 [2019-07-31T06:30:59.284Z] Set a breakpoint on '_pixman_log_error' to debug
02:30:59 [2019-07-31T06:30:59.284Z] 
02:30:59 [2019-07-31T06:30:59.284Z] *** BUG ***
02:30:59 [2019-07-31T06:30:59.284Z] In pixman_region32_init_rect: Invalid rectangle passed
02:30:59 [2019-07-31T06:30:59.284Z] Set a breakpoint on '_pixman_log_error' to debug
02:30:59 [2019-07-31T06:30:59.284Z] 
02:30:59 [2019-07-31T06:30:59.284Z] *** BUG ***
02:30:59 [2019-07-31T06:30:59.284Z] In pixman_region32_init_rect: Invalid rectangle passed
02:30:59 [2019-07-31T06:30:59.284Z] Set a breakpoint on '_pixman_log_error' to debug
02:30:59 [2019-07-31T06:30:59.284Z] 
02:30:59 [2019-07-31T06:30:59.846Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.statistics"'
02:30:59 [2019-07-31T06:30:59.846Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:30:59 [2019-07-31T06:30:59.846Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:30:59 [2019-07-31T06:30:59.846Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:30:59 [2019-07-31T06:30:59.846Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:30:59 [2019-07-31T06:30:59.846Z] *** BUG ***
02:30:59 [2019-07-31T06:30:59.846Z] In pixman_region32_init_rect: Invalid rectangle passed
02:30:59 [2019-07-31T06:30:59.846Z] Set a breakpoint on '_pixman_log_error' to debug
02:30:59 [2019-07-31T06:30:59.846Z] 
02:31:00 [2019-07-31T06:31:00.103Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186564411 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186564412 data=null doit=true} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186564412 data=null} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186564413 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186564480 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186564581 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186564584 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186564584 data=null doit=true} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186564585 data=null} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186564587 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186564588 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186564609 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:00 [2019-07-31T06:31:00.360Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:00 [2019-07-31T06:31:00.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186564613 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186564613 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186564614 data=null} to TreeItem with text {Traces [1]}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186564614 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186564615 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]}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186564699 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186564701 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186564701 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186564702 data=null} to TreeItem with text {Traces [1]}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186564705 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186564705 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]}
02:31:00 [2019-07-31T06:31:00.617Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186564718 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:00 [2019-07-31T06:31:00.874Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:31:00 [2019-07-31T06:31:00.874Z] DEBUG - Clicking on with mnemonic 'Clear'
02:31:01 [2019-07-31T06:31:01.130Z] DEBUG - Clicked on with mnemonic 'Clear'
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186565394 data=null doit=true} to Shell with text {Confirm Clear}
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - Clicking on &Yes
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186565399 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')
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186565399 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')
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186565400 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186565400 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186565400 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')
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186565401 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')
02:31:01 [2019-07-31T06:31:01.387Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186565401 data=null item=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')
02:31:01 [2019-07-31T06:31:01.951Z] DEBUG - Clicked on 
02:31:02 [2019-07-31T06:31:02.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186565031 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186568918 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186568918 data=null doit=true} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186568919 data=null} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186568919 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.730Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186568919 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186568992 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186568994 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186568994 data=null doit=true} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186568994 data=null} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186568995 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186568996 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186569014 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:04 [2019-07-31T06:31:04.987Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186569019 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186569019 data=null doit=true} to TreeItem with text {Traces [2]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186569019 data=null} to TreeItem with text {Traces [2]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186569020 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186569020 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]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186569029 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186569087 data=null doit=true} to TreeItem with text {Traces [2]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186569087 data=null} to TreeItem with text {Traces [2]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186569088 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186569089 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]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186569093 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {symbolic-link [1]} time=1186569105 data=null doit=true} to TreeItem with text {symbolic-link [1]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {symbolic-link [1]} time=1186569105 data=null} to TreeItem with text {symbolic-link [1]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {symbolic-link [1]} time=1186569106 data=null button=1 stateMask=0x0 x=130 y=74 count=1} to TreeItem with text {symbolic-link [1]}
02:31:04 [2019-07-31T06:31:04.987Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186569106 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]}
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {symbolic-link [1]} time=1186569110 data=null button=1 stateMask=0x80000 x=114 y=74 count=1} to TreeItem with text {symbolic-link [1]}
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186569130 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186569130 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186569179 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186569180 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186569180 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}
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186569189 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186569190 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:31:04 [2019-07-31T06:31:04.988Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186569190 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:31:05 [2019-07-31T06:31:05.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186569303 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:31:05 [2019-07-31T06:31:05.246Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186569304 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:31:05 [2019-07-31T06:31:05.246Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186569305 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:31:05 [2019-07-31T06:31:05.246Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186569305 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:31:05 [2019-07-31T06:31:05.246Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:31:07 [2019-07-31T06:31:07.146Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186569191 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}
02:31:07 [2019-07-31T06:31:07.625Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:07 [2019-07-31T06:31:07.625Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186571805 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186571805 data=null doit=true} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186571805 data=null} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186571806 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186571806 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186571829 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186571831 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186571831 data=null doit=true} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186571831 data=null} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186571881 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186571882 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186571902 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:07 [2019-07-31T06:31:07.932Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186571905 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186571905 data=null doit=true} to TreeItem with text {Traces [2]}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186571906 data=null} to TreeItem with text {Traces [2]}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186571906 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186571907 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]}
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186571925 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:07 [2019-07-31T06:31:07.932Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:31:07 [2019-07-31T06:31:07.932Z] WARN - Tree item TreeItem with text {symbolic-link [1]} is already expanded. Won't expand it again.
02:31:07 [2019-07-31T06:31:07.932Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:07 [2019-07-31T06:31:07.933Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186571927 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:31:07 [2019-07-31T06:31:07.933Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186571928 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:31:07 [2019-07-31T06:31:07.933Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186571928 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:31:07 [2019-07-31T06:31:07.933Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186571928 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:07 [2019-07-31T06:31:07.933Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186571929 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}
02:31:07 [2019-07-31T06:31:07.933Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186571996 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:07 [2019-07-31T06:31:07.933Z] DEBUG - matched MenuItem with text "Rena&me...	F2", using matcher: with mnemonic 'Rename...'
02:31:07 [2019-07-31T06:31:07.933Z] DEBUG - Clicking on with mnemonic 'Rename...'
02:31:08 [2019-07-31T06:31:08.189Z] DEBUG - Clicked on with mnemonic 'Rename...'
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - matched Shell with text "Rename Trace", using matcher: with text 'Rename Trace'
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Rename Trace} time=1186572924 data=null doit=true} to Shell with text {Rename Trace}
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text'
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:'
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:')
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:'))
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - Clicking on OK
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186572936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186572936 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186572943 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186572944 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186572944 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186572944 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:08 [2019-07-31T06:31:08.756Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186572944 data=null item=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')
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Rena&me...	F2} time=1186572181 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Rename...'
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Clicked on 
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186574121 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186574121 data=null doit=true} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186574121 data=null} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186574122 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186574122 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186574200 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186574202 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186574202 data=null doit=true} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186574202 data=null} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186574203 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186574204 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186574220 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:10 [2019-07-31T06:31:10.124Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186574222 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186574222 data=null doit=true} to TreeItem with text {Traces [2]}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186574222 data=null} to TreeItem with text {Traces [2]}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186574223 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186574223 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]}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186574292 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:10 [2019-07-31T06:31:10.124Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:31:10 [2019-07-31T06:31:10.124Z] WARN - Tree item TreeItem with text {symbolic-link [1]} is already expanded. Won't expand it again.
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186574295 data=null button=0 stateMask=0x0 x=174 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=1186574296 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=1186574297 data=null} to TreeItem with text {ExampleCustomTxt.log2}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186574297 data=null button=1 stateMask=0x0 x=174 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186574298 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}
02:31:10 [2019-07-31T06:31:10.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186574307 data=null button=1 stateMask=0x80000 x=174 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:31:10 [2019-07-31T06:31:10.380Z] DEBUG - matched MenuItem with text "&Open	Shift+Ctrl+R", using matcher: with mnemonic 'Open'
02:31:10 [2019-07-31T06:31:10.381Z] DEBUG - Clicking on with mnemonic 'Open'
02:31:10 [2019-07-31T06:31:10.381Z] DEBUG - Clicked on with mnemonic 'Open'
02:31:10 [2019-07-31T06:31:10.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open	Shift+Ctrl+R} time=1186574502 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open'
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - Attempting to set focus on Table with text {}
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186575554 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186575554 data=null doit=true} to TableItem with text {}
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186575554 data=null} to TableItem with text {}
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186575555 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186575555 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186575559 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:11 [2019-07-31T06:31:11.309Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:31:11 [2019-07-31T06:31:11.872Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:11 [2019-07-31T06:31:11.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186576096 data=null button=0 stateMask=0x0 x=174 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2}
02:31:11 [2019-07-31T06:31:11.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=1186576096 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2}
02:31:11 [2019-07-31T06:31:11.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=1186576097 data=null} to TreeItem with text {ExampleCustomTxt.log2}
02:31:11 [2019-07-31T06:31:11.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186576097 data=null button=1 stateMask=0x0 x=174 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:31:11 [2019-07-31T06:31:11.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186576098 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}
02:31:11 [2019-07-31T06:31:11.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186576116 data=null button=1 stateMask=0x80000 x=174 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:31:11 [2019-07-31T06:31:11.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:11 [2019-07-31T06:31:11.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:11 [2019-07-31T06:31:11.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:11 [2019-07-31T06:31:11.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:12 [2019-07-31T06:31:12.128Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186576388 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186576388 data=null doit=true} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186576389 data=null} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186576389 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186576390 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186576491 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186576492 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186576492 data=null doit=true} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186576492 data=null} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186576493 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186576493 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186576503 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:12 [2019-07-31T06:31:12.385Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186576504 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186576504 data=null doit=true} to TreeItem with text {Traces [2]}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186576505 data=null} to TreeItem with text {Traces [2]}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186576505 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186576505 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]}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186576527 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186576528 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186576581 data=null doit=true} to TreeItem with text {Traces [2]}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186576581 data=null} to TreeItem with text {Traces [2]}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186576582 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186576582 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]}
02:31:12 [2019-07-31T06:31:12.385Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186576589 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:12 [2019-07-31T06:31:12.641Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:31:12 [2019-07-31T06:31:12.641Z] DEBUG - Clicking on with mnemonic 'Clear'
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - Clicked on with mnemonic 'Clear'
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186576988 data=null doit=true} to Shell with text {Confirm Clear}
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - Clicking on &Yes
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186576996 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')
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186576996 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')
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186576996 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186576998 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186576998 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')
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186576998 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')
02:31:12 [2019-07-31T06:31:12.898Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186576998 data=null item=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')
02:31:13 [2019-07-31T06:31:13.462Z] DEBUG - Clicked on 
02:31:13 [2019-07-31T06:31:13.462Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186576697 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186579814 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186579814 data=null doit=true} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186579815 data=null} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186579815 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186579818 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186579885 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:15 [2019-07-31T06:31:15.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186579887 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186579887 data=null doit=true} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186579887 data=null} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186579888 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186579889 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186579910 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:15 [2019-07-31T06:31:15.985Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186579912 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186579912 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186579913 data=null} to TreeItem with text {Traces [1]}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186579913 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186579913 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]}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186579932 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186579932 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186579933 data=null} to TreeItem with text {Traces [1]}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186579933 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186579933 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]}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186579936 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186579993 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186579993 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186579993 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186579994 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186579995 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}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186580088 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - matched MenuItem with text "&Copy...	Ctrl+C", using matcher: with mnemonic 'Copy...'
02:31:15 [2019-07-31T06:31:15.985Z] DEBUG - Clicking on with mnemonic 'Copy...'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Clicked on with mnemonic 'Copy...'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=1186580615 data=null doit=true} to Shell with text {Copy Trace}
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:'))
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with mnemonic 'Copy as a new trace'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with style 'SWT.RADIO'
02:31:16 [2019-07-31T06:31:16.552Z] 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')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Copy as a link} time=1186580623 data=null doit=true} to Button with text {Copy as a link}
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a link} time=1186580624 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}
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Copy as a new trace} time=1186580625 data=null doit=true} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Copy as a new trace} time=1186580690 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')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Copy as a new trace} time=1186580690 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')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a new trace} time=1186580691 data=null item=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')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Clicking on OK
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186580697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186580697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186580697 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186580698 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186580698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186580698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:16 [2019-07-31T06:31:16.552Z] DEBUG - Clicked on OK
02:31:16 [2019-07-31T06:31:16.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186580699 data=null item=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')
02:31:16 [2019-07-31T06:31:16.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy...	Ctrl+C} time=1186580221 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...'
02:31:17 [2019-07-31T06:31:17.066Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:17 [2019-07-31T06:31:17.066Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:17 [2019-07-31T06:31:17.066Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:17 [2019-07-31T06:31:17.066Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:17 [2019-07-31T06:31:17.066Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:17 [2019-07-31T06:31:17.066Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:17 [2019-07-31T06:31:17.066Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186581304 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.066Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186581304 data=null doit=true} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.066Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186581304 data=null} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.066Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186581305 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186581305 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186581409 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186581411 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186581411 data=null doit=true} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186581411 data=null} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186581412 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186581412 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186581422 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:17 [2019-07-31T06:31:17.323Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186581428 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186581429 data=null doit=true} to TreeItem with text {Traces [2]}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186581429 data=null} to TreeItem with text {Traces [2]}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186581429 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186581430 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]}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186581495 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186581496 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186581504 data=null doit=true} to TreeItem with text {Traces [2]}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186581504 data=null} to TreeItem with text {Traces [2]}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186581505 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186581505 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]}
02:31:17 [2019-07-31T06:31:17.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186581512 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:17 [2019-07-31T06:31:17.580Z] DEBUG - matched MenuItem with text "Open As E&xperiment....", using matcher: with mnemonic 'Open As Experiment...'
02:31:17 [2019-07-31T06:31:17.580Z] DEBUG - matched MenuItem with text "Generic Experiment", using matcher: with mnemonic 'Generic Experiment'
02:31:17 [2019-07-31T06:31:17.580Z] DEBUG - Clicking on with mnemonic 'Generic Experiment'
02:31:17 [2019-07-31T06:31:17.580Z] DEBUG - Clicked on with mnemonic 'Generic Experiment'
02:31:17 [2019-07-31T06:31:17.837Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:18 [2019-07-31T06:31:18.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Generic Experiment} time=1186581681 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'
02:31:18 [2019-07-31T06:31:18.658Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:18 [2019-07-31T06:31:18.658Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:18 [2019-07-31T06:31:18.915Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:18 [2019-07-31T06:31:18.915Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:18 [2019-07-31T06:31:18.915Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:18 [2019-07-31T06:31:18.916Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:18 [2019-07-31T06:31:18.916Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:18 [2019-07-31T06:31:18.916Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:18 [2019-07-31T06:31:18.916Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186583095 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:18 [2019-07-31T06:31:18.916Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186583095 data=null doit=true} to TreeItem with text {test}
02:31:18 [2019-07-31T06:31:18.916Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186583096 data=null} to TreeItem with text {test}
02:31:18 [2019-07-31T06:31:18.916Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186583096 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:18 [2019-07-31T06:31:18.916Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186583097 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186583183 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:19 [2019-07-31T06:31:19.172Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=1186583185 data=null doit=true} to TreeItem with text {Experiments [1]}
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=1186583186 data=null} to TreeItem with text {Experiments [1]}
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=1186583187 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]}
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186583187 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]}
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=1186583193 data=null button=1 stateMask=0x80000 x=95 y=32 count=1} to TreeItem with text {Experiments [1]}
02:31:19 [2019-07-31T06:31:19.172Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again.
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Experiment [2]} time=1186583221 data=null button=0 stateMask=0x0 x=126 y=53 count=0} to TreeItem with text {Experiment [2]}
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiment [2]} time=1186583222 data=null doit=true} to TreeItem with text {Experiment [2]}
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiment [2]} time=1186583222 data=null} to TreeItem with text {Experiment [2]}
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiment [2]} time=1186583222 data=null button=1 stateMask=0x0 x=126 y=53 count=1} to TreeItem with text {Experiment [2]}
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186583223 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]}
02:31:19 [2019-07-31T06:31:19.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiment [2]} time=1186583301 data=null button=1 stateMask=0x80000 x=126 y=53 count=1} to TreeItem with text {Experiment [2]}
02:31:19 [2019-07-31T06:31:19.730Z] DEBUG - matched MenuItem with text "&Copy...	Ctrl+C", using matcher: with mnemonic 'Copy...'
02:31:19 [2019-07-31T06:31:19.730Z] DEBUG - Clicking on with mnemonic 'Copy...'
02:31:19 [2019-07-31T06:31:19.986Z] DEBUG - Clicked on with mnemonic 'Copy...'
02:31:19 [2019-07-31T06:31:19.986Z] DEBUG - matched Shell with text "Copy Experiment", using matcher: with text 'Copy Experiment'
02:31:19 [2019-07-31T06:31:19.986Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Experiment} time=1186583834 data=null doit=true} to Shell with text {Copy Experiment}
02:31:19 [2019-07-31T06:31:19.986Z] DEBUG - matched Text with text "Experiment", using matcher: of type 'Text'
02:31:19 [2019-07-31T06:31:19.986Z] DEBUG - matched Label with text "New Experiment name:", using matcher: with mnemonic 'New Experiment name:'
02:31:19 [2019-07-31T06:31:19.986Z] DEBUG - matched Text with text "Experiment", using matcher: with label (with mnemonic 'New Experiment name:')
02:31:19 [2019-07-31T06:31:19.986Z] DEBUG - matched Text with text "Experiment", using matcher: (of type 'Text' and with label (with mnemonic 'New Experiment name:'))
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - matched Button with text "Deep copy this exper...", using matcher: of type 'Button'
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - Clicking on OK
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186584807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186584807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186584807 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186584807 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186584807 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186584808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - Clicked on OK
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186584808 data=null item=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')
02:31:20 [2019-07-31T06:31:20.917Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy...	Ctrl+C} time=1186583488 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...'
02:31:21 [2019-07-31T06:31:21.173Z] WARN - Tree item TreeItem with text {Experiments [2]} is already expanded. Won't expand it again.
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186585344 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186585344 data=null doit=true} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186585344 data=null} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186585345 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186585345 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186585377 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186585380 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186585380 data=null doit=true} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186585380 data=null} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186585381 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186585381 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186585395 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:21 [2019-07-31T06:31:21.173Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186585397 data=null button=0 stateMask=0x0 x=91 y=95 count=0} to TreeItem with text {Traces [2]}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186585397 data=null doit=true} to TreeItem with text {Traces [2]}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186585397 data=null} to TreeItem with text {Traces [2]}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186585397 data=null button=1 stateMask=0x0 x=91 y=95 count=1} to TreeItem with text {Traces [2]}
02:31:21 [2019-07-31T06:31:21.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186585398 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]}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186585427 data=null button=1 stateMask=0x80000 x=91 y=95 count=1} to TreeItem with text {Traces [2]}
02:31:21 [2019-07-31T06:31:21.432Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {exp [2]} time=1186585428 data=null doit=true} to TreeItem with text {exp [2]}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {exp [2]} time=1186585428 data=null} to TreeItem with text {exp [2]}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {exp [2]} time=1186585483 data=null button=1 stateMask=0x0 x=101 y=53 count=1} to TreeItem with text {exp [2]}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186585484 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]}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {exp [2]} time=1186585492 data=null button=1 stateMask=0x80000 x=85 y=53 count=1} to TreeItem with text {exp [2]}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {exp [2]} time=1186585520 data=null button=0 stateMask=0x0 x=101 y=53 count=0} to TreeItem with text {exp [2]}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {exp [2]} time=1186585521 data=null doit=true} to TreeItem with text {exp [2]}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {exp [2]} time=1186585521 data=null} to TreeItem with text {exp [2]}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {exp [2]} time=1186585521 data=null button=1 stateMask=0x0 x=101 y=53 count=1} to TreeItem with text {exp [2]}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186585522 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]}
02:31:21 [2019-07-31T06:31:21.432Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {exp [2]} time=1186585610 data=null button=1 stateMask=0x80000 x=101 y=53 count=1} to TreeItem with text {exp [2]}
02:31:21 [2019-07-31T06:31:21.689Z] DEBUG - matched MenuItem with text "&Copy...	Ctrl+C", using matcher: with mnemonic 'Copy...'
02:31:21 [2019-07-31T06:31:21.689Z] DEBUG - Clicking on with mnemonic 'Copy...'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Clicked on with mnemonic 'Copy...'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Shell with text "Copy Experiment", using matcher: with text 'Copy Experiment'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Experiment} time=1186586099 data=null doit=true} to Shell with text {Copy Experiment}
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Text with text "exp", using matcher: of type 'Text'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Label with text "New Experiment name:", using matcher: with mnemonic 'New Experiment name:'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Text with text "exp", using matcher: with label (with mnemonic 'New Experiment name:')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Text with text "exp", using matcher: (of type 'Text' and with label (with mnemonic 'New Experiment name:'))
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Button with text "Deep copy this exper...", using matcher: of type 'Button'
02:31:21 [2019-07-31T06:31:21.948Z] 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)'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Button with text "Deep copy this exper...", using matcher: with style 'SWT.CHECK'
02:31:21 [2019-07-31T06:31:21.948Z] 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:31:21 [2019-07-31T06:31:21.948Z] 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Toggling state on Button {Deep copy this experiment (each trace will be copied as a new trace)}. Setting state to selected
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586111 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586112 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586113 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586113 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586113 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586113 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586113 data=null item=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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586113 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586114 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586114 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586114 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Deep copy this experiment (each trace will be copied as a new trace)} time=1186586114 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')
02:31:21 [2019-07-31T06:31:21.948Z] 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')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Button with text "Deep copy this exper...", using matcher: of type 'Button'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Clicking on OK
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186586116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186586116 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186586116 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186586121 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186586121 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:21 [2019-07-31T06:31:21.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186586121 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:21 [2019-07-31T06:31:21.948Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:21 [2019-07-31T06:31:21.948Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:21 [2019-07-31T06:31:21.948Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:21 [2019-07-31T06:31:21.948Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:22 [2019-07-31T06:31:22.205Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:22 [2019-07-31T06:31:22.205Z] DEBUG - Clicked on OK
02:31:22 [2019-07-31T06:31:22.205Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186586122 data=null item=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')
02:31:22 [2019-07-31T06:31:22.205Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy...	Ctrl+C} time=1186585725 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...'
02:31:22 [2019-07-31T06:31:22.768Z] WARN - Tree item TreeItem with text {Experiments [3]} is already expanded. Won't expand it again.
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186586729 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186586729 data=null doit=true} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186586729 data=null} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186586730 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186586730 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186586793 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186586794 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186586795 data=null doit=true} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186586795 data=null} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186586795 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186586796 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186586810 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:22 [2019-07-31T06:31:22.768Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186586812 data=null button=0 stateMask=0x0 x=91 y=221 count=0} to TreeItem with text {Traces [4]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186586812 data=null doit=true} to TreeItem with text {Traces [4]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186586812 data=null} to TreeItem with text {Traces [4]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186586813 data=null button=1 stateMask=0x0 x=91 y=221 count=1} to TreeItem with text {Traces [4]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186586813 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]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186586879 data=null button=1 stateMask=0x80000 x=91 y=221 count=1} to TreeItem with text {Traces [4]}
02:31:22 [2019-07-31T06:31:22.768Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again.
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {expDeepCopy [2]} time=1186586880 data=null doit=true} to TreeItem with text {expDeepCopy [2]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {expDeepCopy [2]} time=1186586881 data=null} to TreeItem with text {expDeepCopy [2]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {expDeepCopy [2]} time=1186586881 data=null button=1 stateMask=0x0 x=134 y=179 count=1} to TreeItem with text {expDeepCopy [2]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186586882 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]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {expDeepCopy [2]} time=1186586891 data=null button=1 stateMask=0x80000 x=118 y=179 count=1} to TreeItem with text {expDeepCopy [2]}
02:31:22 [2019-07-31T06:31:22.768Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again.
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {expDeepCopy [2]} time=1186586893 data=null doit=true} to TreeItem with text {expDeepCopy [2]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {expDeepCopy [2]} time=1186586893 data=null} to TreeItem with text {expDeepCopy [2]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {expDeepCopy [2]} time=1186586893 data=null button=1 stateMask=0x0 x=118 y=347 count=1} to TreeItem with text {expDeepCopy [2]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186586894 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]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {expDeepCopy [2]} time=1186586979 data=null button=1 stateMask=0x80000 x=134 y=347 count=1} to TreeItem with text {expDeepCopy [2]}
02:31:22 [2019-07-31T06:31:22.768Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:31:23 [2019-07-31T06:31:23.027Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:23 [2019-07-31T06:31:23.027Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186587235 data=null button=0 stateMask=0x0 x=170 y=368 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:31:23 [2019-07-31T06:31:23.027Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186587236 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:31:23 [2019-07-31T06:31:23.027Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186587236 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:31:23 [2019-07-31T06:31:23.027Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186587237 data=null button=1 stateMask=0x0 x=170 y=368 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:23 [2019-07-31T06:31:23.283Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186587237 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}
02:31:23 [2019-07-31T06:31:23.283Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186587335 data=null button=1 stateMask=0x80000 x=170 y=368 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:23 [2019-07-31T06:31:23.283Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:23 [2019-07-31T06:31:23.283Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:23 [2019-07-31T06:31:23.283Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:23 [2019-07-31T06:31:23.283Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:23 [2019-07-31T06:31:23.283Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:31:23 [2019-07-31T06:31:23.283Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:23 [2019-07-31T06:31:23.541Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186587685 data=null button=0 stateMask=0x0 x=174 y=389 count=0} to TreeItem with text {ExampleCustomTxt.log3}
02:31:23 [2019-07-31T06:31:23.541Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log3} time=1186587686 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log3}
02:31:23 [2019-07-31T06:31:23.541Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log3} time=1186587686 data=null} to TreeItem with text {ExampleCustomTxt.log3}
02:31:23 [2019-07-31T06:31:23.541Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186587686 data=null button=1 stateMask=0x0 x=174 y=389 count=1} to TreeItem with text {ExampleCustomTxt.log3}
02:31:23 [2019-07-31T06:31:23.541Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186587687 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}
02:31:23 [2019-07-31T06:31:23.541Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186587726 data=null button=1 stateMask=0x80000 x=174 y=389 count=1} to TreeItem with text {ExampleCustomTxt.log3}
02:31:23 [2019-07-31T06:31:23.541Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:23 [2019-07-31T06:31:23.541Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:23 [2019-07-31T06:31:23.541Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:23 [2019-07-31T06:31:23.541Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:24 [2019-07-31T06:31:24.472Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:24 [2019-07-31T06:31:24.472Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:24 [2019-07-31T06:31:24.472Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:24 [2019-07-31T06:31:24.472Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:24 [2019-07-31T06:31:24.472Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:24 [2019-07-31T06:31:24.472Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:24 [2019-07-31T06:31:24.472Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186588686 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.472Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186588686 data=null doit=true} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.472Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186588687 data=null} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.472Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186588687 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.472Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186588688 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186588734 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186588779 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186588779 data=null doit=true} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186588779 data=null} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186588780 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186588780 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186588791 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:24 [2019-07-31T06:31:24.730Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186588793 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186588794 data=null doit=true} to TreeItem with text {Traces [4]}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186588794 data=null} to TreeItem with text {Traces [4]}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186588794 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186588801 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]}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186588882 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186588884 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186588884 data=null doit=true} to TreeItem with text {Traces [4]}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186588885 data=null} to TreeItem with text {Traces [4]}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186588885 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186588885 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]}
02:31:24 [2019-07-31T06:31:24.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186588896 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:24 [2019-07-31T06:31:24.987Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:31:24 [2019-07-31T06:31:24.987Z] DEBUG - Clicking on with mnemonic 'Clear'
02:31:24 [2019-07-31T06:31:24.987Z] DEBUG - Clicked on with mnemonic 'Clear'
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186589295 data=null doit=true} to Shell with text {Confirm Clear}
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - Clicking on &Yes
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186589296 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')
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186589296 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')
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186589297 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186589297 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186589297 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')
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186589297 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')
02:31:25 [2019-07-31T06:31:25.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186589297 data=null item=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')
02:31:25 [2019-07-31T06:31:25.501Z] DEBUG - Clicked on 
02:31:28 [2019-07-31T06:31:28.777Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186589017 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186594905 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186594905 data=null doit=true} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186594905 data=null} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186594906 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.672Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186594906 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186594994 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186594996 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186594996 data=null doit=true} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186594996 data=null} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186594997 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186594998 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186595016 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:30 [2019-07-31T06:31:30.929Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186595020 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186595020 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186595020 data=null} to TreeItem with text {Traces [1]}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186595021 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186595021 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]}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186595095 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186595101 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186595101 data=null} to TreeItem with text {Traces [1]}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186595102 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186595102 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]}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186595106 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186595108 data=null button=0 stateMask=0x0 x=136 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186595108 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186595108 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186595109 data=null button=1 stateMask=0x0 x=136 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:30 [2019-07-31T06:31:30.929Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186595109 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}
02:31:31 [2019-07-31T06:31:31.185Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186595206 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186595451 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186595451 data=null doit=true} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186595451 data=null} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186595452 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186595452 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186595513 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186595514 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186595514 data=null doit=true} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186595514 data=null} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186595515 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186595515 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186595527 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:31 [2019-07-31T06:31:31.525Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186595580 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186595580 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186595580 data=null} to TreeItem with text {Traces [1]}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186595581 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186595581 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]}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186595607 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186595608 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186595608 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186595608 data=null} to TreeItem with text {Traces [1]}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186595609 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186595609 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]}
02:31:31 [2019-07-31T06:31:31.525Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186595619 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - Clicking on with mnemonic 'Clear'
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - Clicked on with mnemonic 'Clear'
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186595995 data=null doit=true} to Shell with text {Confirm Clear}
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - Clicking on &Yes
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186596013 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')
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186596013 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')
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186596014 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186596015 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186596015 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')
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186596015 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')
02:31:31 [2019-07-31T06:31:31.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186596016 data=null item=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')
02:31:32 [2019-07-31T06:31:32.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186595721 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:31:32 [2019-07-31T06:31:32.540Z] DEBUG - Clicked on 
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186598407 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186598407 data=null doit=true} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186598407 data=null} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186598408 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186598408 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186598439 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186598440 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186598441 data=null doit=true} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186598441 data=null} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186598441 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186598441 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186598492 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:34 [2019-07-31T06:31:34.434Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186598494 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186598495 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186598495 data=null} to TreeItem with text {Traces [1]}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186598495 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186598496 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]}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186598521 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186598522 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186598523 data=null} to TreeItem with text {Traces [1]}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186598523 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186598524 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]}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186598588 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186598590 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186598590 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186598590 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186598591 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186598591 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}
02:31:34 [2019-07-31T06:31:34.434Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186598629 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:34 [2019-07-31T06:31:34.691Z] DEBUG - matched MenuItem with text "Rena&me...	F2", using matcher: with mnemonic 'Rename...'
02:31:34 [2019-07-31T06:31:34.691Z] DEBUG - Clicking on with mnemonic 'Rename...'
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - Clicked on with mnemonic 'Rename...'
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - matched Shell with text "Rename Trace", using matcher: with text 'Rename Trace'
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Rename Trace} time=1186599087 data=null doit=true} to Shell with text {Rename Trace}
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text'
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:'
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:')
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:'))
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - Clicking on OK
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186599091 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186599092 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186599092 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186599092 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186599092 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186599092 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:34 [2019-07-31T06:31:34.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186599092 data=null item=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')
02:31:35 [2019-07-31T06:31:35.878Z] DEBUG - Clicked on 
02:31:35 [2019-07-31T06:31:35.878Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:35 [2019-07-31T06:31:35.878Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:35 [2019-07-31T06:31:35.878Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:36 [2019-07-31T06:31:36.135Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:36 [2019-07-31T06:31:36.135Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:36 [2019-07-31T06:31:36.135Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186600288 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186600415 data=null doit=true} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186600416 data=null} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186600416 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186600417 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186600517 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186600519 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186600519 data=null doit=true} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186600519 data=null} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186600520 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186600520 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Rena&me...	F2} time=1186598730 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Rename...'
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186600589 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:36 [2019-07-31T06:31:36.649Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186600701 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186600701 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186600701 data=null} to TreeItem with text {Traces [1]}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186600702 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186600781 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]}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186600796 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:36 [2019-07-31T06:31:36.649Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again.
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186600810 data=null button=0 stateMask=0x0 x=156 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log2}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=1186600810 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=1186600810 data=null} to TreeItem with text {ExampleCustomTxt.log2}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186600811 data=null button=1 stateMask=0x0 x=156 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:31:36 [2019-07-31T06:31:36.649Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186600811 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}
02:31:36 [2019-07-31T06:31:36.905Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186600899 data=null button=1 stateMask=0x80000 x=156 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:31:36 [2019-07-31T06:31:36.905Z] DEBUG - matched MenuItem with text "&Open	Shift+Ctrl+R", using matcher: with mnemonic 'Open'
02:31:36 [2019-07-31T06:31:36.905Z] DEBUG - Clicking on with mnemonic 'Open'
02:31:36 [2019-07-31T06:31:36.905Z] DEBUG - Clicked on with mnemonic 'Open'
02:31:36 [2019-07-31T06:31:36.905Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open	Shift+Ctrl+R} time=1186601020 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open'
02:31:37 [2019-07-31T06:31:37.467Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:37 [2019-07-31T06:31:37.468Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:37 [2019-07-31T06:31:37.468Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:37 [2019-07-31T06:31:37.468Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:37 [2019-07-31T06:31:37.468Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:37 [2019-07-31T06:31:37.468Z] DEBUG - Attempting to set focus on Table with text {}
02:31:37 [2019-07-31T06:31:37.468Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186601712 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:31:37 [2019-07-31T06:31:37.468Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186601713 data=null doit=true} to TableItem with text {}
02:31:37 [2019-07-31T06:31:37.468Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186601713 data=null} to TableItem with text {}
02:31:37 [2019-07-31T06:31:37.468Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186601713 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:31:37 [2019-07-31T06:31:37.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186601714 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186601722 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186601924 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186601925 data=null doit=true} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186601925 data=null} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.724Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186601925 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186601926 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186602018 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186602020 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186602020 data=null doit=true} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186602020 data=null} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186602021 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186602021 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186602034 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:37 [2019-07-31T06:31:37.982Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186602080 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186602080 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186602080 data=null} to TreeItem with text {Traces [1]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186602081 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186602082 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]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186602111 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186602113 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186602113 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186602113 data=null} to TreeItem with text {Traces [1]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186602114 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186602114 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]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186602126 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:31:37 [2019-07-31T06:31:37.982Z] DEBUG - Clicking on with mnemonic 'Clear'
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - Clicked on with mnemonic 'Clear'
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186602425 data=null doit=true} to Shell with text {Confirm Clear}
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - Clicking on &Yes
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186602426 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')
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186602426 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')
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186602426 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186602426 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186602426 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')
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186602426 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')
02:31:38 [2019-07-31T06:31:38.239Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186602426 data=null item=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')
02:31:38 [2019-07-31T06:31:38.803Z] DEBUG - Clicked on 
02:31:38 [2019-07-31T06:31:38.803Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186602208 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186605207 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186605208 data=null doit=true} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186605208 data=null} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186605208 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186605208 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186605286 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186605290 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186605290 data=null doit=true} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186605290 data=null} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186605291 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186605291 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186605300 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:41 [2019-07-31T06:31:41.323Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186605308 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186605308 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186605308 data=null} to TreeItem with text {Traces [1]}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186605308 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186605309 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]}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186605331 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186605332 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186605332 data=null} to TreeItem with text {Traces [1]}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186605333 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186605333 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]}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186605336 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186605337 data=null button=0 stateMask=0x0 x=136 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186605337 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186605337 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186605344 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186605345 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}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186605406 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - matched MenuItem with text "Open As E&xperiment....", using matcher: with mnemonic 'Open As Experiment...'
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - matched MenuItem with text "Generic Experiment", using matcher: with mnemonic 'Generic Experiment'
02:31:41 [2019-07-31T06:31:41.323Z] DEBUG - Clicking on with mnemonic 'Generic Experiment'
02:31:41 [2019-07-31T06:31:41.580Z] DEBUG - Clicked on with mnemonic 'Generic Experiment'
02:31:41 [2019-07-31T06:31:41.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Generic Experiment} time=1186605508 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'
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186606589 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186606589 data=null doit=true} to TreeItem with text {test}
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186606590 data=null} to TreeItem with text {test}
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186606590 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:42 [2019-07-31T06:31:42.401Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186606590 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186606684 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:42 [2019-07-31T06:31:42.659Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=1186606687 data=null doit=true} to TreeItem with text {Experiments [1]}
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=1186606687 data=null} to TreeItem with text {Experiments [1]}
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=1186606688 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]}
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186606688 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]}
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=1186606691 data=null button=1 stateMask=0x80000 x=95 y=32 count=1} to TreeItem with text {Experiments [1]}
02:31:42 [2019-07-31T06:31:42.659Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again.
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log [1]} time=1186606693 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log [1]}
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log [1]} time=1186606693 data=null} to TreeItem with text {ExampleCustomTxt.log [1]}
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log [1]} time=1186606693 data=null button=1 stateMask=0x0 x=147 y=53 count=1} to TreeItem with text {ExampleCustomTxt.log [1]}
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186606694 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]}
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log [1]} time=1186606715 data=null button=1 stateMask=0x80000 x=163 y=53 count=1} to TreeItem with text {ExampleCustomTxt.log [1]}
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186606718 data=null button=0 stateMask=0x0 x=170 y=74 count=0} to Tree node with text: ExampleCustomTxt.log
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186606718 data=null doit=true} to Tree node with text: ExampleCustomTxt.log
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186606718 data=null} to Tree node with text: ExampleCustomTxt.log
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186606719 data=null button=1 stateMask=0x0 x=170 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186606719 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
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186606803 data=null button=1 stateMask=0x80000 x=170 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - matched MenuItem with text "Remo&ve", using matcher: with mnemonic 'Remove'
02:31:42 [2019-07-31T06:31:42.659Z] DEBUG - Clicking on with mnemonic 'Remove'
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - Clicked on with mnemonic 'Remove'
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - matched Shell with text "Confirm Remove", using matcher: with text 'Confirm Remove'
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Remove} time=1186607205 data=null doit=true} to Shell with text {Confirm Remove}
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - Clicking on &Yes
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186607206 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')
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186607206 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')
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186607207 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186607207 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186607207 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')
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186607207 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')
02:31:43 [2019-07-31T06:31:43.230Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186607207 data=null item=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')
02:31:44 [2019-07-31T06:31:44.254Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Remo&ve} time=1186606896 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Remove'
02:31:44 [2019-07-31T06:31:44.254Z] DEBUG - Clicked on 
02:31:44 [2019-07-31T06:31:44.254Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again.
02:31:44 [2019-07-31T06:31:44.512Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again.
02:31:44 [2019-07-31T06:31:44.512Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:44 [2019-07-31T06:31:44.512Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:44 [2019-07-31T06:31:44.512Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:44 [2019-07-31T06:31:44.512Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:44 [2019-07-31T06:31:44.512Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:44 [2019-07-31T06:31:44.512Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:44 [2019-07-31T06:31:44.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186608730 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.512Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186608731 data=null doit=true} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186608731 data=null} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186608731 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186608732 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186608776 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186608777 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186608778 data=null doit=true} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186608778 data=null} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186608778 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186608779 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186608788 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186608794 data=null button=0 stateMask=0x0 x=91 y=137 count=0} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186608794 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186608794 data=null} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186608794 data=null button=1 stateMask=0x0 x=91 y=137 count=1} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186608795 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]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186608829 data=null button=1 stateMask=0x80000 x=91 y=137 count=1} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again.
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186608842 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186608842 data=null doit=true} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186608842 data=null} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186608843 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186608843 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186608889 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186608891 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186608892 data=null doit=true} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186608892 data=null} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186608893 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186608893 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186608907 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:44 [2019-07-31T06:31:44.769Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186608908 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186608908 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186608908 data=null} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186608909 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186608909 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]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186608931 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186608932 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186608932 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186608932 data=null} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186608932 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186608933 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]}
02:31:44 [2019-07-31T06:31:44.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186608945 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:45 [2019-07-31T06:31:45.026Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:31:45 [2019-07-31T06:31:45.026Z] DEBUG - Clicking on with mnemonic 'Clear'
02:31:45 [2019-07-31T06:31:45.026Z] DEBUG - Clicked on with mnemonic 'Clear'
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186609288 data=null doit=true} to Shell with text {Confirm Clear}
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - Clicking on &Yes
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186609290 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')
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186609290 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')
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186609290 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186609290 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186609290 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')
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186609291 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')
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186609291 data=null item=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')
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - Clicked on 
02:31:45 [2019-07-31T06:31:45.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186609039 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186611834 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186611834 data=null doit=true} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186611834 data=null} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186611834 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186611878 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186611919 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186611920 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186611920 data=null doit=true} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186611920 data=null} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186611921 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186611921 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186611928 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:47 [2019-07-31T06:31:47.810Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186611929 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186611929 data=null doit=true} to TreeItem with text {Traces [2]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186611929 data=null} to TreeItem with text {Traces [2]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186611929 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186611930 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]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186611991 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186611994 data=null doit=true} to TreeItem with text {Traces [2]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186611994 data=null} to TreeItem with text {Traces [2]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186611995 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186611996 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]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186612010 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {symbolic-link [1]} time=1186612011 data=null doit=true} to TreeItem with text {symbolic-link [1]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {symbolic-link [1]} time=1186612011 data=null} to TreeItem with text {symbolic-link [1]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {symbolic-link [1]} time=1186612012 data=null button=1 stateMask=0x0 x=130 y=74 count=1} to TreeItem with text {symbolic-link [1]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186612012 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]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {symbolic-link [1]} time=1186612024 data=null button=1 stateMask=0x80000 x=130 y=74 count=1} to TreeItem with text {symbolic-link [1]}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186612029 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186612029 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186612029 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186612029 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:47 [2019-07-31T06:31:47.810Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186612030 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}
02:31:48 [2019-07-31T06:31:48.068Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186612104 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:48 [2019-07-31T06:31:48.068Z] DEBUG - matched MenuItem with text "&Copy...	Ctrl+C", using matcher: with mnemonic 'Copy...'
02:31:48 [2019-07-31T06:31:48.068Z] DEBUG - Clicking on with mnemonic 'Copy...'
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - Clicked on with mnemonic 'Copy...'
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace'
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=1186612397 data=null doit=true} to Shell with text {Copy Trace}
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text'
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:'
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:')
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:'))
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button'
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button'
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - Clicking on OK
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186612412 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186612413 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186612413 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186612413 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186612413 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186612413 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186612413 data=null item=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')
02:31:48 [2019-07-31T06:31:48.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy...	Ctrl+C} time=1186612183 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...'
02:31:48 [2019-07-31T06:31:48.582Z] DEBUG - Clicked on 
02:31:48 [2019-07-31T06:31:48.582Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:48 [2019-07-31T06:31:48.582Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:48 [2019-07-31T06:31:48.582Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186612635 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:31:48 [2019-07-31T06:31:48.582Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186612635 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:31:48 [2019-07-31T06:31:48.582Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186612636 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:31:48 [2019-07-31T06:31:48.582Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186612636 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:48 [2019-07-31T06:31:48.582Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186612636 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}
02:31:48 [2019-07-31T06:31:48.582Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186612707 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:48 [2019-07-31T06:31:48.582Z] DEBUG - matched MenuItem with text "&Copy...	Ctrl+C", using matcher: with mnemonic 'Copy...'
02:31:48 [2019-07-31T06:31:48.582Z] DEBUG - Clicking on with mnemonic 'Copy...'
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - Clicked on with mnemonic 'Copy...'
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace'
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=1186613088 data=null doit=true} to Shell with text {Copy Trace}
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text'
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:'
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:')
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:'))
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button'
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button'
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with mnemonic 'Copy as a new trace'
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with style 'SWT.RADIO'
02:31:48 [2019-07-31T06:31:48.848Z] 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')
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Copy as a link} time=1186613093 data=null doit=true} to Button with text {Copy as a link}
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a link} time=1186613093 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}
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Copy as a new trace} time=1186613094 data=null doit=true} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:31:48 [2019-07-31T06:31:48.848Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Copy as a new trace} time=1186613094 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')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Copy as a new trace} time=1186613095 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')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a new trace} time=1186613106 data=null item=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')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button'
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button'
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Clicking on OK
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186613109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186613109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186613109 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186613109 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186613110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186613110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186613110 data=null item=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')
02:31:49 [2019-07-31T06:31:49.105Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy...	Ctrl+C} time=1186612815 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...'
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Clicked on 
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186613427 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186613427 data=null doit=true} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186613428 data=null} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186613428 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186613428 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186613521 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186613523 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186613523 data=null doit=true} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186613523 data=null} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186613523 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186613524 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186613584 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:49 [2019-07-31T06:31:49.362Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186613587 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186613587 data=null doit=true} to TreeItem with text {Traces [4]}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186613587 data=null} to TreeItem with text {Traces [4]}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186613588 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:49 [2019-07-31T06:31:49.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186613588 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]}
02:31:49 [2019-07-31T06:31:49.619Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186613625 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:49 [2019-07-31T06:31:49.619Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again.
02:31:49 [2019-07-31T06:31:49.619Z] WARN - Tree item TreeItem with text {symbolic-link [3]} is already expanded. Won't expand it again.
02:31:49 [2019-07-31T06:31:49.619Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:49 [2019-07-31T06:31:49.619Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186613628 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log2}
02:31:49 [2019-07-31T06:31:49.619Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=1186613628 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2}
02:31:49 [2019-07-31T06:31:49.619Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=1186613628 data=null} to TreeItem with text {ExampleCustomTxt.log2}
02:31:49 [2019-07-31T06:31:49.619Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186613629 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:31:49 [2019-07-31T06:31:49.619Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186613629 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}
02:31:49 [2019-07-31T06:31:49.619Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186613718 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:31:49 [2019-07-31T06:31:49.619Z] DEBUG - matched MenuItem with text "&Open	Shift+Ctrl+R", using matcher: with mnemonic 'Open'
02:31:49 [2019-07-31T06:31:49.619Z] DEBUG - Clicking on with mnemonic 'Open'
02:31:49 [2019-07-31T06:31:49.875Z] DEBUG - Clicked on with mnemonic 'Open'
02:31:49 [2019-07-31T06:31:49.875Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open	Shift+Ctrl+R} time=1186613820 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open'
02:31:50 [2019-07-31T06:31:50.438Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:51 [2019-07-31T06:31:51.368Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:51 [2019-07-31T06:31:51.368Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:51 [2019-07-31T06:31:51.368Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:51 [2019-07-31T06:31:51.368Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Attempting to set focus on Table with text {}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186615623 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186615623 data=null doit=true} to TableItem with text {}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186615623 data=null} to TableItem with text {}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186615624 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186615624 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186615631 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186615742 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186615742 data=null doit=true} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186615743 data=null} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186615743 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186615743 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186615779 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186615780 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186615780 data=null doit=true} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186615781 data=null} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186615784 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186615784 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186615792 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:51 [2019-07-31T06:31:51.626Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186615794 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186615794 data=null doit=true} to TreeItem with text {Traces [4]}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186615800 data=null} to TreeItem with text {Traces [4]}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186615801 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186615801 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]}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186615826 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:51 [2019-07-31T06:31:51.626Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again.
02:31:51 [2019-07-31T06:31:51.626Z] WARN - Tree item TreeItem with text {symbolic-link [3]} is already expanded. Won't expand it again.
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186615829 data=null button=0 stateMask=0x0 x=174 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log3}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log3} time=1186615830 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log3}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log3} time=1186615830 data=null} to TreeItem with text {ExampleCustomTxt.log3}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186615830 data=null button=1 stateMask=0x0 x=174 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log3}
02:31:51 [2019-07-31T06:31:51.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186615832 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}
02:31:51 [2019-07-31T06:31:51.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186615900 data=null button=1 stateMask=0x80000 x=174 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log3}
02:31:51 [2019-07-31T06:31:51.883Z] DEBUG - matched MenuItem with text "&Open	Shift+Ctrl+R", using matcher: with mnemonic 'Open'
02:31:51 [2019-07-31T06:31:51.883Z] DEBUG - Clicking on with mnemonic 'Open'
02:31:51 [2019-07-31T06:31:51.883Z] DEBUG - Clicked on with mnemonic 'Open'
02:31:51 [2019-07-31T06:31:51.883Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:51 [2019-07-31T06:31:51.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open	Shift+Ctrl+R} time=1186615991 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open'
02:31:52 [2019-07-31T06:31:52.815Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:52 [2019-07-31T06:31:52.815Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Attempting to set focus on Table with text {}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186617707 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186617707 data=null doit=true} to TableItem with text {}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186617707 data=null} to TableItem with text {}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186617708 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186617708 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186617746 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186617903 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log2}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=1186617904 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=1186617904 data=null} to TreeItem with text {ExampleCustomTxt.log2}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186617904 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186617905 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}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186617939 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:53 [2019-07-31T06:31:53.746Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:31:54 [2019-07-31T06:31:54.003Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:54 [2019-07-31T06:31:54.003Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186618129 data=null button=0 stateMask=0x0 x=174 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log3}
02:31:54 [2019-07-31T06:31:54.003Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log3} time=1186618129 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log3}
02:31:54 [2019-07-31T06:31:54.003Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log3} time=1186618130 data=null} to TreeItem with text {ExampleCustomTxt.log3}
02:31:54 [2019-07-31T06:31:54.003Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186618130 data=null button=1 stateMask=0x0 x=174 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log3}
02:31:54 [2019-07-31T06:31:54.003Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186618130 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}
02:31:54 [2019-07-31T06:31:54.003Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186618180 data=null button=1 stateMask=0x80000 x=174 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log3}
02:31:54 [2019-07-31T06:31:54.003Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:54 [2019-07-31T06:31:54.003Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:54 [2019-07-31T06:31:54.003Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:54 [2019-07-31T06:31:54.003Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186618385 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186618385 data=null doit=true} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186618385 data=null} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186618386 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186618386 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186618430 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186618432 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186618432 data=null doit=true} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186618432 data=null} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186618478 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186618478 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186618486 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:54 [2019-07-31T06:31:54.260Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186618488 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186618488 data=null doit=true} to TreeItem with text {Traces [4]}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186618488 data=null} to TreeItem with text {Traces [4]}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186618489 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186618489 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]}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186618509 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:54 [2019-07-31T06:31:54.260Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186618511 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:31:54 [2019-07-31T06:31:54.531Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186618511 data=null doit=true} to TreeItem with text {Traces [4]}
02:31:54 [2019-07-31T06:31:54.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186618517 data=null} to TreeItem with text {Traces [4]}
02:31:54 [2019-07-31T06:31:54.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186618518 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:54 [2019-07-31T06:31:54.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186618518 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]}
02:31:54 [2019-07-31T06:31:54.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186618524 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:31:54 [2019-07-31T06:31:54.531Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:31:54 [2019-07-31T06:31:54.531Z] DEBUG - Clicking on with mnemonic 'Clear'
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - Clicked on with mnemonic 'Clear'
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186618906 data=null doit=true} to Shell with text {Confirm Clear}
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - Clicking on &Yes
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186618908 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')
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186618909 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')
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186618909 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186618909 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186618909 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')
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186618909 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')
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186618910 data=null item=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')
02:31:55 [2019-07-31T06:31:55.128Z] DEBUG - Clicked on 
02:31:55 [2019-07-31T06:31:55.384Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186618624 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186621813 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186621813 data=null doit=true} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186621813 data=null} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186621814 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186621814 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186621838 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186621839 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186621839 data=null doit=true} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186621839 data=null} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186621849 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186621850 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186621883 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:57 [2019-07-31T06:31:57.906Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186621884 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186621884 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186621885 data=null} to TreeItem with text {Traces [1]}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186621885 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186621885 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]}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186621910 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186621911 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186621911 data=null} to TreeItem with text {Traces [1]}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186621912 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186621912 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]}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186621922 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186621924 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186621924 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186621924 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186621924 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186621925 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}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186621995 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:31:57 [2019-07-31T06:31:57.906Z] DEBUG - Clicking on with mnemonic 'Delete'
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - Clicked on with mnemonic 'Delete'
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - matched Shell with text "Confirm Delete", using matcher: with text 'Confirm Delete'
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Delete} time=1186622279 data=null doit=true} to Shell with text {Confirm Delete}
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - Clicking on &Yes
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186622281 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')
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186622281 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')
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186622282 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186622321 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186622321 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')
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186622321 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')
02:31:58 [2019-07-31T06:31:58.164Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186622322 data=null item=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')
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186622105 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - Clicked on 
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186622955 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186622955 data=null doit=true} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186622955 data=null} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.727Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186622956 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186622956 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186623036 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186623037 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186623037 data=null doit=true} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186623037 data=null} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186623038 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186623038 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186623049 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:31:58 [2019-07-31T06:31:58.984Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186623051 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186623051 data=null doit=true} to TreeItem with text {Traces [1]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186623051 data=null} to TreeItem with text {Traces [1]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186623051 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186623051 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]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186623072 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Attempting to set focus on Tree with text {}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186623075 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186623075 data=null doit=true} to TreeItem with text {Traces [0]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186623075 data=null} to TreeItem with text {Traces [0]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186623075 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186623076 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]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186623092 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:31:58 [2019-07-31T06:31:58.984Z] DEBUG - Clicking on with mnemonic 'Clear'
02:31:59 [2019-07-31T06:31:59.242Z] DEBUG - Clicked on with mnemonic 'Clear'
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186623327 data=null doit=true} to Shell with text {Confirm Clear}
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - Clicking on &Yes
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186623392 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')
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186623393 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')
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186623393 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186623393 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186623394 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')
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186623394 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')
02:31:59 [2019-07-31T06:31:59.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186623394 data=null item=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')
02:31:59 [2019-07-31T06:31:59.499Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186623146 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:31:59 [2019-07-31T06:31:59.499Z] DEBUG - Clicked on 
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186625612 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186625612 data=null doit=true} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186625612 data=null} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186625613 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186625613 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186625635 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186625636 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186625636 data=null doit=true} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186625636 data=null} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186625636 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186625636 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186625707 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:01 [2019-07-31T06:32:01.654Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186625709 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186625709 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186625709 data=null} to TreeItem with text {Traces [1]}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186625709 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186625709 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]}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186625720 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186625720 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186625730 data=null} to TreeItem with text {Traces [1]}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186625731 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186625731 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]}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186625734 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186625735 data=null button=0 stateMask=0x0 x=136 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186625735 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186625735 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186625735 data=null button=1 stateMask=0x0 x=136 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186625736 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}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186625821 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - matched MenuItem with text "Open As E&xperiment....", using matcher: with mnemonic 'Open As Experiment...'
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - matched MenuItem with text "Generic Experiment", using matcher: with mnemonic 'Generic Experiment'
02:32:01 [2019-07-31T06:32:01.654Z] DEBUG - Clicking on with mnemonic 'Generic Experiment'
02:32:01 [2019-07-31T06:32:01.911Z] DEBUG - Clicked on with mnemonic 'Generic Experiment'
02:32:01 [2019-07-31T06:32:01.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Generic Experiment} time=1186625867 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'
02:32:02 [2019-07-31T06:32:02.474Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:02 [2019-07-31T06:32:02.474Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186626738 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186626739 data=null doit=true} to TreeItem with text {test}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186626739 data=null} to TreeItem with text {test}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186626739 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186626739 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186626833 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:02 [2019-07-31T06:32:02.731Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=1186626834 data=null doit=true} to TreeItem with text {Experiments [1]}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=1186626834 data=null} to TreeItem with text {Experiments [1]}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=1186626834 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186626835 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]}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=1186626838 data=null button=1 stateMask=0x80000 x=95 y=32 count=1} to TreeItem with text {Experiments [1]}
02:32:02 [2019-07-31T06:32:02.731Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again.
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log [1]} time=1186626838 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log [1]}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log [1]} time=1186626838 data=null} to TreeItem with text {ExampleCustomTxt.log [1]}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log [1]} time=1186626839 data=null button=1 stateMask=0x0 x=147 y=53 count=1} to TreeItem with text {ExampleCustomTxt.log [1]}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186626839 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]}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log [1]} time=1186626892 data=null button=1 stateMask=0x80000 x=163 y=53 count=1} to TreeItem with text {ExampleCustomTxt.log [1]}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186626894 data=null button=0 stateMask=0x0 x=170 y=74 count=0} to Tree node with text: ExampleCustomTxt.log
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186626895 data=null doit=true} to Tree node with text: ExampleCustomTxt.log
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186626895 data=null} to Tree node with text: ExampleCustomTxt.log
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186626896 data=null button=1 stateMask=0x0 x=170 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186626896 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
02:32:02 [2019-07-31T06:32:02.731Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186626941 data=null button=1 stateMask=0x80000 x=170 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - Clicking on with mnemonic 'Delete'
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - Clicked on with mnemonic 'Delete'
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - matched Shell with text "Confirm Delete", using matcher: with text 'Confirm Delete'
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Delete} time=1186627225 data=null doit=true} to Shell with text {Confirm Delete}
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - Clicking on &Yes
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186627226 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')
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186627226 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')
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186627227 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186627227 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186627227 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')
02:32:02 [2019-07-31T06:32:02.992Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186627227 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')
02:32:03 [2019-07-31T06:32:03.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186627227 data=null item=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')
02:32:03 [2019-07-31T06:32:03.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186627021 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Clicked on 
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186627795 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186627795 data=null doit=true} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186627795 data=null} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186627796 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186627801 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186627899 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186627900 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186627900 data=null doit=true} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186627900 data=null} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186627901 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186627901 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186627916 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:03 [2019-07-31T06:32:03.762Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186627918 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186627918 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186627918 data=null} to TreeItem with text {Traces [1]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186627918 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186627918 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]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186627941 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186627942 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186627942 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186627942 data=null} to TreeItem with text {Traces [1]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186627942 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186627943 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]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186627954 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:32:03 [2019-07-31T06:32:03.762Z] DEBUG - Clicking on with mnemonic 'Clear'
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - Clicked on with mnemonic 'Clear'
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186628193 data=null doit=true} to Shell with text {Confirm Clear}
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - Clicking on &Yes
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186628194 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')
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186628194 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')
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186628194 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186628194 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:04 [2019-07-31T06:32:04.018Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186628194 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')
02:32:04 [2019-07-31T06:32:04.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186628202 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')
02:32:04 [2019-07-31T06:32:04.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186628202 data=null item=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')
02:32:04 [2019-07-31T06:32:04.275Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186628012 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:32:04 [2019-07-31T06:32:04.275Z] DEBUG - Clicked on 
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186630085 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186630086 data=null doit=true} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186630086 data=null} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186630086 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186630086 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186630121 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186630122 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186630122 data=null doit=true} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186630123 data=null} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186630123 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186630124 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186630137 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:06 [2019-07-31T06:32:06.171Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186630180 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186630180 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186630180 data=null} to TreeItem with text {Traces [1]}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186630180 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186630181 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]}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186630192 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186630193 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186630193 data=null} to TreeItem with text {Traces [1]}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186630194 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186630194 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]}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186630218 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186630219 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186630219 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186630220 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186630220 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186630220 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}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186630251 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186630252 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186630252 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.171Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186630252 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}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186630457 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186630458 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186630458 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186630459 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186630555 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186630555 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186630555 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186630556 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186630556 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}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186630561 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - matched MenuItem with text "&Copy...	Ctrl+C", using matcher: with mnemonic 'Copy...'
02:32:06 [2019-07-31T06:32:06.430Z] DEBUG - Clicking on with mnemonic 'Copy...'
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Clicked on with mnemonic 'Copy...'
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace'
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=1186630786 data=null doit=true} to Shell with text {Copy Trace}
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text'
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:'
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:')
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:'))
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button'
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button'
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Clicking on OK
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186630820 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186630820 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186630820 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186630820 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186630820 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186630821 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Clicked on OK
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186630821 data=null item=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')
02:32:07 [2019-07-31T06:32:07.224Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy...	Ctrl+C} time=1186630607 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...'
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186631358 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186631358 data=null doit=true} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186631358 data=null} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186631359 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186631359 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186631405 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186631406 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186631407 data=null doit=true} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186631407 data=null} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186631407 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186631408 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186631416 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:07 [2019-07-31T06:32:07.483Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186631417 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186631417 data=null doit=true} to TreeItem with text {Traces [2]}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186631417 data=null} to TreeItem with text {Traces [2]}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186631418 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186631418 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]}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186631433 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:07 [2019-07-31T06:32:07.483Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186631437 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=1186631437 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=1186631437 data=null} to TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186631438 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186631438 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}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186631472 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186631473 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186631474 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186631474 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}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186631553 data=null button=1 stateMask=0x80000 x=156 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186631561 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=1186631562 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=1186631562 data=null} to TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log2}
02:32:07 [2019-07-31T06:32:07.483Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:08 [2019-07-31T06:32:08.048Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:08 [2019-07-31T06:32:08.048Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:08 [2019-07-31T06:32:08.978Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:08 [2019-07-31T06:32:08.978Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:32:08 [2019-07-31T06:32:08.978Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186633164 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:08 [2019-07-31T06:32:08.978Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186633164 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:08 [2019-07-31T06:32:08.978Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:08 [2019-07-31T06:32:08.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186633165 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:08 [2019-07-31T06:32:08.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186633165 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:08 [2019-07-31T06:32:08.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186633165 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}
02:32:08 [2019-07-31T06:32:08.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186633210 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:08 [2019-07-31T06:32:08.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186633210 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:08 [2019-07-31T06:32:08.978Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186633211 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:09 [2019-07-31T06:32:09.236Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186633211 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}
02:32:09 [2019-07-31T06:32:09.493Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186633454 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:09 [2019-07-31T06:32:09.493Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186633501 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:09 [2019-07-31T06:32:09.493Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186633501 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:09 [2019-07-31T06:32:09.493Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186633502 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:09 [2019-07-31T06:32:09.493Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:32:09 [2019-07-31T06:32:09.493Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:09 [2019-07-31T06:32:09.493Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186633868 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186633869 data=null doit=true} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186633869 data=null} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186633869 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186633869 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186633907 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186633909 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186633909 data=null doit=true} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186633909 data=null} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186633909 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186633910 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186633917 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:09 [2019-07-31T06:32:09.749Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186633918 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186633918 data=null doit=true} to TreeItem with text {Traces [2]}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186633918 data=null} to TreeItem with text {Traces [2]}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186633919 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186633919 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]}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186633987 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186633997 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186633998 data=null doit=true} to TreeItem with text {Traces [2]}
02:32:09 [2019-07-31T06:32:09.749Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186633999 data=null} to TreeItem with text {Traces [2]}
02:32:09 [2019-07-31T06:32:09.750Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186633999 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:10 [2019-07-31T06:32:10.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186633999 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]}
02:32:10 [2019-07-31T06:32:10.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186634014 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:10 [2019-07-31T06:32:10.007Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:32:10 [2019-07-31T06:32:10.007Z] DEBUG - Clicking on with mnemonic 'Clear'
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - Clicked on with mnemonic 'Clear'
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186634316 data=null doit=true} to Shell with text {Confirm Clear}
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - Clicking on &Yes
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186634320 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')
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186634320 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')
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186634320 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186634320 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186634320 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')
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186634320 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')
02:32:10 [2019-07-31T06:32:10.265Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186634320 data=null item=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')
02:32:10 [2019-07-31T06:32:10.521Z] DEBUG - Clicked on 
02:32:10 [2019-07-31T06:32:10.521Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186634103 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186636896 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186636897 data=null doit=true} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186636897 data=null} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186636897 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186636897 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186636926 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186636927 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186636927 data=null doit=true} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186636927 data=null} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186636927 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186636927 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186636943 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.046Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186636980 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186636980 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186636981 data=null} to TreeItem with text {Traces [1]}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186636981 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186636981 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]}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186637012 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186637012 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186637012 data=null} to TreeItem with text {Traces [1]}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186637013 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186637013 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]}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186637015 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186637028 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186637028 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186637028 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186637029 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186637029 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}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186637060 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched Shell with text "Confirm Delete", using matcher: with text 'Confirm Delete'
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Delete} time=1186637241 data=null doit=true} to Shell with text {Confirm Delete}
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Clicking on &Yes
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186637242 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')
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186637242 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')
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186637242 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186637242 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186637242 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')
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186637242 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')
02:32:13 [2019-07-31T06:32:13.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186637242 data=null item=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')
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Clicked on 
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186637993 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186637993 data=null doit=true} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186637993 data=null} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186637994 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186637994 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186638090 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186638091 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186638091 data=null doit=true} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186638092 data=null} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186638092 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186638092 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186638111 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:13 [2019-07-31T06:32:13.977Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186638113 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186638113 data=null doit=true} to TreeItem with text {Traces [0]}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186638113 data=null} to TreeItem with text {Traces [0]}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186638114 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186638114 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]}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186638191 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186638193 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186638193 data=null doit=true} to TreeItem with text {Traces [0]}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186638193 data=null} to TreeItem with text {Traces [0]}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186638193 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186638194 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]}
02:32:13 [2019-07-31T06:32:13.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186638205 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:14 [2019-07-31T06:32:14.234Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:32:14 [2019-07-31T06:32:14.234Z] DEBUG - Clicking on with mnemonic 'Clear'
02:32:14 [2019-07-31T06:32:14.234Z] DEBUG - Clicked on with mnemonic 'Clear'
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186638490 data=null doit=true} to Shell with text {Confirm Clear}
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - Clicking on &Yes
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186638491 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')
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186638491 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')
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186638491 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186638492 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186638492 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')
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186638492 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')
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186638492 data=null item=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')
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186638291 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:32:14 [2019-07-31T06:32:14.491Z] DEBUG - Clicked on 
02:32:16 [2019-07-31T06:32:16.384Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186640620 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186640620 data=null doit=true} to TreeItem with text {test}
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186640620 data=null} to TreeItem with text {test}
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186640620 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:16 [2019-07-31T06:32:16.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186640620 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186640639 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:16 [2019-07-31T06:32:16.643Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=1186640640 data=null doit=true} to TreeItem with text {Experiments [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=1186640640 data=null} to TreeItem with text {Experiments [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=1186640640 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186640640 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]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=1186640643 data=null button=1 stateMask=0x80000 x=95 y=32 count=1} to TreeItem with text {Experiments [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {exp [1]} time=1186640643 data=null doit=true} to TreeItem with text {exp [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {exp [1]} time=1186640654 data=null} to TreeItem with text {exp [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {exp [1]} time=1186640654 data=null button=1 stateMask=0x0 x=101 y=53 count=1} to TreeItem with text {exp [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186640655 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]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {exp [1]} time=1186640696 data=null button=1 stateMask=0x80000 x=101 y=53 count=1} to TreeItem with text {exp [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {exp [1]} time=1186640698 data=null button=0 stateMask=0x0 x=101 y=53 count=0} to TreeItem with text {exp [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {exp [1]} time=1186640698 data=null doit=true} to TreeItem with text {exp [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {exp [1]} time=1186640698 data=null} to TreeItem with text {exp [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {exp [1]} time=1186640699 data=null button=1 stateMask=0x0 x=101 y=53 count=1} to TreeItem with text {exp [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186640699 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]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {exp [1]} time=1186640710 data=null button=1 stateMask=0x80000 x=101 y=53 count=1} to TreeItem with text {exp [1]}
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - matched MenuItem with text "&Open	Shift+Ctrl+R", using matcher: with mnemonic 'Open'
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Clicking on with mnemonic 'Open'
02:32:16 [2019-07-31T06:32:16.643Z] DEBUG - Clicked on with mnemonic 'Open'
02:32:16 [2019-07-31T06:32:16.901Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open	Shift+Ctrl+R} time=1186640806 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open'
02:32:17 [2019-07-31T06:32:17.465Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:17 [2019-07-31T06:32:17.721Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186642027 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186642027 data=null doit=true} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186642027 data=null} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186642027 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186642028 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186642100 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186642101 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186642114 data=null doit=true} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186642117 data=null} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186642126 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186642126 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186642190 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:17 [2019-07-31T06:32:17.977Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:17 [2019-07-31T06:32:17.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186642192 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:17 [2019-07-31T06:32:17.978Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186642192 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:17 [2019-07-31T06:32:17.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186642193 data=null} to TreeItem with text {Traces [1]}
02:32:17 [2019-07-31T06:32:17.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186642193 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:17 [2019-07-31T06:32:17.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186642194 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]}
02:32:17 [2019-07-31T06:32:17.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186642213 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:17 [2019-07-31T06:32:17.978Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:17 [2019-07-31T06:32:17.978Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186642214 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:17 [2019-07-31T06:32:17.978Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186642215 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:17 [2019-07-31T06:32:17.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186642215 data=null} to TreeItem with text {Traces [1]}
02:32:17 [2019-07-31T06:32:17.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186642215 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:17 [2019-07-31T06:32:17.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186642215 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]}
02:32:18 [2019-07-31T06:32:18.235Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186642278 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:18 [2019-07-31T06:32:18.235Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:32:18 [2019-07-31T06:32:18.235Z] DEBUG - Clicking on with mnemonic 'Clear'
02:32:18 [2019-07-31T06:32:18.235Z] DEBUG - Clicked on with mnemonic 'Clear'
02:32:18 [2019-07-31T06:32:18.235Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186642488 data=null doit=true} to Shell with text {Confirm Clear}
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - Clicking on &Yes
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186642490 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')
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186642490 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')
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186642490 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186642490 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186642490 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')
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186642490 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')
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186642490 data=null item=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')
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - Clicked on 
02:32:18 [2019-07-31T06:32:18.492Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186642332 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186644809 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186644810 data=null doit=true} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186644810 data=null} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186644810 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186644811 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186644832 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186644834 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186644834 data=null doit=true} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186644834 data=null} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186644834 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186644835 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186644850 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:20 [2019-07-31T06:32:20.821Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186644851 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186644851 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186644851 data=null} to TreeItem with text {Traces [1]}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186644852 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186644852 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]}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186644867 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186644868 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186644868 data=null} to TreeItem with text {Traces [1]}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186644868 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186644868 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]}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186644870 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186644871 data=null button=0 stateMask=0x0 x=136 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186644871 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186644872 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186644872 data=null button=1 stateMask=0x0 x=136 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186644872 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}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186644919 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - matched MenuItem with text "&Open	Shift+Ctrl+R", using matcher: with mnemonic 'Open'
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Clicking on with mnemonic 'Open'
02:32:20 [2019-07-31T06:32:20.821Z] DEBUG - Clicked on with mnemonic 'Open'
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open	Shift+Ctrl+R} time=1186644987 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open'
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - Attempting to set focus on Table with text {}
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186645176 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186645176 data=null doit=true} to TableItem with text {}
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186645176 data=null} to TableItem with text {}
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186645176 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186645177 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186645185 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.statistics"'
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:21 [2019-07-31T06:32:21.078Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186645450 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186645450 data=null doit=true} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186645451 data=null} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186645451 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186645451 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186645459 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186645459 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186645459 data=null doit=true} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186645459 data=null} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186645460 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186645460 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186645473 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:21 [2019-07-31T06:32:21.336Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186645478 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186645479 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186645479 data=null} to TreeItem with text {Traces [1]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186645479 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186645479 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]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186645492 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186645496 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186645497 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186645497 data=null} to TreeItem with text {Traces [1]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186645498 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186645498 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]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186645513 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:32:21 [2019-07-31T06:32:21.336Z] DEBUG - Clicking on with mnemonic 'Clear'
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - Clicked on with mnemonic 'Clear'
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186645665 data=null doit=true} to Shell with text {Confirm Clear}
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - Clicking on &Yes
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186645668 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')
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186645668 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')
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186645668 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186645669 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186645669 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')
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186645669 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')
02:32:21 [2019-07-31T06:32:21.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186645669 data=null item=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')
02:32:22 [2019-07-31T06:32:22.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186645555 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:32:22 [2019-07-31T06:32:22.157Z] DEBUG - Clicked on 
02:32:23 [2019-07-31T06:32:23.531Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:23 [2019-07-31T06:32:23.531Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186647798 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186647798 data=null doit=true} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186647798 data=null} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186647798 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186647799 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186647814 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186647815 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186647815 data=null doit=true} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186647816 data=null} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186647816 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186647816 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186647829 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:23 [2019-07-31T06:32:23.789Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186647830 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186647831 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186647831 data=null} to TreeItem with text {Traces [1]}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186647831 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186647831 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]}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186647836 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186647837 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186647837 data=null} to TreeItem with text {Traces [1]}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186647837 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186647837 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]}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186647839 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186647852 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186647852 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186647852 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186647852 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186647852 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}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186647863 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - matched MenuItem with text "&Copy...	Ctrl+C", using matcher: with mnemonic 'Copy...'
02:32:23 [2019-07-31T06:32:23.789Z] DEBUG - Clicking on with mnemonic 'Copy...'
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - Clicked on with mnemonic 'Copy...'
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace'
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=1186648110 data=null doit=true} to Shell with text {Copy Trace}
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text'
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:'
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:')
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:'))
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - Clicking on OK
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186648137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186648137 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186648137 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186648137 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186648138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186648140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186648141 data=null item=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')
02:32:24 [2019-07-31T06:32:24.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy...	Ctrl+C} time=1186647930 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...'
02:32:24 [2019-07-31T06:32:24.304Z] DEBUG - Clicked on 
02:32:24 [2019-07-31T06:32:24.304Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:24 [2019-07-31T06:32:24.304Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:24 [2019-07-31T06:32:24.304Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186648348 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:24 [2019-07-31T06:32:24.304Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186648348 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:24 [2019-07-31T06:32:24.304Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186648348 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:24 [2019-07-31T06:32:24.304Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186648349 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:24 [2019-07-31T06:32:24.304Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186648349 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}
02:32:24 [2019-07-31T06:32:24.304Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186648366 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:24 [2019-07-31T06:32:24.304Z] DEBUG - matched MenuItem with text "&Copy...	Ctrl+C", using matcher: with mnemonic 'Copy...'
02:32:24 [2019-07-31T06:32:24.304Z] DEBUG - Clicking on with mnemonic 'Copy...'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Clicked on with mnemonic 'Copy...'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Shell with text "Copy Trace", using matcher: with text 'Copy Trace'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Copy Trace} time=1186648599 data=null doit=true} to Shell with text {Copy Trace}
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: of type 'Text'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Label with text "New Trace name:", using matcher: with mnemonic 'New Trace name:'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: with label (with mnemonic 'New Trace name:')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Text with text "ExampleCustomTxt.log", using matcher: (of type 'Text' and with label (with mnemonic 'New Trace name:'))
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with mnemonic 'Copy as a new trace'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: with style 'SWT.RADIO'
02:32:24 [2019-07-31T06:32:24.560Z] 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')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Copy as a link} time=1186648634 data=null doit=true} to Button with text {Copy as a link}
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a link} time=1186648634 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}
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Copy as a new trace} time=1186648635 data=null doit=true} to (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Copy as a new trace} time=1186648635 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')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Copy as a new trace} time=1186648635 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')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Copy as a new trace} time=1186648635 data=null item=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')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Copy as a new trace' and with style 'SWT.RADIO')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "Copy as a link", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "Copy as a new trace", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Clicking on OK
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186648649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186648649 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186648650 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186648650 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186648650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186648650 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Clicked on OK
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186648650 data=null item=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')
02:32:24 [2019-07-31T06:32:24.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Copy...	Ctrl+C} time=1186648420 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Copy...'
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186649265 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186649265 data=null doit=true} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186649265 data=null} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186649265 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186649266 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186649272 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186649273 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186649273 data=null doit=true} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186649273 data=null} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186649283 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186649284 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186649296 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:25 [2019-07-31T06:32:25.123Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186649297 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186649297 data=null doit=true} to TreeItem with text {Traces [3]}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186649298 data=null} to TreeItem with text {Traces [3]}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186649298 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186649298 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]}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186649304 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:25 [2019-07-31T06:32:25.123Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again.
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186649305 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=1186649305 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=1186649306 data=null} to TreeItem with text {ExampleCustomTxt.log2}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186649306 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186649306 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}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186649321 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - matched MenuItem with text "&Open	Shift+Ctrl+R", using matcher: with mnemonic 'Open'
02:32:25 [2019-07-31T06:32:25.123Z] DEBUG - Clicking on with mnemonic 'Open'
02:32:25 [2019-07-31T06:32:25.380Z] DEBUG - Clicked on with mnemonic 'Open'
02:32:25 [2019-07-31T06:32:25.380Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open	Shift+Ctrl+R} time=1186649361 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open'
02:32:25 [2019-07-31T06:32:25.945Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Attempting to set focus on Table with text {}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186650931 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186650931 data=null doit=true} to TableItem with text {}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186650931 data=null} to TableItem with text {}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186650932 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186650932 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186650935 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186651019 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186651019 data=null doit=true} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186651019 data=null} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186651019 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186651020 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186651028 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186651028 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186651029 data=null doit=true} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186651029 data=null} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186651029 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186651029 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186651043 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:26 [2019-07-31T06:32:26.876Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186651044 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186651045 data=null doit=true} to TreeItem with text {Traces [3]}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186651045 data=null} to TreeItem with text {Traces [3]}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186651045 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186651045 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]}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186651056 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:26 [2019-07-31T06:32:26.876Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again.
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186651057 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log3}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log3} time=1186651057 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log3}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log3} time=1186651057 data=null} to TreeItem with text {ExampleCustomTxt.log3}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186651058 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log3}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186651058 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}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186651063 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log3}
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - matched MenuItem with text "&Open	Shift+Ctrl+R", using matcher: with mnemonic 'Open'
02:32:26 [2019-07-31T06:32:26.876Z] DEBUG - Clicking on with mnemonic 'Open'
02:32:27 [2019-07-31T06:32:27.133Z] DEBUG - Clicked on with mnemonic 'Open'
02:32:27 [2019-07-31T06:32:27.133Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:27 [2019-07-31T06:32:27.696Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:27 [2019-07-31T06:32:27.953Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:28 [2019-07-31T06:32:28.516Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:29 [2019-07-31T06:32:29.082Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Open	Shift+Ctrl+R} time=1186651128 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Open'
02:32:29 [2019-07-31T06:32:29.082Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:29 [2019-07-31T06:32:29.732Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:29 [2019-07-31T06:32:29.989Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:30 [2019-07-31T06:32:30.553Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:31 [2019-07-31T06:32:31.116Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:31 [2019-07-31T06:32:31.678Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:32 [2019-07-31T06:32:32.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:32 [2019-07-31T06:32:32.242Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:33 [2019-07-31T06:32:33.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:33 [2019-07-31T06:32:33.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:33 [2019-07-31T06:32:33.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:33 [2019-07-31T06:32:33.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:33 [2019-07-31T06:32:33.172Z] DEBUG - Attempting to set focus on Table with text {}
02:32:33 [2019-07-31T06:32:33.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186657346 data=null button=0 stateMask=0x0 x=6 y=32 count=0} to TableItem with text {}
02:32:33 [2019-07-31T06:32:33.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186657358 data=null doit=true} to TableItem with text {}
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186657402 data=null} to TableItem with text {}
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186657468 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186657469 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186657470 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186657674 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log2}
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log2} time=1186657674 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log2}
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log2} time=1186657674 data=null} to TreeItem with text {ExampleCustomTxt.log2}
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186657675 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:32:33 [2019-07-31T06:32:33.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186657675 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}
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log2} time=1186657705 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log2}
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"'
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186657795 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log3}
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log3} time=1186657795 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log3}
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log3} time=1186657795 data=null} to TreeItem with text {ExampleCustomTxt.log3}
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186657796 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log3}
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186657796 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}
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log3} time=1186657892 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log3}
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:33 [2019-07-31T06:32:33.686Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186658047 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186658047 data=null doit=true} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186658047 data=null} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186658047 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186658048 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186658081 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186658082 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.943Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186658083 data=null doit=true} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186658083 data=null} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186658083 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186658083 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186658094 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:33 [2019-07-31T06:32:33.944Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186658095 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186658095 data=null doit=true} to TreeItem with text {Traces [3]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186658096 data=null} to TreeItem with text {Traces [3]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186658096 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186658096 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]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186658112 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186658112 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186658112 data=null doit=true} to TreeItem with text {Traces [3]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186658113 data=null} to TreeItem with text {Traces [3]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186658113 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186658113 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]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186658125 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:32:33 [2019-07-31T06:32:33.944Z] DEBUG - Clicking on with mnemonic 'Clear'
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - Clicked on with mnemonic 'Clear'
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186658277 data=null doit=true} to Shell with text {Confirm Clear}
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - Clicking on &Yes
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186658280 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')
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186658280 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')
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186658281 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186658281 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186658281 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')
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186658281 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')
02:32:34 [2019-07-31T06:32:34.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186658281 data=null item=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')
02:32:34 [2019-07-31T06:32:34.457Z] DEBUG - Clicked on 
02:32:34 [2019-07-31T06:32:34.457Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186658179 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186660801 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186660801 data=null doit=true} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186660802 data=null} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186660810 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186660810 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186660835 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186660837 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186660837 data=null doit=true} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186660837 data=null} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186660837 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186660838 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186660848 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:36 [2019-07-31T06:32:36.978Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186660850 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186660850 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186660850 data=null} to TreeItem with text {Traces [1]}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186660850 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186660850 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]}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186660859 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186660859 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186660859 data=null} to TreeItem with text {Traces [1]}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186660860 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186660895 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]}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186660898 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186660900 data=null button=0 stateMask=0x0 x=136 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186660900 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186660901 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186660901 data=null button=1 stateMask=0x0 x=136 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186660901 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}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186660939 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186660939 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186660940 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186660940 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}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186661113 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186661114 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186661114 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186661114 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Attempting to set focus on Table with text {}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186661117 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186661117 data=null doit=true} to TableItem with text {}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186661118 data=null} to TableItem with text {}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186661118 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186661118 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186661127 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:36 [2019-07-31T06:32:36.978Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.statistics"'
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186661402 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186661403 data=null doit=true} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186661403 data=null} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186661403 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186661404 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186661413 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186661413 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186661413 data=null doit=true} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186661414 data=null} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186661414 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186661423 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186661429 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:37 [2019-07-31T06:32:37.235Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186661430 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186661430 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186661435 data=null} to TreeItem with text {Traces [1]}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186661435 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186661435 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]}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186661440 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186661441 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186661441 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186661441 data=null} to TreeItem with text {Traces [1]}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186661442 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186661442 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]}
02:32:37 [2019-07-31T06:32:37.235Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186661446 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - Clicking on with mnemonic 'Clear'
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - Clicked on with mnemonic 'Clear'
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186661701 data=null doit=true} to Shell with text {Confirm Clear}
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - Clicking on &Yes
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186661703 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')
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186661703 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')
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186661706 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186661712 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186661712 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')
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186661712 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')
02:32:37 [2019-07-31T06:32:37.492Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186661712 data=null item=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')
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186661580 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - Clicked on 
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186662052 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186662111 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186662111 data=null doit=true} to TreeItem with text {test}
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186662111 data=null} to TreeItem with text {test}
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186662112 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186662112 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186662119 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:32:38 [2019-07-31T06:32:38.056Z] DEBUG - Clicking on with mnemonic 'Delete'
02:32:38 [2019-07-31T06:32:38.313Z] DEBUG - Clicked on with mnemonic 'Delete'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663246 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663246 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663247 data=null 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')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663247 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663247 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186663247 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Clicking on OK
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186663249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186663249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186663249 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186663249 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186663250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186663250 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Clicked on OK
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186663250 data=null item=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')
02:32:39 [2019-07-31T06:32:39.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186662284 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:32:39 [2019-07-31T06:32:39.807Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 109.779 s - in org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest
02:32:39 [2019-07-31T06:32:39.807Z] test4_06OpenKeyboard(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 8.852 s
02:32:39 [2019-07-31T06:32:39.807Z] testRenameSymbolicLinks(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 11.297 s
02:32:39 [2019-07-31T06:32:39.807Z] test4_10CopyExperiment(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 15.021 s
02:32:39 [2019-07-31T06:32:39.807Z] test4_01ContextMenuPresence(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 3.587 s
02:32:39 [2019-07-31T06:32:39.807Z] test4_04Rename(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 6.78 s
02:32:39 [2019-07-31T06:32:39.807Z] test4_12RemoveTraceFromExperiment(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 6.624 s
02:32:39 [2019-07-31T06:32:39.807Z] testCopySymbolicLinks(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 9.874 s
02:32:39 [2019-07-31T06:32:39.807Z] test4_05Delete(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 3.807 s
02:32:39 [2019-07-31T06:32:39.807Z] test4_11DeleteTraceFromExperiment(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 4.656 s
02:32:39 [2019-07-31T06:32:39.807Z] test4_09BringToTop(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 6.883 s
02:32:39 [2019-07-31T06:32:39.807Z] test4_07DeleteKeyboard(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 3.461 s
02:32:39 [2019-07-31T06:32:39.807Z] testExperimentLinkBackwardCompatibility(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 4.441 s
02:32:39 [2019-07-31T06:32:39.807Z] test4_02Open(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 2.979 s
02:32:39 [2019-07-31T06:32:39.807Z] test4_03Copy(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 13.014 s
02:32:39 [2019-07-31T06:32:39.807Z] test4_08OpenDoubleClick(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest)  Time elapsed: 2.929 s
02:32:39 [2019-07-31T06:32:39.807Z] Running org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest
02:32:40 [2019-07-31T06:32:40.370Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:40 [2019-07-31T06:32:40.370Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:40 [2019-07-31T06:32:40.370Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:40 [2019-07-31T06:32:40.370Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:40 [2019-07-31T06:32:40.370Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:40 [2019-07-31T06:32:40.370Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:40 [2019-07-31T06:32:40.370Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186664553 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.370Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186664553 data=null doit=true} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.370Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186664554 data=null} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.370Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186664554 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.370Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186664588 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186664699 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186664701 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186664701 data=null doit=true} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186664701 data=null} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186664702 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186664702 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186664711 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186664711 data=null doit=true} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186664716 data=null} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186664717 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186664717 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}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186664722 data=null button=1 stateMask=0x80000 x=39 y=11 count=1} to TreeItem with text {test}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186664723 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186664723 data=null doit=true} to TreeItem with text {Traces [0]}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186664723 data=null} to TreeItem with text {Traces [0]}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186664724 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186664724 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]}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186664792 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186664796 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186664796 data=null doit=true} to TreeItem with text {Traces [0]}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186664797 data=null} to TreeItem with text {Traces [0]}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186664798 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186664798 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]}
02:32:40 [2019-07-31T06:32:40.628Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186664813 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:40 [2019-07-31T06:32:40.885Z] DEBUG - matched MenuItem with text "Manage Custom Parser...", using matcher: with mnemonic 'Manage Custom Parsers...'
02:32:40 [2019-07-31T06:32:40.885Z] DEBUG - Clicking on with mnemonic 'Manage Custom Parsers...'
02:32:40 [2019-07-31T06:32:40.885Z] DEBUG - Clicked on with mnemonic 'Manage Custom Parsers...'
02:32:40 [2019-07-31T06:32:40.885Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers'
02:32:40 [2019-07-31T06:32:40.885Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1186665129 data=null doit=true} to Shell with text {Manage Custom Parsers}
02:32:40 [2019-07-31T06:32:40.885Z] DEBUG - matched List with text "", using matcher: of type 'List'
02:32:40 [2019-07-31T06:32:40.885Z] DEBUG - matched List with text "", using matcher: (of type 'List')
02:32:40 [2019-07-31T06:32:40.885Z] DEBUG - Set selection (of type 'List') to text Custom Text : TmfGeneric
02:32:40 [2019-07-31T06:32:40.885Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=1186665134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=1186665139 data=null doit=true} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=1186665145 data=null} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=1186665146 data=null button=1 stateMask=0x0 x=97 y=10 count=1} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=1186665146 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=1186665148 data=null button=1 stateMask=0x80000 x=97 y=10 count=1} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "XML", using matcher: with mnemonic 'XML'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "XML", using matcher: with style 'SWT.RADIO'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "XML", using matcher: (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Text} time=1186665150 data=null doit=true} to Button with text {Text}
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Text} time=1186665150 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}
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {XML} time=1186665189 data=null doit=true} to (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {XML} time=1186665194 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')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {XML} time=1186665194 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')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {XML} time=1186665194 data=null item=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')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched List with text "", using matcher: of type 'List'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched List with text "", using matcher: (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Set selection (of type 'List') to text Custom XML : Custom XML Log
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=1186665213 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=1186665213 data=null doit=true} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=1186665214 data=null} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=1186665220 data=null button=1 stateMask=0x0 x=97 y=10 count=1} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=1186665220 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=1186665225 data=null button=1 stateMask=0x80000 x=97 y=10 count=1} to (of type 'List')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "&Close", using matcher: with mnemonic 'Close'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "&Close", using matcher: with style 'SWT.PUSH'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Button with text "&Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Clicking on &Close
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Close} time=1186665227 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')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Close} time=1186665227 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')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Close} time=1186665228 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Close} time=1186665228 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Close} time=1186665228 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')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Close} time=1186665228 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')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Close} time=1186665228 data=null item=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')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Manage Custom Parsers...} time=1186664924 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...'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Clicked on 
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186665423 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186665423 data=null doit=true} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186665423 data=null} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186665423 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186665424 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186665525 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186665526 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186665526 data=null doit=true} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186665526 data=null} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186665527 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186665527 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186665534 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186665585 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186665586 data=null doit=true} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186665586 data=null} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186665587 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186665587 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]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186665615 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186665617 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186665617 data=null doit=true} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186665617 data=null} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186665618 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186665618 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]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186665626 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186665712 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186665712 data=null doit=true} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186665712 data=null} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186665713 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186665713 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186665733 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186665734 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186665734 data=null doit=true} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186665734 data=null} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186665735 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186665735 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186665806 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:41 [2019-07-31T06:32:41.838Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186665807 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186665807 data=null doit=true} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186665808 data=null} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186665808 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186665808 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]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186665829 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186665831 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186665831 data=null doit=true} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186665831 data=null} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186665831 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186665831 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]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186665836 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:32:41 [2019-07-31T06:32:41.838Z] DEBUG - Clicking on with mnemonic 'Import...'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Clicked on with mnemonic 'Import...'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186666497 data=null doit=true} to Shell with text {Trace Import}
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Clicking on Cancel
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1186666515 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')
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1186666515 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')
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1186666516 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1186666516 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1186666516 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')
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1186666516 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')
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1186666516 data=null item=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')
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186665919 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Clicked on 
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:42 [2019-07-31T06:32:42.433Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186666659 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186666692 data=null doit=true} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186666692 data=null} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186666692 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186666693 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186666722 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186666724 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186666729 data=null doit=true} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186666729 data=null} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186666730 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186666730 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186666790 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:42 [2019-07-31T06:32:42.690Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186666792 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186666792 data=null doit=true} to TreeItem with text {Traces [0]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186666792 data=null} to TreeItem with text {Traces [0]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186666793 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186666793 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]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186666823 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186666825 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186666825 data=null doit=true} to TreeItem with text {Traces [0]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186666825 data=null} to TreeItem with text {Traces [0]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186666825 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186666826 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]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186666831 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:32:42 [2019-07-31T06:32:42.690Z] DEBUG - Clicking on with mnemonic 'Import...'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - Clicked on with mnemonic 'Import...'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186667333 data=null doit=true} to Shell with text {Trace Import}
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:32:43 [2019-07-31T06:32:43.255Z] 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')
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186667412 data=null} to (of type 'Combo')
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:43 [2019-07-31T06:32:43.255Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186667516 data=null doit=true} to TreeItem with text {import}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186667517 data=null} to TreeItem with text {import}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186667517 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186667518 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}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186667530 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186667532 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186667533 data=null doit=true} to TreeItem with text {import}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186667533 data=null} to TreeItem with text {import}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186667533 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186667533 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}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186667534 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186667610 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:'))
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:32:43 [2019-07-31T06:32:43.512Z] 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')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@7425908e
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1186667626 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')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186667627 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')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1186667627 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1186667627 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1186667627 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')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1186667627 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')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1186667627 data=null item=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')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1186667627 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')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186667628 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')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1186667628 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')
02:32:43 [2019-07-31T06:32:43.512Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1186667628 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1186667628 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@7763726c
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import unrecognized traces} time=1186667632 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=1186667632 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import unrecognized traces} time=1186667632 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import unrecognized traces} time=1186667632 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import unrecognized traces} time=1186667633 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import unrecognized traces} time=1186667633 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import unrecognized traces} time=1186667633 data=null item=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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import unrecognized traces} time=1186667633 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=1186667633 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import unrecognized traces} time=1186667633 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import unrecognized traces} time=1186667633 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import unrecognized traces} time=1186667633 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:32:43 [2019-07-31T06:32:43.513Z] 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:32:43 [2019-07-31T06:32:43.513Z] 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] 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')
02:32:43 [2019-07-31T06:32:43.513Z] 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.
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Clicking on &Finish
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186667698 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186667698 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186667698 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186667698 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186667699 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')
02:32:43 [2019-07-31T06:32:43.513Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186667699 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')
02:32:44 [2019-07-31T06:32:44.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186667699 data=null item=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')
02:32:44 [2019-07-31T06:32:44.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186666928 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Clicked on 
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186669220 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186669221 data=null doit=true} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186669221 data=null} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186669221 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186669221 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186669247 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186669248 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186669248 data=null doit=true} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186669248 data=null} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186669249 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186669249 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186669258 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:45 [2019-07-31T06:32:45.140Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186669279 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186669279 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186669279 data=null} to TreeItem with text {Traces [1]}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186669280 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186669280 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]}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186669313 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186669314 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186669314 data=null} to TreeItem with text {Traces [1]}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186669315 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186669315 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]}
02:32:45 [2019-07-31T06:32:45.140Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186669318 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:45 [2019-07-31T06:32:45.396Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:32:45 [2019-07-31T06:32:45.396Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669695 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186669696 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186669696 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669697 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186669698 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}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669735 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:45 [2019-07-31T06:32:45.655Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669741 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186669741 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186669742 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669742 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186669742 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}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669789 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669790 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186669791 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186669793 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669794 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186669795 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}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669807 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669807 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669808 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:45 [2019-07-31T06:32:45.655Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186669808 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}
02:32:45 [2019-07-31T06:32:45.913Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186669901 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:32:46 [2019-07-31T06:32:46.170Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186670166 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:46 [2019-07-31T06:32:46.170Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186670167 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:46 [2019-07-31T06:32:46.170Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186670167 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:46 [2019-07-31T06:32:46.170Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:32:46 [2019-07-31T06:32:46.170Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:47 [2019-07-31T06:32:47.101Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:47 [2019-07-31T06:32:47.101Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:47 [2019-07-31T06:32:47.101Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:47 [2019-07-31T06:32:47.101Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:47 [2019-07-31T06:32:47.101Z] DEBUG - Attempting to set focus on Table with text {}
02:32:47 [2019-07-31T06:32:47.101Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186671309 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:32:47 [2019-07-31T06:32:47.101Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186671310 data=null doit=true} to TableItem with text {}
02:32:47 [2019-07-31T06:32:47.101Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186671310 data=null} to TableItem with text {}
02:32:47 [2019-07-31T06:32:47.101Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186671310 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:32:47 [2019-07-31T06:32:47.101Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186671311 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186671355 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186671512 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186671513 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186671513 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186671513 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186671513 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}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186671518 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:47 [2019-07-31T06:32:47.359Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186671532 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186671532 data=null doit=true} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186671532 data=null} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186671532 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186671533 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186671602 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186671603 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186671603 data=null doit=true} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186671604 data=null} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186671604 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186671604 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186671611 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:47 [2019-07-31T06:32:47.359Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:47 [2019-07-31T06:32:47.359Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186671612 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186671612 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186671612 data=null} to TreeItem with text {Traces [1]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186671612 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186671613 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]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186671698 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186671700 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186671700 data=null doit=true} to TreeItem with text {Traces [1]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186671700 data=null} to TreeItem with text {Traces [1]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186671701 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186671701 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]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186671706 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:32:47 [2019-07-31T06:32:47.616Z] DEBUG - Clicking on with mnemonic 'Import...'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Clicked on with mnemonic 'Import...'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186672231 data=null doit=true} to Shell with text {Trace Import}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:32:48 [2019-07-31T06:32:48.182Z] 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')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186672297 data=null} to (of type 'Combo')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186672339 data=null doit=true} to TreeItem with text {import}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186672339 data=null} to TreeItem with text {import}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186672377 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186672389 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}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186672392 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186672393 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186672393 data=null doit=true} to TreeItem with text {import}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186672393 data=null} to TreeItem with text {import}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186672393 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186672393 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}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186672394 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Setting state to checked on: ExampleCustomXml.xml
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186672419 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:'))
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:32:48 [2019-07-31T06:32:48.182Z] 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')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:32:48 [2019-07-31T06:32:48.182Z] 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')
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.182Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:32:48 [2019-07-31T06:32:48.441Z] 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')
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] 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')
02:32:48 [2019-07-31T06:32:48.441Z] 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.
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - Clicking on &Finish
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186672485 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')
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186672485 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')
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186672485 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186672486 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186672486 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')
02:32:48 [2019-07-31T06:32:48.441Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186672486 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')
02:32:48 [2019-07-31T06:32:48.704Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186672487 data=null item=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')
02:32:48 [2019-07-31T06:32:48.704Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186671754 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Clicked on 
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186673226 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186673226 data=null doit=true} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186673226 data=null} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186673226 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186673227 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186673297 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186673306 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186673307 data=null doit=true} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186673307 data=null} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186673307 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186673308 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186673319 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:49 [2019-07-31T06:32:49.268Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186673321 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186673321 data=null doit=true} to TreeItem with text {Traces [2]}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186673321 data=null} to TreeItem with text {Traces [2]}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186673321 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186673322 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]}
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186673332 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:49 [2019-07-31T06:32:49.268Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:32:49 [2019-07-31T06:32:49.268Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673573 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186673574 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186673574 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673574 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186673575 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}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673621 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:49 [2019-07-31T06:32:49.525Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673625 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186673626 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186673626 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673626 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186673626 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}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673632 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673632 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186673632 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186673633 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673633 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186673633 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}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673643 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673643 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673644 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.525Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186673644 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}
02:32:49 [2019-07-31T06:32:49.782Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673735 data=null button=1 stateMask=0x80000 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.782Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186673989 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.782Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186673990 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.782Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186673990 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.782Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:32:49 [2019-07-31T06:32:49.782Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:49 [2019-07-31T06:32:49.782Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - Attempting to set focus on Table with text {}
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186674995 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186675001 data=null doit=true} to TableItem with text {}
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186675002 data=null} to TableItem with text {}
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186675002 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186675003 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186675009 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186675188 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186675189 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:32:51 [2019-07-31T06:32:51.150Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186675189 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186675190 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186675190 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}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186675200 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:51 [2019-07-31T06:32:51.151Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186675210 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186675210 data=null doit=true} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186675210 data=null} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186675211 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186675211 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186675261 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186675262 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186675262 data=null doit=true} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186675263 data=null} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186675263 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186675263 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186675290 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:51 [2019-07-31T06:32:51.151Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186675292 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186675292 data=null doit=true} to TreeItem with text {Traces [2]}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186675293 data=null} to TreeItem with text {Traces [2]}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186675293 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186675293 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]}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186675315 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186675316 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186675316 data=null doit=true} to TreeItem with text {Traces [2]}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186675316 data=null} to TreeItem with text {Traces [2]}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186675317 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186675317 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]}
02:32:51 [2019-07-31T06:32:51.151Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186675326 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:32:51 [2019-07-31T06:32:51.407Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:32:51 [2019-07-31T06:32:51.407Z] DEBUG - Clicking on with mnemonic 'Import...'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Clicked on with mnemonic 'Import...'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186675732 data=null doit=true} to Shell with text {Trace Import}
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:32:51 [2019-07-31T06:32:51.667Z] 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')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186675740 data=null} to (of type 'Combo')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186675804 data=null doit=true} to TreeItem with text {import}
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186675804 data=null} to TreeItem with text {import}
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186675805 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186675805 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}
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186675808 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186675809 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186675809 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186675809 data=null} to Tree node with text: kernel-overlap-testing
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186675809 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186675810 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
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186675813 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186675832 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:'))
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:32:51 [2019-07-31T06:32:51.667Z] 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')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:32:51 [2019-07-31T06:32:51.667Z] 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')
02:32:51 [2019-07-31T06:32:51.667Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:32:51 [2019-07-31T06:32:51.668Z] 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')
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] 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')
02:32:51 [2019-07-31T06:32:51.668Z] 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.
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - Clicking on &Finish
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186675908 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')
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186675908 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')
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186675908 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186675908 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186675909 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')
02:32:51 [2019-07-31T06:32:51.668Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186675909 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')
02:32:52 [2019-07-31T06:32:52.439Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:52 [2019-07-31T06:32:52.439Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:52 [2019-07-31T06:32:52.439Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:52 [2019-07-31T06:32:52.439Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:52 [2019-07-31T06:32:52.439Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:52 [2019-07-31T06:32:52.439Z] DEBUG - Clicked on &Finish
02:32:52 [2019-07-31T06:32:52.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186675909 data=null item=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')
02:32:52 [2019-07-31T06:32:52.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186675409 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186677124 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186677124 data=null doit=true} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186677124 data=null} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186677125 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186677125 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186677144 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186677145 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186677145 data=null doit=true} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186677145 data=null} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186677146 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186677146 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186677160 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:52 [2019-07-31T06:32:52.956Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186677162 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186677162 data=null doit=true} to TreeItem with text {Traces [3]}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186677162 data=null} to TreeItem with text {Traces [3]}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186677162 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186677163 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]}
02:32:52 [2019-07-31T06:32:52.956Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186677200 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:52 [2019-07-31T06:32:52.956Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again.
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677374 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186677374 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186677374 data=null} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677375 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186677375 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}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677422 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:53 [2019-07-31T06:32:53.213Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677427 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186677427 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186677427 data=null} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677427 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186677428 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}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677433 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677433 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186677433 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186677434 data=null} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677434 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186677435 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}
02:32:53 [2019-07-31T06:32:53.470Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677487 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.470Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677488 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.470Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677488 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:32:53 [2019-07-31T06:32:53.470Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186677489 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}
02:32:54 [2019-07-31T06:32:54.850Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186677620 data=null button=1 stateMask=0x80000 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:32:54 [2019-07-31T06:32:54.850Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186678707 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:32:54 [2019-07-31T06:32:54.850Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186678707 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:32:54 [2019-07-31T06:32:54.850Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186678707 data=null} to TreeItem with text {kernel-overlap-testing}
02:32:54 [2019-07-31T06:32:54.850Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:32:54 [2019-07-31T06:32:54.850Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:54 [2019-07-31T06:32:54.850Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:54 [2019-07-31T06:32:54.850Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - Attempting to set focus on Table with text {}
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186679293 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186679293 data=null doit=true} to TableItem with text {}
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186679293 data=null} to TableItem with text {}
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186679294 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186679294 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186679316 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:55 [2019-07-31T06:32:55.107Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186680651 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186680652 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186680652 data=null} to TreeItem with text {kernel-overlap-testing}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186680652 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186680653 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}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186680658 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:56 [2019-07-31T06:32:56.475Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186680683 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186680684 data=null doit=true} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186680684 data=null} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186680685 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186680685 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186680722 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186680723 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186680723 data=null doit=true} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186680723 data=null} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.475Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186680724 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186680724 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186680731 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:56 [2019-07-31T06:32:56.732Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186680732 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186680732 data=null doit=true} to TreeItem with text {Traces [3]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186680732 data=null} to TreeItem with text {Traces [3]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186680784 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186680784 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]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186680811 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186680814 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186680814 data=null doit=true} to TreeItem with text {Traces [3]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186680814 data=null} to TreeItem with text {Traces [3]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186680814 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186680815 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]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186680819 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:32:56 [2019-07-31T06:32:56.732Z] DEBUG - Clicking on with mnemonic 'Import...'
02:32:56 [2019-07-31T06:32:56.989Z] DEBUG - Clicked on with mnemonic 'Import...'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186681254 data=null doit=true} to Shell with text {Trace Import}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:32:57 [2019-07-31T06:32:57.246Z] 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')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186681301 data=null} to (of type 'Combo')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186681338 data=null doit=true} to TreeItem with text {import}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186681339 data=null} to TreeItem with text {import}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186681339 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186681339 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}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186681348 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186681349 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186681349 data=null doit=true} to TreeItem with text {import}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186681350 data=null} to TreeItem with text {import}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186681350 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186681350 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}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186681351 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186681382 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:'))
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:32:57 [2019-07-31T06:32:57.246Z] 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')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@5c98f64f
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186681385 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')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186681385 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')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186681385 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186681385 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186681386 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')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186681386 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')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186681386 data=null item=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')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186681386 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')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186681386 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')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186681386 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')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186681386 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186681386 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:32:57 [2019-07-31T06:32:57.246Z] 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')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:32:57 [2019-07-31T06:32:57.246Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:32:57 [2019-07-31T06:32:57.247Z] 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')
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] 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')
02:32:57 [2019-07-31T06:32:57.247Z] 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.
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - Clicking on &Finish
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186681406 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')
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186681406 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')
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186681406 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186681406 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186681406 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')
02:32:57 [2019-07-31T06:32:57.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186681407 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')
02:32:57 [2019-07-31T06:32:57.504Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:57 [2019-07-31T06:32:57.504Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:57 [2019-07-31T06:32:57.504Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:57 [2019-07-31T06:32:57.504Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:57 [2019-07-31T06:32:57.504Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - Clicked on &Finish
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186681680 data=null doit=true} to Shell with text {Confirmation}
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - matched Button with text "Rename", using matcher: with mnemonic 'Rename'
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - matched Button with text "Rename", using matcher: with style 'SWT.PUSH'
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - matched Button with text "Rename", using matcher: (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - Clicking on Rename
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename} time=1186681697 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')
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename} time=1186681698 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')
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename} time=1186681698 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename} time=1186681698 data=null} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename} time=1186681711 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')
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename} time=1186681713 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')
02:32:57 [2019-07-31T06:32:57.504Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename} time=1186681713 data=null item=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')
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186681407 data=null item=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')
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186680902 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - Clicked on 
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186682300 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186682300 data=null doit=true} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186682300 data=null} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186682301 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186682301 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186682395 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186682396 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186682396 data=null doit=true} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186682396 data=null} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186682397 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186682397 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186682408 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:32:58 [2019-07-31T06:32:58.325Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186682409 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186682409 data=null doit=true} to TreeItem with text {Traces [4]}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186682409 data=null} to TreeItem with text {Traces [4]}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186682410 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186682410 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]}
02:32:58 [2019-07-31T06:32:58.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186682429 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:32:58 [2019-07-31T06:32:58.325Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again.
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682640 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682640 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682640 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682641 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186682641 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)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682707 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:32:58 [2019-07-31T06:32:58.581Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682712 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682712 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682712 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682712 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186682712 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)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682718 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682719 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682719 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Attempting to set focus on Tree with text {}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682720 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682720 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186682721 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)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682732 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682732 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.581Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682733 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:58 [2019-07-31T06:32:58.839Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186682733 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)}
02:32:59 [2019-07-31T06:32:59.095Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186682837 data=null button=1 stateMask=0x80000 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:59 [2019-07-31T06:32:59.095Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186683128 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:59 [2019-07-31T06:32:59.095Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186683128 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:59 [2019-07-31T06:32:59.095Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186683128 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:32:59 [2019-07-31T06:32:59.095Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)}
02:32:59 [2019-07-31T06:32:59.095Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:59 [2019-07-31T06:32:59.095Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:59 [2019-07-31T06:32:59.095Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:32:59 [2019-07-31T06:32:59.095Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:00 [2019-07-31T06:33:00.027Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:00 [2019-07-31T06:33:00.027Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:00 [2019-07-31T06:33:00.027Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:00 [2019-07-31T06:33:00.027Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:00 [2019-07-31T06:33:00.027Z] DEBUG - Attempting to set focus on Table with text {}
02:33:00 [2019-07-31T06:33:00.027Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186684186 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:00 [2019-07-31T06:33:00.027Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186684186 data=null doit=true} to TableItem with text {}
02:33:00 [2019-07-31T06:33:00.027Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186684186 data=null} to TableItem with text {}
02:33:00 [2019-07-31T06:33:00.027Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186684187 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:00 [2019-07-31T06:33:00.027Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186684187 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186684291 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186684526 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186684526 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186684526 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186684526 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186684527 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)}
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186684532 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:00 [2019-07-31T06:33:00.284Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:00 [2019-07-31T06:33:00.542Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186684586 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186684586 data=null doit=true} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186684587 data=null} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186684587 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186684587 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186684624 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186684626 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186684626 data=null doit=true} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186684626 data=null} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186684626 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186684627 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186684688 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:00 [2019-07-31T06:33:00.542Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186684690 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186684690 data=null doit=true} to TreeItem with text {Traces [4]}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186684690 data=null} to TreeItem with text {Traces [4]}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186684691 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186684691 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]}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186684711 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186684712 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186684712 data=null doit=true} to TreeItem with text {Traces [4]}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186684712 data=null} to TreeItem with text {Traces [4]}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186684712 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186684713 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]}
02:33:00 [2019-07-31T06:33:00.542Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186684725 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:33:00 [2019-07-31T06:33:00.798Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:00 [2019-07-31T06:33:00.798Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186685289 data=null doit=true} to Shell with text {Trace Import}
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:01 [2019-07-31T06:33:01.055Z] 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')
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186685295 data=null} to (of type 'Combo')
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:01 [2019-07-31T06:33:01.055Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186685382 data=null doit=true} to TreeItem with text {import}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186685383 data=null} to TreeItem with text {import}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186685383 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186685383 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}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186685386 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186685387 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186685387 data=null doit=true} to TreeItem with text {import}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186685387 data=null} to TreeItem with text {import}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186685388 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186685388 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}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186685388 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Setting state to checked on: ExampleCustomXml.xml
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186685409 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:'))
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:01 [2019-07-31T06:33:01.313Z] 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')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@65bbf773
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186685411 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')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186685412 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')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186685412 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186685412 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186685412 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')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186685412 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')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186685412 data=null item=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')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186685413 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')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186685413 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')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186685413 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')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186685413 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186685413 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:01 [2019-07-31T06:33:01.313Z] 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')
02:33:01 [2019-07-31T06:33:01.313Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:01 [2019-07-31T06:33:01.314Z] 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')
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] 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')
02:33:01 [2019-07-31T06:33:01.314Z] 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.
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - Clicking on &Finish
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186685487 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')
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186685488 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')
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186685488 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186685488 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186685488 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')
02:33:01 [2019-07-31T06:33:01.314Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186685489 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')
02:33:01 [2019-07-31T06:33:01.877Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:01 [2019-07-31T06:33:01.877Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:01 [2019-07-31T06:33:01.877Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:01 [2019-07-31T06:33:01.877Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:01 [2019-07-31T06:33:01.877Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - Clicked on &Finish
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186685894 data=null doit=true} to Shell with text {Confirmation}
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - matched Button with text "Rename", using matcher: with mnemonic 'Rename'
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - matched Button with text "Rename", using matcher: with style 'SWT.PUSH'
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - matched Button with text "Rename", using matcher: (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - Clicking on Rename
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename} time=1186685903 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')
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename} time=1186685903 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')
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename} time=1186685903 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename} time=1186685903 data=null} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename} time=1186685904 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')
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename} time=1186685904 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')
02:33:01 [2019-07-31T06:33:01.877Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename} time=1186685904 data=null item=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')
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186685489 data=null item=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')
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186684808 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Clicked on 
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186686621 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186686621 data=null doit=true} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186686622 data=null} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186686622 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186686622 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186686661 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186686673 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186686674 data=null doit=true} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186686687 data=null} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186686688 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.443Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186686688 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186686699 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:02 [2019-07-31T06:33:02.831Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186686701 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186686701 data=null doit=true} to TreeItem with text {Traces [5]}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186686701 data=null} to TreeItem with text {Traces [5]}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186686701 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186686702 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]}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186686722 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:33:02 [2019-07-31T06:33:02.831Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186686893 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186686893 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186686893 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186686894 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186686894 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)}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186686936 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:02 [2019-07-31T06:33:02.831Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:03 [2019-07-31T06:33:03.580Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186686985 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186686985 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186686986 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186686986 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186686986 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)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687002 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687003 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687003 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687004 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687004 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186687005 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)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687018 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687018 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687019 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186687019 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)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687122 data=null button=1 stateMask=0x80000 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687468 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687469 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186687469 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)}
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:03 [2019-07-31T06:33:03.580Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - Attempting to set focus on Table with text {}
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186688523 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186688524 data=null doit=true} to TableItem with text {}
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186688524 data=null} to TableItem with text {}
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186688524 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186688525 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186688530 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:04 [2019-07-31T06:33:04.515Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186688814 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186688815 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186688815 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186688815 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186688816 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)}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186688821 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:04 [2019-07-31T06:33:04.772Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186688888 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186688888 data=null doit=true} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186688888 data=null} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186688888 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186688889 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186688930 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186688932 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186688932 data=null doit=true} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186688932 data=null} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186688933 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186688980 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186688991 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:04 [2019-07-31T06:33:04.772Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186688993 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186688993 data=null doit=true} to TreeItem with text {Traces [5]}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186688993 data=null} to TreeItem with text {Traces [5]}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186688994 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186688994 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]}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186689013 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186689015 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186689015 data=null doit=true} to TreeItem with text {Traces [5]}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186689015 data=null} to TreeItem with text {Traces [5]}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186689015 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:33:04 [2019-07-31T06:33:04.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186689015 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]}
02:33:05 [2019-07-31T06:33:05.030Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186689029 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:33:05 [2019-07-31T06:33:05.030Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:05 [2019-07-31T06:33:05.030Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186689421 data=null doit=true} to Shell with text {Trace Import}
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:05 [2019-07-31T06:33:05.290Z] 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')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186689450 data=null} to (of type 'Combo')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186689498 data=null doit=true} to TreeItem with text {import}
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186689498 data=null} to TreeItem with text {import}
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186689499 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186689499 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}
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186689502 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186689503 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186689503 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186689503 data=null} to Tree node with text: kernel-overlap-testing
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186689504 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186689504 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
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186689507 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186689523 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:'))
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:05 [2019-07-31T06:33:05.290Z] 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')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@356e71a4
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186689532 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')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186689533 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')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186689533 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186689533 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186689533 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')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186689534 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')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186689534 data=null item=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')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186689534 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')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186689534 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')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186689534 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')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186689535 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186689535 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:05 [2019-07-31T06:33:05.290Z] 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')
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.290Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:05 [2019-07-31T06:33:05.548Z] 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')
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] 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')
02:33:05 [2019-07-31T06:33:05.548Z] 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.
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Clicking on &Finish
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186689592 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')
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186689592 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')
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186689593 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186689593 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186689593 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')
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186689593 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')
02:33:05 [2019-07-31T06:33:05.548Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:05 [2019-07-31T06:33:05.548Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:05 [2019-07-31T06:33:05.548Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:05 [2019-07-31T06:33:05.548Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:05 [2019-07-31T06:33:05.548Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:05 [2019-07-31T06:33:05.548Z] DEBUG - Clicked on &Finish
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186690653 data=null doit=true} to Shell with text {Confirmation}
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - matched Button with text "Rename", using matcher: with mnemonic 'Rename'
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - matched Button with text "Rename", using matcher: with style 'SWT.PUSH'
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - matched Button with text "Rename", using matcher: (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - Clicking on Rename
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename} time=1186690654 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')
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename} time=1186690654 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')
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename} time=1186690654 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename} time=1186690654 data=null} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename} time=1186690655 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')
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename} time=1186690655 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')
02:33:06 [2019-07-31T06:33:06.477Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename} time=1186690655 data=null item=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')
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186689593 data=null item=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')
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186689115 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Clicked on 
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186690931 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186690931 data=null doit=true} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186690931 data=null} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186690931 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186690942 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186690977 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186690980 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186690980 data=null doit=true} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186690981 data=null} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186690981 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.737Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186690982 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186691004 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:06 [2019-07-31T06:33:06.994Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:06 [2019-07-31T06:33:06.994Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:06 [2019-07-31T06:33:06.994Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186691006 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:06 [2019-07-31T06:33:06.994Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186691006 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:06 [2019-07-31T06:33:06.994Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186691015 data=null} to TreeItem with text {Traces [6]}
02:33:06 [2019-07-31T06:33:06.994Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186691015 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:06 [2019-07-31T06:33:06.994Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186691016 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]}
02:33:06 [2019-07-31T06:33:06.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186691040 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:06 [2019-07-31T06:33:06.994Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:06 [2019-07-31T06:33:06.994Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:06 [2019-07-31T06:33:06.994Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691248 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186691248 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186691248 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691249 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186691249 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)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691293 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:07 [2019-07-31T06:33:07.252Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691297 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186691297 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186691297 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691298 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186691298 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)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691304 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691305 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186691305 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186691305 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691306 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186691306 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)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691316 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691316 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691317 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:33:07 [2019-07-31T06:33:07.252Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186691317 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)}
02:33:08 [2019-07-31T06:33:08.182Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186691597 data=null button=1 stateMask=0x80000 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186692308 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186692492 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186692493 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing(2)}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - Attempting to set focus on Table with text {}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186692498 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186692498 data=null doit=true} to TableItem with text {}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186692498 data=null} to TableItem with text {}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186692498 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186692499 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186692523 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:08 [2019-07-31T06:33:08.439Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186693735 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186693736 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186693736 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186693737 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186693737 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)}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186693743 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:09 [2019-07-31T06:33:09.807Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186693770 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186693770 data=null doit=true} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186693770 data=null} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186693771 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186693771 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186693841 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186693843 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186693843 data=null doit=true} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186693843 data=null} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186693843 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186693843 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186693886 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:09 [2019-07-31T06:33:09.807Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186693887 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186693887 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186693888 data=null} to TreeItem with text {Traces [6]}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186693888 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186693888 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]}
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186693916 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:09 [2019-07-31T06:33:09.807Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:09 [2019-07-31T06:33:09.807Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186694096 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186694097 data=null doit=true} to Tree node with text: ExampleCustomTxt.log
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186694097 data=null} to Tree node with text: ExampleCustomTxt.log
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186694097 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186694097 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
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186694133 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:10 [2019-07-31T06:33:10.065Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186694142 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186694142 data=null doit=true} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186694142 data=null} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186694143 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186694143 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186694200 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186694202 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186694202 data=null doit=true} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186694202 data=null} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186694202 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186694203 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186694212 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:10 [2019-07-31T06:33:10.065Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186694213 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186694213 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186694213 data=null} to TreeItem with text {Traces [6]}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186694214 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186694214 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]}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186694231 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186694232 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186694232 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186694233 data=null} to TreeItem with text {Traces [6]}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186694233 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186694233 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]}
02:33:10 [2019-07-31T06:33:10.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186694245 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:10 [2019-07-31T06:33:10.322Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:10 [2019-07-31T06:33:10.322Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186694750 data=null doit=true} to Shell with text {Trace Import}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:10 [2019-07-31T06:33:10.581Z] 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')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186694759 data=null} to (of type 'Combo')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186694803 data=null doit=true} to TreeItem with text {import}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186694803 data=null} to TreeItem with text {import}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186694804 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186694804 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}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186694807 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186694807 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186694808 data=null doit=true} to TreeItem with text {import}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186694808 data=null} to TreeItem with text {import}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186694808 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186694809 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}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186694809 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186694827 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:'))
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:10 [2019-07-31T06:33:10.581Z] 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')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@310e0749
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186694830 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')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186694830 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')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186694830 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186694830 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186694830 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')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186694830 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')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186694831 data=null item=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')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186694831 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')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186694831 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')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186694831 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')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186694831 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186694832 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:10 [2019-07-31T06:33:10.581Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.582Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.582Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:10 [2019-07-31T06:33:10.839Z] 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')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:10 [2019-07-31T06:33:10.839Z] 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')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] 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')
02:33:10 [2019-07-31T06:33:10.839Z] 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.
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Clicking on &Finish
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186694905 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')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186694905 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')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186694905 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186694906 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186694906 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')
02:33:10 [2019-07-31T06:33:10.839Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186694906 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')
02:33:10 [2019-07-31T06:33:10.839Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:11 [2019-07-31T06:33:11.096Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:11 [2019-07-31T06:33:11.096Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:11 [2019-07-31T06:33:11.096Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:11 [2019-07-31T06:33:11.096Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - Clicked on &Finish
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186695319 data=null doit=true} to Shell with text {Confirmation}
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - matched Button with text "Overwrite", using matcher: with mnemonic 'Overwrite'
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - matched Button with text "Overwrite", using matcher: with style 'SWT.PUSH'
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - matched Button with text "Overwrite", using matcher: (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - Clicking on Overwrite
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite} time=1186695320 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')
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite} time=1186695321 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')
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite} time=1186695321 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite} time=1186695321 data=null} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite} time=1186695321 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')
02:33:11 [2019-07-31T06:33:11.096Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite} time=1186695321 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')
02:33:11 [2019-07-31T06:33:11.354Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite} time=1186695322 data=null item=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')
02:33:11 [2019-07-31T06:33:11.919Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186694906 data=null item=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')
02:33:11 [2019-07-31T06:33:11.919Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186694335 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Clicked on 
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186696209 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186696209 data=null doit=true} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186696209 data=null} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186696209 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186696209 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186696229 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186696230 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186696230 data=null doit=true} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186696230 data=null} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186696231 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186696231 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186696295 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:12 [2019-07-31T06:33:12.176Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186696299 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186696300 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186696300 data=null} to TreeItem with text {Traces [6]}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186696301 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186696301 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]}
02:33:12 [2019-07-31T06:33:12.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186696313 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:12 [2019-07-31T06:33:12.176Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:12 [2019-07-31T06:33:12.434Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:12 [2019-07-31T06:33:12.434Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:12 [2019-07-31T06:33:12.434Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696606 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.434Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186696606 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.434Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186696606 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.434Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696606 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.434Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186696607 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}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696696 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:12 [2019-07-31T06:33:12.692Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696703 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186696703 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186696704 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696704 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186696704 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}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696717 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696717 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186696718 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186696718 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696719 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186696719 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}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696724 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696725 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696725 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:33:12 [2019-07-31T06:33:12.692Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186696725 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}
02:33:13 [2019-07-31T06:33:13.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186696903 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:33:13 [2019-07-31T06:33:13.258Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186697402 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:13 [2019-07-31T06:33:13.258Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186697407 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:13 [2019-07-31T06:33:13.258Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186697407 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:13 [2019-07-31T06:33:13.258Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:33:13 [2019-07-31T06:33:13.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:13 [2019-07-31T06:33:13.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:13 [2019-07-31T06:33:13.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:13 [2019-07-31T06:33:13.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:13 [2019-07-31T06:33:13.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:13 [2019-07-31T06:33:13.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - Attempting to set focus on Table with text {}
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186698414 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186698414 data=null doit=true} to TableItem with text {}
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186698415 data=null} to TableItem with text {}
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186698415 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186698424 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186698448 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:14 [2019-07-31T06:33:14.333Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:14 [2019-07-31T06:33:14.589Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:14 [2019-07-31T06:33:14.589Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:14 [2019-07-31T06:33:14.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186698836 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:14 [2019-07-31T06:33:14.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186698836 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:14 [2019-07-31T06:33:14.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186698837 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186698837 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186698879 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}
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186698889 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:14 [2019-07-31T06:33:14.855Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186699106 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186699107 data=null doit=true} to Tree node with text: ExampleCustomTxt.log
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186699107 data=null} to Tree node with text: ExampleCustomTxt.log
02:33:14 [2019-07-31T06:33:14.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186699107 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186699108 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
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186699113 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:15 [2019-07-31T06:33:15.111Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186699121 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186699126 data=null doit=true} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186699126 data=null} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186699126 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186699127 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186699216 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186699218 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186699218 data=null doit=true} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186699218 data=null} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186699219 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186699219 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186699226 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.111Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186699228 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186699228 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186699228 data=null} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186699228 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186699228 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]}
02:33:15 [2019-07-31T06:33:15.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186699300 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.111Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186699515 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186699515 data=null doit=true} to Tree node with text: ExampleCustomXml.xml
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186699515 data=null} to Tree node with text: ExampleCustomXml.xml
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186699516 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186699516 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
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186699549 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:15 [2019-07-31T06:33:15.368Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186699560 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186699560 data=null doit=true} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186699560 data=null} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186699561 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186699561 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186699611 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186699612 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186699612 data=null doit=true} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186699612 data=null} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186699613 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.368Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186699613 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186699623 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:15 [2019-07-31T06:33:15.626Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186699624 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186699624 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186699624 data=null} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186699625 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186699625 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]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186699645 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186699646 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186699646 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186699646 data=null} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186699647 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186699647 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]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186699651 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:15 [2019-07-31T06:33:15.626Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186700065 data=null doit=true} to Shell with text {Trace Import}
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:15 [2019-07-31T06:33:15.883Z] 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')
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186700122 data=null} to (of type 'Combo')
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:15 [2019-07-31T06:33:15.883Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186700155 data=null doit=true} to TreeItem with text {import}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186700155 data=null} to TreeItem with text {import}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186700155 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186700156 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}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186700164 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186700165 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186700165 data=null doit=true} to TreeItem with text {import}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186700166 data=null} to TreeItem with text {import}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186700166 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186700166 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}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186700166 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Setting state to checked on: ExampleCustomXml.xml
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186700181 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:'))
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:16 [2019-07-31T06:33:16.142Z] 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@3eb60a78
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186700185 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186700186 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186700186 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186700186 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186700186 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186700186 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186700187 data=null item=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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186700187 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186700187 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186700187 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186700188 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186700188 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:16 [2019-07-31T06:33:16.142Z] 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:16 [2019-07-31T06:33:16.142Z] 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] 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')
02:33:16 [2019-07-31T06:33:16.142Z] 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.
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Clicking on &Finish
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186700215 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186700215 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186700215 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186700215 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186700215 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')
02:33:16 [2019-07-31T06:33:16.142Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186700216 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')
02:33:16 [2019-07-31T06:33:16.400Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:16 [2019-07-31T06:33:16.400Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:16 [2019-07-31T06:33:16.400Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:16 [2019-07-31T06:33:16.400Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:16 [2019-07-31T06:33:16.400Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - Clicked on &Finish
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186700446 data=null doit=true} to Shell with text {Confirmation}
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - matched Button with text "Overwrite", using matcher: with mnemonic 'Overwrite'
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - matched Button with text "Overwrite", using matcher: with style 'SWT.PUSH'
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - matched Button with text "Overwrite", using matcher: (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - Clicking on Overwrite
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite} time=1186700447 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')
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite} time=1186700447 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')
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite} time=1186700447 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite} time=1186700461 data=null} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite} time=1186700461 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')
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite} time=1186700461 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')
02:33:16 [2019-07-31T06:33:16.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite} time=1186700461 data=null item=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')
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186700216 data=null item=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')
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186699719 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - Clicked on 
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186701211 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186701212 data=null doit=true} to TreeItem with text {test}
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186701212 data=null} to TreeItem with text {test}
02:33:16 [2019-07-31T06:33:16.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186701212 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186701212 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186701291 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186701292 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186701292 data=null doit=true} to TreeItem with text {test}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186701293 data=null} to TreeItem with text {test}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186701293 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186701293 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186701306 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:17 [2019-07-31T06:33:17.220Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186701307 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186701307 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186701307 data=null} to TreeItem with text {Traces [6]}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186701308 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186701308 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]}
02:33:17 [2019-07-31T06:33:17.220Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186701318 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:17 [2019-07-31T06:33:17.220Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:17 [2019-07-31T06:33:17.477Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:17 [2019-07-31T06:33:17.477Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:17 [2019-07-31T06:33:17.477Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701652 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.477Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186701652 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.477Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186701652 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.477Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701653 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.477Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186701653 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}
02:33:17 [2019-07-31T06:33:17.477Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701728 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.477Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:17 [2019-07-31T06:33:17.477Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:17 [2019-07-31T06:33:17.477Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:17 [2019-07-31T06:33:17.736Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701732 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186701732 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186701733 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701733 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186701733 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}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701738 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701739 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186701739 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186701739 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701739 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186701786 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}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701793 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701794 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701803 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:33:17 [2019-07-31T06:33:17.736Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186701803 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}
02:33:18 [2019-07-31T06:33:18.300Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186701925 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:33:18 [2019-07-31T06:33:18.300Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186702341 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:18 [2019-07-31T06:33:18.300Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186702341 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:18 [2019-07-31T06:33:18.300Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186702341 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:18 [2019-07-31T06:33:18.300Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:33:18 [2019-07-31T06:33:18.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:18 [2019-07-31T06:33:18.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:18 [2019-07-31T06:33:18.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:18 [2019-07-31T06:33:18.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:18 [2019-07-31T06:33:18.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:18 [2019-07-31T06:33:18.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - Attempting to set focus on Table with text {}
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186703381 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186703382 data=null doit=true} to TableItem with text {}
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186703382 data=null} to TableItem with text {}
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186703382 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186703383 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186703410 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:19 [2019-07-31T06:33:19.230Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186703592 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186703592 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186703592 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186703593 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186703593 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}
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186703600 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:19 [2019-07-31T06:33:19.487Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:19 [2019-07-31T06:33:19.487Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186703816 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186703816 data=null doit=true} to Tree node with text: ExampleCustomXml.xml
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186703816 data=null} to Tree node with text: ExampleCustomXml.xml
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186703817 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186703817 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
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186703826 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:19 [2019-07-31T06:33:19.743Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186703908 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186703908 data=null doit=true} to TreeItem with text {test}
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186703908 data=null} to TreeItem with text {test}
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186703909 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:19 [2019-07-31T06:33:19.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186703909 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186703997 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186703998 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186703999 data=null doit=true} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186703999 data=null} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186703999 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186704000 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186704008 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.001Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186704009 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186704009 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186704010 data=null} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186704010 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186704010 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]}
02:33:20 [2019-07-31T06:33:20.001Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186704029 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.001Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186704361 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186704362 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186704362 data=null} to Tree node with text: kernel-overlap-testing
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186704363 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186704363 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
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186704423 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:20 [2019-07-31T06:33:20.258Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186704431 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186704431 data=null doit=true} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186704431 data=null} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186704431 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186704432 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186704520 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186704522 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186704522 data=null doit=true} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186704522 data=null} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186704523 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186704523 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186704541 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:20 [2019-07-31T06:33:20.515Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186704543 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186704543 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186704543 data=null} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186704543 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186704543 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]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186704608 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186704609 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186704609 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186704610 data=null} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186704610 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186704610 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]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186704616 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:20 [2019-07-31T06:33:20.515Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186705140 data=null doit=true} to Shell with text {Trace Import}
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:21 [2019-07-31T06:33:21.080Z] 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186705155 data=null} to (of type 'Combo')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186705198 data=null doit=true} to TreeItem with text {import}
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186705198 data=null} to TreeItem with text {import}
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186705199 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186705199 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}
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186705202 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186705204 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186705204 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186705204 data=null} to Tree node with text: kernel-overlap-testing
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186705204 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186705205 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
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186705207 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186705223 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:'))
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:21 [2019-07-31T06:33:21.080Z] 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@269e214
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186705226 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186705227 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186705227 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186705227 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186705227 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186705227 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186705227 data=null item=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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186705228 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186705228 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186705228 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186705228 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186705228 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:21 [2019-07-31T06:33:21.080Z] 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:21 [2019-07-31T06:33:21.080Z] 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] 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')
02:33:21 [2019-07-31T06:33:21.080Z] 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.
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Clicking on &Finish
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186705244 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186705245 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186705245 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186705245 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186705245 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')
02:33:21 [2019-07-31T06:33:21.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186705245 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')
02:33:21 [2019-07-31T06:33:21.648Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:21 [2019-07-31T06:33:21.648Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:21 [2019-07-31T06:33:21.648Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:21 [2019-07-31T06:33:21.648Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:21 [2019-07-31T06:33:21.648Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - Clicked on &Finish
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186705674 data=null doit=true} to Shell with text {Confirmation}
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - matched Button with text "Overwrite", using matcher: with mnemonic 'Overwrite'
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - matched Button with text "Overwrite", using matcher: with style 'SWT.PUSH'
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - matched Button with text "Overwrite", using matcher: (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - Clicking on Overwrite
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite} time=1186705675 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')
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite} time=1186705675 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')
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite} time=1186705675 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite} time=1186705675 data=null} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite} time=1186705713 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')
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite} time=1186705713 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')
02:33:21 [2019-07-31T06:33:21.648Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite} time=1186705713 data=null item=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')
02:33:21 [2019-07-31T06:33:21.904Z] DEBUG - Clicked on 
02:33:22 [2019-07-31T06:33:22.160Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186705245 data=null item=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')
02:33:22 [2019-07-31T06:33:22.160Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186704715 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186706629 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186706629 data=null doit=true} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186706629 data=null} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186706630 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186706630 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186706648 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186706649 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186706649 data=null doit=true} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186706650 data=null} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186706650 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186706650 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186706664 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:22 [2019-07-31T06:33:22.673Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:22 [2019-07-31T06:33:22.673Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:22 [2019-07-31T06:33:22.673Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186706689 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:22 [2019-07-31T06:33:22.673Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186706689 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:22 [2019-07-31T06:33:22.673Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186706690 data=null} to TreeItem with text {Traces [6]}
02:33:22 [2019-07-31T06:33:22.673Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186706691 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:22 [2019-07-31T06:33:22.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186706691 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]}
02:33:22 [2019-07-31T06:33:22.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186706718 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:22 [2019-07-31T06:33:22.673Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:22 [2019-07-31T06:33:22.931Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:22 [2019-07-31T06:33:22.931Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707206 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186707207 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186707207 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707207 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186707208 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}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707254 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:23 [2019-07-31T06:33:23.729Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707281 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186707281 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186707282 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707282 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186707283 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}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707305 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707306 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186707306 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186707306 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707307 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186707307 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}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707318 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707319 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707319 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:33:23 [2019-07-31T06:33:23.729Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186707320 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}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186707431 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186708332 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186708470 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186708470 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Attempting to set focus on Table with text {}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186708474 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186708474 data=null doit=true} to TableItem with text {}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186708474 data=null} to TableItem with text {}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186708474 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186708475 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186708506 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:24 [2019-07-31T06:33:24.300Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186709438 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186709439 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186709439 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186709439 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186709440 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}
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186709445 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:25 [2019-07-31T06:33:25.233Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:25 [2019-07-31T06:33:25.233Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186709777 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186709777 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186709777 data=null} to Tree node with text: kernel-overlap-testing
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186709829 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186709830 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
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186709835 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:25 [2019-07-31T06:33:25.797Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186709843 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186709843 data=null doit=true} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186709843 data=null} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186709844 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186709848 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186709894 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186709895 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186709896 data=null doit=true} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186709896 data=null} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186709896 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186709896 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186709904 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:25 [2019-07-31T06:33:25.797Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186709905 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186709905 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186709905 data=null} to TreeItem with text {Traces [6]}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186709906 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186709906 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]}
02:33:25 [2019-07-31T06:33:25.797Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186709921 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:25 [2019-07-31T06:33:25.797Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186710415 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186710416 data=null doit=true} to Tree node with text: ExampleCustomTxt.log
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186710416 data=null} to Tree node with text: ExampleCustomTxt.log
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186710416 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186710417 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
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186710490 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:26 [2019-07-31T06:33:26.360Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186710506 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186710506 data=null doit=true} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186710506 data=null} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186710507 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186710509 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186710587 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186710589 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186710590 data=null doit=true} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186710590 data=null} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186710590 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186710590 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186710598 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:26 [2019-07-31T06:33:26.360Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186710605 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186710605 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186710605 data=null} to TreeItem with text {Traces [6]}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186710606 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:26 [2019-07-31T06:33:26.360Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186710606 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]}
02:33:26 [2019-07-31T06:33:26.617Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186710628 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:26 [2019-07-31T06:33:26.617Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:26 [2019-07-31T06:33:26.617Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186710630 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:26 [2019-07-31T06:33:26.617Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186710630 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:26 [2019-07-31T06:33:26.617Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186710630 data=null} to TreeItem with text {Traces [6]}
02:33:26 [2019-07-31T06:33:26.617Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186710631 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:26 [2019-07-31T06:33:26.617Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186710631 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]}
02:33:26 [2019-07-31T06:33:26.617Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186710686 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:26 [2019-07-31T06:33:26.617Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:26 [2019-07-31T06:33:26.617Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186711252 data=null doit=true} to Shell with text {Trace Import}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:27 [2019-07-31T06:33:27.181Z] 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186711312 data=null} to (of type 'Combo')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186711347 data=null doit=true} to TreeItem with text {import}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186711347 data=null} to TreeItem with text {import}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186711347 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186711351 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}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186711354 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186711355 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186711355 data=null doit=true} to TreeItem with text {import}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186711355 data=null} to TreeItem with text {import}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186711355 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186711355 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}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186711356 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186711382 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:'))
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:27 [2019-07-31T06:33:27.181Z] 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@6da51e86
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186711395 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186711396 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186711396 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186711396 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186711396 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186711397 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186711397 data=null item=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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186711397 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186711399 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186711399 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186711399 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186711406 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:27 [2019-07-31T06:33:27.181Z] 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:27 [2019-07-31T06:33:27.181Z] 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] 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')
02:33:27 [2019-07-31T06:33:27.181Z] 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.
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Clicking on &Finish
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186711428 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186711428 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186711428 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186711428 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186711429 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')
02:33:27 [2019-07-31T06:33:27.181Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186711429 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')
02:33:27 [2019-07-31T06:33:27.751Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:27 [2019-07-31T06:33:27.751Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:27 [2019-07-31T06:33:27.751Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:27 [2019-07-31T06:33:27.751Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:27 [2019-07-31T06:33:27.751Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - Clicked on &Finish
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186711725 data=null doit=true} to Shell with text {Confirmation}
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - matched Button with text "Skip", using matcher: with mnemonic 'Skip'
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - matched Button with text "Skip", using matcher: with style 'SWT.PUSH'
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - matched Button with text "Skip", using matcher: (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - Clicking on Skip
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip} time=1186711741 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')
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip} time=1186711741 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')
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip} time=1186711741 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip} time=1186711741 data=null} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip} time=1186711741 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')
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip} time=1186711741 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')
02:33:27 [2019-07-31T06:33:27.751Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip} time=1186711741 data=null item=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')
02:33:28 [2019-07-31T06:33:28.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186711429 data=null item=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')
02:33:28 [2019-07-31T06:33:28.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186710730 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Clicked on 
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186712313 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186712313 data=null doit=true} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186712313 data=null} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186712314 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186712314 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186712370 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186712371 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186712372 data=null doit=true} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186712372 data=null} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186712372 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186712372 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186712379 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:28 [2019-07-31T06:33:28.264Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186712382 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186712390 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186712390 data=null} to TreeItem with text {Traces [6]}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186712390 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186712391 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]}
02:33:28 [2019-07-31T06:33:28.264Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186712415 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:28 [2019-07-31T06:33:28.264Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186712896 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186712896 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186712897 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186712897 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186712897 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}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186712942 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:28 [2019-07-31T06:33:28.830Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186712947 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186712947 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186712948 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186712948 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186712949 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}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186712961 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186712962 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186712962 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186712962 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186712963 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186712963 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}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186712967 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186712967 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:33:28 [2019-07-31T06:33:28.830Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186712968 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186712968 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}
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186713320 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186713322 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186713322 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186713323 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - Attempting to set focus on Table with text {}
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186713326 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186713326 data=null doit=true} to TableItem with text {}
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186713327 data=null} to TableItem with text {}
02:33:29 [2019-07-31T06:33:29.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186713327 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:29 [2019-07-31T06:33:29.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186713335 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:29 [2019-07-31T06:33:29.351Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186713393 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:29 [2019-07-31T06:33:29.351Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:29 [2019-07-31T06:33:29.351Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:29 [2019-07-31T06:33:29.351Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:29 [2019-07-31T06:33:29.351Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186713684 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186713686 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186713687 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186713688 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186713688 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}
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186713714 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:29 [2019-07-31T06:33:29.608Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:29 [2019-07-31T06:33:29.608Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186713939 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186713939 data=null doit=true} to Tree node with text: ExampleCustomTxt.log
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186713940 data=null} to Tree node with text: ExampleCustomTxt.log
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186713979 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186713980 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
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186713989 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:29 [2019-07-31T06:33:29.865Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186714009 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186714009 data=null doit=true} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186714009 data=null} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186714010 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186714010 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186714046 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186714047 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186714047 data=null doit=true} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186714047 data=null} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186714048 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186714048 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186714104 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:29 [2019-07-31T06:33:29.865Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186714106 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186714106 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186714106 data=null} to TreeItem with text {Traces [6]}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186714106 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:29 [2019-07-31T06:33:29.865Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186714107 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]}
02:33:30 [2019-07-31T06:33:30.121Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186714132 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:30 [2019-07-31T06:33:30.121Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:30 [2019-07-31T06:33:30.121Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:30 [2019-07-31T06:33:30.121Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186714405 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186714406 data=null doit=true} to Tree node with text: ExampleCustomXml.xml
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186714406 data=null} to Tree node with text: ExampleCustomXml.xml
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186714406 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186714406 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
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186714448 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:30 [2019-07-31T06:33:30.378Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186714456 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186714457 data=null doit=true} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186714457 data=null} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186714457 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186714457 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186714508 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186714509 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186714509 data=null doit=true} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186714509 data=null} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186714510 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186714510 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186714517 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:30 [2019-07-31T06:33:30.378Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186714519 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186714519 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186714519 data=null} to TreeItem with text {Traces [6]}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186714519 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186714519 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]}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186714536 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186714537 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186714537 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186714537 data=null} to TreeItem with text {Traces [6]}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186714537 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186714537 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]}
02:33:30 [2019-07-31T06:33:30.378Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186714602 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:30 [2019-07-31T06:33:30.635Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:30 [2019-07-31T06:33:30.635Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186714932 data=null doit=true} to Shell with text {Trace Import}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:30 [2019-07-31T06:33:30.893Z] 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186714983 data=null} to (of type 'Combo')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186715017 data=null doit=true} to TreeItem with text {import}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186715017 data=null} to TreeItem with text {import}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186715017 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186715017 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}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186715026 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186715027 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186715027 data=null doit=true} to TreeItem with text {import}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186715027 data=null} to TreeItem with text {import}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186715028 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186715028 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}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186715029 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Setting state to checked on: ExampleCustomXml.xml
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186715044 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:'))
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:30 [2019-07-31T06:33:30.893Z] 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@1e4c64e
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186715047 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186715047 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186715047 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186715047 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186715047 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186715048 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186715048 data=null item=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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186715048 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186715048 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186715048 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186715048 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186715048 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:30 [2019-07-31T06:33:30.893Z] 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:30 [2019-07-31T06:33:30.893Z] 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] 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')
02:33:30 [2019-07-31T06:33:30.893Z] 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.
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Clicking on &Finish
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186715066 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186715067 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186715067 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186715067 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186715067 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')
02:33:30 [2019-07-31T06:33:30.893Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186715067 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')
02:33:31 [2019-07-31T06:33:31.150Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:31 [2019-07-31T06:33:31.150Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:31 [2019-07-31T06:33:31.150Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:31 [2019-07-31T06:33:31.150Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:31 [2019-07-31T06:33:31.150Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - Clicked on &Finish
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186715349 data=null doit=true} to Shell with text {Confirmation}
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - matched Button with text "Skip", using matcher: with mnemonic 'Skip'
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - matched Button with text "Skip", using matcher: with style 'SWT.PUSH'
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - matched Button with text "Skip", using matcher: (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - Clicking on Skip
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip} time=1186715362 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')
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip} time=1186715363 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')
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip} time=1186715363 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip} time=1186715363 data=null} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip} time=1186715363 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')
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip} time=1186715363 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')
02:33:31 [2019-07-31T06:33:31.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip} time=1186715363 data=null item=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')
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186715067 data=null item=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')
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186714640 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - Clicked on 
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186715938 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186715939 data=null doit=true} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186715939 data=null} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.713Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186715939 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186715939 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186716010 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186716011 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186716011 data=null doit=true} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186716011 data=null} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186716012 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186716012 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186716026 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:31 [2019-07-31T06:33:31.970Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186716027 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186716027 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186716027 data=null} to TreeItem with text {Traces [6]}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186716027 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186716027 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]}
02:33:31 [2019-07-31T06:33:31.970Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186716086 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:31 [2019-07-31T06:33:31.970Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716572 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186716572 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186716572 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716573 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186716573 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}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716613 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:32 [2019-07-31T06:33:32.537Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716617 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186716617 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186716617 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716617 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186716617 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}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716622 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716622 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186716623 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186716623 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716623 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186716623 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}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716627 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716627 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.537Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716627 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186716633 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}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716869 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186716870 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186716871 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186716871 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Attempting to set focus on Table with text {}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186716873 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186716874 data=null doit=true} to TableItem with text {}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186716874 data=null} to TableItem with text {}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186716874 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186716874 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186716876 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186717011 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186717012 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186717012 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186717012 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186717013 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}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186717017 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:32 [2019-07-31T06:33:32.795Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:32 [2019-07-31T06:33:32.795Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186717080 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186717124 data=null doit=true} to Tree node with text: ExampleCustomXml.xml
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186717124 data=null} to Tree node with text: ExampleCustomXml.xml
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186717125 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186717125 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
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186717130 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:33 [2019-07-31T06:33:33.053Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186717135 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186717136 data=null doit=true} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186717136 data=null} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186717136 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186717136 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186717196 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186717197 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186717197 data=null doit=true} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186717198 data=null} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186717199 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186717199 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186717209 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.053Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186717211 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186717211 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186717211 data=null} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186717211 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186717212 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]}
02:33:33 [2019-07-31T06:33:33.053Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186717221 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.053Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186717500 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186717500 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186717500 data=null} to Tree node with text: kernel-overlap-testing
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186717501 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186717501 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
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186717546 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:33 [2019-07-31T06:33:33.311Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186717553 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186717553 data=null doit=true} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186717554 data=null} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186717554 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186717554 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186717591 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186717594 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186717595 data=null doit=true} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186717595 data=null} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186717596 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186717596 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186717607 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:33 [2019-07-31T06:33:33.570Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186717609 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186717609 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186717609 data=null} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186717610 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186717610 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]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186717624 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186717625 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186717625 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186717625 data=null} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186717625 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186717625 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]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186717629 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:33 [2019-07-31T06:33:33.570Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186717955 data=null doit=true} to Shell with text {Trace Import}
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:34 [2019-07-31T06:33:34.232Z] 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')
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.232Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186718002 data=null} to (of type 'Combo')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186718037 data=null doit=true} to TreeItem with text {import}
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186718037 data=null} to TreeItem with text {import}
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186718038 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186718038 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}
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186718046 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186718047 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186718047 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186718047 data=null} to Tree node with text: kernel-overlap-testing
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186718048 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186718048 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
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186718050 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186718065 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:'))
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:34 [2019-07-31T06:33:34.233Z] 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@1c5a561e
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186718067 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186718067 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186718067 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186718067 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186718067 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186718067 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186718067 data=null item=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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186718068 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186718068 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186718068 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186718068 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186718068 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:34 [2019-07-31T06:33:34.233Z] 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:34 [2019-07-31T06:33:34.233Z] 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] 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')
02:33:34 [2019-07-31T06:33:34.233Z] 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.
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Clicking on &Finish
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186718102 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186718102 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186718102 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186718102 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186718102 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186718102 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')
02:33:34 [2019-07-31T06:33:34.233Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:34 [2019-07-31T06:33:34.233Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:34 [2019-07-31T06:33:34.233Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:34 [2019-07-31T06:33:34.233Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:34 [2019-07-31T06:33:34.233Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Clicked on &Finish
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186718449 data=null doit=true} to Shell with text {Confirmation}
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Skip", using matcher: with mnemonic 'Skip'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Skip", using matcher: with style 'SWT.PUSH'
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - matched Button with text "Skip", using matcher: (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Clicking on Skip
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip} time=1186718465 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip} time=1186718465 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip} time=1186718465 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip} time=1186718466 data=null} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip} time=1186718466 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')
02:33:34 [2019-07-31T06:33:34.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip} time=1186718466 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')
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip} time=1186718466 data=null item=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')
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186718103 data=null item=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')
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186717673 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Clicked on 
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186718718 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186718718 data=null doit=true} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186718718 data=null} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186718719 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186718719 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186718758 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186718759 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186718770 data=null doit=true} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186718771 data=null} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186718771 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186718796 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186718823 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:34 [2019-07-31T06:33:34.787Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186718825 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186718825 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186718825 data=null} to TreeItem with text {Traces [6]}
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186718825 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186718825 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]}
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186718878 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:34 [2019-07-31T06:33:34.787Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:34 [2019-07-31T06:33:34.787Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719054 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186719054 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186719054 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719055 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186719055 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}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719123 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:35 [2019-07-31T06:33:35.046Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719128 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186719129 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186719129 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719129 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186719129 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}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719134 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719134 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186719135 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186719135 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719135 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186719135 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}
02:33:35 [2019-07-31T06:33:35.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719149 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.047Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719149 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.047Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719149 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.047Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186719150 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}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719245 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719404 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186719404 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186719404 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Attempting to set focus on Table with text {}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186719408 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186719416 data=null doit=true} to TableItem with text {}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186719416 data=null} to TableItem with text {}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186719416 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186719417 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186719419 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:35 [2019-07-31T06:33:35.304Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719623 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186719623 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186719623 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719624 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186719624 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}
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719632 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:35 [2019-07-31T06:33:35.560Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719742 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186719743 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186719743 data=null} to Tree node with text: kernel-overlap-testing
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719743 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186719744 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
02:33:35 [2019-07-31T06:33:35.560Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186719748 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:35 [2019-07-31T06:33:35.561Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186719756 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186719756 data=null doit=true} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186719756 data=null} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186719756 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186719756 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186719801 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186719802 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186719802 data=null doit=true} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186719802 data=null} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.561Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186719803 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.817Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186719811 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.817Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186719824 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:35 [2019-07-31T06:33:35.817Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:35 [2019-07-31T06:33:35.817Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:35 [2019-07-31T06:33:35.817Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186719826 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:35 [2019-07-31T06:33:35.817Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186719826 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:35 [2019-07-31T06:33:35.817Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186719826 data=null} to TreeItem with text {Traces [6]}
02:33:35 [2019-07-31T06:33:35.817Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186719827 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:35 [2019-07-31T06:33:35.817Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186719827 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]}
02:33:35 [2019-07-31T06:33:35.817Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186719848 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:35 [2019-07-31T06:33:35.817Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186720246 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186720246 data=null doit=true} to Tree node with text: ExampleCustomTxt.log
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186720246 data=null} to Tree node with text: ExampleCustomTxt.log
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186720247 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186720247 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
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186720284 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:36 [2019-07-31T06:33:36.074Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186720294 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186720294 data=null doit=true} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186720294 data=null} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186720295 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.074Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186720295 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186720334 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186720336 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186720336 data=null doit=true} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186720336 data=null} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186720336 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186720337 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186720348 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:36 [2019-07-31T06:33:36.331Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186720350 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186720350 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186720350 data=null} to TreeItem with text {Traces [6]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186720350 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186720350 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]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186720361 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186720391 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186720391 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186720391 data=null} to TreeItem with text {Traces [6]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186720392 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186720392 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]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186720400 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:36 [2019-07-31T06:33:36.331Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186720819 data=null doit=true} to Shell with text {Trace Import}
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:36 [2019-07-31T06:33:36.589Z] 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')
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186720824 data=null} to (of type 'Combo')
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:36 [2019-07-31T06:33:36.589Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186720854 data=null doit=true} to TreeItem with text {import}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186720854 data=null} to TreeItem with text {import}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186720855 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186720855 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}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186720864 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186720865 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186720865 data=null doit=true} to TreeItem with text {import}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186720865 data=null} to TreeItem with text {import}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186720865 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186720865 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}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186720866 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186720881 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:'))
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:36 [2019-07-31T06:33:36.848Z] 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')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@79237865
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186720886 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')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186720887 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')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186720887 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186720888 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186720888 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')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186720888 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')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186720889 data=null item=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')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186720889 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')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186720890 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')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186720890 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')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186720890 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186720891 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.848Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:36 [2019-07-31T06:33:36.849Z] 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@53b17c1f
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite existing trace without warning} time=1186720906 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=1186720906 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite existing trace without warning} time=1186720906 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite existing trace without warning} time=1186720907 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite existing trace without warning} time=1186720907 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite existing trace without warning} time=1186720907 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite existing trace without warning} time=1186720907 data=null item=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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Overwrite existing trace without warning} time=1186720907 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=1186720907 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Overwrite existing trace without warning} time=1186720907 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Overwrite existing trace without warning} time=1186720907 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Overwrite existing trace without warning} time=1186720907 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:36 [2019-07-31T06:33:36.849Z] 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] 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')
02:33:36 [2019-07-31T06:33:36.849Z] 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.
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Clicking on &Finish
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186720918 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186720918 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186720919 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186720919 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186720919 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')
02:33:36 [2019-07-31T06:33:36.849Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186720919 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')
02:33:37 [2019-07-31T06:33:37.107Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:37 [2019-07-31T06:33:37.364Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186720919 data=null item=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')
02:33:37 [2019-07-31T06:33:37.364Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186720486 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Clicked on 
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186721657 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186721657 data=null doit=true} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186721657 data=null} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186721658 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186721658 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186721692 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186721693 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186721694 data=null doit=true} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186721694 data=null} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186721694 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186721694 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186721715 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:37 [2019-07-31T06:33:37.621Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186721716 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186721717 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186721717 data=null} to TreeItem with text {Traces [6]}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186721717 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186721717 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]}
02:33:37 [2019-07-31T06:33:37.621Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186721728 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:37 [2019-07-31T06:33:37.621Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722215 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186722215 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186722215 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722216 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186722216 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}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722252 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:38 [2019-07-31T06:33:38.185Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722256 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186722256 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186722256 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722257 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186722257 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}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722262 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722262 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186722263 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186722263 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722263 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186722263 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}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722273 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722273 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722273 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.185Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186722273 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}
02:33:38 [2019-07-31T06:33:38.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722363 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.442Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186722615 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.442Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186722615 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.442Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186722615 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.442Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:33:38 [2019-07-31T06:33:38.442Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:38 [2019-07-31T06:33:38.442Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:38 [2019-07-31T06:33:38.442Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:38 [2019-07-31T06:33:38.442Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:38 [2019-07-31T06:33:38.442Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:38 [2019-07-31T06:33:38.442Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Attempting to set focus on Table with text {}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186723707 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186723707 data=null doit=true} to TableItem with text {}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186723745 data=null} to TableItem with text {}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186723745 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186723746 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186723752 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186723935 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186723936 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186723936 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186723937 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186723937 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}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186723942 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:39 [2019-07-31T06:33:39.812Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186724055 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to Tree node with text: ExampleCustomTxt.log
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186724055 data=null doit=true} to Tree node with text: ExampleCustomTxt.log
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186724056 data=null} to Tree node with text: ExampleCustomTxt.log
02:33:39 [2019-07-31T06:33:39.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186724056 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186724057 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
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186724091 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to Tree node with text: ExampleCustomTxt.log
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:40 [2019-07-31T06:33:40.069Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186724106 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186724106 data=null doit=true} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186724106 data=null} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186724106 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186724106 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186724136 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186724137 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186724138 data=null doit=true} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186724138 data=null} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186724138 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186724138 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186724148 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.069Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186724149 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186724149 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186724149 data=null} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186724149 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186724149 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]}
02:33:40 [2019-07-31T06:33:40.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186724180 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.069Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:40 [2019-07-31T06:33:40.642Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:40 [2019-07-31T06:33:40.642Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186724653 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186724654 data=null doit=true} to Tree node with text: ExampleCustomXml.xml
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186724654 data=null} to Tree node with text: ExampleCustomXml.xml
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186724654 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186724655 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
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186724691 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:40 [2019-07-31T06:33:40.643Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186724699 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186724699 data=null doit=true} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186724700 data=null} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186724700 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186724700 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186724734 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186724735 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186724735 data=null doit=true} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186724735 data=null} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186724735 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186724736 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186724742 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:40 [2019-07-31T06:33:40.643Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186724743 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186724743 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186724743 data=null} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186724744 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186724744 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]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186724786 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186724787 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186724787 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186724787 data=null} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186724789 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186724789 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]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186724799 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:40 [2019-07-31T06:33:40.643Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186725406 data=null doit=true} to Shell with text {Trace Import}
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:41 [2019-07-31T06:33:41.207Z] 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')
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186725415 data=null} to (of type 'Combo')
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186725446 data=null doit=true} to TreeItem with text {import}
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186725446 data=null} to TreeItem with text {import}
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186725447 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:41 [2019-07-31T06:33:41.207Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186725447 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}
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186725494 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186725501 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186725505 data=null doit=true} to TreeItem with text {import}
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186725505 data=null} to TreeItem with text {import}
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186725506 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186725506 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}
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186725507 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Setting state to checked on: ExampleCustomXml.xml
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186725517 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:'))
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:41 [2019-07-31T06:33:41.464Z] 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')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@45f0d8f5
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186725526 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')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186725526 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')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186725526 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186725526 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186725526 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')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186725526 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')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186725527 data=null item=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')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186725527 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')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186725527 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')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186725527 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')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186725527 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186725527 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.464Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:41 [2019-07-31T06:33:41.465Z] 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@204f4880
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite existing trace without warning} time=1186725533 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=1186725533 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite existing trace without warning} time=1186725533 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite existing trace without warning} time=1186725533 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite existing trace without warning} time=1186725533 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite existing trace without warning} time=1186725533 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite existing trace without warning} time=1186725534 data=null item=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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Overwrite existing trace without warning} time=1186725534 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=1186725534 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Overwrite existing trace without warning} time=1186725534 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Overwrite existing trace without warning} time=1186725534 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Overwrite existing trace without warning} time=1186725539 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:41 [2019-07-31T06:33:41.465Z] 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] 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')
02:33:41 [2019-07-31T06:33:41.465Z] 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.
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Clicking on &Finish
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186725545 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186725545 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186725545 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186725545 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186725546 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')
02:33:41 [2019-07-31T06:33:41.465Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186725546 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')
02:33:41 [2019-07-31T06:33:41.726Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186725546 data=null item=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')
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186724888 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - Clicked on 
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186726203 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186726203 data=null doit=true} to TreeItem with text {test}
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186726203 data=null} to TreeItem with text {test}
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186726204 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:41 [2019-07-31T06:33:41.983Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186726204 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:42 [2019-07-31T06:33:42.240Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186726239 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:42 [2019-07-31T06:33:42.240Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:42 [2019-07-31T06:33:42.240Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186726240 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:42 [2019-07-31T06:33:42.240Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186726240 data=null doit=true} to TreeItem with text {test}
02:33:42 [2019-07-31T06:33:42.240Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186726240 data=null} to TreeItem with text {test}
02:33:42 [2019-07-31T06:33:42.240Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186726241 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:42 [2019-07-31T06:33:42.240Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186726241 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:42 [2019-07-31T06:33:42.240Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186726251 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:42 [2019-07-31T06:33:42.241Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:42 [2019-07-31T06:33:42.241Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:42 [2019-07-31T06:33:42.241Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186726252 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:42 [2019-07-31T06:33:42.241Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186726252 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:42 [2019-07-31T06:33:42.241Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186726252 data=null} to TreeItem with text {Traces [6]}
02:33:42 [2019-07-31T06:33:42.241Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186726253 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:42 [2019-07-31T06:33:42.241Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186726253 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]}
02:33:42 [2019-07-31T06:33:42.241Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186726261 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:42 [2019-07-31T06:33:42.241Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:42 [2019-07-31T06:33:42.498Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:42 [2019-07-31T06:33:42.498Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:42 [2019-07-31T06:33:42.498Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186726745 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:42 [2019-07-31T06:33:42.498Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186726746 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:42 [2019-07-31T06:33:42.498Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186726746 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:42 [2019-07-31T06:33:42.498Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186726747 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:42 [2019-07-31T06:33:42.498Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186726747 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}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186726820 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:43 [2019-07-31T06:33:43.231Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186726825 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186726825 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186726825 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186726825 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186726825 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}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186726830 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186726831 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186726831 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186726831 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186726831 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186726832 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}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186726835 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186726885 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186726886 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186726887 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}
02:33:43 [2019-07-31T06:33:43.231Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186727008 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.583Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186727018 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.583Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186727401 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.583Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186727405 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.583Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:33:43 [2019-07-31T06:33:43.583Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:43 [2019-07-31T06:33:43.583Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:43 [2019-07-31T06:33:43.583Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:43 [2019-07-31T06:33:43.583Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:43 [2019-07-31T06:33:43.583Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:43 [2019-07-31T06:33:43.583Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Attempting to set focus on Table with text {}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186728410 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186728410 data=null doit=true} to TableItem with text {}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186728410 data=null} to TableItem with text {}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186728410 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186728411 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186728432 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186728630 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186728630 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186728631 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186728631 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:44 [2019-07-31T06:33:44.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186728631 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}
02:33:44 [2019-07-31T06:33:44.519Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186728654 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:33:44 [2019-07-31T06:33:44.519Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:44 [2019-07-31T06:33:44.519Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:44 [2019-07-31T06:33:44.519Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:44 [2019-07-31T06:33:44.519Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:44 [2019-07-31T06:33:44.519Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:44 [2019-07-31T06:33:44.519Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:44 [2019-07-31T06:33:44.519Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186728790 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to Tree node with text: ExampleCustomXml.xml
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186728790 data=null doit=true} to Tree node with text: ExampleCustomXml.xml
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186728791 data=null} to Tree node with text: ExampleCustomXml.xml
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186728791 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186728791 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
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186728798 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to Tree node with text: ExampleCustomXml.xml
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:44 [2019-07-31T06:33:44.776Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186728815 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186728815 data=null doit=true} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186728815 data=null} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186728816 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186728816 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186728851 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186728852 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186728852 data=null doit=true} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186728853 data=null} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186728853 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186728853 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186728859 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:44 [2019-07-31T06:33:44.776Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186728863 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186728863 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186728864 data=null} to TreeItem with text {Traces [6]}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186728864 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186728864 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]}
02:33:44 [2019-07-31T06:33:44.776Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186728878 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:44 [2019-07-31T06:33:44.776Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:45 [2019-07-31T06:33:45.033Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:45 [2019-07-31T06:33:45.033Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:45 [2019-07-31T06:33:45.033Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186729272 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing
02:33:45 [2019-07-31T06:33:45.033Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186729273 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:33:45 [2019-07-31T06:33:45.033Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186729273 data=null} to Tree node with text: kernel-overlap-testing
02:33:45 [2019-07-31T06:33:45.033Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186729273 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:45 [2019-07-31T06:33:45.033Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186729273 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
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186729337 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:45 [2019-07-31T06:33:45.290Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186729345 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186729345 data=null doit=true} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.290Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186729345 data=null} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186729346 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186729346 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186729390 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186729391 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186729391 data=null doit=true} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186729391 data=null} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186729392 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186729392 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186729403 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:45 [2019-07-31T06:33:45.291Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186729409 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186729410 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186729410 data=null} to TreeItem with text {Traces [6]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186729410 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186729410 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]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186729431 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186729433 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186729433 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186729433 data=null} to TreeItem with text {Traces [6]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186729433 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186729434 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]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186729483 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:45 [2019-07-31T06:33:45.291Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186729963 data=null doit=true} to Shell with text {Trace Import}
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:45 [2019-07-31T06:33:45.855Z] 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186729977 data=null} to (of type 'Combo')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186730018 data=null doit=true} to TreeItem with text {import}
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186730018 data=null} to TreeItem with text {import}
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186730019 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186730019 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}
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186730029 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186730030 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186730030 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186730030 data=null} to Tree node with text: kernel-overlap-testing
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186730030 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186730030 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
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186730033 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186730046 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:'))
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:45 [2019-07-31T06:33:45.855Z] 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@3072e7df
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1186730048 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186730049 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1186730049 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1186730049 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1186730049 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1186730049 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1186730049 data=null item=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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1186730049 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1186730049 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1186730050 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1186730050 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1186730050 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:45 [2019-07-31T06:33:45.855Z] 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@7018c412
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite existing trace without warning} time=1186730055 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=1186730055 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite existing trace without warning} time=1186730055 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite existing trace without warning} time=1186730055 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite existing trace without warning} time=1186730055 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite existing trace without warning} time=1186730055 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite existing trace without warning} time=1186730055 data=null item=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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Overwrite existing trace without warning} time=1186730055 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite existing trace without warning} time=1186730055 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Overwrite existing trace without warning} time=1186730055 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Overwrite existing trace without warning} time=1186730055 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Overwrite existing trace without warning} time=1186730055 data=null} to (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:45 [2019-07-31T06:33:45.855Z] 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] 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')
02:33:45 [2019-07-31T06:33:45.855Z] 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.
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Clicking on &Finish
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186730065 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186730065 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186730065 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186730065 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186730065 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')
02:33:45 [2019-07-31T06:33:45.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186730065 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')
02:33:46 [2019-07-31T06:33:46.418Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186730065 data=null item=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')
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186729530 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Clicked on 
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186730850 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186730850 data=null doit=true} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186730850 data=null} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186730851 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186730851 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186730915 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186730916 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186730916 data=null doit=true} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186730917 data=null} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186730917 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.675Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186730917 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.933Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186730931 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:46 [2019-07-31T06:33:46.933Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:46 [2019-07-31T06:33:46.933Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:46 [2019-07-31T06:33:46.933Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186730932 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:46 [2019-07-31T06:33:46.933Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186730932 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:46 [2019-07-31T06:33:46.933Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186730933 data=null} to TreeItem with text {Traces [6]}
02:33:46 [2019-07-31T06:33:46.933Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186730933 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:46 [2019-07-31T06:33:46.933Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186730933 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]}
02:33:46 [2019-07-31T06:33:46.933Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186730948 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:46 [2019-07-31T06:33:46.933Z] WARN - Tree item TreeItem with text {Traces [6]} is already expanded. Won't expand it again.
02:33:47 [2019-07-31T06:33:47.191Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:47 [2019-07-31T06:33:47.191Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:47 [2019-07-31T06:33:47.191Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731425 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.191Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186731426 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.191Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186731426 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731426 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186731427 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}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731466 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:47 [2019-07-31T06:33:47.449Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731469 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186731469 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186731469 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731469 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186731470 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}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731479 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731480 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186731488 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186731489 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731490 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186731490 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}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731497 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731503 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731504 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:33:47 [2019-07-31T06:33:47.449Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186731504 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}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186731574 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186732328 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186732430 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186732431 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Attempting to set focus on Table with text {}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186732435 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186732435 data=null doit=true} to TableItem with text {}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186732435 data=null} to TableItem with text {}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186732435 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186732436 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186732442 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:48 [2019-07-31T06:33:48.378Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186733551 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186733552 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186733552 data=null} to TreeItem with text {kernel-overlap-testing}
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186733552 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186733552 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}
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186733557 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:49 [2019-07-31T06:33:49.309Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:49 [2019-07-31T06:33:49.309Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186733947 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to Tree node with text: kernel-overlap-testing
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186733947 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186733947 data=null} to Tree node with text: kernel-overlap-testing
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186733948 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186733948 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
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186733953 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to Tree node with text: kernel-overlap-testing
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:49 [2019-07-31T06:33:49.872Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186733960 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186733960 data=null doit=true} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186733961 data=null} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186733961 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186733961 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186734007 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186734008 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186734009 data=null doit=true} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186734009 data=null} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186734009 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186734009 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186734020 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:49 [2019-07-31T06:33:49.872Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186734021 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186734021 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186734021 data=null} to TreeItem with text {Traces [6]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186734021 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186734021 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]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186734031 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [6]} time=1186734032 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [6]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [6]} time=1186734032 data=null doit=true} to TreeItem with text {Traces [6]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [6]} time=1186734032 data=null} to TreeItem with text {Traces [6]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [6]} time=1186734042 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186734043 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]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [6]} time=1186734048 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [6]}
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:49 [2019-07-31T06:33:49.872Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186734452 data=null doit=true} to Shell with text {Trace Import}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:50 [2019-07-31T06:33:50.436Z] 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')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186734458 data=null} to (of type 'Combo')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186734509 data=null doit=true} to TreeItem with text {import}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186734509 data=null} to TreeItem with text {import}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186734509 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186734510 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}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186734512 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186734513 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186734513 data=null doit=true} to TreeItem with text {import}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186734513 data=null} to TreeItem with text {import}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186734514 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186734514 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}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186734514 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Setting state to checked on: unrecognized.log
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186734533 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:'))
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:50 [2019-07-31T06:33:50.436Z] 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')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:50 [2019-07-31T06:33:50.436Z] 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')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:50 [2019-07-31T06:33:50.436Z] 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')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] 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')
02:33:50 [2019-07-31T06:33:50.436Z] 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.
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Clicking on &Finish
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186734552 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')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186734553 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')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186734553 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186734553 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186734553 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')
02:33:50 [2019-07-31T06:33:50.436Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186734553 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')
02:33:50 [2019-07-31T06:33:50.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:50 [2019-07-31T06:33:50.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:50 [2019-07-31T06:33:50.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:50 [2019-07-31T06:33:50.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:50 [2019-07-31T06:33:50.693Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:50 [2019-07-31T06:33:50.693Z] DEBUG - Clicked on &Finish
02:33:50 [2019-07-31T06:33:50.693Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186734553 data=null item=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')
02:33:50 [2019-07-31T06:33:50.693Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186734120 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186735406 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186735407 data=null doit=true} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186735407 data=null} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186735407 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186735410 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186735435 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186735436 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186735436 data=null doit=true} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186735436 data=null} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186735437 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186735437 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186735446 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:51 [2019-07-31T06:33:51.256Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186735447 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186735447 data=null doit=true} to TreeItem with text {Traces [7]}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186735447 data=null} to TreeItem with text {Traces [7]}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186735448 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186735448 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]}
02:33:51 [2019-07-31T06:33:51.256Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186735456 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:51 [2019-07-31T06:33:51.256Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186735940 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186735940 data=null doit=true} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186735941 data=null} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186735941 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186735941 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}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186735990 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:51 [2019-07-31T06:33:51.819Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186735998 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186735999 data=null doit=true} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186735999 data=null} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186735999 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186735999 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}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186736013 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186736014 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186736014 data=null doit=true} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186736015 data=null} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186736015 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186736015 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}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186736020 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186736020 data=null button=1 stateMask=0x0 x=133 y=200 count=2} to TreeItem with text {unrecognized.log}
02:33:51 [2019-07-31T06:33:51.819Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=1186736021 data=null button=1 stateMask=0x0 x=133 y=200 count=2} to TreeItem with text {unrecognized.log}
02:33:52 [2019-07-31T06:33:52.751Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186736021 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}
02:33:52 [2019-07-31T06:33:52.751Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186736920 data=null button=1 stateMask=0x80000 x=133 y=200 count=2} to TreeItem with text {unrecognized.log}
02:33:52 [2019-07-31T06:33:52.751Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=1186736983 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log}
02:33:52 [2019-07-31T06:33:52.751Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=1186736983 data=null doit=true} to TreeItem with text {unrecognized.log}
02:33:52 [2019-07-31T06:33:52.751Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=1186736983 data=null} to TreeItem with text {unrecognized.log}
02:33:52 [2019-07-31T06:33:52.751Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log}
02:33:52 [2019-07-31T06:33:52.751Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:33:52 [2019-07-31T06:33:52.751Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:33:53 [2019-07-31T06:33:53.007Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:53 [2019-07-31T06:33:53.007Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186737308 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186737308 data=null doit=true} to TreeItem with text {unrecognized.log}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186737309 data=null} to TreeItem with text {unrecognized.log}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186737309 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186737310 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}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186737317 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:53 [2019-07-31T06:33:53.263Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186737332 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186737332 data=null doit=true} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186737332 data=null} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186737332 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186737333 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186737429 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186737430 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186737430 data=null doit=true} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186737430 data=null} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186737431 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186737431 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186737488 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:53 [2019-07-31T06:33:53.263Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186737489 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186737490 data=null doit=true} to TreeItem with text {Traces [7]}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186737490 data=null} to TreeItem with text {Traces [7]}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186737490 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:53 [2019-07-31T06:33:53.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186737491 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]}
02:33:53 [2019-07-31T06:33:53.522Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186737525 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:53 [2019-07-31T06:33:53.522Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186737905 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to Tree node with text: unrecognized.log
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186737906 data=null doit=true} to Tree node with text: unrecognized.log
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186737906 data=null} to Tree node with text: unrecognized.log
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186737906 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to Tree node with text: unrecognized.log
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186737906 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
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186737994 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to Tree node with text: unrecognized.log
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:54 [2019-07-31T06:33:54.029Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186738009 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186738013 data=null doit=true} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186738013 data=null} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186738013 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.029Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186738014 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186738112 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186738113 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186738113 data=null doit=true} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186738113 data=null} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186738114 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186738114 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186738120 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:54 [2019-07-31T06:33:54.327Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186738121 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186738121 data=null doit=true} to TreeItem with text {Traces [7]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186738122 data=null} to TreeItem with text {Traces [7]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186738122 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186738122 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]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186738187 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186738190 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186738191 data=null doit=true} to TreeItem with text {Traces [7]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186738191 data=null} to TreeItem with text {Traces [7]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186738191 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186738192 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]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186738197 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:54 [2019-07-31T06:33:54.327Z] DEBUG - Clicking on with mnemonic 'Import...'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Clicked on with mnemonic 'Import...'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186738718 data=null doit=true} to Shell with text {Trace Import}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:33:54 [2019-07-31T06:33:54.584Z] 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')
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186738723 data=null} to (of type 'Combo')
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186738816 data=null doit=true} to TreeItem with text {import}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186738816 data=null} to TreeItem with text {import}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186738817 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186738817 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}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186738820 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186738821 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186738821 data=null doit=true} to TreeItem with text {import}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186738822 data=null} to TreeItem with text {import}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186738822 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186738822 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}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186738823 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:33:54 [2019-07-31T06:33:54.584Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Setting state to checked on: unrecognized.log
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186738897 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:'))
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:33:54 [2019-07-31T06:33:54.842Z] 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@311255bd
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import unrecognized traces} time=1186738912 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=1186738912 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import unrecognized traces} time=1186738912 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import unrecognized traces} time=1186738912 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import unrecognized traces} time=1186738912 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import unrecognized traces} time=1186738913 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import unrecognized traces} time=1186738913 data=null item=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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import unrecognized traces} time=1186738913 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=1186738913 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import unrecognized traces} time=1186738913 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import unrecognized traces} time=1186738913 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import unrecognized traces} time=1186738913 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:33:54 [2019-07-31T06:33:54.842Z] 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:33:54 [2019-07-31T06:33:54.842Z] 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] 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')
02:33:54 [2019-07-31T06:33:54.842Z] 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.
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Clicking on &Finish
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186738925 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186738925 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186738926 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186738926 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186738926 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')
02:33:54 [2019-07-31T06:33:54.842Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186738926 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')
02:33:55 [2019-07-31T06:33:55.405Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:55 [2019-07-31T06:33:55.405Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:55 [2019-07-31T06:33:55.405Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:55 [2019-07-31T06:33:55.405Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:33:55 [2019-07-31T06:33:55.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186738926 data=null item=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')
02:33:55 [2019-07-31T06:33:55.405Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186738284 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Clicked on 
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186739818 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186739818 data=null doit=true} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186739818 data=null} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186739819 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186739819 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186739902 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186739905 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186739905 data=null doit=true} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186739905 data=null} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186739905 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.662Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186739905 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.919Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186739912 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:55 [2019-07-31T06:33:55.919Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:55 [2019-07-31T06:33:55.919Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:55 [2019-07-31T06:33:55.919Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186739918 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:33:55 [2019-07-31T06:33:55.919Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186739918 data=null doit=true} to TreeItem with text {Traces [7]}
02:33:55 [2019-07-31T06:33:55.919Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186739918 data=null} to TreeItem with text {Traces [7]}
02:33:55 [2019-07-31T06:33:55.919Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186739918 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:55 [2019-07-31T06:33:55.919Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186739919 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]}
02:33:55 [2019-07-31T06:33:55.919Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186739985 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:55 [2019-07-31T06:33:55.919Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186740265 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186740265 data=null doit=true} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186740265 data=null} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186740266 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186740266 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}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186740318 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:56 [2019-07-31T06:33:56.176Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186740321 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186740322 data=null doit=true} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186740322 data=null} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186740322 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186740322 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}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186740327 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186740328 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186740328 data=null doit=true} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186740329 data=null} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186740329 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186740329 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}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186740333 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186740333 data=null button=1 stateMask=0x0 x=133 y=200 count=2} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.176Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=1186740333 data=null button=1 stateMask=0x0 x=133 y=200 count=2} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186740333 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}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186740421 data=null button=1 stateMask=0x80000 x=133 y=200 count=2} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=1186740513 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=1186740514 data=null doit=true} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=1186740514 data=null} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186740628 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186740628 data=null doit=true} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186740628 data=null} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186740629 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186740629 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}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186740634 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to TreeItem with text {unrecognized.log}
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:56 [2019-07-31T06:33:56.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:56 [2019-07-31T06:33:56.433Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186740750 data=null button=0 stateMask=0x0 x=133 y=200 count=0} to Tree node with text: unrecognized.log
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186740751 data=null doit=true} to Tree node with text: unrecognized.log
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186740751 data=null} to Tree node with text: unrecognized.log
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186740751 data=null button=1 stateMask=0x0 x=133 y=200 count=1} to Tree node with text: unrecognized.log
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186740752 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
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186740757 data=null button=1 stateMask=0x80000 x=133 y=200 count=1} to Tree node with text: unrecognized.log
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:56 [2019-07-31T06:33:56.690Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:56 [2019-07-31T06:33:56.690Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186740784 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186740785 data=null doit=true} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186740785 data=null} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186740786 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186740786 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186740826 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186740827 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186740827 data=null doit=true} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186740827 data=null} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186740827 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186740827 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186740834 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:56 [2019-07-31T06:33:56.691Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186740835 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186740835 data=null doit=true} to TreeItem with text {Traces [7]}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186740835 data=null} to TreeItem with text {Traces [7]}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186740835 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186740835 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]}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186740894 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186740897 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186740897 data=null doit=true} to TreeItem with text {Traces [7]}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186740897 data=null} to TreeItem with text {Traces [7]}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186740898 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186740898 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]}
02:33:56 [2019-07-31T06:33:56.691Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186740908 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:33:56 [2019-07-31T06:33:56.949Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:33:56 [2019-07-31T06:33:56.949Z] DEBUG - Clicking on with mnemonic 'Clear'
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - Clicked on with mnemonic 'Clear'
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186741227 data=null doit=true} to Shell with text {Confirm Clear}
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - Clicking on &Yes
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186741228 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')
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186741228 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')
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186741228 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186741229 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186741229 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')
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186741229 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')
02:33:57 [2019-07-31T06:33:57.210Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186741229 data=null item=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')
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - Clicked on 
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186740998 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186743897 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186743898 data=null doit=true} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186743899 data=null} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.731Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186743899 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186743899 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186743921 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186743922 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186743922 data=null doit=true} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186743923 data=null} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186743923 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186743923 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186743938 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:33:59 [2019-07-31T06:33:59.732Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186743940 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186743940 data=null doit=true} to TreeItem with text {Traces [0]}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186743940 data=null} to TreeItem with text {Traces [0]}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186743941 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186743941 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]}
02:33:59 [2019-07-31T06:33:59.732Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186743984 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:33:59 [2019-07-31T06:33:59.988Z] DEBUG - Attempting to set focus on Tree with text {}
02:33:59 [2019-07-31T06:33:59.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186743986 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:33:59 [2019-07-31T06:33:59.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186743986 data=null doit=true} to TreeItem with text {Traces [0]}
02:33:59 [2019-07-31T06:33:59.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186743987 data=null} to TreeItem with text {Traces [0]}
02:33:59 [2019-07-31T06:33:59.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186743987 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:33:59 [2019-07-31T06:33:59.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186743988 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]}
02:33:59 [2019-07-31T06:33:59.989Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186743993 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:33:59 [2019-07-31T06:33:59.989Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:33:59 [2019-07-31T06:33:59.989Z] DEBUG - Clicking on with mnemonic 'Import...'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - Clicked on with mnemonic 'Import...'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186744489 data=null doit=true} to Shell with text {Trace Import}
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:34:00 [2019-07-31T06:34:00.250Z] 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')
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186744499 data=null} to (of type 'Combo')
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:00 [2019-07-31T06:34:00.250Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186744582 data=null doit=true} to TreeItem with text {import}
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186744582 data=null} to TreeItem with text {import}
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186744582 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186744583 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}
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186744585 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186744586 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186744586 data=null} to Tree node with text: kernel-overlap-testing
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186744586 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186744586 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
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186744587 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186744588 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186744588 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186744588 data=null} to Tree node with text: kernel-overlap-testing
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186744588 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186744588 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
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186744591 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Setting state to checked on: metadata
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186744610 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:'))
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:34:00 [2019-07-31T06:34:00.508Z] 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')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@64664211
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import unrecognized traces} time=1186744622 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')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=1186744623 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')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import unrecognized traces} time=1186744623 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import unrecognized traces} time=1186744623 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import unrecognized traces} time=1186744623 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')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import unrecognized traces} time=1186744623 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')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import unrecognized traces} time=1186744623 data=null item=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')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import unrecognized traces} time=1186744623 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')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=1186744623 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')
02:34:00 [2019-07-31T06:34:00.508Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import unrecognized traces} time=1186744623 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')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import unrecognized traces} time=1186744624 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import unrecognized traces} time=1186744624 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:34:00 [2019-07-31T06:34:00.509Z] 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')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:34:00 [2019-07-31T06:34:00.509Z] 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')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] 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')
02:34:00 [2019-07-31T06:34:00.509Z] 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.
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Clicking on &Finish
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186744637 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')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186744637 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')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186744637 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186744637 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186744638 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')
02:34:00 [2019-07-31T06:34:00.509Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186744638 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')
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186744638 data=null item=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')
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186744094 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Clicked on 
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186744953 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186744954 data=null doit=true} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186744954 data=null} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186744954 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186744954 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186744976 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186744977 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186744977 data=null doit=true} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186744985 data=null} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186744986 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186744986 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186745003 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:00 [2019-07-31T06:34:00.765Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186745005 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186745005 data=null doit=true} to TreeItem with text {Traces [0]}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186745005 data=null} to TreeItem with text {Traces [0]}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186745005 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:34:00 [2019-07-31T06:34:00.765Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186745005 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]}
02:34:01 [2019-07-31T06:34:01.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186745030 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:34:01 [2019-07-31T06:34:01.022Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186745042 data=null doit=true} to TreeItem with text {Traces [1]}
02:34:01 [2019-07-31T06:34:01.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186745043 data=null} to TreeItem with text {Traces [1]}
02:34:01 [2019-07-31T06:34:01.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186745043 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:34:01 [2019-07-31T06:34:01.022Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186745044 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]}
02:34:01 [2019-07-31T06:34:01.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186745046 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
02:34:01 [2019-07-31T06:34:01.022Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:01 [2019-07-31T06:34:01.022Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745318 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186745318 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186745319 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745319 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186745319 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}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745402 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:01 [2019-07-31T06:34:01.279Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745408 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186745408 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186745408 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745409 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186745409 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}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745415 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745416 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186745416 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186745417 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745417 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186745417 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}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745430 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745430 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.279Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745430 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:34:01 [2019-07-31T06:34:01.538Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186745430 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}
02:34:02 [2019-07-31T06:34:02.102Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186745616 data=null button=1 stateMask=0x80000 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186746397 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186746397 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186746398 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - Attempting to set focus on Table with text {}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186746402 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186746402 data=null doit=true} to TableItem with text {}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186746403 data=null} to TableItem with text {}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186746403 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186746404 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186746410 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:02 [2019-07-31T06:34:02.359Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:03 [2019-07-31T06:34:03.288Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186747626 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186747626 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186747626 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186747627 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186747627 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}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186747634 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:03 [2019-07-31T06:34:03.545Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186747648 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186747648 data=null doit=true} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186747648 data=null} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186747649 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186747649 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186747684 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186747685 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186747685 data=null doit=true} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186747686 data=null} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186747686 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186747686 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186747701 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:03 [2019-07-31T06:34:03.545Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186747703 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186747703 data=null doit=true} to TreeItem with text {Traces [1]}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186747703 data=null} to TreeItem with text {Traces [1]}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186747704 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186747704 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]}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186747727 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186747727 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186747728 data=null doit=true} to TreeItem with text {Traces [1]}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186747728 data=null} to TreeItem with text {Traces [1]}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186747734 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186747734 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]}
02:34:03 [2019-07-31T06:34:03.545Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186747738 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:34:03 [2019-07-31T06:34:03.802Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:34:03 [2019-07-31T06:34:03.802Z] DEBUG - Clicking on with mnemonic 'Clear'
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - Clicked on with mnemonic 'Clear'
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186748127 data=null doit=true} to Shell with text {Confirm Clear}
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - Clicking on &Yes
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186748129 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')
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186748129 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')
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186748129 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186748129 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186748129 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')
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186748129 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')
02:34:04 [2019-07-31T06:34:04.058Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186748129 data=null item=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')
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186747825 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Clicked on 
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186748681 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186748682 data=null doit=true} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186748682 data=null} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186748683 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186748683 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186748696 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186748697 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186748697 data=null doit=true} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186748697 data=null} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186748697 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186748709 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186748719 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:05 [2019-07-31T06:34:05.024Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:05 [2019-07-31T06:34:05.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186748720 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186748720 data=null doit=true} to TreeItem with text {Traces [1]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186748720 data=null} to TreeItem with text {Traces [1]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186748720 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186748720 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]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186748729 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186748729 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186748729 data=null doit=true} to TreeItem with text {Traces [1]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186748729 data=null} to TreeItem with text {Traces [1]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186748730 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186748730 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]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186748786 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:34:05 [2019-07-31T06:34:05.025Z] DEBUG - Clicking on with mnemonic 'Import...'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Clicked on with mnemonic 'Import...'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186749066 data=null doit=true} to Shell with text {Trace Import}
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:34:05 [2019-07-31T06:34:05.282Z] 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')
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186749122 data=null} to (of type 'Combo')
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186749162 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186749162 data=null doit=true} to TreeItem with text {import}
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186749162 data=null} to TreeItem with text {import}
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186749162 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186749162 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}
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186749163 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Setting state to checked on: import
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186749169 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:'))
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.282Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:34:05 [2019-07-31T06:34:05.283Z] 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')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:34:05 [2019-07-31T06:34:05.283Z] 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')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:34:05 [2019-07-31T06:34:05.283Z] 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')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] 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')
02:34:05 [2019-07-31T06:34:05.283Z] 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.
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Clicking on &Finish
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186749210 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')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186749210 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')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186749210 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186749210 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186749210 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')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186749210 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')
02:34:05 [2019-07-31T06:34:05.283Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:05 [2019-07-31T06:34:05.283Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:05 [2019-07-31T06:34:05.283Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:05 [2019-07-31T06:34:05.283Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:05 [2019-07-31T06:34:05.283Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:05 [2019-07-31T06:34:05.283Z] DEBUG - Clicked on &Finish
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186750921 data=null doit=true} to Shell with text {Confirmation}
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - matched Button with text "Rename All", using matcher: with mnemonic 'Rename All'
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - matched Button with text "Rename All", using matcher: with style 'SWT.PUSH'
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - matched Button with text "Rename All", using matcher: (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - Clicking on Rename All
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename All} time=1186750922 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')
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename All} time=1186750922 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')
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename All} time=1186750923 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename All} time=1186750923 data=null} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename All} time=1186750923 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')
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename All} time=1186750923 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')
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename All} time=1186750923 data=null item=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')
02:34:07 [2019-07-31T06:34:07.177Z] DEBUG - Clicked on 
02:34:07 [2019-07-31T06:34:07.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186749210 data=null item=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')
02:34:07 [2019-07-31T06:34:07.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186748835 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186752284 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186752284 data=null doit=true} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186752284 data=null} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186752285 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186752285 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186752305 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186752306 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186752306 data=null doit=true} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186752306 data=null} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186752306 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186752307 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186752320 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:08 [2019-07-31T06:34:08.307Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186752321 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186752321 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186752322 data=null} to TreeItem with text {Traces [13]}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186752322 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186752322 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]}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186752342 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186752343 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186752343 data=null} to TreeItem with text {Traces [13]}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186752343 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186752344 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]}
02:34:08 [2019-07-31T06:34:08.307Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186752411 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:08 [2019-07-31T06:34:08.568Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:08 [2019-07-31T06:34:08.568Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:08 [2019-07-31T06:34:08.568Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752792 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.568Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186752793 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.568Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186752793 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.568Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752793 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.568Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186752793 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}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752829 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:08 [2019-07-31T06:34:08.826Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752833 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186752833 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186752833 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752833 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186752834 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}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752838 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752839 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186752839 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186752839 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752840 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186752840 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}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752844 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752844 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752844 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:34:08 [2019-07-31T06:34:08.826Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186752845 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}
02:34:09 [2019-07-31T06:34:09.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186752940 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:34:09 [2019-07-31T06:34:09.389Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186753385 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:34:09 [2019-07-31T06:34:09.389Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186753387 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:34:09 [2019-07-31T06:34:09.389Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186753387 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:34:09 [2019-07-31T06:34:09.389Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:34:09 [2019-07-31T06:34:09.389Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - Attempting to set focus on Table with text {}
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186754436 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186754436 data=null doit=true} to TableItem with text {}
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186754436 data=null} to TableItem with text {}
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186754436 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186754437 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186754471 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:10 [2019-07-31T06:34:10.321Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186754638 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186754638 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186754638 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186754639 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186754639 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}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186754686 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:10 [2019-07-31T06:34:10.578Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186754696 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186754702 data=null doit=true} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186754702 data=null} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186754704 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186754704 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186754783 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186754784 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186754785 data=null doit=true} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186754785 data=null} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186754785 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186754786 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186754797 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:10 [2019-07-31T06:34:10.578Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186754799 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186754799 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186754799 data=null} to TreeItem with text {Traces [13]}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186754810 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186754810 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]}
02:34:10 [2019-07-31T06:34:10.578Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186754830 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:10 [2019-07-31T06:34:10.578Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:10 [2019-07-31T06:34:10.836Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:10 [2019-07-31T06:34:10.836Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:10 [2019-07-31T06:34:10.836Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755020 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:34:10 [2019-07-31T06:34:10.836Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186755020 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:34:10 [2019-07-31T06:34:10.836Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186755020 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:34:10 [2019-07-31T06:34:10.836Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755021 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:10 [2019-07-31T06:34:10.836Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186755021 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}
02:34:10 [2019-07-31T06:34:10.836Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755061 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:10 [2019-07-31T06:34:10.836Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:10 [2019-07-31T06:34:10.836Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:10 [2019-07-31T06:34:10.836Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:11 [2019-07-31T06:34:11.093Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755093 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186755093 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186755093 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755094 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186755094 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}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755109 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755110 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186755110 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186755111 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755111 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186755111 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}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755117 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755118 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755118 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.093Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186755123 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}
02:34:11 [2019-07-31T06:34:11.657Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755231 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.657Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186755721 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.657Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186755721 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.657Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186755721 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.657Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:34:11 [2019-07-31T06:34:11.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:11 [2019-07-31T06:34:11.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - Attempting to set focus on Table with text {}
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186756725 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186756725 data=null doit=true} to TableItem with text {}
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186756725 data=null} to TableItem with text {}
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186756725 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186756726 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186756731 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:12 [2019-07-31T06:34:12.587Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186756887 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186756887 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186756887 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186756888 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186756888 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}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186756898 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:12 [2019-07-31T06:34:12.843Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186756911 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186756911 data=null doit=true} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186756912 data=null} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186756912 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186756912 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186756947 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186756948 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186756948 data=null doit=true} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186756948 data=null} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186756949 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186756949 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186756954 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:12 [2019-07-31T06:34:12.843Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186756959 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186756960 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186756960 data=null} to TreeItem with text {Traces [13]}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186756961 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186756961 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]}
02:34:12 [2019-07-31T06:34:12.843Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186756970 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:12 [2019-07-31T06:34:12.843Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757445 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186757446 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186757446 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757447 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186757447 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}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757493 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:13 [2019-07-31T06:34:13.407Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757497 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186757497 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186757497 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757498 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186757498 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}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757503 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757503 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186757503 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186757504 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757504 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186757504 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}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757508 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757508 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757514 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:34:13 [2019-07-31T06:34:13.407Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186757514 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}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186757608 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186758423 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186758548 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186758548 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Attempting to set focus on Table with text {}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186758551 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186758551 data=null doit=true} to TableItem with text {}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186758551 data=null} to TableItem with text {}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186758552 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186758552 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186758557 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:14 [2019-07-31T06:34:14.340Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:15 [2019-07-31T06:34:15.269Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186759648 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186759649 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186759649 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186759649 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186759650 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}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186759691 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:15 [2019-07-31T06:34:15.526Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186759726 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186759727 data=null doit=true} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186759727 data=null} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186759727 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.526Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186759727 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186759792 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186759793 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186759793 data=null doit=true} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186759793 data=null} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186759793 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186759794 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186759800 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:15 [2019-07-31T06:34:15.782Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186759802 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186759802 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186759802 data=null} to TreeItem with text {Traces [13]}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186759802 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186759803 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]}
02:34:15 [2019-07-31T06:34:15.782Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186759824 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:15 [2019-07-31T06:34:15.782Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:16 [2019-07-31T06:34:16.040Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:16 [2019-07-31T06:34:16.040Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:16 [2019-07-31T06:34:16.040Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186760247 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.040Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186760247 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.040Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186760248 data=null} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.040Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186760248 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.040Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186760248 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}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186760299 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:16 [2019-07-31T06:34:16.826Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186760304 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186760304 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186760305 data=null} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186760305 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186760305 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}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186760310 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186760310 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186760310 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186760311 data=null} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186760311 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186760311 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}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186760315 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186760315 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1186760315 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186760315 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}
02:34:16 [2019-07-31T06:34:16.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186760513 data=null button=1 stateMask=0x80000 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1186761019 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1186761019 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1186761019 data=null} to TreeItem with text {simple_server-thread1}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - Attempting to set focus on Table with text {}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186761024 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186761025 data=null doit=true} to TableItem with text {}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186761025 data=null} to TableItem with text {}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186761025 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186761026 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186761031 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:17 [2019-07-31T06:34:17.083Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186762458 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186762458 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186762458 data=null} to TreeItem with text {simple_server-thread1}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186762459 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186762459 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}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186762464 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:18 [2019-07-31T06:34:18.454Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186762478 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186762478 data=null doit=true} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186762478 data=null} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186762479 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186762479 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186762527 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186762538 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186762538 data=null doit=true} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186762539 data=null} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186762539 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186762539 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186762591 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:18 [2019-07-31T06:34:18.454Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186762593 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186762593 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186762593 data=null} to TreeItem with text {Traces [13]}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186762594 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186762594 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]}
02:34:18 [2019-07-31T06:34:18.454Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186762626 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:18 [2019-07-31T06:34:18.454Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186762850 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186762850 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186762851 data=null} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186762851 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186762851 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}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186762899 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:18 [2019-07-31T06:34:18.711Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186762905 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186762905 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186762905 data=null} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186762906 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186762906 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}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186762923 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186762924 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186762924 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186762925 data=null} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186762925 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186762926 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}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186762942 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186762943 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.711Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1186762943 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2}
02:34:18 [2019-07-31T06:34:18.968Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186762944 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}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186763026 data=null button=1 stateMask=0x80000 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1186763549 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1186763597 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1186763597 data=null} to TreeItem with text {simple_server-thread2}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Attempting to set focus on Table with text {}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186763601 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186763610 data=null doit=true} to TableItem with text {}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186763610 data=null} to TableItem with text {}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186763611 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186763611 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186763633 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:19 [2019-07-31T06:34:19.530Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186764632 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186764632 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186764632 data=null} to TreeItem with text {simple_server-thread2}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186764633 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186764633 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}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186764638 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:20 [2019-07-31T06:34:20.458Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186764652 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186764652 data=null doit=true} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186764653 data=null} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186764653 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186764653 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186764693 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186764694 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186764694 data=null doit=true} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.458Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186764694 data=null} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.459Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186764695 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.459Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186764695 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186764719 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:20 [2019-07-31T06:34:20.715Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186764720 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186764720 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186764720 data=null} to TreeItem with text {Traces [13]}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186764721 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186764721 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]}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186764774 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:20 [2019-07-31T06:34:20.715Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186764885 data=null button=0 stateMask=0x0 x=139 y=305 count=0} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186764885 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186764885 data=null} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186764886 data=null button=1 stateMask=0x0 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186764886 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}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186764941 data=null button=1 stateMask=0x80000 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:20 [2019-07-31T06:34:20.715Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186764946 data=null button=0 stateMask=0x0 x=139 y=305 count=0} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186764947 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186764947 data=null} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186764947 data=null button=1 stateMask=0x0 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186764947 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}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186764963 data=null button=1 stateMask=0x80000 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186764964 data=null button=0 stateMask=0x0 x=139 y=305 count=0} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186764964 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186764964 data=null} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186764965 data=null button=1 stateMask=0x0 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186764965 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}
02:34:20 [2019-07-31T06:34:20.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186764969 data=null button=1 stateMask=0x80000 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186764970 data=null button=1 stateMask=0x0 x=139 y=305 count=2} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.973Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=1186764970 data=null button=1 stateMask=0x0 x=139 y=305 count=2} to TreeItem with text {ust-overlap-testing}
02:34:20 [2019-07-31T06:34:20.973Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186764970 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}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186765093 data=null button=1 stateMask=0x80000 x=139 y=305 count=2} to TreeItem with text {ust-overlap-testing}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=1186765538 data=null button=0 stateMask=0x0 x=139 y=305 count=0} to TreeItem with text {ust-overlap-testing}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=1186765637 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=1186765637 data=null} to TreeItem with text {ust-overlap-testing}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Attempting to set focus on Table with text {}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186765641 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186765641 data=null doit=true} to TableItem with text {}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186765641 data=null} to TableItem with text {}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186765641 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186765642 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186765649 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:21 [2019-07-31T06:34:21.537Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:22 [2019-07-31T06:34:22.466Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:22 [2019-07-31T06:34:22.466Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186766841 data=null button=0 stateMask=0x0 x=139 y=305 count=0} to TreeItem with text {ust-overlap-testing}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186766841 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186766842 data=null} to TreeItem with text {ust-overlap-testing}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186766842 data=null button=1 stateMask=0x0 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186766843 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}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186766849 data=null button=1 stateMask=0x80000 x=139 y=305 count=1} to TreeItem with text {ust-overlap-testing}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:22 [2019-07-31T06:34:22.723Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186766899 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186766900 data=null doit=true} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186766900 data=null} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186766900 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.723Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186766900 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186767007 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186767008 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186767008 data=null doit=true} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186767009 data=null} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186767009 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186767009 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186767020 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:22 [2019-07-31T06:34:22.980Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186767021 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186767021 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186767021 data=null} to TreeItem with text {Traces [13]}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186767021 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186767021 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]}
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186767032 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:22 [2019-07-31T06:34:22.980Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:22 [2019-07-31T06:34:22.980Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767239 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767239 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767239 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767240 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186767240 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)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767277 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:23 [2019-07-31T06:34:23.237Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767283 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767283 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767284 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767284 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186767284 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)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767290 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767291 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767291 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767291 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767292 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186767299 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)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767305 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767305 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767306 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.237Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186767306 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)}
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767394 data=null button=1 stateMask=0x80000 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767700 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767724 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186767724 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)}
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:23 [2019-07-31T06:34:23.495Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Attempting to set focus on Table with text {}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186768728 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186768729 data=null doit=true} to TableItem with text {}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186768729 data=null} to TableItem with text {}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186768729 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186768730 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186768738 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186768929 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186768929 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186768929 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186768930 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186768930 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)}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186768935 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:24 [2019-07-31T06:34:24.867Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186768949 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186768949 data=null doit=true} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186768950 data=null} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186768950 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186768950 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186768984 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186768985 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186768986 data=null doit=true} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186768986 data=null} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186768986 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186768987 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186768998 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:24 [2019-07-31T06:34:24.867Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186769000 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186769000 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186769000 data=null} to TreeItem with text {Traces [13]}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186769000 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186769001 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]}
02:34:24 [2019-07-31T06:34:24.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186769022 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:24 [2019-07-31T06:34:24.867Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769522 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769522 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769522 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769523 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186769523 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)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769567 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:25 [2019-07-31T06:34:25.433Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769582 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769585 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769585 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769586 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186769586 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)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769592 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769593 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769593 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769593 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769594 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186769594 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)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769605 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769606 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.433Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769606 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.691Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186769607 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)}
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186769703 data=null button=1 stateMask=0x80000 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186770028 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186770029 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186770030 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)}
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:25 [2019-07-31T06:34:25.948Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - Attempting to set focus on Table with text {}
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186771034 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186771034 data=null doit=true} to TableItem with text {}
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186771034 data=null} to TableItem with text {}
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186771035 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186771035 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186771054 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:26 [2019-07-31T06:34:26.888Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186771231 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186771231 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186771231 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186771232 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186771232 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)}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186771269 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:27 [2019-07-31T06:34:27.430Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186771277 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186771277 data=null doit=true} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186771277 data=null} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186771277 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186771277 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186771318 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186771320 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186771320 data=null doit=true} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186771320 data=null} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186771320 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186771321 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186771330 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:27 [2019-07-31T06:34:27.430Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186771332 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186771332 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186771332 data=null} to TreeItem with text {Traces [13]}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186771332 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186771332 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]}
02:34:27 [2019-07-31T06:34:27.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186771343 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:27 [2019-07-31T06:34:27.430Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771754 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186771754 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186771754 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771755 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186771755 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)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771804 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:27 [2019-07-31T06:34:27.687Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771809 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186771809 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186771809 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771810 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186771810 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)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771815 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771816 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186771816 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186771816 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771817 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186771817 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)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771827 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771827 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771828 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:34:27 [2019-07-31T06:34:27.687Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186771828 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)}
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186771966 data=null button=1 stateMask=0x80000 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186772843 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186772845 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186772845 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing(2)}
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - Attempting to set focus on Table with text {}
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186772855 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186772855 data=null doit=true} to TableItem with text {}
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186772855 data=null} to TableItem with text {}
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186772856 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:28 [2019-07-31T06:34:28.618Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186772856 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:28 [2019-07-31T06:34:28.874Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186772900 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:28 [2019-07-31T06:34:28.874Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:28 [2019-07-31T06:34:28.874Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186773907 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186773907 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186773907 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186773908 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186773908 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)}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186773915 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:29 [2019-07-31T06:34:29.804Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186773929 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186773930 data=null doit=true} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186773930 data=null} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186773930 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186773930 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186773964 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186773964 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186773965 data=null doit=true} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186773965 data=null} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186773965 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186773965 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186773971 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:29 [2019-07-31T06:34:29.804Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186773972 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186773972 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186773972 data=null} to TreeItem with text {Traces [13]}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186773973 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186773973 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]}
02:34:29 [2019-07-31T06:34:29.804Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186773997 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:29 [2019-07-31T06:34:29.804Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774469 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1186774469 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1186774469 data=null} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774470 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186774470 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)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774524 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:30 [2019-07-31T06:34:30.367Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774528 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1186774528 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1186774529 data=null} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774529 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186774529 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)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774534 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774535 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1186774535 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1186774536 data=null} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774536 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186774536 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)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774540 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774540 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.367Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774540 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)}
02:34:30 [2019-07-31T06:34:30.623Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186774540 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)}
02:34:30 [2019-07-31T06:34:30.880Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186774631 data=null button=1 stateMask=0x80000 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186775067 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1186775139 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1186775140 data=null} to TreeItem with text {simple_server-thread1(2)}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1(2)}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - Attempting to set focus on Table with text {}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186775143 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186775143 data=null doit=true} to TableItem with text {}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186775144 data=null} to TableItem with text {}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186775144 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186775144 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186775211 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:31 [2019-07-31T06:34:31.137Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186776216 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1186776217 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1186776217 data=null} to TreeItem with text {simple_server-thread1(2)}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186776217 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186776217 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)}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1186776223 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:32 [2019-07-31T06:34:32.068Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186776238 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186776238 data=null doit=true} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186776238 data=null} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186776238 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186776239 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186776277 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186776279 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186776279 data=null doit=true} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186776279 data=null} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186776280 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186776291 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186776316 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:32 [2019-07-31T06:34:32.068Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186776344 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186776344 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186776344 data=null} to TreeItem with text {Traces [13]}
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186776344 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186776344 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]}
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186776355 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:32 [2019-07-31T06:34:32.324Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776488 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1186776488 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1186776488 data=null} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776489 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186776489 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)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776582 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:32 [2019-07-31T06:34:32.581Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776588 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1186776588 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1186776588 data=null} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776589 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186776589 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)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776595 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776616 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1186776616 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1186776617 data=null} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776617 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186776617 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)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776623 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776624 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776624 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)}
02:34:32 [2019-07-31T06:34:32.581Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186776624 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)}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186776826 data=null button=1 stateMask=0x80000 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186777271 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1186777272 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1186777272 data=null} to TreeItem with text {simple_server-thread2(2)}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2(2)}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Attempting to set focus on Table with text {}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186777275 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186777284 data=null doit=true} to TableItem with text {}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186777285 data=null} to TableItem with text {}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186777285 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186777286 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186777319 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:33 [2019-07-31T06:34:33.146Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:34 [2019-07-31T06:34:34.076Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:34 [2019-07-31T06:34:34.076Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186778366 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1186778366 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1186778366 data=null} to TreeItem with text {simple_server-thread2(2)}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186778367 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186778367 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)}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1186778372 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:34 [2019-07-31T06:34:34.339Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186778387 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186778387 data=null doit=true} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186778387 data=null} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186778388 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186778388 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186778434 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186778435 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186778446 data=null doit=true} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186778446 data=null} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186778447 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186778447 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186778463 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:34 [2019-07-31T06:34:34.339Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186778464 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186778464 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186778464 data=null} to TreeItem with text {Traces [13]}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186778465 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186778465 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]}
02:34:34 [2019-07-31T06:34:34.339Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186778496 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:34 [2019-07-31T06:34:34.339Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778681 data=null button=0 stateMask=0x0 x=148 y=326 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1186778681 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1186778681 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778682 data=null button=1 stateMask=0x0 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186778682 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)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778739 data=null button=1 stateMask=0x80000 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:34 [2019-07-31T06:34:34.596Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778744 data=null button=0 stateMask=0x0 x=148 y=326 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1186778744 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1186778744 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778744 data=null button=1 stateMask=0x0 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186778744 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)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778749 data=null button=1 stateMask=0x80000 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778750 data=null button=0 stateMask=0x0 x=148 y=326 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1186778750 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1186778750 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778751 data=null button=1 stateMask=0x0 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186778751 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)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778761 data=null button=1 stateMask=0x80000 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778762 data=null button=1 stateMask=0x0 x=148 y=326 count=2} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.596Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778762 data=null button=1 stateMask=0x0 x=148 y=326 count=2} to TreeItem with text {ust-overlap-testing(2)}
02:34:34 [2019-07-31T06:34:34.853Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186778762 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)}
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186778915 data=null button=1 stateMask=0x80000 x=148 y=326 count=2} to TreeItem with text {ust-overlap-testing(2)}
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186779614 data=null button=0 stateMask=0x0 x=148 y=326 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1186779659 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1186779659 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing(2)}
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - Attempting to set focus on Table with text {}
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186779663 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186779663 data=null doit=true} to TableItem with text {}
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186779663 data=null} to TableItem with text {}
02:34:35 [2019-07-31T06:34:35.416Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186779663 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:35 [2019-07-31T06:34:35.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186779664 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:35 [2019-07-31T06:34:35.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186779699 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:35 [2019-07-31T06:34:35.673Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:35 [2019-07-31T06:34:35.673Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186780606 data=null button=0 stateMask=0x0 x=148 y=326 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1186780607 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1186780607 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186780607 data=null button=1 stateMask=0x0 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186780608 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)}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1186780613 data=null button=1 stateMask=0x80000 x=148 y=326 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:36 [2019-07-31T06:34:36.603Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186780621 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186780626 data=null doit=true} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186780626 data=null} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186780627 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186780627 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186780688 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186780689 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186780689 data=null doit=true} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186780689 data=null} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186780690 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186780690 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186780696 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:36 [2019-07-31T06:34:36.603Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186780697 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186780698 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186780698 data=null} to TreeItem with text {Traces [13]}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186780698 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186780698 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]}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186780719 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:36 [2019-07-31T06:34:36.603Z] WARN - Tree item TreeItem with text {Traces [13]} is already expanded. Won't expand it again.
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186780838 data=null button=0 stateMask=0x0 x=133 y=284 count=0} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186780838 data=null doit=true} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186780839 data=null} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186780839 data=null button=1 stateMask=0x0 x=133 y=284 count=1} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.603Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186780839 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}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186780878 data=null button=1 stateMask=0x80000 x=133 y=284 count=1} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:36 [2019-07-31T06:34:36.860Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186780882 data=null button=0 stateMask=0x0 x=133 y=284 count=0} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186780882 data=null doit=true} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186780882 data=null} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186780883 data=null button=1 stateMask=0x0 x=133 y=284 count=1} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186780883 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}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186780888 data=null button=1 stateMask=0x80000 x=133 y=284 count=1} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186780888 data=null button=0 stateMask=0x0 x=133 y=284 count=0} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186780888 data=null doit=true} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186780889 data=null} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186780889 data=null button=1 stateMask=0x0 x=133 y=284 count=1} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186780889 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}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186780893 data=null button=1 stateMask=0x80000 x=133 y=284 count=1} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186780893 data=null button=1 stateMask=0x0 x=133 y=284 count=2} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=1186780894 data=null button=1 stateMask=0x0 x=133 y=284 count=2} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186780960 data=null button=1 stateMask=0x80000 x=133 y=284 count=2} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=1186780960 data=null button=0 stateMask=0x0 x=133 y=284 count=0} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=1186780961 data=null doit=true} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=1186780961 data=null} to TreeItem with text {unrecognized.log}
02:34:36 [2019-07-31T06:34:36.860Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log}
02:34:37 [2019-07-31T06:34:37.117Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186780894 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}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186781594 data=null button=0 stateMask=0x0 x=133 y=284 count=0} to TreeItem with text {unrecognized.log}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186781594 data=null doit=true} to TreeItem with text {unrecognized.log}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186781594 data=null} to TreeItem with text {unrecognized.log}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186781595 data=null button=1 stateMask=0x0 x=133 y=284 count=1} to TreeItem with text {unrecognized.log}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186781595 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}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186781601 data=null button=1 stateMask=0x80000 x=133 y=284 count=1} to TreeItem with text {unrecognized.log}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:37 [2019-07-31T06:34:37.373Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186781613 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186781614 data=null doit=true} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186781614 data=null} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186781614 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.373Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186781614 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.726Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186781659 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.726Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:37 [2019-07-31T06:34:37.726Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186781660 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.726Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186781660 data=null doit=true} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.726Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186781660 data=null} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.726Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186781660 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.726Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186781661 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186781667 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:37 [2019-07-31T06:34:37.727Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186781669 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186781669 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186781669 data=null} to TreeItem with text {Traces [13]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186781669 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186781669 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]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186781689 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186781690 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186781690 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186781691 data=null} to TreeItem with text {Traces [13]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186781691 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186781691 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]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186781701 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:34:37 [2019-07-31T06:34:37.727Z] DEBUG - Clicking on with mnemonic 'Clear'
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - Clicked on with mnemonic 'Clear'
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186781925 data=null doit=true} to Shell with text {Confirm Clear}
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - Clicking on &Yes
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186781926 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')
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186781926 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')
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186781926 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186781927 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186781927 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')
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186781927 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')
02:34:38 [2019-07-31T06:34:38.326Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186781927 data=null item=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')
02:34:42 [2019-07-31T06:34:42.503Z] DEBUG - Clicked on 
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186781748 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186787625 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186787626 data=null doit=true} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186787626 data=null} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186787626 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186787626 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186787649 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186787650 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186787655 data=null doit=true} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186787655 data=null} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186787656 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186787656 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186787663 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:43 [2019-07-31T06:34:43.439Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186787664 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186787664 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186787664 data=null} to TreeItem with text {Traces [13]}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186787665 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186787665 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]}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186787679 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [13]} time=1186787681 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [13]}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [13]} time=1186787681 data=null doit=true} to TreeItem with text {Traces [13]}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [13]} time=1186787681 data=null} to TreeItem with text {Traces [13]}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [13]} time=1186787681 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:43 [2019-07-31T06:34:43.439Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186787682 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]}
02:34:43 [2019-07-31T06:34:43.697Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [13]} time=1186787696 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [13]}
02:34:43 [2019-07-31T06:34:43.697Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:34:43 [2019-07-31T06:34:43.697Z] DEBUG - Clicking on with mnemonic 'Import...'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Clicked on with mnemonic 'Import...'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186787994 data=null doit=true} to Shell with text {Trace Import}
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:34:43 [2019-07-31T06:34:43.954Z] 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')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186788028 data=null} to (of type 'Combo')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186788110 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186788111 data=null doit=true} to TreeItem with text {import}
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186788111 data=null} to TreeItem with text {import}
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186788111 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186788111 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}
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186788112 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Setting state to checked on: import
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186788119 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:'))
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:34:43 [2019-07-31T06:34:43.954Z] 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')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:34:43 [2019-07-31T06:34:43.954Z] 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')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:34:43 [2019-07-31T06:34:43.954Z] 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')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] 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')
02:34:43 [2019-07-31T06:34:43.954Z] 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.
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Clicking on &Finish
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186788188 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')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186788189 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')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186788189 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186788189 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186788189 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')
02:34:43 [2019-07-31T06:34:43.954Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186788190 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')
02:34:44 [2019-07-31T06:34:44.211Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:44 [2019-07-31T06:34:44.211Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:44 [2019-07-31T06:34:44.211Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:44 [2019-07-31T06:34:44.211Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:44 [2019-07-31T06:34:44.211Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:34:44 [2019-07-31T06:34:44.211Z] DEBUG - Clicked on &Finish
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186789015 data=null doit=true} to Shell with text {Confirmation}
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - matched Button with text "Overwrite All", using matcher: with mnemonic 'Overwrite All'
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - matched Button with text "Overwrite All", using matcher: with style 'SWT.PUSH'
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - matched Button with text "Overwrite All", using matcher: (of type 'Button' and with mnemonic 'Overwrite All' and with style 'SWT.PUSH')
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - Clicking on Overwrite All
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite All} time=1186789018 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')
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite All} time=1186789018 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')
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite All} time=1186789019 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite All' and with style 'SWT.PUSH')
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite All} time=1186789019 data=null} to (of type 'Button' and with mnemonic 'Overwrite All' and with style 'SWT.PUSH')
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite All} time=1186789019 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')
02:34:44 [2019-07-31T06:34:44.774Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite All} time=1186789019 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')
02:34:45 [2019-07-31T06:34:45.030Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite All} time=1186789019 data=null item=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')
02:34:45 [2019-07-31T06:34:45.286Z] DEBUG - Clicked on 
02:34:45 [2019-07-31T06:34:45.849Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186788190 data=null item=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')
02:34:45 [2019-07-31T06:34:45.849Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186787740 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186790392 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186790392 data=null doit=true} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186790392 data=null} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186790393 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186790393 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186790415 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186790417 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186790417 data=null doit=true} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186790417 data=null} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186790417 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186790417 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186790426 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:46 [2019-07-31T06:34:46.413Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186790427 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186790427 data=null doit=true} to TreeItem with text {Traces [7]}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186790427 data=null} to TreeItem with text {Traces [7]}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186790428 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186790428 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]}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186790437 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186790437 data=null doit=true} to TreeItem with text {Traces [7]}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186790437 data=null} to TreeItem with text {Traces [7]}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186790438 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186790438 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]}
02:34:46 [2019-07-31T06:34:46.413Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186790461 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:46 [2019-07-31T06:34:46.669Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:46 [2019-07-31T06:34:46.669Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186790928 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186790928 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186790928 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186790928 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186790929 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}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186790959 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:46 [2019-07-31T06:34:46.926Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186790964 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186790965 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186790965 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186790965 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186790965 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}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186790970 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186790970 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186790970 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186790971 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186790971 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186790971 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}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186790988 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186790988 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186790989 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:34:46 [2019-07-31T06:34:46.926Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186790989 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}
02:34:47 [2019-07-31T06:34:47.490Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186791216 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:34:47 [2019-07-31T06:34:47.490Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186791500 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:34:47 [2019-07-31T06:34:47.490Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186791500 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:34:47 [2019-07-31T06:34:47.490Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186791500 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:34:47 [2019-07-31T06:34:47.490Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:34:47 [2019-07-31T06:34:47.490Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - Attempting to set focus on Table with text {}
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186792506 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186792506 data=null doit=true} to TableItem with text {}
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186792506 data=null} to TableItem with text {}
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186792506 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186792507 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186792512 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:48 [2019-07-31T06:34:48.420Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186792693 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186792693 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186792693 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186792694 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186792694 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}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186792715 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:48 [2019-07-31T06:34:48.677Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186792725 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186792725 data=null doit=true} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186792725 data=null} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186792725 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186792726 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186792756 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186792757 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186792757 data=null doit=true} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186792758 data=null} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186792758 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186792758 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186792764 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:48 [2019-07-31T06:34:48.677Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186792765 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186792765 data=null doit=true} to TreeItem with text {Traces [7]}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186792765 data=null} to TreeItem with text {Traces [7]}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186792765 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186792765 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]}
02:34:48 [2019-07-31T06:34:48.677Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186792774 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:48 [2019-07-31T06:34:48.677Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793269 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186793269 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186793270 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793270 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186793271 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}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793310 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:49 [2019-07-31T06:34:49.243Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793313 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186793314 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186793314 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793314 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186793314 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}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793319 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793320 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186793320 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186793320 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793321 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186793321 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}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793330 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793331 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793331 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:34:49 [2019-07-31T06:34:49.243Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186793331 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}
02:34:50 [2019-07-31T06:34:50.029Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186793431 data=null button=1 stateMask=0x80000 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:34:50 [2019-07-31T06:34:50.029Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186794088 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:34:50 [2019-07-31T06:34:50.029Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186794090 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:34:50 [2019-07-31T06:34:50.029Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186794091 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:34:50 [2019-07-31T06:34:50.029Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:34:50 [2019-07-31T06:34:50.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:50 [2019-07-31T06:34:50.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - Attempting to set focus on Table with text {}
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186795095 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186795095 data=null doit=true} to TableItem with text {}
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186795096 data=null} to TableItem with text {}
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186795096 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186795097 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186795102 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:50 [2019-07-31T06:34:50.960Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186795292 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186795292 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186795292 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186795293 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186795293 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}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186795298 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:51 [2019-07-31T06:34:51.217Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186795320 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186795321 data=null doit=true} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186795321 data=null} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186795321 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186795321 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186795398 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186795401 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186795401 data=null doit=true} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186795401 data=null} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186795401 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186795402 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186795408 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:51 [2019-07-31T06:34:51.217Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186795409 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186795409 data=null doit=true} to TreeItem with text {Traces [7]}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186795409 data=null} to TreeItem with text {Traces [7]}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186795409 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186795410 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]}
02:34:51 [2019-07-31T06:34:51.217Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186795431 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:51 [2019-07-31T06:34:51.217Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:34:51 [2019-07-31T06:34:51.473Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:51 [2019-07-31T06:34:51.473Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:51 [2019-07-31T06:34:51.473Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795660 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.473Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186795660 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.473Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186795660 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.473Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795660 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.473Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186795661 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}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795729 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:51 [2019-07-31T06:34:51.730Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795732 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186795732 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186795732 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795732 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186795733 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}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795740 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795741 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186795741 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186795741 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795742 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186795742 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}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795745 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795746 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795746 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:34:51 [2019-07-31T06:34:51.730Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186795746 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}
02:34:52 [2019-07-31T06:34:52.292Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186795822 data=null button=1 stateMask=0x80000 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:34:52 [2019-07-31T06:34:52.292Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186796324 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:52 [2019-07-31T06:34:52.292Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186796324 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:52 [2019-07-31T06:34:52.292Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186796325 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:52 [2019-07-31T06:34:52.292Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:34:52 [2019-07-31T06:34:52.292Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:52 [2019-07-31T06:34:52.292Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:52 [2019-07-31T06:34:52.292Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - Attempting to set focus on Table with text {}
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186796828 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186796828 data=null doit=true} to TableItem with text {}
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186796829 data=null} to TableItem with text {}
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186796829 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186796829 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186796834 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:52 [2019-07-31T06:34:52.856Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186797532 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186797532 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186797532 data=null} to TreeItem with text {kernel-overlap-testing}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186797533 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186797533 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}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186797538 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:53 [2019-07-31T06:34:53.426Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186797544 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186797544 data=null doit=true} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186797544 data=null} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186797544 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186797544 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186797578 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186797579 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186797579 data=null doit=true} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186797580 data=null} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186797580 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186797580 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186797592 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:53 [2019-07-31T06:34:53.426Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186797593 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186797593 data=null doit=true} to TreeItem with text {Traces [7]}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186797594 data=null} to TreeItem with text {Traces [7]}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186797594 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186797594 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]}
02:34:53 [2019-07-31T06:34:53.426Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186797621 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:53 [2019-07-31T06:34:53.426Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186797756 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186797756 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186797756 data=null} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186797757 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186797757 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}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186797790 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:53 [2019-07-31T06:34:53.683Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186797794 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186797795 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186797795 data=null} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186797795 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186797795 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}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186797800 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186797801 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186797801 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186797802 data=null} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186797802 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186797802 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}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186797807 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186797807 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1186797812 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1}
02:34:53 [2019-07-31T06:34:53.683Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186797813 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}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186797894 data=null button=1 stateMask=0x80000 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1186798304 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1186798356 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1186798356 data=null} to TreeItem with text {simple_server-thread1}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Attempting to set focus on Table with text {}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186798383 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186798383 data=null doit=true} to TableItem with text {}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186798384 data=null} to TableItem with text {}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186798384 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186798384 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186798391 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:54 [2019-07-31T06:34:54.247Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:55 [2019-07-31T06:34:55.176Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:55 [2019-07-31T06:34:55.176Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186799501 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186799502 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186799502 data=null} to TreeItem with text {simple_server-thread1}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186799502 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186799502 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}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186799507 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:55 [2019-07-31T06:34:55.433Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186799521 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186799521 data=null doit=true} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186799521 data=null} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186799521 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186799522 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186799587 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186799619 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186799619 data=null doit=true} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186799619 data=null} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186799620 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186799620 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186799631 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:55 [2019-07-31T06:34:55.433Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186799685 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186799685 data=null doit=true} to TreeItem with text {Traces [7]}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186799685 data=null} to TreeItem with text {Traces [7]}
02:34:55 [2019-07-31T06:34:55.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186799685 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:55 [2019-07-31T06:34:55.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186799686 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]}
02:34:55 [2019-07-31T06:34:55.692Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186799715 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:55 [2019-07-31T06:34:55.692Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:34:55 [2019-07-31T06:34:55.948Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:55 [2019-07-31T06:34:55.948Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:55 [2019-07-31T06:34:55.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186800191 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2}
02:34:55 [2019-07-31T06:34:55.948Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186800192 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:34:55 [2019-07-31T06:34:55.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186800192 data=null} to TreeItem with text {simple_server-thread2}
02:34:55 [2019-07-31T06:34:55.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186800192 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:34:55 [2019-07-31T06:34:55.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186800192 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}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186800237 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:56 [2019-07-31T06:34:56.205Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186800241 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186800241 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186800241 data=null} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186800242 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186800242 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}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186800246 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186800247 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186800247 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186800247 data=null} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186800247 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186800248 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}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186800257 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186800257 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1186800258 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.205Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186800258 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}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186800350 data=null button=1 stateMask=0x80000 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1186800770 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1186800838 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1186800838 data=null} to TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Attempting to set focus on Table with text {}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186800841 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186800841 data=null doit=true} to TableItem with text {}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186800841 data=null} to TableItem with text {}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186800841 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186800842 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186800847 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:56 [2019-07-31T06:34:56.767Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:57 [2019-07-31T06:34:57.698Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:57 [2019-07-31T06:34:57.698Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:57 [2019-07-31T06:34:57.698Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186801944 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2}
02:34:57 [2019-07-31T06:34:57.698Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186801945 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:34:57 [2019-07-31T06:34:57.698Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186801945 data=null} to TreeItem with text {simple_server-thread2}
02:34:57 [2019-07-31T06:34:57.698Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186801945 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:34:57 [2019-07-31T06:34:57.698Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186801946 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}
02:34:57 [2019-07-31T06:34:57.698Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186801951 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:34:57 [2019-07-31T06:34:57.698Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:57 [2019-07-31T06:34:57.698Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:57 [2019-07-31T06:34:57.955Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186801980 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186801980 data=null doit=true} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186801981 data=null} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186801981 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186801981 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186802029 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186802030 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186802030 data=null doit=true} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186802030 data=null} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186802031 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186802031 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186802037 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:57 [2019-07-31T06:34:57.955Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186802038 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186802038 data=null doit=true} to TreeItem with text {Traces [7]}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186802038 data=null} to TreeItem with text {Traces [7]}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186802038 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186802038 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]}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186802058 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:57 [2019-07-31T06:34:57.955Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802166 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186802166 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186802166 data=null} to TreeItem with text {ust-overlap-testing}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802167 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:34:57 [2019-07-31T06:34:57.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186802167 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}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802216 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:58 [2019-07-31T06:34:58.211Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802219 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186802219 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186802219 data=null} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802220 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186802220 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}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802224 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802225 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186802225 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186802225 data=null} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802226 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186802226 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}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802229 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802229 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802236 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802307 data=null button=1 stateMask=0x80000 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=1186802308 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=1186802308 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=1186802308 data=null} to TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing}
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:58 [2019-07-31T06:34:58.211Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186802236 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}
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - Attempting to set focus on Table with text {}
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186802825 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186802825 data=null doit=true} to TableItem with text {}
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186802826 data=null} to TableItem with text {}
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186802835 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186802835 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186802842 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:34:58 [2019-07-31T06:34:58.775Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186803947 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186803947 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186803947 data=null} to TreeItem with text {ust-overlap-testing}
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186803947 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186803948 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}
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186803952 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:59 [2019-07-31T06:34:59.706Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:59 [2019-07-31T06:34:59.706Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186803966 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186803967 data=null doit=true} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186803967 data=null} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186803967 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186803967 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186804018 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186804020 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186804020 data=null doit=true} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186804021 data=null} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186804021 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186804021 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186804041 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186804042 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186804042 data=null doit=true} to TreeItem with text {Traces [7]}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186804043 data=null} to TreeItem with text {Traces [7]}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186804043 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186804043 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]}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186804068 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186804079 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186804079 data=null doit=true} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186804079 data=null} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186804080 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186804080 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186804108 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186804109 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186804109 data=null doit=true} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186804109 data=null} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186804110 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186804110 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186804140 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:34:59 [2019-07-31T06:34:59.962Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Attempting to set focus on Tree with text {}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186804142 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186804142 data=null doit=true} to TreeItem with text {Traces [7]}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186804142 data=null} to TreeItem with text {Traces [7]}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186804143 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186804143 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]}
02:34:59 [2019-07-31T06:34:59.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186804157 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:34:59 [2019-07-31T06:34:59.962Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:35:00 [2019-07-31T06:35:00.219Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:00 [2019-07-31T06:35:00.219Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:00 [2019-07-31T06:35:00.219Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186804432 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.219Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186804433 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.219Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186804433 data=null} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.219Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186804433 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.219Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186804434 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}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186804476 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:00 [2019-07-31T06:35:00.924Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186804480 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186804480 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186804480 data=null} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186804480 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186804481 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}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186804487 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186804487 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186804487 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186804488 data=null} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186804488 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186804488 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}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186804500 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186804501 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=1186804501 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186804579 data=null button=1 stateMask=0x80000 x=133 y=179 count=2} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=1186804579 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=1186804579 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=1186804580 data=null} to TreeItem with text {unrecognized.log}
02:35:00 [2019-07-31T06:35:00.924Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186804501 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}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186805214 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186805215 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186805215 data=null} to TreeItem with text {unrecognized.log}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186805216 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186805216 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}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186805220 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:01 [2019-07-31T06:35:01.384Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186805229 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186805229 data=null doit=true} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186805229 data=null} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186805233 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186805233 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186805297 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186805298 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186805299 data=null doit=true} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186805299 data=null} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186805299 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186805299 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186805308 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:01 [2019-07-31T06:35:01.384Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186805310 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186805310 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186805310 data=null} to TreeItem with text {Traces [7]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186805310 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186805311 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]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186805330 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186805331 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186805331 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186805331 data=null} to TreeItem with text {Traces [7]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186805332 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186805339 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]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186805344 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Clicking on with mnemonic 'Clear'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Clicked on with mnemonic 'Clear'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186805616 data=null doit=true} to Shell with text {Confirm Clear}
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Clicking on &Yes
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186805617 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')
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186805617 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')
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186805618 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186805618 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186805618 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')
02:35:01 [2019-07-31T06:35:01.384Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186805618 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')
02:35:01 [2019-07-31T06:35:01.642Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186805618 data=null item=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')
02:35:04 [2019-07-31T06:35:04.163Z] DEBUG - Clicked on 
02:35:04 [2019-07-31T06:35:04.163Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186805409 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186808589 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186808589 data=null doit=true} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186808589 data=null} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186808589 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186808589 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186808622 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186808623 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186808623 data=null doit=true} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186808623 data=null} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186808624 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186808624 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186808637 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:04 [2019-07-31T06:35:04.419Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186808639 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186808639 data=null doit=true} to TreeItem with text {Traces [0]}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186808639 data=null} to TreeItem with text {Traces [0]}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186808639 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186808639 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]}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186808648 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186808658 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186808659 data=null doit=true} to TreeItem with text {Traces [0]}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186808659 data=null} to TreeItem with text {Traces [0]}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186808659 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186808660 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]}
02:35:04 [2019-07-31T06:35:04.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186808664 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:04 [2019-07-31T06:35:04.676Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:35:04 [2019-07-31T06:35:04.676Z] DEBUG - Clicking on with mnemonic 'Import...'
02:35:04 [2019-07-31T06:35:04.676Z] DEBUG - Clicked on with mnemonic 'Import...'
02:35:04 [2019-07-31T06:35:04.676Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:35:04 [2019-07-31T06:35:04.676Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186808921 data=null doit=true} to Shell with text {Trace Import}
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:35:04 [2019-07-31T06:35:04.934Z] 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')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186808955 data=null} to (of type 'Combo')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186809013 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186809013 data=null doit=true} to TreeItem with text {import}
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186809013 data=null} to TreeItem with text {import}
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186809014 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186809014 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}
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186809014 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Setting state to checked on: import
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186809033 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:'))
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:35:04 [2019-07-31T06:35:04.934Z] 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')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:35:04 [2019-07-31T06:35:04.934Z] 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')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:35:04 [2019-07-31T06:35:04.934Z] 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')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] 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')
02:35:04 [2019-07-31T06:35:04.934Z] 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.
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Clicking on &Finish
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186809050 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')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186809051 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')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186809051 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186809051 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186809051 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')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186809051 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')
02:35:04 [2019-07-31T06:35:04.934Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:04 [2019-07-31T06:35:04.934Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:04 [2019-07-31T06:35:04.934Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:04 [2019-07-31T06:35:04.934Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:04 [2019-07-31T06:35:04.934Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:04 [2019-07-31T06:35:04.934Z] DEBUG - Clicked on &Finish
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186809717 data=null doit=true} to Shell with text {Confirmation}
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All'
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH'
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - Clicking on Skip All
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=1186809718 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')
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=1186809718 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')
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=1186809718 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=1186809723 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=1186809724 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')
02:35:05 [2019-07-31T06:35:05.498Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=1186809724 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')
02:35:05 [2019-07-31T06:35:05.754Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=1186809724 data=null item=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')
02:35:05 [2019-07-31T06:35:05.754Z] DEBUG - Clicked on 
02:35:06 [2019-07-31T06:35:06.683Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186809051 data=null item=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')
02:35:06 [2019-07-31T06:35:06.683Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186808706 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186810982 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186810990 data=null doit=true} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186810990 data=null} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186810990 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186810991 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186811026 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186811027 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186811027 data=null doit=true} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186811027 data=null} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186811027 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186811028 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186811034 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186811035 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186811038 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186811038 data=null} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186811038 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186811038 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]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186811048 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186811062 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186811062 data=null doit=true} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186811062 data=null} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186811062 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186811062 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186811091 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186811092 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186811092 data=null doit=true} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186811092 data=null} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186811093 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186811093 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186811099 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:06 [2019-07-31T06:35:06.941Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186811100 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186811100 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186811100 data=null} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186811101 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186811101 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]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186811116 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186811118 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186811118 data=null} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186811118 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186811119 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]}
02:35:06 [2019-07-31T06:35:06.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186811143 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811507 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186811507 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186811507 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811508 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186811508 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}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811538 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:07 [2019-07-31T06:35:07.504Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811544 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186811544 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186811544 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811544 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186811545 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}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811549 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811549 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186811549 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186811550 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811550 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186811550 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}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811553 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811553 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811554 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:35:07 [2019-07-31T06:35:07.504Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186811554 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}
02:35:07 [2019-07-31T06:35:07.761Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186811622 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:35:08 [2019-07-31T06:35:08.018Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186812021 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:35:08 [2019-07-31T06:35:08.018Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186812022 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:35:08 [2019-07-31T06:35:08.018Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186812022 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:35:08 [2019-07-31T06:35:08.018Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:35:08 [2019-07-31T06:35:08.018Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - Attempting to set focus on Table with text {}
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186813025 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186813025 data=null doit=true} to TableItem with text {}
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186813026 data=null} to TableItem with text {}
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186813026 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186813026 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186813031 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:08 [2019-07-31T06:35:08.948Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186813217 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186813218 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186813218 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186813218 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186813219 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}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186813223 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:09 [2019-07-31T06:35:09.206Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186813235 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186813236 data=null doit=true} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186813236 data=null} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186813236 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186813236 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186813268 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186813270 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186813270 data=null doit=true} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186813270 data=null} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186813271 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186813271 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186813277 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:09 [2019-07-31T06:35:09.206Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186813277 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186813278 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186813278 data=null} to TreeItem with text {Traces [7]}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186813278 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186813278 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]}
02:35:09 [2019-07-31T06:35:09.206Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186813297 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:09 [2019-07-31T06:35:09.206Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:35:09 [2019-07-31T06:35:09.464Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:09 [2019-07-31T06:35:09.464Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813766 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186813767 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186813767 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813767 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186813767 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}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813810 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:09 [2019-07-31T06:35:09.721Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813814 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186813814 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186813814 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813815 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186813815 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}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813819 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813820 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186813820 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186813820 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813821 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186813821 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}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813830 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813831 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813831 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.721Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186813832 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}
02:35:09 [2019-07-31T06:35:09.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186813898 data=null button=1 stateMask=0x80000 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.978Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186814104 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.978Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186814120 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.978Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186814120 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.978Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:35:09 [2019-07-31T06:35:09.978Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:09 [2019-07-31T06:35:09.978Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - Attempting to set focus on Table with text {}
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186815124 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186815124 data=null doit=true} to TableItem with text {}
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186815124 data=null} to TableItem with text {}
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186815124 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186815125 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186815129 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:10 [2019-07-31T06:35:10.910Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186815401 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186815401 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186815401 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186815401 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186815402 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}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186815406 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:11 [2019-07-31T06:35:11.168Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186815411 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186815411 data=null doit=true} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186815411 data=null} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186815412 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186815412 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186815446 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186815447 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186815447 data=null doit=true} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186815447 data=null} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186815447 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186815448 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186815459 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:11 [2019-07-31T06:35:11.425Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186815460 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186815460 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186815460 data=null} to TreeItem with text {Traces [7]}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186815460 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186815460 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]}
02:35:11 [2019-07-31T06:35:11.425Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186815469 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:11 [2019-07-31T06:35:11.425Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:35:11 [2019-07-31T06:35:11.683Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:11 [2019-07-31T06:35:11.683Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:11 [2019-07-31T06:35:11.683Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186815932 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:11 [2019-07-31T06:35:11.683Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186815932 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:11 [2019-07-31T06:35:11.683Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186815933 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:11 [2019-07-31T06:35:11.683Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186815933 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186815933 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}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186815965 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:12 [2019-07-31T06:35:12.130Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186815968 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186815969 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186815969 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186815969 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186815969 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}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186815974 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186815974 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186815974 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186815974 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186815975 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186815975 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}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186815978 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186815979 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186815979 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:12 [2019-07-31T06:35:12.130Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186815979 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}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186816412 data=null button=1 stateMask=0x80000 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186817157 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186817157 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186817157 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Attempting to set focus on Table with text {}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186817160 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186817160 data=null doit=true} to TableItem with text {}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186817160 data=null} to TableItem with text {}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186817160 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186817161 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186817191 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:13 [2019-07-31T06:35:13.157Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186818180 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186818180 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186818180 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186818181 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186818181 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}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186818186 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:14 [2019-07-31T06:35:14.087Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186818193 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186818193 data=null doit=true} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186818193 data=null} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186818194 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186818194 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186818231 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186818280 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186818280 data=null doit=true} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186818280 data=null} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186818281 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186818281 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186818289 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:14 [2019-07-31T06:35:14.087Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186818290 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186818290 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186818291 data=null} to TreeItem with text {Traces [7]}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186818291 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186818291 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]}
02:35:14 [2019-07-31T06:35:14.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186818320 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:14 [2019-07-31T06:35:14.087Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:35:14 [2019-07-31T06:35:14.344Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:14 [2019-07-31T06:35:14.344Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186818614 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186818614 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186818614 data=null} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186818615 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186818615 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}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186818703 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:14 [2019-07-31T06:35:14.601Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186818709 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186818709 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186818709 data=null} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186818710 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186818710 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}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186818715 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186818719 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186818719 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186818720 data=null} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186818730 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186818730 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}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186818786 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186818786 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.601Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1186818787 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1}
02:35:14 [2019-07-31T06:35:14.858Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186818787 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}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186818913 data=null button=1 stateMask=0x80000 x=150 y=137 count=2} to TreeItem with text {simple_server-thread1}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1186819495 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1186819540 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1186819540 data=null} to TreeItem with text {simple_server-thread1}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Attempting to set focus on Table with text {}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186819544 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186819544 data=null doit=true} to TableItem with text {}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186819544 data=null} to TableItem with text {}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186819545 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186819552 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186819557 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:15 [2019-07-31T06:35:15.423Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186820507 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread1}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186820507 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186820510 data=null} to TreeItem with text {simple_server-thread1}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186820510 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186820510 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}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186820516 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread1}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:16 [2019-07-31T06:35:16.353Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186820530 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186820530 data=null doit=true} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186820531 data=null} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186820531 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186820531 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186820681 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186820682 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186820682 data=null doit=true} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186820683 data=null} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186820683 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186820683 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186820690 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:16 [2019-07-31T06:35:16.609Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186820692 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186820692 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186820692 data=null} to TreeItem with text {Traces [7]}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186820692 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186820692 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]}
02:35:16 [2019-07-31T06:35:16.609Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186820711 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:16 [2019-07-31T06:35:16.609Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186821250 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186821251 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186821251 data=null} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186821251 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186821252 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}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186821305 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:17 [2019-07-31T06:35:17.173Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186821309 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186821309 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186821310 data=null} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186821310 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186821310 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}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186821316 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186821316 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186821316 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186821316 data=null} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186821317 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186821317 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}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186821321 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186821321 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.173Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1186821326 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.430Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186821326 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}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186821446 data=null button=1 stateMask=0x80000 x=150 y=158 count=2} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1186822010 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1186822108 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1186822109 data=null} to TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Attempting to set focus on Table with text {}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186822112 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186822112 data=null doit=true} to TableItem with text {}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186822112 data=null} to TableItem with text {}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186822113 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186822113 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186822118 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:17 [2019-07-31T06:35:17.992Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186823076 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread2}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186823076 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186823076 data=null} to TreeItem with text {simple_server-thread2}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186823077 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186823077 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}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186823082 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread2}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:18 [2019-07-31T06:35:18.923Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186823089 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186823090 data=null doit=true} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186823090 data=null} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186823095 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186823095 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186823136 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186823142 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186823142 data=null doit=true} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186823142 data=null} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186823142 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186823143 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186823149 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:18 [2019-07-31T06:35:18.923Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186823150 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186823150 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186823151 data=null} to TreeItem with text {Traces [7]}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186823151 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:18 [2019-07-31T06:35:18.923Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186823164 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]}
02:35:19 [2019-07-31T06:35:19.180Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186823179 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:19 [2019-07-31T06:35:19.180Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823563 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186823563 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186823563 data=null} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823564 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186823564 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}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823618 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:19 [2019-07-31T06:35:19.437Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823621 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186823622 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186823622 data=null} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823622 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186823622 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}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823630 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823631 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186823631 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186823631 data=null} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823632 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186823632 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}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823686 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823686 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.437Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823687 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:35:19 [2019-07-31T06:35:19.694Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186823687 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}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186823815 data=null button=1 stateMask=0x80000 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=1186824390 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=1186824450 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=1186824451 data=null} to TreeItem with text {ust-overlap-testing}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Attempting to set focus on Table with text {}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186824454 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186824454 data=null doit=true} to TableItem with text {}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186824454 data=null} to TableItem with text {}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186824454 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186824455 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186824460 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:20 [2019-07-31T06:35:20.258Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:21 [2019-07-31T06:35:21.187Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:21 [2019-07-31T06:35:21.187Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186825454 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186825454 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186825455 data=null} to TreeItem with text {ust-overlap-testing}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186825455 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186825455 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}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186825460 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:21 [2019-07-31T06:35:21.445Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186825467 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186825467 data=null doit=true} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186825472 data=null} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186825473 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186825473 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186825514 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186825515 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186825516 data=null doit=true} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186825516 data=null} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186825516 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186825516 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186825523 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.445Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186825524 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186825525 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186825525 data=null} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186825525 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186825525 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]}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186825544 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.445Z] WARN - Tree item TreeItem with text {Traces [7]} is already expanded. Won't expand it again.
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186825654 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186825655 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186825655 data=null} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186825655 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186825655 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}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186825696 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:21 [2019-07-31T06:35:21.445Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:21 [2019-07-31T06:35:21.702Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186825699 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186825700 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186825700 data=null} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186825700 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186825700 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}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186825705 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186825706 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186825706 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186825706 data=null} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186825706 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186825707 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}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186825711 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186825711 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=1186825711 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.702Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186825711 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}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186825984 data=null button=1 stateMask=0x80000 x=133 y=179 count=2} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=1186825987 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=1186825987 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=1186825987 data=null} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186826089 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186826089 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186826090 data=null} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186826090 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186826090 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}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186826095 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:21 [2019-07-31T06:35:21.964Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186826123 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186826123 data=null doit=true} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186826123 data=null} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186826123 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186826124 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186826160 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186826161 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186826161 data=null doit=true} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186826161 data=null} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186826162 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186826162 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186826168 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:21 [2019-07-31T06:35:21.964Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186826181 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186826181 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186826182 data=null} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186826182 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186826182 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]}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186826192 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [7]} time=1186826193 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [7]} time=1186826194 data=null doit=true} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [7]} time=1186826194 data=null} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [7]} time=1186826194 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186826194 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]}
02:35:21 [2019-07-31T06:35:21.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [7]} time=1186826208 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [7]}
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - Clicking on with mnemonic 'Clear'
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - Clicked on with mnemonic 'Clear'
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186826383 data=null doit=true} to Shell with text {Confirm Clear}
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - Clicking on &Yes
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186826384 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')
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186826384 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')
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186826384 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186826384 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186826384 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')
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186826385 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')
02:35:22 [2019-07-31T06:35:22.225Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186826385 data=null item=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')
02:35:24 [2019-07-31T06:35:24.363Z] DEBUG - Clicked on 
02:35:24 [2019-07-31T06:35:24.363Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186826249 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186829028 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186829028 data=null doit=true} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186829028 data=null} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186829028 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186829029 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186829045 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186829047 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186829047 data=null doit=true} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186829047 data=null} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186829047 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186829047 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186829060 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:24 [2019-07-31T06:35:24.927Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186829061 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186829061 data=null doit=true} to TreeItem with text {Traces [0]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186829061 data=null} to TreeItem with text {Traces [0]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186829061 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186829062 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]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186829079 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186829080 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186829080 data=null doit=true} to TreeItem with text {Traces [0]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186829080 data=null} to TreeItem with text {Traces [0]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186829080 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186829080 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]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186829084 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:35:24 [2019-07-31T06:35:24.927Z] DEBUG - Clicking on with mnemonic 'Import...'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - Clicked on with mnemonic 'Import...'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186829348 data=null doit=true} to Shell with text {Trace Import}
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:35:25 [2019-07-31T06:35:25.184Z] 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')
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186829373 data=null} to (of type 'Combo')
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:25 [2019-07-31T06:35:25.184Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186829438 data=null doit=true} to TreeItem with text {import}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186829439 data=null} to TreeItem with text {import}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186829439 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186829439 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}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186829441 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186829442 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186829442 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186829442 data=null} to Tree node with text: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186829443 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186829443 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
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186829445 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:25 [2019-07-31T06:35:25.442Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=1186829464 data=null doit=true} to Tree node with text: z-clashes
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=1186829464 data=null} to Tree node with text: z-clashes
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=1186829464 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186829464 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
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=1186829466 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186829475 data=null button=0 stateMask=0x0 x=168 y=165 count=0} to Tree node with text: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186829475 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186829475 data=null} to Tree node with text: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186829475 data=null button=1 stateMask=0x0 x=168 y=165 count=1} to Tree node with text: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186829476 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
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186829478 data=null button=1 stateMask=0x80000 x=168 y=165 count=1} to Tree node with text: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:25 [2019-07-31T06:35:25.442Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186829482 data=null button=0 stateMask=0x0 x=152 y=64 count=0} to Tree node with text: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186829482 data=null doit=true} to Tree node with text: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186829482 data=null} to Tree node with text: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186829482 data=null button=1 stateMask=0x0 x=152 y=64 count=1} to Tree node with text: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186829483 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
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186829492 data=null button=1 stateMask=0x80000 x=152 y=64 count=1} to Tree node with text: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Setting state to checked on: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:25 [2019-07-31T06:35:25.442Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again.
02:35:25 [2019-07-31T06:35:25.442Z] WARN - Tree item Tree node with text: z-clashes is already expanded. Won't expand it again.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186829497 data=null button=0 stateMask=0x0 x=170 y=174 count=0} to Tree node with text: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186829497 data=null doit=true} to Tree node with text: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186829497 data=null} to Tree node with text: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186829497 data=null button=1 stateMask=0x0 x=170 y=174 count=1} to Tree node with text: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186829497 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
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186829499 data=null button=1 stateMask=0x80000 x=170 y=174 count=1} to Tree node with text: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Setting state to checked on: simple_server-thread1
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:25 [2019-07-31T06:35:25.442Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186829512 data=null button=0 stateMask=0x0 x=152 y=64 count=0} to Tree node with text: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186829513 data=null doit=true} to Tree node with text: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186829513 data=null} to Tree node with text: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186829513 data=null button=1 stateMask=0x0 x=152 y=64 count=1} to Tree node with text: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186829513 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
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186829515 data=null button=1 stateMask=0x80000 x=152 y=64 count=1} to Tree node with text: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Setting state to checked on: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:25 [2019-07-31T06:35:25.442Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again.
02:35:25 [2019-07-31T06:35:25.442Z] WARN - Tree item Tree node with text: z-clashes is already expanded. Won't expand it again.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186829525 data=null button=0 stateMask=0x0 x=170 y=174 count=0} to Tree node with text: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186829525 data=null doit=true} to Tree node with text: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186829526 data=null} to Tree node with text: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186829526 data=null button=1 stateMask=0x0 x=170 y=174 count=1} to Tree node with text: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186829526 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
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186829528 data=null button=1 stateMask=0x80000 x=170 y=174 count=1} to Tree node with text: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Setting state to checked on: simple_server-thread2
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:25 [2019-07-31T06:35:25.442Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186829532 data=null button=0 stateMask=0x0 x=83 y=-46 count=0} to TreeItem with text {import}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186829532 data=null doit=true} to TreeItem with text {import}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186829532 data=null} to TreeItem with text {import}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186829532 data=null button=1 stateMask=0x0 x=83 y=-46 count=1} to TreeItem with text {import}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186829532 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}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186829535 data=null button=1 stateMask=0x80000 x=83 y=-46 count=1} to TreeItem with text {import}
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Setting state to checked on: unrecognized.log
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186829548 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:'))
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:35:25 [2019-07-31T06:35:25.442Z] 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')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already selected, not selecting again.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:35:25 [2019-07-31T06:35:25.442Z] 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')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:35:25 [2019-07-31T06:35:25.442Z] 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')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] 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')
02:35:25 [2019-07-31T06:35:25.442Z] 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.
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:25 [2019-07-31T06:35:25.442Z] DEBUG - Clicking on &Finish
02:35:25 [2019-07-31T06:35:25.443Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186829567 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')
02:35:25 [2019-07-31T06:35:25.443Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186829568 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')
02:35:25 [2019-07-31T06:35:25.443Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186829568 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:25 [2019-07-31T06:35:25.443Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186829568 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:25 [2019-07-31T06:35:25.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186829568 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')
02:35:25 [2019-07-31T06:35:25.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186829568 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')
02:35:25 [2019-07-31T06:35:25.699Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:25 [2019-07-31T06:35:25.699Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:25 [2019-07-31T06:35:25.699Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:25 [2019-07-31T06:35:25.699Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:25 [2019-07-31T06:35:25.699Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:25 [2019-07-31T06:35:25.699Z] DEBUG - Clicked on &Finish
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186830306 data=null doit=true} to Shell with text {Confirmation}
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - matched Button with text "Rename", using matcher: with mnemonic 'Rename'
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - matched Button with text "Rename", using matcher: with style 'SWT.PUSH'
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - matched Button with text "Rename", using matcher: (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - Clicking on Rename
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename} time=1186830307 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')
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename} time=1186830307 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')
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename} time=1186830307 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename} time=1186830307 data=null} to (of type 'Button' and with mnemonic 'Rename' and with style 'SWT.PUSH')
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename} time=1186830307 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')
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename} time=1186830307 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')
02:35:26 [2019-07-31T06:35:26.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename} time=1186830307 data=null item=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')
02:35:26 [2019-07-31T06:35:26.519Z] DEBUG - Clicked on 
02:35:26 [2019-07-31T06:35:26.519Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:35:26 [2019-07-31T06:35:26.519Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186830599 data=null doit=true} to Shell with text {Confirmation}
02:35:26 [2019-07-31T06:35:26.519Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.519Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - matched Button with text "Overwrite", using matcher: with mnemonic 'Overwrite'
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - matched Button with text "Overwrite", using matcher: with style 'SWT.PUSH'
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - matched Button with text "Overwrite", using matcher: (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - Clicking on Overwrite
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Overwrite} time=1186830600 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')
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Overwrite} time=1186830600 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')
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Overwrite} time=1186830602 data=null doit=true} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Overwrite} time=1186830603 data=null} to (of type 'Button' and with mnemonic 'Overwrite' and with style 'SWT.PUSH')
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Overwrite} time=1186830603 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')
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Overwrite} time=1186830603 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')
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Overwrite} time=1186830603 data=null item=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')
02:35:26 [2019-07-31T06:35:26.520Z] DEBUG - Clicked on 
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186831173 data=null doit=true} to Shell with text {Confirmation}
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - matched Button with text "Skip", using matcher: with mnemonic 'Skip'
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - matched Button with text "Skip", using matcher: with style 'SWT.PUSH'
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - matched Button with text "Skip", using matcher: (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - Clicking on Skip
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip} time=1186831174 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')
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip} time=1186831174 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')
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip} time=1186831174 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip} time=1186831174 data=null} to (of type 'Button' and with mnemonic 'Skip' and with style 'SWT.PUSH')
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip} time=1186831174 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')
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip} time=1186831175 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')
02:35:27 [2019-07-31T06:35:27.083Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip} time=1186831175 data=null item=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')
02:35:27 [2019-07-31T06:35:27.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186829568 data=null item=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')
02:35:27 [2019-07-31T06:35:27.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186829135 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Clicked on 
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186831696 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186831696 data=null doit=true} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186831696 data=null} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186831697 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186831710 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186831743 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186831744 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186831744 data=null doit=true} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186831745 data=null} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186831745 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186831745 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186831751 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:27 [2019-07-31T06:35:27.597Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186831752 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186831778 data=null doit=true} to TreeItem with text {Traces [5]}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186831778 data=null} to TreeItem with text {Traces [5]}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186831778 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186831779 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]}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186831787 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186831788 data=null doit=true} to TreeItem with text {Traces [5]}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186831788 data=null} to TreeItem with text {Traces [5]}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186831788 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186831788 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]}
02:35:27 [2019-07-31T06:35:27.597Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186831793 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832265 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186832266 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186832266 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832266 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186832267 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}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832297 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:28 [2019-07-31T06:35:28.160Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832301 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186832301 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186832302 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832302 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186832302 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}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832306 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832307 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186832307 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186832308 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832308 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186832308 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}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832311 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832312 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832312 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832395 data=null button=1 stateMask=0x80000 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186832395 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186832395 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186832396 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.160Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:35:28 [2019-07-31T06:35:28.417Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186832312 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}
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - Attempting to set focus on Table with text {}
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186833083 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186833083 data=null doit=true} to TableItem with text {}
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186833083 data=null} to TableItem with text {}
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186833083 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186833083 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186833087 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:28 [2019-07-31T06:35:28.980Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186834130 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186834130 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186834130 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186834131 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186834131 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}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186834135 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:29 [2019-07-31T06:35:29.910Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186834141 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186834141 data=null doit=true} to TreeItem with text {test}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186834141 data=null} to TreeItem with text {test}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186834141 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:29 [2019-07-31T06:35:29.910Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186834141 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186834171 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186834173 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186834173 data=null doit=true} to TreeItem with text {test}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186834173 data=null} to TreeItem with text {test}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186834174 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186834174 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186834180 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:30 [2019-07-31T06:35:30.166Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186834186 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186834186 data=null doit=true} to TreeItem with text {Traces [5]}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186834186 data=null} to TreeItem with text {Traces [5]}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186834186 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186834187 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]}
02:35:30 [2019-07-31T06:35:30.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186834196 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:30 [2019-07-31T06:35:30.166Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834569 data=null button=0 stateMask=0x0 x=157 y=95 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186834570 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186834570 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834570 data=null button=1 stateMask=0x0 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186834571 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)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834601 data=null button=1 stateMask=0x80000 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:30 [2019-07-31T06:35:30.423Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834606 data=null button=0 stateMask=0x0 x=157 y=95 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186834606 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186834606 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834607 data=null button=1 stateMask=0x0 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186834607 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)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834611 data=null button=1 stateMask=0x80000 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834612 data=null button=0 stateMask=0x0 x=157 y=95 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186834612 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186834612 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834612 data=null button=1 stateMask=0x0 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186834613 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)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834616 data=null button=1 stateMask=0x80000 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834616 data=null button=1 stateMask=0x0 x=157 y=95 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.423Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834617 data=null button=1 stateMask=0x0 x=157 y=95 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:35:30 [2019-07-31T06:35:30.680Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186834617 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)}
02:35:30 [2019-07-31T06:35:30.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186834683 data=null button=1 stateMask=0x80000 x=157 y=95 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186835135 data=null button=0 stateMask=0x0 x=157 y=95 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186835215 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186835215 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing(2)}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - Attempting to set focus on Table with text {}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186835217 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186835217 data=null doit=true} to TableItem with text {}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186835217 data=null} to TableItem with text {}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186835218 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186835218 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186835222 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:31 [2019-07-31T06:35:31.194Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186836734 data=null button=0 stateMask=0x0 x=157 y=95 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1186836734 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1186836734 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186836735 data=null button=1 stateMask=0x0 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186836735 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)}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1186836740 data=null button=1 stateMask=0x80000 x=157 y=95 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:32 [2019-07-31T06:35:32.562Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186836746 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186836746 data=null doit=true} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186836746 data=null} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186836747 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186836747 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186836783 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186836784 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186836784 data=null doit=true} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186836790 data=null} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186836791 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186836791 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186836797 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:32 [2019-07-31T06:35:32.562Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186836798 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186836798 data=null doit=true} to TreeItem with text {Traces [5]}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186836798 data=null} to TreeItem with text {Traces [5]}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186836798 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:32 [2019-07-31T06:35:32.562Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186836798 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]}
02:35:32 [2019-07-31T06:35:32.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186836816 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:32 [2019-07-31T06:35:32.819Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186837143 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186837143 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186837144 data=null} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186837144 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186837144 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}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186837197 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:33 [2019-07-31T06:35:33.075Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186837209 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186837209 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186837209 data=null} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186837209 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186837209 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}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186837214 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186837215 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186837215 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186837215 data=null} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186837215 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186837215 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}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186837222 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186837223 data=null button=1 stateMask=0x0 x=150 y=116 count=2} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1186837223 data=null button=1 stateMask=0x0 x=150 y=116 count=2} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.075Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186837223 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}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186837318 data=null button=1 stateMask=0x80000 x=150 y=116 count=2} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1186837744 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1186837792 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1186837792 data=null} to TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Attempting to set focus on Table with text {}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186837795 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186837795 data=null doit=true} to TableItem with text {}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186837795 data=null} to TableItem with text {}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186837795 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186837805 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186837831 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:33 [2019-07-31T06:35:33.729Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186838912 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread1}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186838913 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186838913 data=null} to TreeItem with text {simple_server-thread1}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186838913 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186838913 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}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186838918 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread1}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:34 [2019-07-31T06:35:34.854Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186838931 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186838931 data=null doit=true} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186838931 data=null} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186838932 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186838932 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186838971 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186838973 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186838973 data=null doit=true} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186838973 data=null} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186838973 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186838973 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186838979 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:34 [2019-07-31T06:35:34.854Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186838980 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186838980 data=null doit=true} to TreeItem with text {Traces [5]}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186838980 data=null} to TreeItem with text {Traces [5]}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186838980 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186838980 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]}
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186839001 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:34 [2019-07-31T06:35:34.854Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:34 [2019-07-31T06:35:34.854Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186839112 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186839113 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186839113 data=null} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186839114 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186839114 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}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186839147 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:35 [2019-07-31T06:35:35.111Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186839150 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186839150 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186839150 data=null} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186839150 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186839151 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}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186839155 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186839155 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186839156 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186839156 data=null} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186839156 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186839156 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}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186839159 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186839160 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1186839160 data=null button=1 stateMask=0x0 x=150 y=137 count=2} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.111Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186839160 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}
02:35:35 [2019-07-31T06:35:35.368Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186839228 data=null button=1 stateMask=0x80000 x=150 y=137 count=2} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1186839607 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1186839652 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1186839653 data=null} to TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - Attempting to set focus on Table with text {}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186839656 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186839665 data=null doit=true} to TableItem with text {}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186839665 data=null} to TableItem with text {}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186839666 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186839666 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186839671 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:35 [2019-07-31T06:35:35.625Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186840784 data=null button=0 stateMask=0x0 x=150 y=137 count=0} to TreeItem with text {simple_server-thread2}
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186840785 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186840785 data=null} to TreeItem with text {simple_server-thread2}
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186840785 data=null button=1 stateMask=0x0 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2}
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186840785 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}
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186840790 data=null button=1 stateMask=0x80000 x=150 y=137 count=1} to TreeItem with text {simple_server-thread2}
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:36 [2019-07-31T06:35:36.554Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186840805 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186840805 data=null doit=true} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186840805 data=null} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186840805 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186840806 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186840895 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186840900 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186840900 data=null doit=true} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186840900 data=null} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186840901 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186840901 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186840922 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:36 [2019-07-31T06:35:36.817Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186840926 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186840926 data=null doit=true} to TreeItem with text {Traces [5]}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186840926 data=null} to TreeItem with text {Traces [5]}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186840927 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186840927 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]}
02:35:36 [2019-07-31T06:35:36.817Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186840937 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:36 [2019-07-31T06:35:36.817Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186841484 data=null button=0 stateMask=0x0 x=133 y=158 count=0} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186841484 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186841484 data=null} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186841485 data=null button=1 stateMask=0x0 x=133 y=158 count=1} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186841485 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}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186841529 data=null button=1 stateMask=0x80000 x=133 y=158 count=1} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:37 [2019-07-31T06:35:37.382Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186841533 data=null button=0 stateMask=0x0 x=133 y=158 count=0} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186841533 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186841533 data=null} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186841534 data=null button=1 stateMask=0x0 x=133 y=158 count=1} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186841534 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}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186841587 data=null button=1 stateMask=0x80000 x=133 y=158 count=1} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186841588 data=null button=0 stateMask=0x0 x=133 y=158 count=0} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186841588 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186841589 data=null} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186841589 data=null button=1 stateMask=0x0 x=133 y=158 count=1} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186841589 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}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186841594 data=null button=1 stateMask=0x80000 x=133 y=158 count=1} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186841594 data=null button=1 stateMask=0x0 x=133 y=158 count=2} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.382Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=1186841594 data=null button=1 stateMask=0x0 x=133 y=158 count=2} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.639Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186841594 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}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186841686 data=null button=1 stateMask=0x80000 x=133 y=158 count=2} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=1186841900 data=null button=0 stateMask=0x0 x=133 y=158 count=0} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=1186841900 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=1186841900 data=null} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched EditorReference with text "", using matcher: with name '"unrecognized.log"'
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186842079 data=null button=0 stateMask=0x0 x=133 y=158 count=0} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186842079 data=null doit=true} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186842079 data=null} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186842080 data=null button=1 stateMask=0x0 x=133 y=158 count=1} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186842080 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}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186842085 data=null button=1 stateMask=0x80000 x=133 y=158 count=1} to TreeItem with text {unrecognized.log}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:37 [2019-07-31T06:35:37.896Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186842093 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186842093 data=null doit=true} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186842093 data=null} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186842093 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186842098 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186842135 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186842136 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186842136 data=null doit=true} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186842137 data=null} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186842137 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186842137 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186842144 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:37 [2019-07-31T06:35:37.896Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186842145 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186842145 data=null doit=true} to TreeItem with text {Traces [5]}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186842145 data=null} to TreeItem with text {Traces [5]}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186842145 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:37 [2019-07-31T06:35:37.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186842146 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]}
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186842164 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186842165 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186842165 data=null doit=true} to TreeItem with text {Traces [5]}
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186842165 data=null} to TreeItem with text {Traces [5]}
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186842165 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186842166 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]}
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186842170 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Clicking on with mnemonic 'Clear'
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Clicked on with mnemonic 'Clear'
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186842359 data=null doit=true} to Shell with text {Confirm Clear}
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Clicking on &Yes
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186842360 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')
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186842360 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')
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186842360 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186842360 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186842360 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')
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186842361 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')
02:35:38 [2019-07-31T06:35:38.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186842361 data=null item=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')
02:35:40 [2019-07-31T06:35:40.047Z] DEBUG - Clicked on 
02:35:40 [2019-07-31T06:35:40.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186842211 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186844323 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186844323 data=null doit=true} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186844324 data=null} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186844324 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186844324 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186844348 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186844349 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186844350 data=null doit=true} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186844350 data=null} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186844350 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186844350 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186844357 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:40 [2019-07-31T06:35:40.308Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186844357 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186844358 data=null doit=true} to TreeItem with text {Traces [0]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186844358 data=null} to TreeItem with text {Traces [0]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186844358 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186844358 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]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186844371 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186844372 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186844372 data=null doit=true} to TreeItem with text {Traces [0]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186844372 data=null} to TreeItem with text {Traces [0]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186844372 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186844372 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]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186844376 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:35:40 [2019-07-31T06:35:40.308Z] DEBUG - Clicking on with mnemonic 'Import...'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Clicked on with mnemonic 'Import...'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186844617 data=null doit=true} to Shell with text {Trace Import}
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:35:40 [2019-07-31T06:35:40.566Z] 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')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186844667 data=null} to (of type 'Combo')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186844710 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186844710 data=null doit=true} to TreeItem with text {import}
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186844710 data=null} to TreeItem with text {import}
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186844711 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186844711 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}
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186844711 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Setting state to checked on: import
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : Generic CTF Trace
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Common Trace Format : Generic CTF Trace} time=1186844730 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:'))
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : Generic CTF Trace
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:35:40 [2019-07-31T06:35:40.566Z] 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')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:35:40 [2019-07-31T06:35:40.566Z] 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')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:35:40 [2019-07-31T06:35:40.566Z] 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')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] 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')
02:35:40 [2019-07-31T06:35:40.566Z] 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.
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Clicking on &Finish
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186844783 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')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186844784 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')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186844784 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186844784 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186844784 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')
02:35:40 [2019-07-31T06:35:40.566Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186844784 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')
02:35:40 [2019-07-31T06:35:40.824Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:40 [2019-07-31T06:35:40.824Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:40 [2019-07-31T06:35:40.824Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:40 [2019-07-31T06:35:40.824Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:40 [2019-07-31T06:35:40.824Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:40 [2019-07-31T06:35:40.824Z] DEBUG - Clicked on &Finish
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186845501 data=null doit=true} to Shell with text {Confirmation}
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All'
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH'
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - Clicking on Skip All
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=1186845504 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')
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=1186845504 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')
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=1186845504 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=1186845504 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=1186845504 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')
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=1186845504 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')
02:35:41 [2019-07-31T06:35:41.388Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=1186845504 data=null item=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')
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186844784 data=null item=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')
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186844421 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Clicked on 
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186845853 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186845853 data=null doit=true} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186845853 data=null} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186845853 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186845854 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186845876 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186845884 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186845884 data=null doit=true} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186845884 data=null} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186845885 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186845885 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.645Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186845892 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:41 [2019-07-31T06:35:41.902Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186845901 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186845901 data=null doit=true} to TreeItem with text {Traces [4]}
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186845901 data=null} to TreeItem with text {Traces [4]}
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186845901 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186845901 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]}
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186845923 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186845924 data=null doit=true} to TreeItem with text {Traces [4]}
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186845924 data=null} to TreeItem with text {Traces [4]}
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186845924 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186845925 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]}
02:35:41 [2019-07-31T06:35:41.902Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186845943 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:42 [2019-07-31T06:35:42.159Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:42 [2019-07-31T06:35:42.159Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846412 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186846413 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186846413 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846413 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186846413 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}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846445 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:42 [2019-07-31T06:35:42.416Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846450 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186846450 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186846450 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846450 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186846450 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}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846455 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846455 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186846455 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186846456 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846456 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186846456 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}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846460 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846460 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846461 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.416Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186846461 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}
02:35:42 [2019-07-31T06:35:42.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846529 data=null button=1 stateMask=0x80000 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.673Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186846836 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.673Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186846837 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.673Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186846837 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.673Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:35:42 [2019-07-31T06:35:42.673Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - Attempting to set focus on Table with text {}
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186847341 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186847341 data=null doit=true} to TableItem with text {}
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186847341 data=null} to TableItem with text {}
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186847341 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186847342 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186847347 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:43 [2019-07-31T06:35:43.237Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186848431 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186848431 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186848432 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186848432 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186848432 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}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186848437 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:44 [2019-07-31T06:35:44.395Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186848443 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186848443 data=null doit=true} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186848443 data=null} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186848444 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186848444 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186848488 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186848489 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186848489 data=null doit=true} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186848489 data=null} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186848490 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186848490 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186848496 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:44 [2019-07-31T06:35:44.395Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186848496 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186848497 data=null doit=true} to TreeItem with text {Traces [4]}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186848497 data=null} to TreeItem with text {Traces [4]}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186848497 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186848497 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]}
02:35:44 [2019-07-31T06:35:44.395Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186848518 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:44 [2019-07-31T06:35:44.395Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again.
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186848981 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186848981 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186848981 data=null} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186848982 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186848982 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}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186849018 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:44 [2019-07-31T06:35:44.960Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186849021 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186849021 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186849021 data=null} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186849021 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186849022 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}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186849026 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186849027 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186849027 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186849027 data=null} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186849028 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186849028 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}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186849031 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186849032 data=null button=1 stateMask=0x0 x=150 y=95 count=2} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1186849032 data=null button=1 stateMask=0x0 x=150 y=95 count=2} to TreeItem with text {simple_server-thread1}
02:35:44 [2019-07-31T06:35:44.960Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186849032 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}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186849106 data=null button=1 stateMask=0x80000 x=150 y=95 count=2} to TreeItem with text {simple_server-thread1}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1186849384 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread1}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1186849427 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1186849427 data=null} to TreeItem with text {simple_server-thread1}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Attempting to set focus on Table with text {}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186849430 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186849430 data=null doit=true} to TableItem with text {}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186849430 data=null} to TableItem with text {}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186849430 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186849431 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186849435 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:45 [2019-07-31T06:35:45.217Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186850624 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread1}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186850624 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186850625 data=null} to TreeItem with text {simple_server-thread1}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186850625 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186850625 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}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186850630 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread1}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:46 [2019-07-31T06:35:46.588Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186850643 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186850643 data=null doit=true} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186850643 data=null} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186850643 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186850643 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186850681 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186850685 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186850685 data=null doit=true} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186850685 data=null} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186850685 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186850685 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186850691 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:46 [2019-07-31T06:35:46.588Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186850692 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186850693 data=null doit=true} to TreeItem with text {Traces [4]}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186850693 data=null} to TreeItem with text {Traces [4]}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186850693 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186850693 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]}
02:35:46 [2019-07-31T06:35:46.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186850724 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:46 [2019-07-31T06:35:46.588Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again.
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186851189 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186851189 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186851190 data=null} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186851190 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186851190 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}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186851230 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:47 [2019-07-31T06:35:47.157Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186851234 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186851234 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186851234 data=null} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186851234 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186851235 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}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186851239 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186851240 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186851240 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186851240 data=null} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186851241 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186851241 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}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186851251 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186851252 data=null button=1 stateMask=0x0 x=150 y=116 count=2} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1186851252 data=null button=1 stateMask=0x0 x=150 y=116 count=2} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186851252 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}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186851374 data=null button=1 stateMask=0x80000 x=150 y=116 count=2} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1186851375 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1186851375 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1186851375 data=null} to TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:47 [2019-07-31T06:35:47.157Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - Attempting to set focus on Table with text {}
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186851881 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186851881 data=null doit=true} to TableItem with text {}
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186851881 data=null} to TableItem with text {}
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186851881 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186851889 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186851894 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:47 [2019-07-31T06:35:47.721Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:48 [2019-07-31T06:35:48.651Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:48 [2019-07-31T06:35:48.651Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:48 [2019-07-31T06:35:48.651Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186852889 data=null button=0 stateMask=0x0 x=150 y=116 count=0} to TreeItem with text {simple_server-thread2}
02:35:48 [2019-07-31T06:35:48.651Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186852889 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:35:48 [2019-07-31T06:35:48.651Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186852890 data=null} to TreeItem with text {simple_server-thread2}
02:35:48 [2019-07-31T06:35:48.651Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186852890 data=null button=1 stateMask=0x0 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2}
02:35:48 [2019-07-31T06:35:48.651Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186852890 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}
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186852909 data=null button=1 stateMask=0x80000 x=150 y=116 count=1} to TreeItem with text {simple_server-thread2}
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:48 [2019-07-31T06:35:48.908Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186852919 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186852919 data=null doit=true} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186852919 data=null} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.908Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186852919 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186852919 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186852958 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186852958 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186852958 data=null doit=true} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186852958 data=null} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186852959 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186852959 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186852965 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:48 [2019-07-31T06:35:48.909Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186852966 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186852966 data=null doit=true} to TreeItem with text {Traces [4]}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186852966 data=null} to TreeItem with text {Traces [4]}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186852966 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186852966 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]}
02:35:48 [2019-07-31T06:35:48.909Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186852988 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:48 [2019-07-31T06:35:48.909Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again.
02:35:49 [2019-07-31T06:35:49.166Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:49 [2019-07-31T06:35:49.166Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853457 data=null button=0 stateMask=0x0 x=139 y=137 count=0} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186853457 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186853457 data=null} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853457 data=null button=1 stateMask=0x0 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186853458 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}
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853496 data=null button=1 stateMask=0x80000 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:49 [2019-07-31T06:35:49.422Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853500 data=null button=0 stateMask=0x0 x=139 y=137 count=0} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186853500 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186853500 data=null} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.422Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853500 data=null button=1 stateMask=0x0 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186853500 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}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853505 data=null button=1 stateMask=0x80000 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853506 data=null button=0 stateMask=0x0 x=139 y=137 count=0} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186853506 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186853506 data=null} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853507 data=null button=1 stateMask=0x0 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186853507 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}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853511 data=null button=1 stateMask=0x80000 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853517 data=null button=1 stateMask=0x0 x=139 y=137 count=2} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853518 data=null button=1 stateMask=0x0 x=139 y=137 count=2} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.423Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186853518 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}
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853640 data=null button=1 stateMask=0x80000 x=139 y=137 count=2} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=1186853923 data=null button=0 stateMask=0x0 x=139 y=137 count=0} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=1186853923 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=1186853923 data=null} to TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing}
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - Attempting to set focus on Table with text {}
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186853927 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186853927 data=null doit=true} to TableItem with text {}
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186853927 data=null} to TableItem with text {}
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186853927 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:49 [2019-07-31T06:35:49.680Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186853927 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:49 [2019-07-31T06:35:49.936Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186853934 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:49 [2019-07-31T06:35:49.936Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:49 [2019-07-31T06:35:49.936Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:50 [2019-07-31T06:35:50.868Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:50 [2019-07-31T06:35:50.868Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186855129 data=null button=0 stateMask=0x0 x=139 y=137 count=0} to TreeItem with text {ust-overlap-testing}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186855129 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186855129 data=null} to TreeItem with text {ust-overlap-testing}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186855130 data=null button=1 stateMask=0x0 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186855130 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}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186855134 data=null button=1 stateMask=0x80000 x=139 y=137 count=1} to TreeItem with text {ust-overlap-testing}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:51 [2019-07-31T06:35:51.125Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186855140 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186855146 data=null doit=true} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186855146 data=null} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186855147 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186855147 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186855184 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186855185 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186855185 data=null doit=true} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186855186 data=null} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186855186 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186855186 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186855195 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186855196 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186855196 data=null doit=true} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186855196 data=null} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186855197 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186855197 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]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186855225 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186855230 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186855230 data=null doit=true} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186855230 data=null} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186855231 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186855231 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186855249 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186855250 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186855250 data=null doit=true} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186855250 data=null} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186855250 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186855250 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186855265 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:51 [2019-07-31T06:35:51.125Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186855266 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186855266 data=null doit=true} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186855266 data=null} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186855267 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186855267 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]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186855290 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186855291 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186855291 data=null doit=true} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186855291 data=null} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186855291 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186855291 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]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186855303 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:35:51 [2019-07-31T06:35:51.125Z] DEBUG - Clicking on with mnemonic 'Clear'
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - Clicked on with mnemonic 'Clear'
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186855561 data=null doit=true} to Shell with text {Confirm Clear}
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - Clicking on &Yes
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186855562 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')
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186855562 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')
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186855562 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186855562 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186855562 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')
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186855563 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')
02:35:51 [2019-07-31T06:35:51.382Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186855563 data=null item=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')
02:35:53 [2019-07-31T06:35:53.277Z] DEBUG - Clicked on 
02:35:53 [2019-07-31T06:35:53.277Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186855339 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186857816 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186857816 data=null doit=true} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186857816 data=null} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186857816 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186857817 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186857835 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186857836 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186857837 data=null doit=true} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186857837 data=null} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186857837 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186857837 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186857860 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:53 [2019-07-31T06:35:53.841Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186857861 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186857861 data=null doit=true} to TreeItem with text {Traces [0]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186857861 data=null} to TreeItem with text {Traces [0]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186857862 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186857862 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]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186857888 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186857889 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186857889 data=null doit=true} to TreeItem with text {Traces [0]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186857889 data=null} to TreeItem with text {Traces [0]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186857889 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186857889 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]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186857897 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:35:53 [2019-07-31T06:35:53.841Z] DEBUG - Clicking on with mnemonic 'Import...'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - Clicked on with mnemonic 'Import...'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186858166 data=null doit=true} to Shell with text {Trace Import}
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:35:54 [2019-07-31T06:35:54.098Z] 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')
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:54 [2019-07-31T06:35:54.098Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186858175 data=null} to (of type 'Combo')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186858244 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186858244 data=null doit=true} to TreeItem with text {import}
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186858244 data=null} to TreeItem with text {import}
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186858244 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186858244 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}
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186858245 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Setting state to checked on: import
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : Linux Kernel Trace
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Common Trace Format : Linux Kernel Trace} time=1186858264 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:'))
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : Linux Kernel Trace
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:35:54 [2019-07-31T06:35:54.099Z] 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')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:35:54 [2019-07-31T06:35:54.099Z] 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')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:35:54 [2019-07-31T06:35:54.099Z] 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')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] 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')
02:35:54 [2019-07-31T06:35:54.099Z] 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.
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Clicking on &Finish
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186858293 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')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186858293 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')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186858293 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186858293 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186858293 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')
02:35:54 [2019-07-31T06:35:54.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186858294 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')
02:35:54 [2019-07-31T06:35:54.356Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:54 [2019-07-31T06:35:54.356Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:54 [2019-07-31T06:35:54.356Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:54 [2019-07-31T06:35:54.356Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:54 [2019-07-31T06:35:54.356Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:54 [2019-07-31T06:35:54.356Z] DEBUG - Clicked on &Finish
02:35:54 [2019-07-31T06:35:54.356Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:35:54 [2019-07-31T06:35:54.356Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186858594 data=null doit=true} to Shell with text {Confirmation}
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All'
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH'
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - Clicking on Skip All
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=1186858627 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')
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=1186858627 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')
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=1186858627 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=1186858627 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=1186858640 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')
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=1186858641 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')
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=1186858641 data=null item=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')
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186858294 data=null item=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')
02:35:54 [2019-07-31T06:35:54.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186857934 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Clicked on 
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186858933 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186858933 data=null doit=true} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186858933 data=null} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186858933 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186858934 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186858954 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186858955 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186858955 data=null doit=true} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186858955 data=null} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186858955 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186858962 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186858971 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:54 [2019-07-31T06:35:54.870Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186858972 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186858972 data=null doit=true} to TreeItem with text {Traces [1]}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186858972 data=null} to TreeItem with text {Traces [1]}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186858972 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186858972 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]}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186858989 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186858990 data=null doit=true} to TreeItem with text {Traces [1]}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186858990 data=null} to TreeItem with text {Traces [1]}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186858990 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:54 [2019-07-31T06:35:54.870Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186858990 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]}
02:35:54 [2019-07-31T06:35:54.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186858992 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859261 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186859262 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186859262 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859262 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186859263 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}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859292 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:55 [2019-07-31T06:35:55.130Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859296 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186859296 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186859296 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859296 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186859296 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}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859300 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859301 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186859301 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186859301 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859301 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186859302 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}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859305 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859305 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859305 data=null button=1 stateMask=0x0 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:55 [2019-07-31T06:35:55.130Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186859305 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}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859364 data=null button=1 stateMask=0x80000 x=148 y=74 count=2} to TreeItem with text {kernel-overlap-testing}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186859739 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186859820 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186859820 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Attempting to set focus on Table with text {}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186859823 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186859823 data=null doit=true} to TableItem with text {}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186859823 data=null} to TableItem with text {}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186859823 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186859823 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186859828 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:35:56 [2019-07-31T06:35:56.030Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186860991 data=null button=0 stateMask=0x0 x=148 y=74 count=0} to TreeItem with text {kernel-overlap-testing}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186860991 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186860991 data=null} to TreeItem with text {kernel-overlap-testing}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186860991 data=null button=1 stateMask=0x0 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186860992 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}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186860996 data=null button=1 stateMask=0x80000 x=148 y=74 count=1} to TreeItem with text {kernel-overlap-testing}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:56 [2019-07-31T06:35:56.961Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186861012 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186861012 data=null doit=true} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186861012 data=null} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186861012 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186861013 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186861042 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186861042 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186861043 data=null doit=true} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186861043 data=null} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186861043 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186861043 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186861053 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186861054 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186861054 data=null doit=true} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186861054 data=null} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186861054 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186861054 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]}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186861073 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186861079 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186861079 data=null doit=true} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186861079 data=null} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186861079 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186861082 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186861096 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186861107 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186861107 data=null doit=true} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186861107 data=null} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186861107 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186861107 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186861117 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:56 [2019-07-31T06:35:56.961Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186861118 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186861118 data=null doit=true} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186861118 data=null} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.961Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186861118 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186861118 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]}
02:35:56 [2019-07-31T06:35:56.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186861126 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.962Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:56 [2019-07-31T06:35:56.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186861127 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.962Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186861127 data=null doit=true} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186861127 data=null} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186861127 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186861128 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]}
02:35:56 [2019-07-31T06:35:56.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186861141 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:56 [2019-07-31T06:35:56.962Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:35:56 [2019-07-31T06:35:56.962Z] DEBUG - Clicking on with mnemonic 'Clear'
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - Clicked on with mnemonic 'Clear'
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186861416 data=null doit=true} to Shell with text {Confirm Clear}
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - Clicking on &Yes
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186861417 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')
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186861417 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')
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186861417 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186861417 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186861417 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')
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186861417 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')
02:35:57 [2019-07-31T06:35:57.219Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186861417 data=null item=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')
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186861190 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Clicked on 
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186861930 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186861930 data=null doit=true} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186861930 data=null} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186861930 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186861930 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186861954 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186861955 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186861955 data=null doit=true} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186861955 data=null} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186861955 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186861955 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186861965 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:57 [2019-07-31T06:35:57.783Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186861966 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186861967 data=null doit=true} to TreeItem with text {Traces [1]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186861967 data=null} to TreeItem with text {Traces [1]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186861967 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186861967 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]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186861976 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186861976 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186861976 data=null doit=true} to TreeItem with text {Traces [1]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186861976 data=null} to TreeItem with text {Traces [1]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186861977 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186861977 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]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186861990 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:35:57 [2019-07-31T06:35:57.783Z] DEBUG - Clicking on with mnemonic 'Import...'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - Clicked on with mnemonic 'Import...'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186862263 data=null doit=true} to Shell with text {Trace Import}
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:35:58 [2019-07-31T06:35:58.040Z] 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')
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186862290 data=null} to (of type 'Combo')
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:58 [2019-07-31T06:35:58.040Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186862344 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186862344 data=null doit=true} to TreeItem with text {import}
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186862345 data=null} to TreeItem with text {import}
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186862345 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186862345 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}
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186862346 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Setting state to checked on: import
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : LTTng UST Trace
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Common Trace Format : LTTng UST Trace} time=1186862367 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:'))
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Common Trace Format : LTTng UST Trace
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:35:58 [2019-07-31T06:35:58.298Z] 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')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:35:58 [2019-07-31T06:35:58.298Z] 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')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:35:58 [2019-07-31T06:35:58.298Z] 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')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] 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')
02:35:58 [2019-07-31T06:35:58.298Z] 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.
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Clicking on &Finish
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186862399 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')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186862399 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')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186862399 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186862399 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186862399 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')
02:35:58 [2019-07-31T06:35:58.298Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186862400 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')
02:35:58 [2019-07-31T06:35:58.298Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:58 [2019-07-31T06:35:58.298Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:58 [2019-07-31T06:35:58.298Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:58 [2019-07-31T06:35:58.556Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:58 [2019-07-31T06:35:58.556Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - Clicked on &Finish
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186862733 data=null doit=true} to Shell with text {Confirmation}
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All'
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH'
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - Clicking on Skip All
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=1186862736 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')
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=1186862749 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')
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=1186862749 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=1186862749 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=1186862749 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')
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=1186862749 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')
02:35:58 [2019-07-31T06:35:58.556Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=1186862749 data=null item=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')
02:35:58 [2019-07-31T06:35:58.813Z] DEBUG - Clicked on 
02:35:58 [2019-07-31T06:35:58.813Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186862400 data=null item=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')
02:35:58 [2019-07-31T06:35:58.813Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186862032 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:35:59 [2019-07-31T06:35:59.073Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:35:59 [2019-07-31T06:35:59.073Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:59 [2019-07-31T06:35:59.073Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:59 [2019-07-31T06:35:59.073Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:59 [2019-07-31T06:35:59.073Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:59 [2019-07-31T06:35:59.073Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:59 [2019-07-31T06:35:59.073Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186863322 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.073Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186863322 data=null doit=true} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.073Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186863322 data=null} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.073Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186863322 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186863322 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186863333 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186863334 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186863334 data=null doit=true} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186863346 data=null} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186863347 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186863347 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186863356 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:35:59 [2019-07-31T06:35:59.329Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186863357 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186863357 data=null doit=true} to TreeItem with text {Traces [3]}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186863357 data=null} to TreeItem with text {Traces [3]}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186863358 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186863358 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]}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186863365 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186863366 data=null doit=true} to TreeItem with text {Traces [3]}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186863366 data=null} to TreeItem with text {Traces [3]}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186863366 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186863366 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]}
02:35:59 [2019-07-31T06:35:59.329Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186863384 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186863743 data=null button=0 stateMask=0x0 x=150 y=74 count=0} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186863743 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186863743 data=null} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186863744 data=null button=1 stateMask=0x0 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186863744 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}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186863776 data=null button=1 stateMask=0x80000 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:35:59 [2019-07-31T06:35:59.586Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186863780 data=null button=0 stateMask=0x0 x=150 y=74 count=0} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186863780 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186863780 data=null} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186863781 data=null button=1 stateMask=0x0 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186863781 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}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186863785 data=null button=1 stateMask=0x80000 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186863786 data=null button=0 stateMask=0x0 x=150 y=74 count=0} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186863786 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Attempting to set focus on Tree with text {}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186863786 data=null} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186863786 data=null button=1 stateMask=0x0 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186863787 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}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186863790 data=null button=1 stateMask=0x80000 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186863790 data=null button=1 stateMask=0x0 x=150 y=74 count=2} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.586Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1186863791 data=null button=1 stateMask=0x0 x=150 y=74 count=2} to TreeItem with text {simple_server-thread1}
02:35:59 [2019-07-31T06:35:59.843Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186863791 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}
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186863858 data=null button=1 stateMask=0x80000 x=150 y=74 count=2} to TreeItem with text {simple_server-thread1}
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1186864198 data=null button=0 stateMask=0x0 x=150 y=74 count=0} to TreeItem with text {simple_server-thread1}
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1186864258 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1186864258 data=null} to TreeItem with text {simple_server-thread1}
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - Attempting to set focus on Table with text {}
02:36:00 [2019-07-31T06:36:00.100Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186864260 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:00 [2019-07-31T06:36:00.101Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186864261 data=null doit=true} to TableItem with text {}
02:36:00 [2019-07-31T06:36:00.101Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186864261 data=null} to TableItem with text {}
02:36:00 [2019-07-31T06:36:00.101Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186864261 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:00 [2019-07-31T06:36:00.101Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186864261 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:00 [2019-07-31T06:36:00.101Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186864265 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:00 [2019-07-31T06:36:00.101Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:00 [2019-07-31T06:36:00.101Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:01 [2019-07-31T06:36:01.031Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:01 [2019-07-31T06:36:01.031Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186865345 data=null button=0 stateMask=0x0 x=150 y=74 count=0} to TreeItem with text {simple_server-thread1}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186865345 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186865346 data=null} to TreeItem with text {simple_server-thread1}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186865346 data=null button=1 stateMask=0x0 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186865346 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}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186865350 data=null button=1 stateMask=0x80000 x=150 y=74 count=1} to TreeItem with text {simple_server-thread1}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:01 [2019-07-31T06:36:01.288Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186865356 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186865362 data=null doit=true} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186865362 data=null} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186865363 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186865363 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186865399 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186865400 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186865400 data=null doit=true} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186865400 data=null} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186865400 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186865400 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186865406 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:01 [2019-07-31T06:36:01.288Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186865408 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186865408 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186865408 data=null} to TreeItem with text {Traces [3]}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186865408 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186865408 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]}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186865429 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:01 [2019-07-31T06:36:01.288Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again.
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186865523 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186865523 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186865523 data=null} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186865524 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186865524 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}
02:36:01 [2019-07-31T06:36:01.545Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186865563 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.545Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:01 [2019-07-31T06:36:01.545Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:01 [2019-07-31T06:36:01.545Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:01 [2019-07-31T06:36:01.545Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:01 [2019-07-31T06:36:01.545Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:01 [2019-07-31T06:36:01.545Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:01 [2019-07-31T06:36:01.545Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186865566 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.545Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186865566 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186865567 data=null} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186865567 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186865567 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}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186865571 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186865572 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186865572 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186865572 data=null} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186865572 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186865572 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}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186865586 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186865587 data=null button=1 stateMask=0x0 x=150 y=95 count=2} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1186865587 data=null button=1 stateMask=0x0 x=150 y=95 count=2} to TreeItem with text {simple_server-thread2}
02:36:01 [2019-07-31T06:36:01.546Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186865588 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}
02:36:01 [2019-07-31T06:36:01.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186865693 data=null button=1 stateMask=0x80000 x=150 y=95 count=2} to TreeItem with text {simple_server-thread2}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1186866049 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread2}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1186866111 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1186866111 data=null} to TreeItem with text {simple_server-thread2}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - Attempting to set focus on Table with text {}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186866114 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186866114 data=null doit=true} to TableItem with text {}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186866114 data=null} to TableItem with text {}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186866114 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186866115 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186866119 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:02 [2019-07-31T06:36:02.059Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186867198 data=null button=0 stateMask=0x0 x=150 y=95 count=0} to TreeItem with text {simple_server-thread2}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186867198 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186867199 data=null} to TreeItem with text {simple_server-thread2}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186867199 data=null button=1 stateMask=0x0 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186867199 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}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186867204 data=null button=1 stateMask=0x80000 x=150 y=95 count=1} to TreeItem with text {simple_server-thread2}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:02 [2019-07-31T06:36:02.991Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186867216 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186867217 data=null doit=true} to TreeItem with text {test}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186867217 data=null} to TreeItem with text {test}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186867217 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:02 [2019-07-31T06:36:02.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186867217 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186867258 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186867259 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186867259 data=null doit=true} to TreeItem with text {test}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186867259 data=null} to TreeItem with text {test}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186867259 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186867260 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186867265 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:03 [2019-07-31T06:36:03.248Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186867266 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186867266 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186867266 data=null} to TreeItem with text {Traces [3]}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186867267 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186867267 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]}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186867290 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:03 [2019-07-31T06:36:03.248Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again.
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867453 data=null button=0 stateMask=0x0 x=139 y=116 count=0} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186867453 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186867453 data=null} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867454 data=null button=1 stateMask=0x0 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186867454 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}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867490 data=null button=1 stateMask=0x80000 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:03 [2019-07-31T06:36:03.248Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867493 data=null button=0 stateMask=0x0 x=139 y=116 count=0} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186867493 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186867494 data=null} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867494 data=null button=1 stateMask=0x0 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186867494 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}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867498 data=null button=1 stateMask=0x80000 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867499 data=null button=0 stateMask=0x0 x=139 y=116 count=0} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186867499 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186867499 data=null} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867500 data=null button=1 stateMask=0x0 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186867500 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}
02:36:03 [2019-07-31T06:36:03.505Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867503 data=null button=1 stateMask=0x80000 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.505Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867503 data=null button=1 stateMask=0x0 x=139 y=116 count=2} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.505Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867504 data=null button=1 stateMask=0x0 x=139 y=116 count=2} to TreeItem with text {ust-overlap-testing}
02:36:03 [2019-07-31T06:36:03.505Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186867504 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}
02:36:03 [2019-07-31T06:36:03.762Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867588 data=null button=1 stateMask=0x80000 x=139 y=116 count=2} to TreeItem with text {ust-overlap-testing}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=1186867964 data=null button=0 stateMask=0x0 x=139 y=116 count=0} to TreeItem with text {ust-overlap-testing}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=1186868019 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=1186868020 data=null} to TreeItem with text {ust-overlap-testing}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - Attempting to set focus on Table with text {}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186868022 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186868022 data=null doit=true} to TableItem with text {}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186868022 data=null} to TableItem with text {}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186868022 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186868023 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186868027 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:04 [2019-07-31T06:36:04.019Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186869104 data=null button=0 stateMask=0x0 x=139 y=116 count=0} to TreeItem with text {ust-overlap-testing}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186869105 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186869105 data=null} to TreeItem with text {ust-overlap-testing}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186869105 data=null button=1 stateMask=0x0 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186869105 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}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186869109 data=null button=1 stateMask=0x80000 x=139 y=116 count=1} to TreeItem with text {ust-overlap-testing}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:04 [2019-07-31T06:36:04.958Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186869115 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186869115 data=null doit=true} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186869115 data=null} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186869122 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186869122 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186869159 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186869161 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186869161 data=null doit=true} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186869161 data=null} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186869161 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186869161 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186869167 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186869168 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186869168 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186869168 data=null} to TreeItem with text {Traces [3]}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186869168 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186869168 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]}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186869193 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186869203 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186869203 data=null doit=true} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186869203 data=null} to TreeItem with text {test}
02:36:04 [2019-07-31T06:36:04.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186869203 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186869204 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186869230 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186869234 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186869245 data=null doit=true} to TreeItem with text {test}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186869246 data=null} to TreeItem with text {test}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186869246 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186869246 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186869258 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:05 [2019-07-31T06:36:05.530Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186869259 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186869259 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186869259 data=null} to TreeItem with text {Traces [3]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186869259 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186869260 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]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186869268 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186869268 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186869268 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186869268 data=null} to TreeItem with text {Traces [3]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186869281 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186869282 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]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186869290 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:36:05 [2019-07-31T06:36:05.530Z] DEBUG - Clicking on with mnemonic 'Clear'
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - Clicked on with mnemonic 'Clear'
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186869522 data=null doit=true} to Shell with text {Confirm Clear}
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - Clicking on &Yes
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186869522 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')
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186869523 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')
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186869523 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186869523 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186869523 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')
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186869523 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')
02:36:05 [2019-07-31T06:36:05.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186869523 data=null item=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')
02:36:06 [2019-07-31T06:36:06.446Z] DEBUG - Clicked on 
02:36:06 [2019-07-31T06:36:06.703Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186869326 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186871100 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186871100 data=null doit=true} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186871100 data=null} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186871101 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186871101 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186871123 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186871124 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186871131 data=null doit=true} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186871131 data=null} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186871131 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186871131 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186871138 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:06 [2019-07-31T06:36:06.960Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186871139 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186871139 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186871139 data=null} to TreeItem with text {Traces [3]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186871139 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186871140 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]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186871156 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186871157 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186871158 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186871158 data=null} to TreeItem with text {Traces [3]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186871158 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186871158 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]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186871171 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:36:06 [2019-07-31T06:36:06.960Z] DEBUG - Clicking on with mnemonic 'Import...'
02:36:07 [2019-07-31T06:36:07.217Z] DEBUG - Clicked on with mnemonic 'Import...'
02:36:07 [2019-07-31T06:36:07.217Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186871493 data=null doit=true} to Shell with text {Trace Import}
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:36:07 [2019-07-31T06:36:07.474Z] 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')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186871507 data=null} to (of type 'Combo')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186871553 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186871553 data=null doit=true} to TreeItem with text {import}
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186871553 data=null} to TreeItem with text {import}
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186871553 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186871554 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}
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186871554 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Setting state to checked on: import
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Custom Text : TmfGeneric} time=1186871576 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:'))
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:36:07 [2019-07-31T06:36:07.474Z] 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')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.474Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:36:07 [2019-07-31T06:36:07.475Z] 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')
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:36:07 [2019-07-31T06:36:07.475Z] 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')
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] 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')
02:36:07 [2019-07-31T06:36:07.475Z] 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.
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - Clicking on &Finish
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186871610 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')
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186871610 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')
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186871610 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186871610 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186871610 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')
02:36:07 [2019-07-31T06:36:07.475Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186871611 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')
02:36:07 [2019-07-31T06:36:07.475Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:07 [2019-07-31T06:36:07.732Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:07 [2019-07-31T06:36:07.732Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:07 [2019-07-31T06:36:07.732Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:07 [2019-07-31T06:36:07.732Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - Clicked on &Finish
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186871864 data=null doit=true} to Shell with text {Confirmation}
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All'
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH'
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - Clicking on Skip All
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=1186871880 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')
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=1186871880 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')
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=1186871880 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=1186871881 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=1186871881 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')
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=1186871881 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')
02:36:07 [2019-07-31T06:36:07.732Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=1186871881 data=null item=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')
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186871611 data=null item=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')
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186871211 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Clicked on 
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186872114 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186872114 data=null doit=true} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186872114 data=null} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186872115 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186872115 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186872137 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186872138 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186872145 data=null doit=true} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186872145 data=null} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186872146 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186872146 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186872154 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:07 [2019-07-31T06:36:07.989Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186872183 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186872183 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186872183 data=null} to TreeItem with text {Traces [3]}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186872184 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186872184 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]}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186872193 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186872193 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186872194 data=null} to TreeItem with text {Traces [3]}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186872194 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186872194 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]}
02:36:07 [2019-07-31T06:36:07.989Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186872218 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:08 [2019-07-31T06:36:08.245Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:08 [2019-07-31T06:36:08.245Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:08 [2019-07-31T06:36:08.245Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872445 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.245Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186872477 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.245Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186872477 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.245Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872477 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.245Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186872478 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}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872524 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:08 [2019-07-31T06:36:08.502Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872528 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186872528 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186872528 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872528 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186872529 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}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872533 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872533 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186872533 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186872534 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872534 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186872534 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}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872537 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872538 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872538 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.502Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186872538 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}
02:36:08 [2019-07-31T06:36:08.759Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872635 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.759Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186872879 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.759Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186872879 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.759Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186872879 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.759Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:36:08 [2019-07-31T06:36:08.759Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:09 [2019-07-31T06:36:09.688Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:09 [2019-07-31T06:36:09.688Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Attempting to set focus on Table with text {}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186873987 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186873987 data=null doit=true} to TableItem with text {}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186873987 data=null} to TableItem with text {}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186873988 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186873988 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186873993 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186874176 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186874177 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186874177 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186874177 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186874177 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}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186874182 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:09 [2019-07-31T06:36:09.945Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:09 [2019-07-31T06:36:09.945Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186874203 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186874203 data=null doit=true} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186874203 data=null} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186874203 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186874203 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186874242 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186874243 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186874243 data=null doit=true} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186874244 data=null} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186874244 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186874244 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186874257 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:10 [2019-07-31T06:36:10.202Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186874258 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186874258 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186874258 data=null} to TreeItem with text {Traces [3]}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186874259 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186874259 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]}
02:36:10 [2019-07-31T06:36:10.202Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186874277 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:10 [2019-07-31T06:36:10.202Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again.
02:36:10 [2019-07-31T06:36:10.459Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:10 [2019-07-31T06:36:10.459Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874739 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186874740 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186874740 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874740 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186874740 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}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874777 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:10 [2019-07-31T06:36:10.715Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874782 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186874782 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186874782 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874783 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186874783 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}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874788 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874788 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186874788 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186874789 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874789 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186874789 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}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874799 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874800 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874800 data=null button=1 stateMask=0x0 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.715Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186874800 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}
02:36:10 [2019-07-31T06:36:10.972Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186874870 data=null button=1 stateMask=0x80000 x=156 y=95 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.972Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186875105 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.972Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186875105 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.972Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186875105 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.972Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:36:10 [2019-07-31T06:36:10.972Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:10 [2019-07-31T06:36:10.972Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:11 [2019-07-31T06:36:11.900Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:11 [2019-07-31T06:36:11.900Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186876184 data=null button=0 stateMask=0x0 x=156 y=95 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186876184 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186876184 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186876184 data=null button=1 stateMask=0x0 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186876184 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}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186876189 data=null button=1 stateMask=0x80000 x=156 y=95 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:12 [2019-07-31T06:36:12.157Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186876196 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186876203 data=null doit=true} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186876203 data=null} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186876203 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186876204 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186876240 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186876241 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186876241 data=null doit=true} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186876241 data=null} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186876242 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186876242 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186876249 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:12 [2019-07-31T06:36:12.157Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186876250 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186876251 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186876251 data=null} to TreeItem with text {Traces [3]}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186876251 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186876251 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]}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186876291 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:12 [2019-07-31T06:36:12.157Z] WARN - Tree item TreeItem with text {Traces [3]} is already expanded. Won't expand it again.
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186876379 data=null button=0 stateMask=0x0 x=133 y=116 count=0} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186876380 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186876380 data=null} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186876381 data=null button=1 stateMask=0x0 x=133 y=116 count=1} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186876381 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}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186876415 data=null button=1 stateMask=0x80000 x=133 y=116 count=1} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:12 [2019-07-31T06:36:12.415Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186876420 data=null button=0 stateMask=0x0 x=133 y=116 count=0} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186876420 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186876420 data=null} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186876422 data=null button=1 stateMask=0x0 x=133 y=116 count=1} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186876422 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}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186876427 data=null button=1 stateMask=0x80000 x=133 y=116 count=1} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186876427 data=null button=0 stateMask=0x0 x=133 y=116 count=0} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186876427 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186876428 data=null} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186876428 data=null button=1 stateMask=0x0 x=133 y=116 count=1} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186876428 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}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186876437 data=null button=1 stateMask=0x80000 x=133 y=116 count=1} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186876437 data=null button=1 stateMask=0x0 x=133 y=116 count=2} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=1186876438 data=null button=1 stateMask=0x0 x=133 y=116 count=2} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.415Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186876438 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}
02:36:12 [2019-07-31T06:36:12.672Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186876548 data=null button=1 stateMask=0x80000 x=133 y=116 count=2} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.672Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=1186876702 data=null button=0 stateMask=0x0 x=133 y=116 count=0} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.672Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=1186876702 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.672Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=1186876703 data=null} to TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.672Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log}
02:36:12 [2019-07-31T06:36:12.672Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:12 [2019-07-31T06:36:12.672Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:12 [2019-07-31T06:36:12.672Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186877772 data=null button=0 stateMask=0x0 x=133 y=116 count=0} to TreeItem with text {unrecognized.log}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186877772 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186877772 data=null} to TreeItem with text {unrecognized.log}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186877773 data=null button=1 stateMask=0x0 x=133 y=116 count=1} to TreeItem with text {unrecognized.log}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186877773 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}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186877777 data=null button=1 stateMask=0x80000 x=133 y=116 count=1} to TreeItem with text {unrecognized.log}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:13 [2019-07-31T06:36:13.601Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186877783 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186877783 data=null doit=true} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186877783 data=null} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186877784 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186877784 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186877822 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186877823 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186877823 data=null doit=true} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186877823 data=null} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186877823 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186877824 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186877835 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.601Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186877836 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186877836 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186877836 data=null} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186877837 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.601Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186877837 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]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186877858 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186877863 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186877863 data=null doit=true} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186877863 data=null} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186877867 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186877867 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186877892 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186877893 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186877893 data=null doit=true} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186877893 data=null} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186877894 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186877894 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186877904 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:13 [2019-07-31T06:36:13.857Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186877905 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186877906 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186877906 data=null} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186877906 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186877906 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]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186877915 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1186877927 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1186877927 data=null doit=true} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1186877927 data=null} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1186877927 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186877928 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]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1186877937 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [3]}
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Clicking on with mnemonic 'Clear'
02:36:13 [2019-07-31T06:36:13.857Z] DEBUG - Clicked on with mnemonic 'Clear'
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186878119 data=null doit=true} to Shell with text {Confirm Clear}
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - Clicking on &Yes
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186878119 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')
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186878120 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')
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186878120 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186878196 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186878196 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')
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186878196 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')
02:36:14 [2019-07-31T06:36:14.113Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186878196 data=null item=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')
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186877983 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - Clicked on 
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186879227 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186879227 data=null doit=true} to TreeItem with text {test}
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186879227 data=null} to TreeItem with text {test}
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186879227 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186879227 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186879251 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - matched MenuItem with text "&File", using matcher: with mnemonic 'File'
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:36:15 [2019-07-31T06:36:15.042Z] DEBUG - Clicking on with mnemonic 'Import...'
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Clicked on with mnemonic 'Import...'
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - matched Shell with text "Import", using matcher: with text 'Import'
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Import} time=1186879654 data=null doit=true} to Shell with text {Import}
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1186879660 data=null doit=true} to TreeItem with text {Tracing}
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1186879661 data=null} to TreeItem with text {Tracing}
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1186879661 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing}
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186879661 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}
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1186879689 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing}
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Import} time=1186879692 data=null button=0 stateMask=0x0 x=100 y=116 count=0} to Tree node with text: Trace Import
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Import} time=1186879692 data=null doit=true} to Tree node with text: Trace Import
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Import} time=1186879692 data=null} to Tree node with text: Trace Import
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Import} time=1186879692 data=null button=1 stateMask=0x0 x=100 y=116 count=1} to Tree node with text: Trace Import
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186879693 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
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Import} time=1186879715 data=null button=1 stateMask=0x80000 x=100 y=116 count=1} to Tree node with text: Trace Import
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >'
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH'
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Clicking on &Next >
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=1186879717 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')
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=1186879717 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')
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=1186879717 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=1186879717 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=1186879717 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')
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=1186879717 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')
02:36:15 [2019-07-31T06:36:15.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=1186879717 data=null item=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')
02:36:16 [2019-07-31T06:36:16.029Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:16 [2019-07-31T06:36:16.029Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:16 [2019-07-31T06:36:16.029Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:16 [2019-07-31T06:36:16.029Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:16 [2019-07-31T06:36:16.029Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Clicked on &Next >
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:36:16 [2019-07-31T06:36:16.029Z] 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')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186879946 data=null} to (of type 'Combo')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186880012 data=null doit=true} to TreeItem with text {import}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186880012 data=null} to TreeItem with text {import}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186880013 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186880017 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}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186880019 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186880020 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186880021 data=null doit=true} to TreeItem with text {import}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186880021 data=null} to TreeItem with text {import}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186880021 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186880021 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}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186880021 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186880042 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:'))
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:36:16 [2019-07-31T06:36:16.029Z] 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')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@63790866
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Import unrecognized traces} time=1186880052 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')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=1186880052 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')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Import unrecognized traces} time=1186880052 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Import unrecognized traces} time=1186880052 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Import unrecognized traces} time=1186880052 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')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Import unrecognized traces} time=1186880052 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')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Import unrecognized traces} time=1186880053 data=null item=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')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Import unrecognized traces} time=1186880053 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')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Import unrecognized traces} time=1186880053 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')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Import unrecognized traces} time=1186880053 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')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Import unrecognized traces} time=1186880053 data=null doit=true} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Import unrecognized traces} time=1186880053 data=null} to (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:36:16 [2019-07-31T06:36:16.029Z] 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')
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.029Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:36:16 [2019-07-31T06:36:16.125Z] 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')
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] 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')
02:36:16 [2019-07-31T06:36:16.125Z] 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.
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - Clicking on &Finish
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186880060 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')
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186880060 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')
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186880060 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186880060 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186880060 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')
02:36:16 [2019-07-31T06:36:16.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186880060 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')
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186880061 data=null item=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')
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186879287 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Clicked on 
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186880528 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186880528 data=null doit=true} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186880528 data=null} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186880529 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186880529 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186880593 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186880594 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186880594 data=null doit=true} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186880595 data=null} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186880595 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186880595 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186880601 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:16 [2019-07-31T06:36:16.385Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186880601 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186880602 data=null doit=true} to TreeItem with text {Traces [1]}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186880602 data=null} to TreeItem with text {Traces [1]}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186880602 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186880602 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]}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186880620 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186880621 data=null doit=true} to TreeItem with text {Traces [1]}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186880621 data=null} to TreeItem with text {Traces [1]}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186880621 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:36:16 [2019-07-31T06:36:16.385Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186880621 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]}
02:36:16 [2019-07-31T06:36:16.642Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186880687 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:36:16 [2019-07-31T06:36:16.899Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:16 [2019-07-31T06:36:16.899Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881157 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186881158 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186881158 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881158 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186881159 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}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881192 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:17 [2019-07-31T06:36:17.155Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881196 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186881196 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186881197 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881197 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186881197 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}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881202 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881202 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186881202 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186881203 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881203 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186881203 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}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881207 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881207 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881212 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.155Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186881213 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}
02:36:17 [2019-07-31T06:36:17.412Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881311 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.412Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186881587 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.412Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186881587 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.412Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186881587 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.412Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:36:17 [2019-07-31T06:36:17.412Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Attempting to set focus on Table with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186882637 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186882637 data=null doit=true} to TableItem with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186882638 data=null} to TableItem with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186882638 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186882638 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186882642 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186882786 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186882786 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186882786 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186882787 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186882787 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}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186882791 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:18 [2019-07-31T06:36:18.786Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186882807 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186882807 data=null doit=true} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186882807 data=null} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186882807 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186882808 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186882841 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186882844 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186882844 data=null doit=true} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186882844 data=null} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186882844 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186882844 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186882850 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:18 [2019-07-31T06:36:18.786Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186882851 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186882851 data=null doit=true} to TreeItem with text {Traces [1]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186882851 data=null} to TreeItem with text {Traces [1]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186882851 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186882852 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]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186882871 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186882871 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186882871 data=null doit=true} to TreeItem with text {Traces [1]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186882871 data=null} to TreeItem with text {Traces [1]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186882872 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186882872 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]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186882876 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:36:18 [2019-07-31T06:36:18.786Z] DEBUG - Clicking on with mnemonic 'Clear'
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - Clicked on with mnemonic 'Clear'
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186883079 data=null doit=true} to Shell with text {Confirm Clear}
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - Clicking on &Yes
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186883091 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')
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186883091 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')
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186883091 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186883091 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186883091 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')
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186883091 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')
02:36:19 [2019-07-31T06:36:19.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186883091 data=null item=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')
02:36:19 [2019-07-31T06:36:19.298Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186882922 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - Clicked on 
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - Unselecting all in (of type 'Tree')
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=1186883587 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=1186883587 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=1186883588 data=null doit=true} to (of type 'Tree')
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=1186883588 data=null} to (of type 'Tree')
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186883588 data=null button=1 stateMask=0x40000 x=91 y=53 count=1} to (of type 'Tree')
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186883588 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0xc0000 text=null doit=true} to (of type 'Tree')
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186883605 data=null button=1 stateMask=0xc0000 x=91 y=53 count=1} to (of type 'Tree')
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - matched MenuItem with text "&File", using matcher: with mnemonic 'File'
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:36:19 [2019-07-31T06:36:19.554Z] DEBUG - Clicking on with mnemonic 'Import...'
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Clicked on with mnemonic 'Import...'
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - matched Shell with text "Import", using matcher: with text 'Import'
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Import} time=1186883890 data=null doit=true} to Shell with text {Import}
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:19 [2019-07-31T06:36:19.810Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Import} time=1186883893 data=null button=0 stateMask=0x0 x=100 y=116 count=0} to Tree node with text: Trace Import
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Import} time=1186883893 data=null doit=true} to Tree node with text: Trace Import
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Import} time=1186883894 data=null} to Tree node with text: Trace Import
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Import} time=1186883894 data=null button=1 stateMask=0x0 x=100 y=116 count=1} to Tree node with text: Trace Import
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186883894 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
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Import} time=1186883911 data=null button=1 stateMask=0x80000 x=100 y=116 count=1} to Tree node with text: Trace Import
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >'
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH'
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Clicking on &Next >
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=1186883915 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')
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=1186883915 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')
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=1186883915 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=1186883915 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=1186883916 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')
02:36:19 [2019-07-31T06:36:19.810Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=1186883916 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')
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=1186883916 data=null item=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')
02:36:20 [2019-07-31T06:36:20.066Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:20 [2019-07-31T06:36:20.066Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:20 [2019-07-31T06:36:20.066Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:20 [2019-07-31T06:36:20.066Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:20 [2019-07-31T06:36:20.066Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - Clicked on &Next >
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:36:20 [2019-07-31T06:36:20.066Z] 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')
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186884284 data=null} to (of type 'Combo')
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:20 [2019-07-31T06:36:20.066Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186884325 data=null doit=true} to TreeItem with text {import}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186884325 data=null} to TreeItem with text {import}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186884326 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186884326 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}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186884328 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186884329 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186884329 data=null doit=true} to TreeItem with text {import}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186884329 data=null} to TreeItem with text {import}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186884330 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186884330 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}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186884330 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186884388 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:'))
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:36:20 [2019-07-31T06:36:20.324Z] 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')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:36:20 [2019-07-31T06:36:20.324Z] 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')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:36:20 [2019-07-31T06:36:20.324Z] 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')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] 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')
02:36:20 [2019-07-31T06:36:20.324Z] 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.
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Clicking on &Finish
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186884406 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')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186884406 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')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186884406 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186884406 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186884406 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')
02:36:20 [2019-07-31T06:36:20.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186884406 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')
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186884406 data=null item=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')
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186883607 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - Clicked on 
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1186885031 data=null button=0 stateMask=0x0 x=64 y=74 count=0} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1186885031 data=null doit=true} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.888Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1186885031 data=null} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1186885032 data=null button=1 stateMask=0x0 x=64 y=74 count=1} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186885032 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}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1186885060 data=null button=1 stateMask=0x80000 x=64 y=74 count=1} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1186885082 data=null button=0 stateMask=0x0 x=64 y=74 count=0} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1186885082 data=null doit=true} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1186885082 data=null} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1186885083 data=null button=1 stateMask=0x0 x=64 y=74 count=1} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186885083 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}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1186885089 data=null button=1 stateMask=0x80000 x=64 y=74 count=1} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1186885089 data=null doit=true} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1186885089 data=null} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1186885089 data=null button=1 stateMask=0x0 x=64 y=74 count=1} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186885089 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}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1186885093 data=null button=1 stateMask=0x80000 x=48 y=74 count=1} to TreeItem with text {Tracing}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186885093 data=null button=0 stateMask=0x0 x=75 y=116 count=0} to TreeItem with text {Traces [1]}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186885093 data=null doit=true} to TreeItem with text {Traces [1]}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186885094 data=null} to TreeItem with text {Traces [1]}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186885094 data=null button=1 stateMask=0x0 x=75 y=116 count=1} to TreeItem with text {Traces [1]}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186885094 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]}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186885114 data=null button=1 stateMask=0x80000 x=91 y=116 count=1} to TreeItem with text {Traces [1]}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186885114 data=null doit=true} to TreeItem with text {Traces [1]}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186885114 data=null} to TreeItem with text {Traces [1]}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186885115 data=null button=1 stateMask=0x0 x=91 y=116 count=1} to TreeItem with text {Traces [1]}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186885126 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]}
02:36:20 [2019-07-31T06:36:20.889Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186885129 data=null button=1 stateMask=0x80000 x=75 y=116 count=1} to TreeItem with text {Traces [1]}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885329 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186885329 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186885330 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885330 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186885330 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}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885360 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:21 [2019-07-31T06:36:21.146Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885365 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186885365 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186885365 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885366 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186885366 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}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885370 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885371 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186885371 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186885371 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885371 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186885371 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}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885375 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885375 data=null button=1 stateMask=0x0 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.146Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885375 data=null button=1 stateMask=0x0 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.403Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186885375 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}
02:36:21 [2019-07-31T06:36:21.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885437 data=null button=1 stateMask=0x80000 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.403Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186885617 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.403Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186885617 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.403Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186885617 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.403Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:36:21 [2019-07-31T06:36:21.403Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Attempting to set focus on Table with text {}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186886663 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186886663 data=null doit=true} to TableItem with text {}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186886663 data=null} to TableItem with text {}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186886664 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186886664 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186886710 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186886890 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186886890 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186886891 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186886891 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186886891 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}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186886896 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:22 [2019-07-31T06:36:22.775Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Tracing/Traces/ExampleCustomTxt.log - Eclipse Platform} time=1186886927 data=null doit=true} to Shell with text {data - Tracing/Traces/ExampleCustomTxt.log - Eclipse Platform}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1186886932 data=null button=0 stateMask=0x0 x=64 y=74 count=0} to TreeItem with text {Tracing}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1186886932 data=null doit=true} to TreeItem with text {Tracing}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1186886933 data=null} to TreeItem with text {Tracing}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1186886933 data=null button=1 stateMask=0x0 x=64 y=74 count=1} to TreeItem with text {Tracing}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186886933 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}
02:36:22 [2019-07-31T06:36:22.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1186886982 data=null button=1 stateMask=0x80000 x=64 y=74 count=1} to TreeItem with text {Tracing}
02:36:23 [2019-07-31T06:36:23.032Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:36:23 [2019-07-31T06:36:23.032Z] DEBUG - Clicking on with mnemonic 'Delete'
02:36:23 [2019-07-31T06:36:23.032Z] DEBUG - Clicked on with mnemonic 'Delete'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887903 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887903 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887903 data=null 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')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887903 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186887904 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Clicking on OK
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186887905 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186887905 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186887905 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186887905 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186887905 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186887905 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:23 [2019-07-31T06:36:23.962Z] DEBUG - Clicked on OK
02:36:24 [2019-07-31T06:36:24.219Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186887905 data=null item=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')
02:36:24 [2019-07-31T06:36:24.219Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186887135 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:36:24 [2019-07-31T06:36:24.475Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:24 [2019-07-31T06:36:24.475Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:24 [2019-07-31T06:36:24.475Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:24 [2019-07-31T06:36:24.475Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:24 [2019-07-31T06:36:24.475Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:24 [2019-07-31T06:36:24.475Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:24 [2019-07-31T06:36:24.475Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186888496 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.475Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186888496 data=null doit=true} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.475Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186888496 data=null} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186888496 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186888496 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186888585 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186888585 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186888585 data=null doit=true} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186888586 data=null} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186888586 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186888586 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186888592 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.476Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186888593 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186888593 data=null doit=true} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186888593 data=null} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186888593 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186888593 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]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186888611 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186888612 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186888612 data=null doit=true} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186888612 data=null} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186888613 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186888613 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]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186888626 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:36:24 [2019-07-31T06:36:24.476Z] DEBUG - Clicking on with mnemonic 'Clear'
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - Clicked on with mnemonic 'Clear'
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186888908 data=null doit=true} to Shell with text {Confirm Clear}
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - Clicking on &Yes
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186888911 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')
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186888911 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')
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186888912 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186888912 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186888912 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')
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186888912 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')
02:36:24 [2019-07-31T06:36:24.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186888912 data=null item=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')
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186888726 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Clicked on 
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186889144 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186889145 data=null doit=true} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186889145 data=null} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186889145 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186889145 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186889185 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186889186 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186889186 data=null doit=true} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186889186 data=null} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186889186 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186889187 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186889192 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:24 [2019-07-31T06:36:24.990Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186889193 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186889194 data=null doit=true} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186889194 data=null} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186889194 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186889194 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]}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186889210 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186889211 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186889211 data=null doit=true} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186889211 data=null} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186889212 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186889212 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]}
02:36:24 [2019-07-31T06:36:24.990Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186889222 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - Clicking on with mnemonic 'Import...'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - Clicked on with mnemonic 'Import...'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186889464 data=null doit=true} to Shell with text {Trace Import}
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:36:25 [2019-07-31T06:36:25.247Z] 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')
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186889499 data=null} to (of type 'Combo')
02:36:25 [2019-07-31T06:36:25.247Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186889589 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186889589 data=null doit=true} to TreeItem with text {import}
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186889589 data=null} to TreeItem with text {import}
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186889590 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186889590 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}
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186889590 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Setting state to checked on: import
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Custom Text : TmfGeneric} time=1186889611 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:'))
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:36:25 [2019-07-31T06:36:25.505Z] 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')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@48aa59b5
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1186889616 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')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186889616 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')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1186889616 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1186889616 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1186889616 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')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1186889616 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')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1186889616 data=null item=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')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1186889616 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')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186889617 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')
02:36:25 [2019-07-31T06:36:25.505Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1186889627 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')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1186889627 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1186889627 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:36:25 [2019-07-31T06:36:25.506Z] 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')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:36:25 [2019-07-31T06:36:25.506Z] 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')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] 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')
02:36:25 [2019-07-31T06:36:25.506Z] 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.
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Clicking on &Finish
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186889686 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')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186889686 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')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186889686 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186889686 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186889687 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')
02:36:25 [2019-07-31T06:36:25.506Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186889687 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')
02:36:26 [2019-07-31T06:36:26.028Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:26 [2019-07-31T06:36:26.028Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:26 [2019-07-31T06:36:26.028Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:26 [2019-07-31T06:36:26.028Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:26 [2019-07-31T06:36:26.028Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:26 [2019-07-31T06:36:26.028Z] DEBUG - Clicked on &Finish
02:36:26 [2019-07-31T06:36:26.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186889687 data=null item=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')
02:36:26 [2019-07-31T06:36:26.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186889259 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186890302 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186890303 data=null doit=true} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186890303 data=null} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186890303 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186890303 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186890327 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186890328 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186890328 data=null doit=true} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186890328 data=null} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186890328 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186890328 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186890340 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:26 [2019-07-31T06:36:26.286Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186890341 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186890341 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186890341 data=null} to TreeItem with text {Traces [5]}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186890342 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186890342 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]}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186890350 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186890350 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186890350 data=null} to TreeItem with text {Traces [5]}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186890351 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186890351 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]}
02:36:26 [2019-07-31T06:36:26.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186890369 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186890734 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186890734 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186890734 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186890735 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186890735 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}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186890769 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:26 [2019-07-31T06:36:26.543Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186890773 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186890773 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186890773 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186890773 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186890778 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}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186890782 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186890783 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186890783 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186890783 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186890788 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186890789 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}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186890793 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186890794 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.543Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186890794 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:26 [2019-07-31T06:36:26.799Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186890794 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}
02:36:27 [2019-07-31T06:36:27.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186891009 data=null button=1 stateMask=0x80000 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:27 [2019-07-31T06:36:27.056Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186891299 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:27 [2019-07-31T06:36:27.056Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186891299 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:27 [2019-07-31T06:36:27.056Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186891299 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:27 [2019-07-31T06:36:27.056Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:36:27 [2019-07-31T06:36:27.056Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Attempting to set focus on Table with text {}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186892313 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186892313 data=null doit=true} to TableItem with text {}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186892313 data=null} to TableItem with text {}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186892313 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186892313 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186892318 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186892491 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186892491 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186892492 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186892492 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186892492 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}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186892497 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:28 [2019-07-31T06:36:28.424Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186892515 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186892515 data=null doit=true} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186892515 data=null} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186892515 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186892515 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186892550 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186892551 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186892551 data=null doit=true} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186892551 data=null} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186892551 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186892551 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186892561 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:28 [2019-07-31T06:36:28.424Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186892562 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186892563 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186892563 data=null} to TreeItem with text {Traces [5]}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186892563 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186892563 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]}
02:36:28 [2019-07-31T06:36:28.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186892573 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:28 [2019-07-31T06:36:28.424Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893045 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186893045 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186893045 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893045 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186893045 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}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893080 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:28 [2019-07-31T06:36:28.988Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893083 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186893083 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186893083 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893084 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186893084 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}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893088 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893089 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186893089 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186893090 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893090 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186893090 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}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893093 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893094 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893094 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:28 [2019-07-31T06:36:28.988Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186893094 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}
02:36:29 [2019-07-31T06:36:29.245Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893157 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:29 [2019-07-31T06:36:29.245Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186893367 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:29 [2019-07-31T06:36:29.245Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186893367 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:29 [2019-07-31T06:36:29.245Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186893367 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:29 [2019-07-31T06:36:29.245Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:36:29 [2019-07-31T06:36:29.245Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:29 [2019-07-31T06:36:29.245Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186894336 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186894336 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186894336 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186894336 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186894337 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}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186894341 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:30 [2019-07-31T06:36:30.175Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186894347 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186894347 data=null doit=true} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186894347 data=null} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186894348 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186894348 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186894383 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186894384 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186894384 data=null doit=true} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186894384 data=null} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186894384 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186894385 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186894395 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:30 [2019-07-31T06:36:30.175Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186894396 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186894396 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186894397 data=null} to TreeItem with text {Traces [5]}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186894397 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186894397 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]}
02:36:30 [2019-07-31T06:36:30.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186894406 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:30 [2019-07-31T06:36:30.175Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186894507 data=null button=0 stateMask=0x0 x=133 y=137 count=0} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186894507 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186894507 data=null} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186894508 data=null button=1 stateMask=0x0 x=133 y=137 count=1} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186894508 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}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186894542 data=null button=1 stateMask=0x80000 x=133 y=137 count=1} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:30 [2019-07-31T06:36:30.431Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186894546 data=null button=0 stateMask=0x0 x=133 y=137 count=0} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186894546 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186894546 data=null} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186894547 data=null button=1 stateMask=0x0 x=133 y=137 count=1} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186894547 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}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186894551 data=null button=1 stateMask=0x80000 x=133 y=137 count=1} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186894552 data=null button=0 stateMask=0x0 x=133 y=137 count=0} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186894552 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186894552 data=null} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186894553 data=null button=1 stateMask=0x0 x=133 y=137 count=1} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186894553 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}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186894556 data=null button=1 stateMask=0x80000 x=133 y=137 count=1} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186894556 data=null button=1 stateMask=0x0 x=133 y=137 count=2} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=1186894557 data=null button=1 stateMask=0x0 x=133 y=137 count=2} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.431Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186894557 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}
02:36:30 [2019-07-31T06:36:30.687Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186894626 data=null button=1 stateMask=0x80000 x=133 y=137 count=2} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.687Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=1186894865 data=null button=0 stateMask=0x0 x=133 y=137 count=0} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.687Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=1186894865 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.687Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=1186894866 data=null} to TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.687Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log}
02:36:30 [2019-07-31T06:36:30.687Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:30 [2019-07-31T06:36:30.687Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:30 [2019-07-31T06:36:30.687Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186895962 data=null button=0 stateMask=0x0 x=133 y=137 count=0} to TreeItem with text {unrecognized.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186895962 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186895962 data=null} to TreeItem with text {unrecognized.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186895963 data=null button=1 stateMask=0x0 x=133 y=137 count=1} to TreeItem with text {unrecognized.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186895963 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}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186895967 data=null button=1 stateMask=0x80000 x=133 y=137 count=1} to TreeItem with text {unrecognized.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:32 [2019-07-31T06:36:32.056Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186895974 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186895974 data=null doit=true} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186895974 data=null} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186895974 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186895974 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186896008 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186896018 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186896019 data=null doit=true} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186896019 data=null} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186896019 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186896019 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186896033 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:32 [2019-07-31T06:36:32.056Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186896034 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186896034 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186896034 data=null} to TreeItem with text {Traces [5]}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186896035 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186896035 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]}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186896044 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:32 [2019-07-31T06:36:32.056Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [2]} time=1186896056 data=null doit=true} to TreeItem with text {z-clashes [2]}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [2]} time=1186896056 data=null} to TreeItem with text {z-clashes [2]}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [2]} time=1186896057 data=null button=1 stateMask=0x0 x=119 y=74 count=1} to TreeItem with text {z-clashes [2]}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186896057 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]}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [2]} time=1186896061 data=null button=1 stateMask=0x80000 x=103 y=74 count=1} to TreeItem with text {z-clashes [2]}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896170 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186896171 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186896171 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896171 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186896172 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}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896202 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:32 [2019-07-31T06:36:32.056Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896206 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186896206 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186896207 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896207 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186896207 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}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896212 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896212 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186896212 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186896213 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896213 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186896213 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}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896216 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896217 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896217 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.056Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186896217 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}
02:36:32 [2019-07-31T06:36:32.312Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896294 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.312Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186896516 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.312Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186896517 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.312Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186896517 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.312Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:36:32 [2019-07-31T06:36:32.312Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:32 [2019-07-31T06:36:32.312Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:32 [2019-07-31T06:36:32.312Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:32 [2019-07-31T06:36:32.312Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Attempting to set focus on Table with text {}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186897530 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186897530 data=null doit=true} to TableItem with text {}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186897531 data=null} to TableItem with text {}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186897531 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186897531 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186897580 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186897759 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186897759 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186897759 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186897760 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186897760 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}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186897765 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:33 [2019-07-31T06:36:33.683Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186897784 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186897784 data=null doit=true} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186897784 data=null} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186897785 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186897785 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186897821 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186897822 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186897822 data=null doit=true} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186897822 data=null} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186897823 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186897823 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186897834 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:33 [2019-07-31T06:36:33.683Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186897835 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186897835 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186897835 data=null} to TreeItem with text {Traces [5]}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186897835 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186897835 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]}
02:36:33 [2019-07-31T06:36:33.683Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186897845 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:33 [2019-07-31T06:36:33.683Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:36:33 [2019-07-31T06:36:33.683Z] WARN - Tree item TreeItem with text {z-clashes [2]} is already expanded. Won't expand it again.
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898308 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186898308 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186898309 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898309 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186898309 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}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898345 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:34 [2019-07-31T06:36:34.247Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898350 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186898350 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186898350 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898350 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186898351 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}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898355 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898356 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186898356 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186898356 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898356 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186898356 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}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898366 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898366 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.247Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898367 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.504Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186898367 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}
02:36:34 [2019-07-31T06:36:34.504Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898552 data=null button=1 stateMask=0x80000 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.504Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186898718 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.504Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186898730 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.504Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186898730 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.504Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:36:34 [2019-07-31T06:36:34.504Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:34 [2019-07-31T06:36:34.504Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:34 [2019-07-31T06:36:34.504Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:34 [2019-07-31T06:36:34.504Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:34 [2019-07-31T06:36:34.504Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186900300 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186900301 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186900301 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186900301 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186900301 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}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186900305 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:36 [2019-07-31T06:36:36.397Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186900312 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186900312 data=null doit=true} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186900312 data=null} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186900312 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186900312 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186900346 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186900347 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186900348 data=null doit=true} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186900348 data=null} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186900348 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186900348 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186900358 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186900359 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186900359 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186900359 data=null} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186900359 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186900360 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]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186900369 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186900387 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186900390 data=null doit=true} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186900390 data=null} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186900391 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186900391 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186900421 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186900422 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186900422 data=null doit=true} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186900422 data=null} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186900423 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186900423 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186900435 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:36 [2019-07-31T06:36:36.397Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186900437 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186900437 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186900437 data=null} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186900437 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186900437 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]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186900457 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186900458 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186900458 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186900459 data=null} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186900459 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186900459 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]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186900477 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:36:36 [2019-07-31T06:36:36.397Z] DEBUG - Clicking on with mnemonic 'Import...'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Clicked on with mnemonic 'Import...'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186900854 data=null doit=true} to Shell with text {Trace Import}
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:36:36 [2019-07-31T06:36:36.654Z] 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')
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186900858 data=null} to (of type 'Combo')
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186900895 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186900895 data=null doit=true} to TreeItem with text {import}
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186900895 data=null} to TreeItem with text {import}
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186900898 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186900899 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}
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186900899 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Setting state to checked on: import
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:36:36 [2019-07-31T06:36:36.654Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Custom Text : TmfGeneric} time=1186900907 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:'))
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:36:36 [2019-07-31T06:36:36.911Z] 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')
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.911Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already selected, not selecting again.
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:36:36 [2019-07-31T06:36:36.912Z] 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')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:36:36 [2019-07-31T06:36:36.912Z] 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')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] 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')
02:36:36 [2019-07-31T06:36:36.912Z] 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.
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Clicking on &Finish
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186900936 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')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186900937 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')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186900937 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186900937 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186900937 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')
02:36:36 [2019-07-31T06:36:36.912Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186900937 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')
02:36:37 [2019-07-31T06:36:37.168Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:37 [2019-07-31T06:36:37.168Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:37 [2019-07-31T06:36:37.168Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:37 [2019-07-31T06:36:37.168Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:37 [2019-07-31T06:36:37.168Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Clicked on &Finish
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186901181 data=null doit=true} to Shell with text {Confirmation}
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - matched Button with text "Skip All", using matcher: with mnemonic 'Skip All'
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - matched Button with text "Skip All", using matcher: with style 'SWT.PUSH'
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - matched Button with text "Skip All", using matcher: (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Clicking on Skip All
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Skip All} time=1186901182 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')
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Skip All} time=1186901197 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')
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Skip All} time=1186901197 data=null doit=true} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Skip All} time=1186901197 data=null} to (of type 'Button' and with mnemonic 'Skip All' and with style 'SWT.PUSH')
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Skip All} time=1186901197 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')
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Skip All} time=1186901198 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')
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Skip All} time=1186901198 data=null item=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')
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Clicked on 
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186900937 data=null item=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')
02:36:37 [2019-07-31T06:36:37.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186900524 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186901802 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186901802 data=null doit=true} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186901802 data=null} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186901802 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186901803 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186901821 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186901822 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186901822 data=null doit=true} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186901822 data=null} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186901822 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186901822 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186901835 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:37 [2019-07-31T06:36:37.928Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186901836 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186901836 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186901836 data=null} to TreeItem with text {Traces [5]}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186901837 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186901837 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]}
02:36:37 [2019-07-31T06:36:37.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186901855 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:37 [2019-07-31T06:36:37.928Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902337 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186902337 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186902337 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902338 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186902338 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}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902375 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:38 [2019-07-31T06:36:38.281Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902379 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186902379 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186902379 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902379 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186902379 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}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902384 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902384 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186902384 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186902385 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902385 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186902385 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}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902388 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902389 data=null button=1 stateMask=0x0 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902389 data=null button=1 stateMask=0x0 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.281Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186902389 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}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902574 data=null button=1 stateMask=0x80000 x=152 y=137 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902576 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186902576 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186902576 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Attempting to set focus on Table with text {}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186902578 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186902579 data=null doit=true} to TableItem with text {}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186902579 data=null} to TableItem with text {}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186902579 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186902579 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186902581 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902724 data=null button=0 stateMask=0x0 x=152 y=137 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186902724 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186902724 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902725 data=null button=1 stateMask=0x0 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186902725 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}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186902730 data=null button=1 stateMask=0x80000 x=152 y=137 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:38 [2019-07-31T06:36:38.539Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186902736 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186902736 data=null doit=true} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186902737 data=null} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186902737 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186902737 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186902783 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186902784 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186902785 data=null doit=true} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186902785 data=null} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186902785 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186902785 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186902791 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:38 [2019-07-31T06:36:38.539Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:38 [2019-07-31T06:36:38.797Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:38 [2019-07-31T06:36:38.797Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186902792 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:38 [2019-07-31T06:36:38.797Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186902792 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:38 [2019-07-31T06:36:38.797Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186902793 data=null} to TreeItem with text {Traces [5]}
02:36:38 [2019-07-31T06:36:38.797Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186902793 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:38 [2019-07-31T06:36:38.797Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186902793 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]}
02:36:38 [2019-07-31T06:36:38.797Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186902813 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:38 [2019-07-31T06:36:38.797Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:36:39 [2019-07-31T06:36:39.054Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:39 [2019-07-31T06:36:39.054Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:39 [2019-07-31T06:36:39.054Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903277 data=null button=0 stateMask=0x0 x=156 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.054Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186903278 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.054Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186903278 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.054Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903278 data=null button=1 stateMask=0x0 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.054Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186903279 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}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903317 data=null button=1 stateMask=0x80000 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:39 [2019-07-31T06:36:39.310Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903321 data=null button=0 stateMask=0x0 x=156 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186903321 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186903321 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903321 data=null button=1 stateMask=0x0 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186903322 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}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903327 data=null button=1 stateMask=0x80000 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903327 data=null button=0 stateMask=0x0 x=156 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186903327 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186903327 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903328 data=null button=1 stateMask=0x0 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186903328 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}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903331 data=null button=1 stateMask=0x80000 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903332 data=null button=1 stateMask=0x0 x=156 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903332 data=null button=1 stateMask=0x0 x=156 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186903332 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}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903413 data=null button=1 stateMask=0x80000 x=156 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903497 data=null button=0 stateMask=0x0 x=156 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186903498 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186903498 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:39 [2019-07-31T06:36:39.310Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903599 data=null button=0 stateMask=0x0 x=156 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186903600 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186903600 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903600 data=null button=1 stateMask=0x0 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186903601 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}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186903605 data=null button=1 stateMask=0x80000 x=156 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:39 [2019-07-31T06:36:39.566Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186903613 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186903613 data=null doit=true} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186903613 data=null} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186903613 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186903613 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186903646 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186903647 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186903647 data=null doit=true} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186903647 data=null} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186903648 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186903648 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186903665 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:39 [2019-07-31T06:36:39.566Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186903667 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186903667 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186903667 data=null} to TreeItem with text {Traces [5]}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186903667 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186903667 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]}
02:36:39 [2019-07-31T06:36:39.566Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186903684 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:39 [2019-07-31T06:36:39.566Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186904146 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186904147 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186904147 data=null} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186904147 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186904147 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}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186904182 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:40 [2019-07-31T06:36:40.129Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186904186 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186904186 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186904186 data=null} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186904186 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186904187 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}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186904192 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186904192 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186904192 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186904193 data=null} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186904193 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186904193 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}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186904197 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186904197 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log} time=1186904198 data=null button=1 stateMask=0x0 x=133 y=179 count=2} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.129Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186904198 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}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186904424 data=null button=1 stateMask=0x80000 x=133 y=179 count=2} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log} time=1186904425 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log} time=1186904426 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log} time=1186904426 data=null} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log} time=1186904563 data=null button=0 stateMask=0x0 x=133 y=179 count=0} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log} time=1186904563 data=null doit=true} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log} time=1186904563 data=null} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log} time=1186904563 data=null button=1 stateMask=0x0 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186904564 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}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log} time=1186904568 data=null button=1 stateMask=0x80000 x=133 y=179 count=1} to TreeItem with text {unrecognized.log}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:40 [2019-07-31T06:36:40.387Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186904574 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186904575 data=null doit=true} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186904575 data=null} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186904575 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186904575 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186904613 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186904614 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186904615 data=null doit=true} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186904615 data=null} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186904615 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186904616 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186904625 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:40 [2019-07-31T06:36:40.387Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186904626 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186904626 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186904626 data=null} to TreeItem with text {Traces [5]}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186904626 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186904626 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]}
02:36:40 [2019-07-31T06:36:40.387Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186904635 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:40 [2019-07-31T06:36:40.387Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:36:40 [2019-07-31T06:36:40.387Z] WARN - Tree item TreeItem with text {z-clashes [2]} is already expanded. Won't expand it again.
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905012 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186905012 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186905012 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905012 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186905012 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}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905046 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:40 [2019-07-31T06:36:40.950Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905049 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186905049 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186905049 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905050 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186905050 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}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905055 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905055 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186905055 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186905056 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905056 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186905056 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}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905060 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905060 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905060 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:40 [2019-07-31T06:36:40.950Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186905060 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}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905247 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905248 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186905248 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186905248 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Attempting to set focus on Table with text {}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186905251 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186905251 data=null doit=true} to TableItem with text {}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186905251 data=null} to TableItem with text {}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186905252 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186905252 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186905254 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905384 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186905384 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186905384 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905384 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186905385 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}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186905390 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:41 [2019-07-31T06:36:41.208Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186905396 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186905396 data=null doit=true} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186905397 data=null} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186905397 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186905397 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186905432 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186905433 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186905433 data=null doit=true} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186905433 data=null} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186905434 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186905434 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186905445 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:41 [2019-07-31T06:36:41.208Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186905447 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186905447 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186905447 data=null} to TreeItem with text {Traces [5]}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186905447 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186905447 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]}
02:36:41 [2019-07-31T06:36:41.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186905457 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:41 [2019-07-31T06:36:41.208Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:36:41 [2019-07-31T06:36:41.208Z] WARN - Tree item TreeItem with text {z-clashes [2]} is already expanded. Won't expand it again.
02:36:41 [2019-07-31T06:36:41.771Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:41 [2019-07-31T06:36:41.771Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:41 [2019-07-31T06:36:41.771Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186905832 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.771Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186905832 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.771Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186905832 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.771Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186905833 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.771Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186905833 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}
02:36:41 [2019-07-31T06:36:41.771Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186905867 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.771Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:41 [2019-07-31T06:36:41.771Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:41 [2019-07-31T06:36:41.772Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186905871 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186905871 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186905871 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186905872 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186905872 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}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186905876 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186905876 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186905876 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186905877 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186905877 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186905877 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}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186905881 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186905881 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186905881 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:41 [2019-07-31T06:36:41.772Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186905881 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}
02:36:42 [2019-07-31T06:36:42.031Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186906041 data=null button=1 stateMask=0x80000 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:36:42 [2019-07-31T06:36:42.031Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186906043 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:42 [2019-07-31T06:36:42.031Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186906043 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:42 [2019-07-31T06:36:42.031Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186906043 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:42 [2019-07-31T06:36:42.031Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:36:42 [2019-07-31T06:36:42.031Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:42 [2019-07-31T06:36:42.031Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:42 [2019-07-31T06:36:42.031Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:42 [2019-07-31T06:36:42.031Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186906142 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186906142 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186906142 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186906143 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186906143 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}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186906147 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:42 [2019-07-31T06:36:42.032Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186906153 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186906153 data=null doit=true} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186906154 data=null} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186906154 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186906154 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186906187 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186906188 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186906188 data=null doit=true} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186906188 data=null} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186906188 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186906189 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186906201 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186906202 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186906202 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186906202 data=null} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186906203 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186906203 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]}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186906228 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.032Z] WARN - Tree item TreeItem with text {Traces [5]} is already expanded. Won't expand it again.
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186906234 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186906236 data=null doit=true} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186906236 data=null} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186906237 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186906237 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186906251 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186906251 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186906261 data=null doit=true} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186906261 data=null} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186906261 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.032Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186906262 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186906287 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:42 [2019-07-31T06:36:42.289Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186906288 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186906288 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186906288 data=null} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186906288 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186906289 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]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186906307 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [5]} time=1186906308 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [5]} time=1186906309 data=null doit=true} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [5]} time=1186906309 data=null} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [5]} time=1186906309 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186906309 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]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [5]} time=1186906321 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [5]}
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:36:42 [2019-07-31T06:36:42.289Z] DEBUG - Clicking on with mnemonic 'Import...'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Clicked on with mnemonic 'Import...'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186906633 data=null doit=true} to Shell with text {Trace Import}
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:36:42 [2019-07-31T06:36:42.546Z] 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')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186906664 data=null} to (of type 'Combo')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186906709 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186906710 data=null doit=true} to TreeItem with text {import}
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186906710 data=null} to TreeItem with text {import}
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186906710 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186906710 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}
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186906715 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Setting state to checked on: import
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Custom Text : TmfGeneric} time=1186906724 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:'))
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:36:42 [2019-07-31T06:36:42.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')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:36:42 [2019-07-31T06:36:42.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')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already selected, not selecting again.
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:36:42 [2019-07-31T06:36:42.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')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.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)'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:36:42 [2019-07-31T06:36:42.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')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] 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')
02:36:42 [2019-07-31T06:36:42.546Z] 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.
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Clicking on &Finish
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186906783 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')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186906783 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')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186906783 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186906783 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186906783 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')
02:36:42 [2019-07-31T06:36:42.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186906783 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')
02:36:43 [2019-07-31T06:36:43.110Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:43 [2019-07-31T06:36:43.110Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:43 [2019-07-31T06:36:43.110Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:43 [2019-07-31T06:36:43.110Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:43 [2019-07-31T06:36:43.110Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - Clicked on &Finish
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186907118 data=null doit=true} to Shell with text {Confirmation}
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - matched Button with text "Rename All", using matcher: with mnemonic 'Rename All'
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - matched Button with text "Rename All", using matcher: with style 'SWT.PUSH'
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - matched Button with text "Rename All", using matcher: (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - Clicking on Rename All
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename All} time=1186907137 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')
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename All} time=1186907137 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')
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename All} time=1186907137 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename All} time=1186907138 data=null} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename All} time=1186907138 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')
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename All} time=1186907138 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')
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename All} time=1186907138 data=null item=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')
02:36:43 [2019-07-31T06:36:43.110Z] DEBUG - Clicked on 
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186906783 data=null item=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')
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186906358 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186907868 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186907868 data=null doit=true} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186907868 data=null} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186907869 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186907869 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186907905 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186907906 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186907906 data=null doit=true} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186907906 data=null} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.672Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186907906 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186907918 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186907939 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:43 [2019-07-31T06:36:43.928Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=1186907940 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=1186907940 data=null doit=true} to TreeItem with text {Traces [10]}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=1186907940 data=null} to TreeItem with text {Traces [10]}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=1186907940 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186907941 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]}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=1186907976 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:43 [2019-07-31T06:36:43.928Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again.
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908087 data=null button=0 stateMask=0x0 x=161 y=200 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908087 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908088 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908088 data=null button=1 stateMask=0x0 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186908088 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)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908130 data=null button=1 stateMask=0x80000 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:43 [2019-07-31T06:36:43.928Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908139 data=null button=0 stateMask=0x0 x=161 y=200 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908140 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908140 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908140 data=null button=1 stateMask=0x0 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186908140 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)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908145 data=null button=1 stateMask=0x80000 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908167 data=null button=0 stateMask=0x0 x=161 y=200 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908167 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908167 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908168 data=null button=1 stateMask=0x0 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186908168 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)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908172 data=null button=1 stateMask=0x80000 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908173 data=null button=1 stateMask=0x0 x=161 y=200 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:43 [2019-07-31T06:36:43.928Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908173 data=null button=1 stateMask=0x0 x=161 y=200 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:44 [2019-07-31T06:36:44.186Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186908173 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)}
02:36:44 [2019-07-31T06:36:44.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908252 data=null button=1 stateMask=0x80000 x=161 y=200 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:44 [2019-07-31T06:36:44.443Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908481 data=null button=0 stateMask=0x0 x=161 y=200 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:44 [2019-07-31T06:36:44.443Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908481 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:44 [2019-07-31T06:36:44.443Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186908481 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:44 [2019-07-31T06:36:44.443Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)}
02:36:44 [2019-07-31T06:36:44.443Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:44 [2019-07-31T06:36:44.443Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:44 [2019-07-31T06:36:44.443Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:44 [2019-07-31T06:36:44.443Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:44 [2019-07-31T06:36:44.443Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:44 [2019-07-31T06:36:44.443Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - Attempting to set focus on Table with text {}
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186909753 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186909753 data=null doit=true} to TableItem with text {}
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186909753 data=null} to TableItem with text {}
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186909753 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186909754 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186909802 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:45 [2019-07-31T06:36:45.810Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186910191 data=null button=0 stateMask=0x0 x=161 y=200 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186910191 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186910191 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186910192 data=null button=1 stateMask=0x0 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186910192 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)}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186910197 data=null button=1 stateMask=0x80000 x=161 y=200 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:46 [2019-07-31T06:36:46.067Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186910204 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186910209 data=null doit=true} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186910209 data=null} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186910209 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186910210 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186910263 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186910264 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186910264 data=null doit=true} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186910264 data=null} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186910264 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186910264 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186910270 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:46 [2019-07-31T06:36:46.067Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=1186910271 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=1186910271 data=null doit=true} to TreeItem with text {Traces [10]}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=1186910272 data=null} to TreeItem with text {Traces [10]}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=1186910272 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186910272 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]}
02:36:46 [2019-07-31T06:36:46.067Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=1186910294 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:46 [2019-07-31T06:36:46.067Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again.
02:36:46 [2019-07-31T06:36:46.324Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:46 [2019-07-31T06:36:46.324Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910599 data=null button=0 stateMask=0x0 x=165 y=242 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910599 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910599 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910599 data=null button=1 stateMask=0x0 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186910600 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)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910647 data=null button=1 stateMask=0x80000 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:46 [2019-07-31T06:36:46.584Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910650 data=null button=0 stateMask=0x0 x=165 y=242 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910651 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910651 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910651 data=null button=1 stateMask=0x0 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186910651 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)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910656 data=null button=1 stateMask=0x80000 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910656 data=null button=0 stateMask=0x0 x=165 y=242 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910656 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910657 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910657 data=null button=1 stateMask=0x0 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186910657 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)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910661 data=null button=1 stateMask=0x80000 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910661 data=null button=1 stateMask=0x0 x=165 y=242 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910661 data=null button=1 stateMask=0x0 x=165 y=242 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:46 [2019-07-31T06:36:46.584Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186910667 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)}
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186910841 data=null button=1 stateMask=0x80000 x=165 y=242 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186911063 data=null button=0 stateMask=0x0 x=165 y=242 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186911063 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186911063 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)}
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:47 [2019-07-31T06:36:47.330Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:47 [2019-07-31T06:36:47.901Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:47 [2019-07-31T06:36:47.901Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:47 [2019-07-31T06:36:47.901Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186912053 data=null button=0 stateMask=0x0 x=165 y=242 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:47 [2019-07-31T06:36:47.901Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186912054 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:47 [2019-07-31T06:36:47.901Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186912054 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:47 [2019-07-31T06:36:47.901Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186912054 data=null button=1 stateMask=0x0 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:47 [2019-07-31T06:36:47.901Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186912054 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)}
02:36:47 [2019-07-31T06:36:47.901Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186912059 data=null button=1 stateMask=0x80000 x=165 y=242 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:47 [2019-07-31T06:36:47.901Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:47 [2019-07-31T06:36:47.901Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:47 [2019-07-31T06:36:47.902Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186912065 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186912065 data=null doit=true} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186912071 data=null} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186912071 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186912071 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186912130 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186912131 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186912131 data=null doit=true} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186912131 data=null} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186912132 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186912132 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186912140 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:47 [2019-07-31T06:36:47.902Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=1186912141 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=1186912141 data=null doit=true} to TreeItem with text {Traces [10]}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=1186912141 data=null} to TreeItem with text {Traces [10]}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=1186912142 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:47 [2019-07-31T06:36:47.902Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186912142 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]}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=1186912163 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:48 [2019-07-31T06:36:48.164Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again.
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912288 data=null button=0 stateMask=0x0 x=142 y=284 count=0} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log(2)} time=1186912288 data=null doit=true} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log(2)} time=1186912288 data=null} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912289 data=null button=1 stateMask=0x0 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186912289 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)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912350 data=null button=1 stateMask=0x80000 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:48 [2019-07-31T06:36:48.164Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912354 data=null button=0 stateMask=0x0 x=142 y=284 count=0} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log(2)} time=1186912354 data=null doit=true} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log(2)} time=1186912354 data=null} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912354 data=null button=1 stateMask=0x0 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186912354 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)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912359 data=null button=1 stateMask=0x80000 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Double-clicking on TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912380 data=null button=0 stateMask=0x0 x=142 y=284 count=0} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log(2)} time=1186912380 data=null doit=true} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log(2)} time=1186912381 data=null} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912381 data=null button=1 stateMask=0x0 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186912381 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)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912387 data=null button=1 stateMask=0x80000 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912388 data=null button=1 stateMask=0x0 x=142 y=284 count=2} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.164Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912388 data=null button=1 stateMask=0x0 x=142 y=284 count=2} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186912388 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)}
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912472 data=null button=1 stateMask=0x80000 x=142 y=284 count=2} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186912546 data=null button=0 stateMask=0x0 x=142 y=284 count=0} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {unrecognized.log(2)} time=1186912546 data=null doit=true} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {unrecognized.log(2)} time=1186912547 data=null} to TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - Double-clicked on TreeItem with text {unrecognized.log(2)}
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.421Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.986Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.986Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.986Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.986Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.986Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.986Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.986Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:48 [2019-07-31T06:36:48.986Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:49 [2019-07-31T06:36:49.549Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:49 [2019-07-31T06:36:49.549Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186913830 data=null button=0 stateMask=0x0 x=142 y=284 count=0} to TreeItem with text {unrecognized.log(2)}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {unrecognized.log(2)} time=1186913830 data=null doit=true} to TreeItem with text {unrecognized.log(2)}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {unrecognized.log(2)} time=1186913830 data=null} to TreeItem with text {unrecognized.log(2)}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186913831 data=null button=1 stateMask=0x0 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186913831 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)}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {unrecognized.log(2)} time=1186913837 data=null button=1 stateMask=0x80000 x=142 y=284 count=1} to TreeItem with text {unrecognized.log(2)}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:49 [2019-07-31T06:36:49.805Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186913856 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186913856 data=null doit=true} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186913856 data=null} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186913857 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186913857 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186913914 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186913914 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186913914 data=null doit=true} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186913915 data=null} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186913915 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186913915 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186913932 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:49 [2019-07-31T06:36:49.805Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=1186913933 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=1186913933 data=null doit=true} to TreeItem with text {Traces [10]}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=1186913934 data=null} to TreeItem with text {Traces [10]}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=1186913934 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186913934 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]}
02:36:49 [2019-07-31T06:36:49.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=1186913955 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:49 [2019-07-31T06:36:49.805Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again.
02:36:49 [2019-07-31T06:36:49.805Z] WARN - Tree item TreeItem with text {z-clashes [4]} is already expanded. Won't expand it again.
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914142 data=null button=0 stateMask=0x0 x=179 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914143 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914143 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914143 data=null button=1 stateMask=0x0 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186914143 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)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914199 data=null button=1 stateMask=0x80000 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:50 [2019-07-31T06:36:50.062Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914203 data=null button=0 stateMask=0x0 x=179 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914203 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914203 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914204 data=null button=1 stateMask=0x0 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186914204 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)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914209 data=null button=1 stateMask=0x80000 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914210 data=null button=0 stateMask=0x0 x=179 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914210 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914210 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914211 data=null button=1 stateMask=0x0 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186914211 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)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914225 data=null button=1 stateMask=0x80000 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914226 data=null button=1 stateMask=0x0 x=179 y=116 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.062Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914227 data=null button=1 stateMask=0x0 x=179 y=116 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.319Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186914227 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)}
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914494 data=null button=1 stateMask=0x80000 x=179 y=116 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914889 data=null button=0 stateMask=0x0 x=179 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914889 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186914889 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)}
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:50 [2019-07-31T06:36:50.882Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - Attempting to set focus on Table with text {}
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186915894 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186915894 data=null doit=true} to TableItem with text {}
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186915894 data=null} to TableItem with text {}
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186915895 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186915895 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186915959 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:51 [2019-07-31T06:36:51.819Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186916126 data=null button=0 stateMask=0x0 x=179 y=116 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186916126 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186916126 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186916127 data=null button=1 stateMask=0x0 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186916127 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)}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1186916132 data=null button=1 stateMask=0x80000 x=179 y=116 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:52 [2019-07-31T06:36:52.075Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186916146 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186916146 data=null doit=true} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186916146 data=null} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186916147 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186916147 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186916195 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186916204 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186916204 data=null doit=true} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186916204 data=null} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186916205 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186916205 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186916211 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:52 [2019-07-31T06:36:52.075Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=1186916216 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=1186916216 data=null doit=true} to TreeItem with text {Traces [10]}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=1186916216 data=null} to TreeItem with text {Traces [10]}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=1186916216 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186916216 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]}
02:36:52 [2019-07-31T06:36:52.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=1186916227 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:52 [2019-07-31T06:36:52.075Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again.
02:36:52 [2019-07-31T06:36:52.075Z] WARN - Tree item TreeItem with text {z-clashes [4]} is already expanded. Won't expand it again.
02:36:52 [2019-07-31T06:36:52.336Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:52 [2019-07-31T06:36:52.336Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916626 data=null button=0 stateMask=0x0 x=183 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916626 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916626 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916627 data=null button=1 stateMask=0x0 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186916627 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)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916666 data=null button=1 stateMask=0x80000 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:52 [2019-07-31T06:36:52.593Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916670 data=null button=0 stateMask=0x0 x=183 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916670 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916670 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916671 data=null button=1 stateMask=0x0 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186916671 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)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916677 data=null button=1 stateMask=0x80000 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916678 data=null button=0 stateMask=0x0 x=183 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916678 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916679 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916679 data=null button=1 stateMask=0x0 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186916680 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)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916694 data=null button=1 stateMask=0x80000 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916695 data=null button=1 stateMask=0x0 x=183 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916696 data=null button=1 stateMask=0x0 x=183 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:52 [2019-07-31T06:36:52.593Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186916696 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)}
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186916901 data=null button=1 stateMask=0x80000 x=183 y=158 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186917226 data=null button=0 stateMask=0x0 x=183 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186917226 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186917226 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)}
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:53 [2019-07-31T06:36:53.158Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186918179 data=null button=0 stateMask=0x0 x=183 y=158 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186918179 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186918179 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186918180 data=null button=1 stateMask=0x0 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186918180 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)}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1186918187 data=null button=1 stateMask=0x80000 x=183 y=158 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:54 [2019-07-31T06:36:54.087Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186918208 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186918218 data=null doit=true} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186918218 data=null} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186918219 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186918219 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186918261 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186918262 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186918262 data=null doit=true} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186918262 data=null} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186918263 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186918263 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186918275 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=1186918276 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=1186918276 data=null doit=true} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=1186918276 data=null} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=1186918276 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186918277 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]}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=1186918316 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.087Z] WARN - Tree item TreeItem with text {Traces [10]} is already expanded. Won't expand it again.
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186918326 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186918327 data=null doit=true} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186918327 data=null} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186918327 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.087Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186918328 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186918357 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186918358 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186918359 data=null doit=true} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186918359 data=null} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186918359 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186918359 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186918374 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:54 [2019-07-31T06:36:54.353Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=1186918375 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=1186918375 data=null doit=true} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=1186918376 data=null} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=1186918376 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186918376 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]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=1186918401 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=1186918410 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=1186918411 data=null doit=true} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=1186918411 data=null} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=1186918411 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186918415 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]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=1186918426 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:36:54 [2019-07-31T06:36:54.353Z] DEBUG - Clicking on with mnemonic 'Clear'
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - Clicked on with mnemonic 'Clear'
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186918811 data=null doit=true} to Shell with text {Confirm Clear}
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - Clicking on &Yes
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186918812 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')
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186918812 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')
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186918812 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186918812 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186918812 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')
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186918812 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')
02:36:54 [2019-07-31T06:36:54.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186918812 data=null item=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')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Clicked on 
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186918526 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186922527 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186922527 data=null doit=true} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186922527 data=null} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186922528 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186922528 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186922550 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186922558 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186922559 data=null doit=true} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186922559 data=null} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186922559 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186922559 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186922592 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:36:58 [2019-07-31T06:36:58.791Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=1186922594 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=1186922594 data=null doit=true} to TreeItem with text {Traces [10]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=1186922594 data=null} to TreeItem with text {Traces [10]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=1186922594 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186922594 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]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=1186922626 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [10]} time=1186922628 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [10]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [10]} time=1186922628 data=null doit=true} to TreeItem with text {Traces [10]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [10]} time=1186922628 data=null} to TreeItem with text {Traces [10]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [10]} time=1186922628 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186922629 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]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [10]} time=1186922633 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [10]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched MenuItem with text "&New Folder...", using matcher: with mnemonic 'New Folder...'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Clicking on with mnemonic 'New Folder...'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Clicked on with mnemonic 'New Folder...'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Shell with text "New Folder", using matcher: with text 'New Folder'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Clicking on OK
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186922819 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186922820 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186922820 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186922820 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186922820 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186922820 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186922820 data=null item=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')
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&New Folder...} time=1186922679 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...'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Clicked on 
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186922944 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186922945 data=null doit=true} to TreeItem with text {Traces [0]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186922945 data=null} to TreeItem with text {Traces [0]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186922945 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186922945 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]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186922951 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - matched MenuItem with text "&New Folder...", using matcher: with mnemonic 'New Folder...'
02:36:58 [2019-07-31T06:36:58.791Z] DEBUG - Clicking on with mnemonic 'New Folder...'
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - Clicked on with mnemonic 'New Folder...'
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - matched Shell with text "New Folder", using matcher: with text 'New Folder'
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - Clicking on OK
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186923127 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186923127 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186923127 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186923127 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186923127 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186923127 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186923127 data=null item=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')
02:36:59 [2019-07-31T06:36:59.050Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&New Folder...} time=1186923003 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...'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Clicked on 
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186923313 data=null doit=true} to TreeItem with text {Traces [0]}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186923314 data=null} to TreeItem with text {Traces [0]}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186923314 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186923314 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]}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186923317 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [0]}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FolderA} time=1186923331 data=null button=0 stateMask=0x0 x=102 y=74 count=0} to TreeItem with text {FolderA}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderA} time=1186923331 data=null doit=true} to TreeItem with text {FolderA}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderA} time=1186923331 data=null} to TreeItem with text {FolderA}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderA} time=1186923332 data=null button=1 stateMask=0x0 x=102 y=74 count=1} to TreeItem with text {FolderA}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186923332 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}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderA} time=1186923352 data=null button=1 stateMask=0x80000 x=102 y=74 count=1} to TreeItem with text {FolderA}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Clicking on with mnemonic 'Import...'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Clicked on with mnemonic 'Import...'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186923832 data=null doit=true} to Shell with text {Trace Import}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:36:59 [2019-07-31T06:36:59.826Z] 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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186923842 data=null} to (of type 'Combo')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186923909 data=null doit=true} to TreeItem with text {import}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186923910 data=null} to TreeItem with text {import}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186923911 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186923911 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}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186923915 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186923916 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186923916 data=null doit=true} to TreeItem with text {import}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186923916 data=null} to TreeItem with text {import}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186923917 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186923917 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}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186923918 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:36:59 [2019-07-31T06:36:59.826Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again.
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Attempting to set focus on Tree with text {}
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186923944 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186923944 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186923944 data=null} to Tree node with text: kernel-overlap-testing
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186923944 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186923945 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
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186923947 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186923951 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:'))
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:36:59 [2019-07-31T06:36:59.826Z] 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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@bfde38a
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1186923962 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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186923962 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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1186923963 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1186923963 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1186923963 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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1186923963 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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1186923963 data=null item=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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1186923963 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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186923963 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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1186923963 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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1186923963 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1186923963 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:36:59 [2019-07-31T06:36:59.826Z] 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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:36:59 [2019-07-31T06:36:59.826Z] 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')
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] 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')
02:36:59 [2019-07-31T06:36:59.826Z] 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.
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.826Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - Clicking on &Finish
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186923978 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')
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186923978 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')
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186923978 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186923979 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186923979 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')
02:36:59 [2019-07-31T06:36:59.827Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186923979 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')
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186923979 data=null item=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')
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186923433 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Clicked on 
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186924596 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186924596 data=null doit=true} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186924596 data=null} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186924596 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186924596 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186924628 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186924629 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186924629 data=null doit=true} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186924629 data=null} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186924629 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186924629 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.393Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186924636 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:00 [2019-07-31T06:37:00.651Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186924691 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186924691 data=null doit=true} to TreeItem with text {Traces [0]}
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186924691 data=null} to TreeItem with text {Traces [0]}
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186924692 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186924692 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]}
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186924718 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:00 [2019-07-31T06:37:00.651Z] WARN - Tree item TreeItem with text {Traces [0]} is already expanded. Won't expand it again.
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderA [2]} time=1186924719 data=null doit=true} to TreeItem with text {FolderA [2]}
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderA [2]} time=1186924719 data=null} to TreeItem with text {FolderA [2]}
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderA [2]} time=1186924720 data=null button=1 stateMask=0x0 x=113 y=74 count=1} to TreeItem with text {FolderA [2]}
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186924720 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]}
02:37:00 [2019-07-31T06:37:00.651Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderA [2]} time=1186924724 data=null button=1 stateMask=0x80000 x=97 y=74 count=1} to TreeItem with text {FolderA [2]}
02:37:00 [2019-07-31T06:37:00.908Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:00 [2019-07-31T06:37:00.908Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925186 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186925187 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186925187 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925188 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186925188 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}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925222 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:01 [2019-07-31T06:37:01.166Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925227 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186925227 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186925227 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925228 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186925228 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}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925232 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925233 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186925233 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186925233 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925233 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186925234 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}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925243 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925243 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925244 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.166Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186925244 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}
02:37:01 [2019-07-31T06:37:01.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925311 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.423Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186925509 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.423Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186925509 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.423Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186925509 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.423Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:37:01 [2019-07-31T06:37:01.423Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - Attempting to set focus on Table with text {}
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186926545 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186926545 data=null doit=true} to TableItem with text {}
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186926545 data=null} to TableItem with text {}
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186926546 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186926546 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186926597 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:02 [2019-07-31T06:37:02.352Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186926788 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186926788 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186926788 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186926789 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186926789 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}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186926794 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:02 [2019-07-31T06:37:02.609Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186926807 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186926807 data=null doit=true} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186926807 data=null} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186926808 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186926808 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186926844 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186926844 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186926845 data=null doit=true} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186926845 data=null} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186926845 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186926845 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186926851 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:02 [2019-07-31T06:37:02.609Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186926852 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186926852 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186926852 data=null} to TreeItem with text {Traces [2]}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186926853 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:02 [2019-07-31T06:37:02.609Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186926853 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]}
02:37:02 [2019-07-31T06:37:02.866Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186926874 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:02 [2019-07-31T06:37:02.866Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:37:02 [2019-07-31T06:37:02.866Z] WARN - Tree item TreeItem with text {FolderA [2]} is already expanded. Won't expand it again.
02:37:03 [2019-07-31T06:37:03.122Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:03 [2019-07-31T06:37:03.122Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:03 [2019-07-31T06:37:03.122Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927341 data=null button=0 stateMask=0x0 x=166 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.122Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186927342 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.122Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186927342 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.122Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927342 data=null button=1 stateMask=0x0 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.122Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186927343 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}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927382 data=null button=1 stateMask=0x80000 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:03 [2019-07-31T06:37:03.379Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927386 data=null button=0 stateMask=0x0 x=166 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186927386 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186927386 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927387 data=null button=1 stateMask=0x0 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186927387 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}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927391 data=null button=1 stateMask=0x80000 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927392 data=null button=0 stateMask=0x0 x=166 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186927392 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186927393 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927393 data=null button=1 stateMask=0x0 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186927393 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}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927403 data=null button=1 stateMask=0x80000 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927404 data=null button=1 stateMask=0x0 x=166 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927404 data=null button=1 stateMask=0x0 x=166 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:03 [2019-07-31T06:37:03.379Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186927404 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}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186927497 data=null button=1 stateMask=0x80000 x=166 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186928211 data=null button=0 stateMask=0x0 x=166 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186928392 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186928392 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Attempting to set focus on Table with text {}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186928395 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186928404 data=null doit=true} to TableItem with text {}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186928404 data=null} to TableItem with text {}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186928404 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186928405 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186928434 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:04 [2019-07-31T06:37:04.309Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186929396 data=null button=0 stateMask=0x0 x=166 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186929396 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186929396 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186929396 data=null button=1 stateMask=0x0 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186929397 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}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186929402 data=null button=1 stateMask=0x80000 x=166 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:05 [2019-07-31T06:37:05.239Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:05 [2019-07-31T06:37:05.239Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FolderB} time=1186929405 data=null button=0 stateMask=0x0 x=102 y=137 count=0} to TreeItem with text {FolderB}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderB} time=1186929405 data=null doit=true} to TreeItem with text {FolderB}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderB} time=1186929406 data=null} to TreeItem with text {FolderB}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB} time=1186929406 data=null button=1 stateMask=0x0 x=102 y=137 count=1} to TreeItem with text {FolderB}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186929406 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}
02:37:05 [2019-07-31T06:37:05.239Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB} time=1186929438 data=null button=1 stateMask=0x80000 x=102 y=137 count=1} to TreeItem with text {FolderB}
02:37:05 [2019-07-31T06:37:05.497Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:37:05 [2019-07-31T06:37:05.497Z] DEBUG - Clicking on with mnemonic 'Import...'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Clicked on with mnemonic 'Import...'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186929867 data=null doit=true} to Shell with text {Trace Import}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:37:05 [2019-07-31T06:37:05.756Z] 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')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186929896 data=null} to (of type 'Combo')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186929937 data=null doit=true} to TreeItem with text {import}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186929937 data=null} to TreeItem with text {import}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186929937 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186929938 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}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186929940 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186929941 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186929941 data=null doit=true} to TreeItem with text {import}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186929941 data=null} to TreeItem with text {import}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186929942 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186929942 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}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186929942 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:05 [2019-07-31T06:37:05.756Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again.
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186929964 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186929964 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186929964 data=null} to Tree node with text: kernel-overlap-testing
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186929965 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186929965 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
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186929968 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186929980 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:'))
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:37:05 [2019-07-31T06:37:05.756Z] 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')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:37:05 [2019-07-31T06:37:05.756Z] 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')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:05 [2019-07-31T06:37:05.756Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:37:05 [2019-07-31T06:37:05.757Z] 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')
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:05 [2019-07-31T06:37:05.757Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] 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')
02:37:06 [2019-07-31T06:37:06.014Z] 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.
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - Clicking on &Finish
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186930014 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')
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186930015 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')
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186930015 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186930015 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186930015 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')
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186930015 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')
02:37:06 [2019-07-31T06:37:06.014Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:06 [2019-07-31T06:37:06.014Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:06 [2019-07-31T06:37:06.014Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:06 [2019-07-31T06:37:06.014Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:06 [2019-07-31T06:37:06.014Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:06 [2019-07-31T06:37:06.014Z] DEBUG - Clicked on &Finish
02:37:07 [2019-07-31T06:37:07.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186930015 data=null item=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')
02:37:07 [2019-07-31T06:37:07.383Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186929514 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186931642 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186931642 data=null doit=true} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186931643 data=null} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186931643 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186931655 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186931706 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186931707 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186931708 data=null doit=true} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186931708 data=null} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186931708 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186931708 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186931714 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:07 [2019-07-31T06:37:07.639Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186931715 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186931715 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186931715 data=null} to TreeItem with text {Traces [2]}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186931715 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186931715 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]}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186931729 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:07 [2019-07-31T06:37:07.639Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderB [2]} time=1186931729 data=null doit=true} to TreeItem with text {FolderB [2]}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderB [2]} time=1186931729 data=null} to TreeItem with text {FolderB [2]}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB [2]} time=1186931730 data=null button=1 stateMask=0x0 x=113 y=137 count=1} to TreeItem with text {FolderB [2]}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186931730 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]}
02:37:07 [2019-07-31T06:37:07.639Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB [2]} time=1186931734 data=null button=1 stateMask=0x80000 x=97 y=137 count=1} to TreeItem with text {FolderB [2]}
02:37:07 [2019-07-31T06:37:07.896Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:07 [2019-07-31T06:37:07.896Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932201 data=null button=0 stateMask=0x0 x=170 y=158 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186932202 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186932202 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932202 data=null button=1 stateMask=0x0 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186932202 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}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932241 data=null button=1 stateMask=0x80000 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:08 [2019-07-31T06:37:08.153Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932245 data=null button=0 stateMask=0x0 x=170 y=158 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186932245 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186932245 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932245 data=null button=1 stateMask=0x0 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186932246 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}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932250 data=null button=1 stateMask=0x80000 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932250 data=null button=0 stateMask=0x0 x=170 y=158 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186932250 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186932251 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932251 data=null button=1 stateMask=0x0 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186932251 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}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932254 data=null button=1 stateMask=0x80000 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932255 data=null button=1 stateMask=0x0 x=170 y=158 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932255 data=null button=1 stateMask=0x0 x=170 y=158 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:08 [2019-07-31T06:37:08.153Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186932262 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}
02:37:09 [2019-07-31T06:37:09.082Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186932331 data=null button=1 stateMask=0x80000 x=170 y=158 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:09 [2019-07-31T06:37:09.082Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186933041 data=null button=0 stateMask=0x0 x=170 y=158 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:09 [2019-07-31T06:37:09.082Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186933041 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:09 [2019-07-31T06:37:09.082Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186933041 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:09 [2019-07-31T06:37:09.082Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:37:09 [2019-07-31T06:37:09.082Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:09 [2019-07-31T06:37:09.082Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:09 [2019-07-31T06:37:09.082Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - Attempting to set focus on Table with text {}
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186934143 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186934143 data=null doit=true} to TableItem with text {}
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186934143 data=null} to TableItem with text {}
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186934143 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186934144 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186934151 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:10 [2019-07-31T06:37:10.012Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186934358 data=null button=0 stateMask=0x0 x=170 y=158 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186934358 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186934358 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186934359 data=null button=1 stateMask=0x0 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186934359 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}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186934364 data=null button=1 stateMask=0x80000 x=170 y=158 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:10 [2019-07-31T06:37:10.269Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186934375 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186934375 data=null doit=true} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186934375 data=null} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186934376 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186934376 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186934413 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186934414 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186934414 data=null doit=true} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186934414 data=null} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186934415 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186934415 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186934420 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:10 [2019-07-31T06:37:10.269Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186934422 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186934422 data=null doit=true} to TreeItem with text {Traces [4]}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186934422 data=null} to TreeItem with text {Traces [4]}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186934422 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186934422 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]}
02:37:10 [2019-07-31T06:37:10.269Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186934441 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:37:10 [2019-07-31T06:37:10.269Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again.
02:37:10 [2019-07-31T06:37:10.269Z] WARN - Tree item TreeItem with text {FolderB [2]} is already expanded. Won't expand it again.
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186934869 data=null button=0 stateMask=0x0 x=166 y=179 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186934870 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186934870 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186934870 data=null button=1 stateMask=0x0 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186934870 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}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186934935 data=null button=1 stateMask=0x80000 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:11 [2019-07-31T06:37:11.026Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186934938 data=null button=0 stateMask=0x0 x=166 y=179 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186934938 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186934938 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186934939 data=null button=1 stateMask=0x0 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186934939 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}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186934948 data=null button=1 stateMask=0x80000 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186934948 data=null button=0 stateMask=0x0 x=166 y=179 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186934948 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186934949 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186934949 data=null button=1 stateMask=0x0 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186934949 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}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186934953 data=null button=1 stateMask=0x80000 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186934953 data=null button=1 stateMask=0x0 x=166 y=179 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186934953 data=null button=1 stateMask=0x0 x=166 y=179 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.026Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186934953 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}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186935072 data=null button=1 stateMask=0x80000 x=166 y=179 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186935611 data=null button=0 stateMask=0x0 x=166 y=179 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186935611 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186935611 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Attempting to set focus on Table with text {}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186935614 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186935614 data=null doit=true} to TableItem with text {}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186935614 data=null} to TableItem with text {}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186935614 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186935614 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186935630 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:11 [2019-07-31T06:37:11.524Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186936633 data=null button=0 stateMask=0x0 x=166 y=179 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186936634 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186936634 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186936634 data=null button=1 stateMask=0x0 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186936634 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}
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186936639 data=null button=1 stateMask=0x80000 x=166 y=179 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.456Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.456Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again.
02:37:12 [2019-07-31T06:37:12.456Z] WARN - Tree item TreeItem with text {FolderA [2]} is already expanded. Won't expand it again.
02:37:12 [2019-07-31T06:37:12.456Z] WARN - Tree item TreeItem with text {Traces [4]} is already expanded. Won't expand it again.
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=1186936662 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=1186936662 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=1186936662 data=null doit=true} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=1186936662 data=null} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186936662 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.456Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186936663 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')
02:37:12 [2019-07-31T06:37:12.712Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186936718 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.712Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=1186936718 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.712Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=1186936718 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.712Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=1186936718 data=null doit=true} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.712Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=1186936718 data=null} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.712Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB [2]} time=1186936719 data=null button=1 stateMask=0x40000 x=113 y=137 count=1} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.712Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186936719 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')
02:37:12 [2019-07-31T06:37:12.712Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB [2]} time=1186936733 data=null button=1 stateMask=0xc0000 x=113 y=137 count=1} to (of type 'Tree')
02:37:12 [2019-07-31T06:37:12.712Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:37:12 [2019-07-31T06:37:12.712Z] DEBUG - Clicking on with mnemonic 'Delete'
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - Clicked on with mnemonic 'Delete'
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - matched Shell with text "Confirm Delete", using matcher: with text 'Confirm Delete'
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - Clicking on &Yes
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186937036 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')
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186937048 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')
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186937048 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186937048 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186937049 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')
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186937049 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')
02:37:12 [2019-07-31T06:37:12.970Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186937049 data=null item=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')
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186936781 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - Clicked on 
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - matched EditorReference with text "", using matcher: with name '"FolderA/kernel-overlap-testing"'
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186938544 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186938544 data=null doit=true} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186938544 data=null} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186938545 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186938545 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186938610 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186938610 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186938610 data=null doit=true} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186938610 data=null} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186938611 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186938611 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186938631 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:14 [2019-07-31T06:37:14.595Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186938632 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186938632 data=null doit=true} to TreeItem with text {Traces [4]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186938632 data=null} to TreeItem with text {Traces [4]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186938632 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186938632 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]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186938648 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [4]} time=1186938649 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [4]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [4]} time=1186938649 data=null doit=true} to TreeItem with text {Traces [4]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [4]} time=1186938649 data=null} to TreeItem with text {Traces [4]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [4]} time=1186938649 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186938649 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]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [4]} time=1186938653 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [4]}
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:37:14 [2019-07-31T06:37:14.595Z] DEBUG - Clicking on with mnemonic 'Clear'
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - Clicked on with mnemonic 'Clear'
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186938974 data=null doit=true} to Shell with text {Confirm Clear}
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - Clicking on &Yes
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186938975 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')
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186938975 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')
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186938975 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186938975 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186938975 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')
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186938975 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')
02:37:14 [2019-07-31T06:37:14.851Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186938975 data=null item=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')
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186938709 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Clicked on 
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186939511 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186939511 data=null doit=true} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186939511 data=null} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186939511 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186939511 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186939534 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186939541 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186939541 data=null doit=true} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186939541 data=null} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186939542 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186939542 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186939549 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:15 [2019-07-31T06:37:15.414Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186939550 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186939550 data=null doit=true} to TreeItem with text {Traces [1]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186939550 data=null} to TreeItem with text {Traces [1]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186939550 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186939551 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]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186939590 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186939591 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186939591 data=null doit=true} to TreeItem with text {Traces [1]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186939591 data=null} to TreeItem with text {Traces [1]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186939592 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186939592 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]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186939596 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - matched MenuItem with text "&New Folder...", using matcher: with mnemonic 'New Folder...'
02:37:15 [2019-07-31T06:37:15.414Z] DEBUG - Clicking on with mnemonic 'New Folder...'
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Clicked on with mnemonic 'New Folder...'
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - matched Shell with text "New Folder", using matcher: with text 'New Folder'
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Clicking on OK
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186939764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186939764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186939764 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186939764 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186939764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186939764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186939764 data=null item=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')
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&New Folder...} time=1186939648 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...'
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Clicked on 
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186939872 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186939872 data=null doit=true} to TreeItem with text {Traces [0]}
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186939872 data=null} to TreeItem with text {Traces [0]}
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186939872 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186939872 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]}
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186939877 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - matched MenuItem with text "&New Folder...", using matcher: with mnemonic 'New Folder...'
02:37:15 [2019-07-31T06:37:15.671Z] DEBUG - Clicking on with mnemonic 'New Folder...'
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Clicked on with mnemonic 'New Folder...'
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - matched Shell with text "New Folder", using matcher: with text 'New Folder'
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - matched Text with text "", using matcher: (of type 'Text')
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Clicking on OK
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186940046 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186940046 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186940046 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186940046 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186940046 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186940046 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186940046 data=null item=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')
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&New Folder...} time=1186939920 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...'
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Clicked on 
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186940158 data=null doit=true} to TreeItem with text {Traces [0]}
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186940158 data=null} to TreeItem with text {Traces [0]}
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186940158 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186940158 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]}
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186940161 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FolderA} time=1186940163 data=null button=0 stateMask=0x0 x=86 y=74 count=0} to TreeItem with text {FolderA}
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderA} time=1186940163 data=null doit=true} to TreeItem with text {FolderA}
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderA} time=1186940163 data=null} to TreeItem with text {FolderA}
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderA} time=1186940163 data=null button=1 stateMask=0x0 x=86 y=74 count=1} to TreeItem with text {FolderA}
02:37:15 [2019-07-31T06:37:15.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186940163 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}
02:37:16 [2019-07-31T06:37:16.184Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderA} time=1186940193 data=null button=1 stateMask=0x80000 x=102 y=74 count=1} to TreeItem with text {FolderA}
02:37:16 [2019-07-31T06:37:16.184Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:37:16 [2019-07-31T06:37:16.184Z] DEBUG - Clicking on with mnemonic 'Import...'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Clicked on with mnemonic 'Import...'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186940525 data=null doit=true} to Shell with text {Trace Import}
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:37:16 [2019-07-31T06:37:16.441Z] 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')
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186940543 data=null} to (of type 'Combo')
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186940591 data=null doit=true} to TreeItem with text {import}
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186940592 data=null} to TreeItem with text {import}
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186940592 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186940592 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}
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186940594 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186940595 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186940595 data=null doit=true} to TreeItem with text {import}
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186940595 data=null} to TreeItem with text {import}
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186940596 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:37:16 [2019-07-31T06:37:16.441Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186940596 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}
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186940597 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186940620 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:'))
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:37:16 [2019-07-31T06:37:16.442Z] 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')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:37:16 [2019-07-31T06:37:16.442Z] 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')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:37:16 [2019-07-31T06:37:16.442Z] 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')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] 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')
02:37:16 [2019-07-31T06:37:16.442Z] 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.
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Clicking on &Finish
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186940643 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')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186940643 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')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186940644 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186940644 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186940644 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')
02:37:16 [2019-07-31T06:37:16.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186940644 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')
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186940644 data=null item=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')
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186940239 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Clicked on 
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186941120 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186941120 data=null doit=true} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186941120 data=null} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186941120 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186941120 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186941143 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186941144 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186941145 data=null doit=true} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186941145 data=null} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186941145 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186941145 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186941158 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:17 [2019-07-31T06:37:17.005Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186941159 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186941159 data=null doit=true} to TreeItem with text {Traces [0]}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186941159 data=null} to TreeItem with text {Traces [0]}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186941160 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186941160 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]}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186941181 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:17 [2019-07-31T06:37:17.005Z] WARN - Tree item TreeItem with text {Traces [0]} is already expanded. Won't expand it again.
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderA [1]} time=1186941181 data=null doit=true} to TreeItem with text {FolderA [1]}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderA [1]} time=1186941181 data=null} to TreeItem with text {FolderA [1]}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderA [1]} time=1186941182 data=null button=1 stateMask=0x0 x=113 y=74 count=1} to TreeItem with text {FolderA [1]}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186941182 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]}
02:37:17 [2019-07-31T06:37:17.005Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderA [1]} time=1186941197 data=null button=1 stateMask=0x80000 x=113 y=74 count=1} to TreeItem with text {FolderA [1]}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941458 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186941459 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186941459 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941459 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186941459 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}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941492 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:17 [2019-07-31T06:37:17.262Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941497 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186941497 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186941497 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941498 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186941498 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}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941502 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941503 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186941503 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186941503 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941504 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186941504 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}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941508 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941508 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.262Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941513 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.519Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186941513 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}
02:37:17 [2019-07-31T06:37:17.519Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941621 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.519Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186941770 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.519Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186941771 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.519Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186941771 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.519Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:37:17 [2019-07-31T06:37:17.519Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Attempting to set focus on Table with text {}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186942805 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186942805 data=null doit=true} to TableItem with text {}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186942805 data=null} to TableItem with text {}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186942806 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186942806 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186942810 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186943028 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186943028 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186943028 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186943029 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186943029 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}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186943034 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:18 [2019-07-31T06:37:18.887Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:18 [2019-07-31T06:37:18.887Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again.
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FolderB} time=1186943037 data=null button=0 stateMask=0x0 x=102 y=116 count=0} to TreeItem with text {FolderB}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderB} time=1186943037 data=null doit=true} to TreeItem with text {FolderB}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderB} time=1186943037 data=null} to TreeItem with text {FolderB}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB} time=1186943037 data=null button=1 stateMask=0x0 x=102 y=116 count=1} to TreeItem with text {FolderB}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186943038 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}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB} time=1186943058 data=null button=1 stateMask=0x80000 x=102 y=116 count=1} to TreeItem with text {FolderB}
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:37:18 [2019-07-31T06:37:18.887Z] DEBUG - Clicking on with mnemonic 'Import...'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - Clicked on with mnemonic 'Import...'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186943380 data=null doit=true} to Shell with text {Trace Import}
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:37:19 [2019-07-31T06:37:19.145Z] 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')
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:19 [2019-07-31T06:37:19.145Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:37:19 [2019-07-31T06:37:19.403Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:37:19 [2019-07-31T06:37:19.403Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:19 [2019-07-31T06:37:19.403Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186943420 data=null} to (of type 'Combo')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186943458 data=null doit=true} to TreeItem with text {import}
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186943458 data=null} to TreeItem with text {import}
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186943459 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186943459 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}
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186943467 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186943468 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186943468 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186943468 data=null} to Tree node with text: kernel-overlap-testing
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186943469 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186943469 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
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186943471 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186943490 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:'))
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:37:19 [2019-07-31T06:37:19.404Z] 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')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:37:19 [2019-07-31T06:37:19.404Z] 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')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:37:19 [2019-07-31T06:37:19.404Z] 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')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] 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')
02:37:19 [2019-07-31T06:37:19.404Z] 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.
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Clicking on &Finish
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186943511 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')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186943511 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')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186943511 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186943512 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186943512 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')
02:37:19 [2019-07-31T06:37:19.404Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186943512 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')
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186943512 data=null item=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')
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186943109 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Clicked on 
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186943841 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186943842 data=null doit=true} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186943842 data=null} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186943842 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186943842 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186943901 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186943902 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186943902 data=null doit=true} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186943902 data=null} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186943903 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.661Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186943903 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186943935 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:19 [2019-07-31T06:37:19.917Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186943936 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186943937 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186943937 data=null} to TreeItem with text {Traces [2]}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186943937 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186943937 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]}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186943955 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:19 [2019-07-31T06:37:19.917Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FolderB [1]} time=1186943985 data=null doit=true} to TreeItem with text {FolderB [1]}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FolderB [1]} time=1186943985 data=null} to TreeItem with text {FolderB [1]}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB [1]} time=1186943985 data=null button=1 stateMask=0x0 x=113 y=116 count=1} to TreeItem with text {FolderB [1]}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186943985 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]}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB [1]} time=1186943989 data=null button=1 stateMask=0x80000 x=97 y=116 count=1} to TreeItem with text {FolderB [1]}
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:19 [2019-07-31T06:37:19.917Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944190 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186944190 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186944190 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944191 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186944191 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}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944296 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:20 [2019-07-31T06:37:20.175Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944302 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186944302 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186944302 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944302 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186944303 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}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944319 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944320 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186944321 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186944321 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944321 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186944322 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}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944327 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944327 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.175Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944327 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:20 [2019-07-31T06:37:20.432Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186944328 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}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944425 data=null button=1 stateMask=0x80000 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186944950 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186945025 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186945025 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Attempting to set focus on Table with text {}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186945034 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186945035 data=null doit=true} to TableItem with text {}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186945035 data=null} to TableItem with text {}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186945035 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186945036 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186945040 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:21 [2019-07-31T06:37:21.134Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186946118 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186946119 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186946119 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186946119 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186946120 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}
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186946124 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:37:22 [2019-07-31T06:37:22.064Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=1186946129 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=1186946129 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=1186946129 data=null doit=true} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=1186946129 data=null} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderA [1]} time=1186946130 data=null button=1 stateMask=0x0 x=113 y=74 count=1} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186946130 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')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderA [1]} time=1186946154 data=null button=1 stateMask=0x80000 x=113 y=74 count=1} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=1186946154 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=1186946154 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=1186946154 data=null doit=true} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=1186946154 data=null} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FolderB [1]} time=1186946154 data=null button=1 stateMask=0x40000 x=113 y=116 count=1} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186946155 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')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FolderB [1]} time=1186946168 data=null button=1 stateMask=0xc0000 x=113 y=116 count=1} to (of type 'Tree')
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:37:22 [2019-07-31T06:37:22.064Z] DEBUG - Clicking on with mnemonic 'Delete'
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - Clicked on with mnemonic 'Delete'
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - matched Shell with text "Confirm Delete", using matcher: with text 'Confirm Delete'
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - Clicking on &Yes
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186946404 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')
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186946405 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')
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186946405 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186946405 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186946405 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')
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186946405 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')
02:37:22 [2019-07-31T06:37:22.323Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186946405 data=null item=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')
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Clicked on 
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186946217 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186947306 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186947306 data=null doit=true} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186947306 data=null} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186947306 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186947307 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186947335 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186947337 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186947337 data=null doit=true} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186947337 data=null} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186947337 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186947337 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186947348 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.253Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186947349 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186947349 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186947349 data=null} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186947349 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186947350 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]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186947358 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186947359 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186947370 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186947370 data=null} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186947370 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186947371 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]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186947375 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:37:23 [2019-07-31T06:37:23.253Z] DEBUG - Clicking on with mnemonic 'Import...'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Clicked on with mnemonic 'Import...'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186947611 data=null doit=true} to Shell with text {Trace Import}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:37:23 [2019-07-31T06:37:23.510Z] 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')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186947646 data=null} to (of type 'Combo')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186947691 data=null doit=true} to TreeItem with text {import}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186947691 data=null} to TreeItem with text {import}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186947692 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186947692 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}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186947694 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186947695 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186947695 data=null doit=true} to TreeItem with text {import}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186947695 data=null} to TreeItem with text {import}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186947695 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186947696 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}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186947696 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:23 [2019-07-31T06:37:23.510Z] WARN - Tree item TreeItem with text {import} is already expanded. Won't expand it again.
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=1186947725 data=null doit=true} to Tree node with text: z-clashes
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=1186947725 data=null} to Tree node with text: z-clashes
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=1186947726 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186947726 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
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=1186947728 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {z-clashes} time=1186947728 data=null button=0 stateMask=0x0 x=110 y=143 count=0} to Tree node with text: z-clashes
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=1186947728 data=null doit=true} to Tree node with text: z-clashes
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=1186947729 data=null} to Tree node with text: z-clashes
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=1186947729 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186947729 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
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=1186947731 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Custom Text : TmfGeneric} time=1186947744 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:'))
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to Custom Text : TmfGeneric
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:37:23 [2019-07-31T06:37:23.510Z] 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')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@3a5800c5
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1186947750 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')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186947750 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')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1186947750 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1186947750 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1186947750 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')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1186947750 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')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1186947750 data=null item=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')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1186947750 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')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186947750 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')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1186947751 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')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1186947751 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1186947751 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.510Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:37:23 [2019-07-31T06:37:23.511Z] 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')
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.511Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.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)'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:37:23 [2019-07-31T06:37:23.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')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.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')
02:37:23 [2019-07-31T06:37:23.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.
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Clicking on &Finish
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186947770 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')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186947770 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')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186947770 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186947770 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186947770 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')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186947771 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')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186947771 data=null item=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')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186947418 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Clicked on 
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186947957 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186947957 data=null doit=true} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186947957 data=null} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186947957 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186947958 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186947988 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.767Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186947989 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186947989 data=null doit=true} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186947989 data=null} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186947990 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186947990 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186947996 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:23 [2019-07-31T06:37:23.768Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186948005 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186948005 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186948005 data=null} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186948006 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:23 [2019-07-31T06:37:23.768Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186948006 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]}
02:37:24 [2019-07-31T06:37:24.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186948028 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:24 [2019-07-31T06:37:24.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186948029 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:24 [2019-07-31T06:37:24.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186948029 data=null} to TreeItem with text {Traces [2]}
02:37:24 [2019-07-31T06:37:24.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186948029 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:24 [2019-07-31T06:37:24.024Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186948029 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]}
02:37:24 [2019-07-31T06:37:24.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186948045 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:24 [2019-07-31T06:37:24.281Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:24 [2019-07-31T06:37:24.281Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:24 [2019-07-31T06:37:24.281Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948516 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.281Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186948517 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.281Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186948517 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.281Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948517 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.281Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186948517 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}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948552 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:24 [2019-07-31T06:37:24.538Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948555 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186948555 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186948556 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948556 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186948556 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}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948561 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948561 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186948561 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186948562 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948562 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186948562 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}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948566 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948566 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948567 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948628 data=null button=1 stateMask=0x80000 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186948629 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186948629 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186948629 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:37:24 [2019-07-31T06:37:24.538Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186948567 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}
02:37:25 [2019-07-31T06:37:25.100Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:26 [2019-07-31T06:37:26.030Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:26 [2019-07-31T06:37:26.030Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:26 [2019-07-31T06:37:26.030Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:26 [2019-07-31T06:37:26.030Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:26 [2019-07-31T06:37:26.031Z] DEBUG - Attempting to set focus on Table with text {}
02:37:26 [2019-07-31T06:37:26.031Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186950133 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:26 [2019-07-31T06:37:26.031Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186950133 data=null doit=true} to TableItem with text {}
02:37:26 [2019-07-31T06:37:26.031Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186950133 data=null} to TableItem with text {}
02:37:26 [2019-07-31T06:37:26.031Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186950133 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:26 [2019-07-31T06:37:26.031Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186950133 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:26 [2019-07-31T06:37:26.031Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186950150 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:26 [2019-07-31T06:37:26.031Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:26 [2019-07-31T06:37:26.031Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:26 [2019-07-31T06:37:26.031Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:26 [2019-07-31T06:37:26.031Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950329 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186950330 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186950330 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950330 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186950330 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}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950335 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:26 [2019-07-31T06:37:26.288Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186950342 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186950349 data=null doit=true} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186950349 data=null} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186950349 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186950349 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186950385 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186950386 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186950387 data=null doit=true} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186950387 data=null} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186950387 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186950387 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186950394 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:26 [2019-07-31T06:37:26.288Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186950395 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186950395 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186950395 data=null} to TreeItem with text {Traces [2]}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186950395 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186950395 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]}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186950415 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:26 [2019-07-31T06:37:26.288Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [1]} time=1186950415 data=null doit=true} to TreeItem with text {z-clashes [1]}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [1]} time=1186950415 data=null} to TreeItem with text {z-clashes [1]}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [1]} time=1186950416 data=null button=1 stateMask=0x0 x=119 y=74 count=1} to TreeItem with text {z-clashes [1]}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186950416 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]}
02:37:26 [2019-07-31T06:37:26.288Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [1]} time=1186950419 data=null button=1 stateMask=0x80000 x=103 y=74 count=1} to TreeItem with text {z-clashes [1]}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950880 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186950880 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186950880 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950881 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186950881 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}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950915 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:26 [2019-07-31T06:37:26.852Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950918 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186950919 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186950919 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950919 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186950919 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}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950923 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950924 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186950924 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186950924 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950928 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186950928 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}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950945 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950945 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186950945 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:26 [2019-07-31T06:37:26.852Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186950945 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}
02:37:27 [2019-07-31T06:37:27.109Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186951016 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:27 [2019-07-31T06:37:27.109Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186951231 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:27 [2019-07-31T06:37:27.109Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186951232 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:27 [2019-07-31T06:37:27.109Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186951232 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:27 [2019-07-31T06:37:27.109Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:37:27 [2019-07-31T06:37:27.109Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:27 [2019-07-31T06:37:27.109Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:28 [2019-07-31T06:37:28.038Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:28 [2019-07-31T06:37:28.038Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:28 [2019-07-31T06:37:28.038Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:28 [2019-07-31T06:37:28.038Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:28 [2019-07-31T06:37:28.038Z] DEBUG - Attempting to set focus on Table with text {}
02:37:28 [2019-07-31T06:37:28.038Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186952258 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:28 [2019-07-31T06:37:28.038Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186952258 data=null doit=true} to TableItem with text {}
02:37:28 [2019-07-31T06:37:28.038Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186952258 data=null} to TableItem with text {}
02:37:28 [2019-07-31T06:37:28.038Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186952259 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:28 [2019-07-31T06:37:28.038Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186952259 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186952310 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186952487 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186952488 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186952488 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186952488 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186952489 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}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186952493 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:28 [2019-07-31T06:37:28.296Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186952506 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186952506 data=null doit=true} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186952506 data=null} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186952506 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186952506 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186952545 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186952546 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186952546 data=null doit=true} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186952546 data=null} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.296Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186952546 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186952546 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186952553 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:28 [2019-07-31T06:37:28.553Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186952558 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186952558 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186952582 data=null} to TreeItem with text {Traces [2]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186952582 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186952582 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]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186952593 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186952594 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186952608 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186952608 data=null} to TreeItem with text {Traces [2]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186952609 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186952609 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]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186952617 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:37:28 [2019-07-31T06:37:28.553Z] DEBUG - Clicking on with mnemonic 'Clear'
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - Clicked on with mnemonic 'Clear'
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - Clicking on &Yes
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186953007 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')
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186953007 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')
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186953008 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186953008 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186953008 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')
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186953008 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')
02:37:28 [2019-07-31T06:37:28.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186953008 data=null item=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')
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186952700 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Clicked on 
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186954057 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186954057 data=null doit=true} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186954057 data=null} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186954057 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186954057 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186954078 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186954079 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186954079 data=null doit=true} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186954079 data=null} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186954086 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186954087 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186954094 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.177Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186954095 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186954095 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186954095 data=null} to TreeItem with text {Traces [2]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186954096 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186954096 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]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186954114 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1186954115 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1186954115 data=null doit=true} to TreeItem with text {Traces [2]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1186954115 data=null} to TreeItem with text {Traces [2]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1186954115 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186954116 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]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1186954129 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Clicking on with mnemonic 'Import...'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Clicked on with mnemonic 'Import...'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186954373 data=null doit=true} to Shell with text {Trace Import}
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:37:30 [2019-07-31T06:37:30.177Z] 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')
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186954410 data=null} to (of type 'Combo')
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:30 [2019-07-31T06:37:30.177Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:37:30 [2019-07-31T06:37:30.434Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:30 [2019-07-31T06:37:30.434Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:30 [2019-07-31T06:37:30.434Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186954452 data=null doit=true} to TreeItem with text {import}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186954452 data=null} to TreeItem with text {import}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186954453 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186954453 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}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186954455 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {import} time=1186954456 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {import}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186954456 data=null doit=true} to TreeItem with text {import}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186954456 data=null} to TreeItem with text {import}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186954456 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186954457 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}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186954457 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186954480 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:'))
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:37:30 [2019-07-31T06:37:30.435Z] 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@3cdc766
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1186954489 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186954490 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1186954490 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1186954490 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1186954490 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1186954490 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1186954490 data=null item=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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1186954490 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186954490 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1186954490 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1186954490 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1186954490 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:37:30 [2019-07-31T06:37:30.435Z] 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:37:30 [2019-07-31T06:37:30.435Z] 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] 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')
02:37:30 [2019-07-31T06:37:30.435Z] 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.
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Clicking on &Finish
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186954503 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186954503 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186954504 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186954504 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186954504 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')
02:37:30 [2019-07-31T06:37:30.435Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186954504 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')
02:37:30 [2019-07-31T06:37:30.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186954504 data=null item=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')
02:37:30 [2019-07-31T06:37:30.692Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186954175 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Clicked on 
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186954992 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186954992 data=null doit=true} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186954992 data=null} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186954992 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186954992 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186955013 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186955014 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186955014 data=null doit=true} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186955014 data=null} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186955014 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186955014 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186955030 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:30 [2019-07-31T06:37:30.948Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186955031 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186955031 data=null doit=true} to TreeItem with text {Traces [1]}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186955036 data=null} to TreeItem with text {Traces [1]}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186955037 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186955037 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]}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186955045 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186955046 data=null doit=true} to TreeItem with text {Traces [1]}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186955046 data=null} to TreeItem with text {Traces [1]}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186955046 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186955046 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]}
02:37:30 [2019-07-31T06:37:30.948Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186955078 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]}
02:37:31 [2019-07-31T06:37:31.204Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:31 [2019-07-31T06:37:31.204Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:31 [2019-07-31T06:37:31.204Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955438 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.204Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186955438 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.204Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186955438 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.204Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955438 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.204Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186955439 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}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955468 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:31 [2019-07-31T06:37:31.460Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955472 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186955472 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186955472 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955473 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186955473 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}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955477 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955477 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186955477 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186955477 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955478 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186955478 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}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955481 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955481 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955482 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.460Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186955482 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}
02:37:31 [2019-07-31T06:37:31.718Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955538 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.718Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186955789 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.718Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186955789 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.718Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186955790 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.718Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:37:31 [2019-07-31T06:37:31.718Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Attempting to set focus on Table with text {}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186956812 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186956812 data=null doit=true} to TableItem with text {}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186956812 data=null} to TableItem with text {}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186956813 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186956813 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186956817 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186956997 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186956997 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186956998 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186956998 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186956998 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}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186957003 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:32 [2019-07-31T06:37:32.802Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:32 [2019-07-31T06:37:32.802Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:33 [2019-07-31T06:37:33.058Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:33 [2019-07-31T06:37:33.058Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:33 [2019-07-31T06:37:33.058Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:33 [2019-07-31T06:37:33.058Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:33 [2019-07-31T06:37:33.058Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:33 [2019-07-31T06:37:33.058Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1186957117 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1186957117 data=null doit=true} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1186957117 data=null} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1186957118 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186957118 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}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1186957145 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1186957146 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1186957146 data=null doit=true} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1186957146 data=null} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1186957146 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186957147 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}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1186957159 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1186957159 data=null doit=true} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1186957159 data=null} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1186957159 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186957159 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}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1186957163 data=null button=1 stateMask=0x80000 x=48 y=95 count=1} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186957163 data=null button=0 stateMask=0x0 x=75 y=137 count=0} to TreeItem with text {Traces [0]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186957164 data=null doit=true} to TreeItem with text {Traces [0]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186957164 data=null} to TreeItem with text {Traces [0]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186957164 data=null button=1 stateMask=0x0 x=75 y=137 count=1} to TreeItem with text {Traces [0]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186957164 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]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186957188 data=null button=1 stateMask=0x80000 x=91 y=137 count=1} to TreeItem with text {Traces [0]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186957189 data=null button=0 stateMask=0x0 x=91 y=137 count=0} to TreeItem with text {Traces [0]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186957189 data=null doit=true} to TreeItem with text {Traces [0]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186957189 data=null} to TreeItem with text {Traces [0]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186957190 data=null button=1 stateMask=0x0 x=91 y=137 count=1} to TreeItem with text {Traces [0]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186957190 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]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186957194 data=null button=1 stateMask=0x80000 x=91 y=137 count=1} to TreeItem with text {Traces [0]}
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:37:33 [2019-07-31T06:37:33.059Z] DEBUG - Clicking on with mnemonic 'Import...'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - Clicked on with mnemonic 'Import...'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186957494 data=null doit=true} to Shell with text {Trace Import}
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:37:33 [2019-07-31T06:37:33.316Z] 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')
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1186957539 data=null} to (of type 'Combo')
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:33 [2019-07-31T06:37:33.316Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1186957570 data=null doit=true} to TreeItem with text {import}
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1186957570 data=null} to TreeItem with text {import}
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1186957570 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186957570 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}
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1186957572 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186957573 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186957573 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186957573 data=null} to Tree node with text: kernel-overlap-testing
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186957573 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186957574 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
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186957582 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186957590 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:'))
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:37:33 [2019-07-31T06:37:33.574Z] 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')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK') already selected, not selecting again.
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:37:33 [2019-07-31T06:37:33.574Z] 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')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:37:33 [2019-07-31T06:37:33.574Z] 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')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] 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')
02:37:33 [2019-07-31T06:37:33.574Z] 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.
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Clicking on &Finish
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186957615 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')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186957615 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')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186957615 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186957615 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186957615 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')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186957615 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')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186957615 data=null item=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')
02:37:33 [2019-07-31T06:37:33.574Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186957232 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Clicked on 
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1186957871 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1186957871 data=null doit=true} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1186957871 data=null} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1186957872 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186957872 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}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1186957907 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1186957908 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1186957908 data=null doit=true} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1186957908 data=null} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1186957909 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186957909 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}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1186957938 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing}
02:37:33 [2019-07-31T06:37:33.831Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1186957939 data=null button=0 stateMask=0x0 x=91 y=137 count=0} to TreeItem with text {Traces [1]}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186957939 data=null doit=true} to TreeItem with text {Traces [1]}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186957940 data=null} to TreeItem with text {Traces [1]}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186957940 data=null button=1 stateMask=0x0 x=91 y=137 count=1} to TreeItem with text {Traces [1]}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186957940 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]}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186957986 data=null button=1 stateMask=0x80000 x=91 y=137 count=1} to TreeItem with text {Traces [1]}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1186957987 data=null doit=true} to TreeItem with text {Traces [1]}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1186957987 data=null} to TreeItem with text {Traces [1]}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186957987 data=null button=1 stateMask=0x0 x=91 y=137 count=1} to TreeItem with text {Traces [1]}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186957987 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]}
02:37:33 [2019-07-31T06:37:33.831Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186957991 data=null button=1 stateMask=0x80000 x=75 y=137 count=1} to TreeItem with text {Traces [1]}
02:37:34 [2019-07-31T06:37:34.087Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:34 [2019-07-31T06:37:34.087Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958353 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186958353 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186958353 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958353 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186958354 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}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958400 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:34 [2019-07-31T06:37:34.344Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958404 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186958404 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186958404 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958404 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186958405 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}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958409 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958410 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186958410 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186958410 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958410 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186958411 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}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958414 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958420 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958420 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.344Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186958420 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}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186958486 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186959010 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186959092 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186959093 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Attempting to set focus on Table with text {}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186959095 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186959096 data=null doit=true} to TableItem with text {}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186959096 data=null} to TableItem with text {}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186959096 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186959096 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186959101 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:34 [2019-07-31T06:37:34.906Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186960278 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186960279 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186960279 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186960279 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186960279 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}
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186960284 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=1186960287 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=1186960287 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=1186960287 data=null doit=true} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=1186960288 data=null} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186960288 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186960288 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')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186960331 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=1186960332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=1186960332 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=1186960332 data=null doit=true} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=1186960332 data=null} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1186960333 data=null button=1 stateMask=0x40000 x=91 y=137 count=1} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186960333 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')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1186960354 data=null button=1 stateMask=0xc0000 x=91 y=137 count=1} to (of type 'Tree')
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:37:36 [2019-07-31T06:37:36.276Z] DEBUG - Clicking on with mnemonic 'Clear'
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - Clicked on with mnemonic 'Clear'
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - Clicking on &Yes
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186960585 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')
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186960585 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')
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186960585 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186960585 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186960586 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')
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186960586 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')
02:37:36 [2019-07-31T06:37:36.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186960586 data=null item=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')
02:37:37 [2019-07-31T06:37:37.094Z] DEBUG - Clicked on 
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186960396 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1186961427 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1186961432 data=null button=0 stateMask=0x0 x=64 y=74 count=0} to TreeItem with text {Tracing}
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1186961432 data=null doit=true} to TreeItem with text {Tracing}
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1186961433 data=null} to TreeItem with text {Tracing}
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1186961433 data=null button=1 stateMask=0x0 x=64 y=74 count=1} to TreeItem with text {Tracing}
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186961433 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}
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1186961463 data=null button=1 stateMask=0x80000 x=64 y=74 count=1} to TreeItem with text {Tracing}
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:37:37 [2019-07-31T06:37:37.351Z] DEBUG - Clicking on with mnemonic 'Delete'
02:37:37 [2019-07-31T06:37:37.607Z] DEBUG - Clicked on with mnemonic 'Delete'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962397 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962397 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962398 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962398 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962398 data=null 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')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962398 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962398 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1186962398 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Clicking on OK
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1186962399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1186962399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1186962400 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1186962400 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1186962400 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1186962400 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.173Z] DEBUG - Clicked on OK
02:37:38 [2019-07-31T06:37:38.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1186962400 data=null item=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')
02:37:38 [2019-07-31T06:37:38.429Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1186961527 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:37:38 [2019-07-31T06:37:38.686Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:38 [2019-07-31T06:37:38.686Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:38 [2019-07-31T06:37:38.686Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:38 [2019-07-31T06:37:38.686Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:38 [2019-07-31T06:37:38.686Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:38 [2019-07-31T06:37:38.686Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:38 [2019-07-31T06:37:38.686Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186962911 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.686Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186962911 data=null doit=true} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.686Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186962911 data=null} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186962912 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.686Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186962912 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186962943 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186962944 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186962944 data=null doit=true} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186962944 data=null} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186962945 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186962945 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186962955 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:38 [2019-07-31T06:37:38.942Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186962956 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186962956 data=null doit=true} to TreeItem with text {Traces [0]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186962956 data=null} to TreeItem with text {Traces [0]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186962957 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186962957 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]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186962965 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186962966 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186962966 data=null doit=true} to TreeItem with text {Traces [0]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186962966 data=null} to TreeItem with text {Traces [0]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186962976 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186962976 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]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186962980 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Clicking on with mnemonic 'Clear'
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Clicked on with mnemonic 'Clear'
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186963134 data=null doit=true} to Shell with text {Confirm Clear}
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Clicking on &Yes
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186963136 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')
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186963137 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')
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186963137 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186963137 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186963137 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')
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186963137 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')
02:37:38 [2019-07-31T06:37:38.942Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186963137 data=null item=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')
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186963019 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Clicked on 
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186963286 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186963286 data=null doit=true} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186963286 data=null} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186963287 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186963293 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186963318 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186963319 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186963319 data=null doit=true} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186963319 data=null} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186963320 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186963320 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186963332 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:39 [2019-07-31T06:37:39.198Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186963333 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186963333 data=null doit=true} to TreeItem with text {Traces [0]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186963333 data=null} to TreeItem with text {Traces [0]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186963333 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186963334 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]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186963354 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186963354 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186963354 data=null doit=true} to TreeItem with text {Traces [0]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186963355 data=null} to TreeItem with text {Traces [0]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186963355 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186963355 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]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186963366 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:37:39 [2019-07-31T06:37:39.198Z] DEBUG - Clicking on with mnemonic 'Import...'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Clicked on with mnemonic 'Import...'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186963609 data=null doit=true} to Shell with text {Trace Import}
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select roo&t directory:} time=1186963635 data=null doit=true} to Button with text {Select roo&t directory:}
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select roo&t directory:} time=1186963636 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:}
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select &archive file:} time=1186963637 data=null doit=true} to (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select &archive file:} time=1186963652 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')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select &archive file:} time=1186963653 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')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select &archive file:} time=1186963653 data=null item=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')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip} time=1186963664 data=null} to (of type 'Combo')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:39 [2019-07-31T06:37:39.455Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:37:39 [2019-07-31T06:37:39.711Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:39 [2019-07-31T06:37:39.711Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:39 [2019-07-31T06:37:39.711Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:39 [2019-07-31T06:37:39.711Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {/} time=1186963758 data=null button=0 stateMask=0x0 x=64 y=11 count=0} to TreeItem with text {/}
02:37:39 [2019-07-31T06:37:39.711Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=1186963758 data=null doit=true} to TreeItem with text {/}
02:37:39 [2019-07-31T06:37:39.711Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=1186963758 data=null} to TreeItem with text {/}
02:37:39 [2019-07-31T06:37:39.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=1186963758 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/}
02:37:39 [2019-07-31T06:37:39.711Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186963758 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {/}
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=1186963759 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/}
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Setting state to checked on: /
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186963776 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:'))
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:37:39 [2019-07-31T06:37:39.712Z] 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@7ca0d96e
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1186963781 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186963781 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1186963781 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1186963782 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1186963782 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1186963782 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1186963782 data=null item=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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1186963782 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186963782 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1186963782 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1186963782 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1186963782 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:37:39 [2019-07-31T06:37:39.712Z] 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:37:39 [2019-07-31T06:37:39.712Z] 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] 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')
02:37:39 [2019-07-31T06:37:39.712Z] 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.
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Clicking on &Finish
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186963799 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186963799 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186963799 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186963799 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186963799 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')
02:37:39 [2019-07-31T06:37:39.712Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186963799 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')
02:37:39 [2019-07-31T06:37:39.968Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:39 [2019-07-31T06:37:39.968Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:39 [2019-07-31T06:37:39.968Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:39 [2019-07-31T06:37:39.968Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:39 [2019-07-31T06:37:39.968Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:37:39 [2019-07-31T06:37:39.968Z] DEBUG - Clicked on &Finish
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186963800 data=null item=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')
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186963406 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186964644 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186964644 data=null doit=true} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186964644 data=null} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186964644 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186964644 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186964665 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186964666 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186964666 data=null doit=true} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186964666 data=null} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186964674 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186964674 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186964694 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:40 [2019-07-31T06:37:40.532Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186964695 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186964695 data=null doit=true} to TreeItem with text {Traces [12]}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186964695 data=null} to TreeItem with text {Traces [12]}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186964696 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186964696 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]}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186964726 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186964727 data=null doit=true} to TreeItem with text {Traces [12]}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186964727 data=null} to TreeItem with text {Traces [12]}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186964727 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186964727 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]}
02:37:40 [2019-07-31T06:37:40.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186964733 data=null button=1 stateMask=0x80000 x=79 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965194 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186965195 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186965195 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965195 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186965195 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}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965227 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:41 [2019-07-31T06:37:41.094Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965231 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186965231 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186965231 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965232 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186965232 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}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965237 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965238 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186965238 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186965238 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965239 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186965239 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}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965243 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965247 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965247 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.094Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186965247 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}
02:37:41 [2019-07-31T06:37:41.350Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965308 data=null button=1 stateMask=0x80000 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.350Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186965540 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.350Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186965540 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.350Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186965540 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.350Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:37:41 [2019-07-31T06:37:41.350Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Attempting to set focus on Table with text {}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186966544 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186966544 data=null doit=true} to TableItem with text {}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186966544 data=null} to TableItem with text {}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186966544 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186966545 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186966590 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186966780 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186966780 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186966780 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186966781 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186966781 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}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186966785 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:42 [2019-07-31T06:37:42.717Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186966806 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186966806 data=null doit=true} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186966806 data=null} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.717Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186966806 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186966806 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186966840 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186966841 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186966841 data=null doit=true} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186966841 data=null} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186966841 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186966841 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186966852 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:42 [2019-07-31T06:37:42.718Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186966853 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186966854 data=null doit=true} to TreeItem with text {Traces [12]}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186966854 data=null} to TreeItem with text {Traces [12]}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186966854 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186966854 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]}
02:37:42 [2019-07-31T06:37:42.718Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186966863 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:42 [2019-07-31T06:37:42.718Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967327 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186967328 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186967328 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967329 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186967329 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}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967363 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:43 [2019-07-31T06:37:43.228Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967367 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186967367 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186967367 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967367 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186967367 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}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967372 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967372 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186967372 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186967372 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967373 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186967373 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}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967376 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967376 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967377 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.228Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186967377 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}
02:37:43 [2019-07-31T06:37:43.484Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967443 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.484Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186967729 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.484Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186967729 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.484Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186967730 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.484Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:37:43 [2019-07-31T06:37:43.484Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:43 [2019-07-31T06:37:43.484Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Attempting to set focus on Table with text {}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186968733 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186968733 data=null doit=true} to TableItem with text {}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186968733 data=null} to TableItem with text {}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186968733 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186968734 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186968739 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186968924 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186968924 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186968924 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186968924 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186968925 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}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186968929 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:44 [2019-07-31T06:37:44.853Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186968955 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186968955 data=null doit=true} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186968955 data=null} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186968955 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186968956 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186969015 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186969016 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186969016 data=null doit=true} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186969016 data=null} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186969017 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186969017 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186969029 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:44 [2019-07-31T06:37:44.853Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186969030 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186969030 data=null doit=true} to TreeItem with text {Traces [12]}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186969030 data=null} to TreeItem with text {Traces [12]}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186969030 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186969031 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]}
02:37:44 [2019-07-31T06:37:44.853Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186969040 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:44 [2019-07-31T06:37:44.853Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969519 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186969519 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186969520 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969520 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186969520 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}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969591 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:45 [2019-07-31T06:37:45.416Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969595 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186969595 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186969595 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969595 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186969595 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}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969600 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969600 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186969600 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186969601 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969601 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186969601 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}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969605 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969605 data=null button=1 stateMask=0x0 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.416Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969605 data=null button=1 stateMask=0x0 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:45 [2019-07-31T06:37:45.673Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186969605 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}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186969710 data=null button=1 stateMask=0x80000 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186970208 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186970292 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186970293 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Attempting to set focus on Table with text {}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186970296 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186970296 data=null doit=true} to TableItem with text {}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186970296 data=null} to TableItem with text {}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186970296 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186970297 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186970302 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:46 [2019-07-31T06:37:46.236Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186971383 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186971383 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186971383 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186971383 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186971384 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}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186971388 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:47 [2019-07-31T06:37:47.165Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186971393 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186971393 data=null doit=true} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186971394 data=null} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186971394 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.165Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186971394 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186971427 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186971427 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186971427 data=null doit=true} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186971427 data=null} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186971428 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186971428 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186971434 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:47 [2019-07-31T06:37:47.422Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186971434 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186971438 data=null doit=true} to TreeItem with text {Traces [12]}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186971438 data=null} to TreeItem with text {Traces [12]}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186971439 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186971439 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]}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186971448 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:47 [2019-07-31T06:37:47.422Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186971580 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186971580 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186971580 data=null} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186971580 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186971580 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}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186971613 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:47 [2019-07-31T06:37:47.422Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186971620 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186971620 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186971620 data=null} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186971620 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.422Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186971620 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}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186971630 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186971690 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186971690 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186971690 data=null} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186971691 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186971691 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}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186971698 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186971698 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1186971699 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.679Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186971699 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}
02:37:47 [2019-07-31T06:37:47.935Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186971923 data=null button=1 stateMask=0x80000 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.935Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1186972170 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.935Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1186972170 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.935Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1186972171 data=null} to TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.935Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:37:47 [2019-07-31T06:37:47.935Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:47 [2019-07-31T06:37:47.935Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:47 [2019-07-31T06:37:47.935Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:47 [2019-07-31T06:37:47.935Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - Attempting to set focus on Table with text {}
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186972674 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186972674 data=null doit=true} to TableItem with text {}
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186972674 data=null} to TableItem with text {}
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186972675 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186972675 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186972680 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:48 [2019-07-31T06:37:48.499Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:49 [2019-07-31T06:37:49.063Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:49 [2019-07-31T06:37:49.063Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186973386 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186973386 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186973386 data=null} to TreeItem with text {simple_server-thread1}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186973387 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186973387 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}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186973391 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:49 [2019-07-31T06:37:49.319Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186973398 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186973406 data=null doit=true} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186973406 data=null} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186973406 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186973406 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186973499 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186973501 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186973501 data=null doit=true} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186973501 data=null} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186973501 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186973502 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186973515 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:49 [2019-07-31T06:37:49.319Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186973516 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186973516 data=null doit=true} to TreeItem with text {Traces [12]}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186973516 data=null} to TreeItem with text {Traces [12]}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186973516 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186973517 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]}
02:37:49 [2019-07-31T06:37:49.319Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186973537 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:49 [2019-07-31T06:37:49.319Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186973607 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186973607 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186973607 data=null} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186973652 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186973653 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}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186973696 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:49 [2019-07-31T06:37:49.575Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186973700 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186973700 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186973700 data=null} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186973701 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186973701 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}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186973705 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186973706 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186973706 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186973707 data=null} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186973707 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186973707 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}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186973717 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186973718 data=null button=1 stateMask=0x0 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1186973718 data=null button=1 stateMask=0x0 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:37:49 [2019-07-31T06:37:49.575Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186973718 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}
02:37:50 [2019-07-31T06:37:50.139Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186973853 data=null button=1 stateMask=0x80000 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:37:50 [2019-07-31T06:37:50.139Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1186974102 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:37:50 [2019-07-31T06:37:50.139Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1186974103 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:37:50 [2019-07-31T06:37:50.139Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1186974103 data=null} to TreeItem with text {simple_server-thread2}
02:37:50 [2019-07-31T06:37:50.139Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:37:50 [2019-07-31T06:37:50.139Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:50 [2019-07-31T06:37:50.139Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:50 [2019-07-31T06:37:50.139Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:50 [2019-07-31T06:37:50.139Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:50 [2019-07-31T06:37:50.139Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - Attempting to set focus on Table with text {}
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186974606 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186974606 data=null doit=true} to TableItem with text {}
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186974607 data=null} to TableItem with text {}
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186974607 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186974607 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186974625 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:50 [2019-07-31T06:37:50.396Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186975312 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186975312 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186975312 data=null} to TreeItem with text {simple_server-thread2}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186975313 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186975313 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}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186975319 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:51 [2019-07-31T06:37:51.327Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186975333 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186975333 data=null doit=true} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186975333 data=null} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186975334 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186975334 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186975403 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186975414 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186975414 data=null doit=true} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186975414 data=null} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186975415 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186975415 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186975428 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:51 [2019-07-31T06:37:51.327Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186975429 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186975429 data=null doit=true} to TreeItem with text {Traces [12]}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186975429 data=null} to TreeItem with text {Traces [12]}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186975430 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186975430 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]}
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186975452 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:51 [2019-07-31T06:37:51.327Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:51 [2019-07-31T06:37:51.327Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:51 [2019-07-31T06:37:51.583Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975581 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186975581 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186975581 data=null} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975582 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186975582 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}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975650 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:51 [2019-07-31T06:37:51.584Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975653 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186975654 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186975654 data=null} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975654 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186975654 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}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975664 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975665 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186975665 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186975665 data=null} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975666 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186975666 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}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975669 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975670 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975670 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:37:51 [2019-07-31T06:37:51.584Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186975670 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}
02:37:51 [2019-07-31T06:37:51.840Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186975743 data=null button=1 stateMask=0x80000 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=1186976102 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=1186976151 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=1186976151 data=null} to TreeItem with text {ust-overlap-testing}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - Attempting to set focus on Table with text {}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186976155 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186976164 data=null doit=true} to TableItem with text {}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186976164 data=null} to TableItem with text {}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186976165 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186976165 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186976170 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:52 [2019-07-31T06:37:52.096Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186977255 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186977256 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186977256 data=null} to TreeItem with text {ust-overlap-testing}
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186977256 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186977257 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}
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186977261 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:53 [2019-07-31T06:37:53.026Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186977279 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186977279 data=null doit=true} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.026Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186977279 data=null} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186977280 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186977280 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186977328 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186977329 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186977329 data=null doit=true} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186977329 data=null} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186977330 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186977330 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186977354 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:53 [2019-07-31T06:37:53.284Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186977355 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186977355 data=null doit=true} to TreeItem with text {Traces [12]}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186977355 data=null} to TreeItem with text {Traces [12]}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186977356 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186977356 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]}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186977379 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:53 [2019-07-31T06:37:53.284Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [6]} time=1186977400 data=null doit=true} to TreeItem with text {z-clashes [6]}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [6]} time=1186977400 data=null} to TreeItem with text {z-clashes [6]}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [6]} time=1186977402 data=null button=1 stateMask=0x0 x=119 y=74 count=1} to TreeItem with text {z-clashes [6]}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186977403 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]}
02:37:53 [2019-07-31T06:37:53.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [6]} time=1186977409 data=null button=1 stateMask=0x80000 x=103 y=74 count=1} to TreeItem with text {z-clashes [6]}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977692 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186977693 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186977693 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977694 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186977694 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}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977737 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:53 [2019-07-31T06:37:53.540Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977742 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186977742 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186977742 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977742 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186977742 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}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977748 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977749 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186977749 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186977749 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977750 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186977759 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}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977765 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977766 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.540Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977766 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:53 [2019-07-31T06:37:53.797Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186977766 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}
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186977854 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186978114 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186978115 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186978115 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:54 [2019-07-31T06:37:54.056Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Attempting to set focus on Table with text {}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186979145 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186979145 data=null doit=true} to TableItem with text {}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186979145 data=null} to TableItem with text {}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186979145 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186979146 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186979151 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186979374 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186979374 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186979374 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186979375 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186979375 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}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186979380 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:55 [2019-07-31T06:37:55.292Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186979386 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186979386 data=null doit=true} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186979391 data=null} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186979391 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186979391 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186979426 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186979427 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186979427 data=null doit=true} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186979428 data=null} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186979428 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186979428 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186979434 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:55 [2019-07-31T06:37:55.292Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186979435 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186979436 data=null doit=true} to TreeItem with text {Traces [12]}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186979436 data=null} to TreeItem with text {Traces [12]}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186979436 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186979436 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]}
02:37:55 [2019-07-31T06:37:55.292Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186979457 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:55 [2019-07-31T06:37:55.292Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:37:55 [2019-07-31T06:37:55.292Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again.
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186979940 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186979940 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186979941 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186979941 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186979941 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}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186979975 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:55 [2019-07-31T06:37:55.855Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186979978 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186979978 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186979979 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186979979 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186979979 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}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186979983 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186979984 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186979984 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186979984 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186979985 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186979985 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}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186979988 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186979988 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186979989 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:37:55 [2019-07-31T06:37:55.855Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186979989 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}
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186980063 data=null button=1 stateMask=0x80000 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186980315 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186980315 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186980315 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:56 [2019-07-31T06:37:56.112Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Attempting to set focus on Table with text {}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186981319 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186981319 data=null doit=true} to TableItem with text {}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186981319 data=null} to TableItem with text {}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186981319 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186981320 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186981326 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186981520 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1186981520 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1186981520 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186981521 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186981521 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}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1186981526 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:57 [2019-07-31T06:37:57.481Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186981532 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186981532 data=null doit=true} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186981532 data=null} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186981532 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186981533 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186981597 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186981598 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186981598 data=null doit=true} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186981598 data=null} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186981598 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186981598 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186981604 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:57 [2019-07-31T06:37:57.481Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186981605 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186981605 data=null doit=true} to TreeItem with text {Traces [12]}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186981605 data=null} to TreeItem with text {Traces [12]}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186981605 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186981605 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]}
02:37:57 [2019-07-31T06:37:57.481Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186981627 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:57 [2019-07-31T06:37:57.481Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:37:57 [2019-07-31T06:37:57.481Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again.
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982095 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186982095 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186982095 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982096 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186982096 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}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982133 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:58 [2019-07-31T06:37:58.044Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982137 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186982137 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186982137 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982137 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186982137 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}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982142 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982143 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186982143 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186982143 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982143 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186982143 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}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982147 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982148 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982148 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.044Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186982148 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}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982224 data=null button=1 stateMask=0x80000 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186982727 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186982793 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186982793 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Attempting to set focus on Table with text {}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186982798 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186982798 data=null doit=true} to TableItem with text {}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186982798 data=null} to TableItem with text {}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186982798 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186982799 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186982849 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:37:58 [2019-07-31T06:37:58.608Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:37:59 [2019-07-31T06:37:59.537Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:37:59 [2019-07-31T06:37:59.537Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186983846 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1186983846 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1186983847 data=null} to TreeItem with text {kernel-overlap-testing}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186983847 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186983847 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}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1186983852 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:59 [2019-07-31T06:37:59.794Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186983859 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186983859 data=null doit=true} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186983859 data=null} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186983859 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186983860 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186983907 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186983909 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186983909 data=null doit=true} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186983909 data=null} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186983909 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186983910 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186983919 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:37:59 [2019-07-31T06:37:59.794Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Attempting to set focus on Tree with text {}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186983920 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186983920 data=null doit=true} to TreeItem with text {Traces [12]}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186983920 data=null} to TreeItem with text {Traces [12]}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186983921 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186983921 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]}
02:37:59 [2019-07-31T06:37:59.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186983941 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:37:59 [2019-07-31T06:37:59.794Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:37:59 [2019-07-31T06:37:59.794Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again.
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186984120 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186984121 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186984121 data=null} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186984121 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186984121 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}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186984154 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:00 [2019-07-31T06:38:00.051Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186984158 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186984158 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186984158 data=null} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186984159 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186984159 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}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186984163 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186984164 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186984164 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186984164 data=null} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186984164 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186984164 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}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186984168 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186984168 data=null button=1 stateMask=0x0 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1186984168 data=null button=1 stateMask=0x0 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.051Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186984168 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}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186984259 data=null button=1 stateMask=0x80000 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1186984639 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1186984687 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1186984687 data=null} to TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Attempting to set focus on Table with text {}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186984693 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186984693 data=null doit=true} to TableItem with text {}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186984693 data=null} to TableItem with text {}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186984693 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186984694 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186984702 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:00 [2019-07-31T06:38:00.615Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:01 [2019-07-31T06:38:01.543Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:01 [2019-07-31T06:38:01.543Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1186985803 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1186985803 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1186985803 data=null} to TreeItem with text {simple_server-thread1}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1186985804 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186985804 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}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1186985810 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:01 [2019-07-31T06:38:01.800Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186985825 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186985825 data=null doit=true} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186985825 data=null} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186985826 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186985826 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186985905 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186985906 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186985907 data=null doit=true} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186985907 data=null} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186985907 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186985907 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186985922 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:01 [2019-07-31T06:38:01.800Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186985924 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186985924 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186985924 data=null} to TreeItem with text {Traces [12]}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186985924 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186985924 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]}
02:38:01 [2019-07-31T06:38:01.800Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186985991 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:01 [2019-07-31T06:38:01.800Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:01 [2019-07-31T06:38:01.800Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again.
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186986178 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186986179 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186986179 data=null} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186986179 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186986180 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}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186986225 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:02 [2019-07-31T06:38:02.057Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186986229 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186986229 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186986229 data=null} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186986229 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186986230 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}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186986235 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186986236 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186986236 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186986236 data=null} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186986236 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186986237 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}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186986247 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186986248 data=null button=1 stateMask=0x0 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.057Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1186986248 data=null button=1 stateMask=0x0 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.314Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186986248 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}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186986397 data=null button=1 stateMask=0x80000 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1186986794 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1186986794 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1186986794 data=null} to TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Attempting to set focus on Table with text {}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186986799 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186986800 data=null doit=true} to TableItem with text {}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186986800 data=null} to TableItem with text {}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186986800 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186986800 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186986807 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:02 [2019-07-31T06:38:02.571Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1186987903 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1186987903 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1186987903 data=null} to TreeItem with text {simple_server-thread2}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1186987904 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186987904 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}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1186987909 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:03 [2019-07-31T06:38:03.940Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186987922 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186987922 data=null doit=true} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186987922 data=null} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186987922 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186987922 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186987966 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186987967 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186987967 data=null doit=true} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186987968 data=null} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186987968 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186987968 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186987980 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:03 [2019-07-31T06:38:03.940Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186987981 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186987981 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186987981 data=null} to TreeItem with text {Traces [12]}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186987981 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186987982 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]}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186988004 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:03 [2019-07-31T06:38:03.940Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:03 [2019-07-31T06:38:03.940Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again.
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988121 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186988121 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186988121 data=null} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988122 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186988122 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}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988171 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:03 [2019-07-31T06:38:03.940Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988175 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186988175 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186988175 data=null} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988175 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186988176 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}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988180 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988181 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186988181 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186988181 data=null} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988181 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186988182 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}
02:38:03 [2019-07-31T06:38:03.940Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988193 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:38:04 [2019-07-31T06:38:04.197Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988193 data=null button=1 stateMask=0x0 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:38:04 [2019-07-31T06:38:04.197Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988193 data=null button=1 stateMask=0x0 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:38:04 [2019-07-31T06:38:04.197Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186988193 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}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988331 data=null button=1 stateMask=0x80000 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=1186988792 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=1186988794 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=1186988795 data=null} to TreeItem with text {ust-overlap-testing}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Attempting to set focus on Table with text {}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186988800 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186988800 data=null doit=true} to TableItem with text {}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186988801 data=null} to TableItem with text {}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186988801 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186988801 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186988808 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:04 [2019-07-31T06:38:04.760Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1186990298 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1186990298 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1186990298 data=null} to TreeItem with text {ust-overlap-testing}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1186990299 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186990299 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}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1186990303 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:06 [2019-07-31T06:38:06.340Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186990309 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186990309 data=null doit=true} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186990309 data=null} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186990309 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186990310 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186990347 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186990347 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186990348 data=null doit=true} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186990348 data=null} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186990348 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186990348 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186990354 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186990359 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186990360 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186990360 data=null} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186990360 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186990360 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]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186990370 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186990387 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186990391 data=null doit=true} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186990391 data=null} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186990392 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186990392 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186990416 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186990416 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186990417 data=null doit=true} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186990417 data=null} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186990417 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186990417 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186990428 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:06 [2019-07-31T06:38:06.340Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186990428 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186990429 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186990429 data=null} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186990429 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186990429 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]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186990438 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186990439 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186990439 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186990439 data=null} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186990439 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186990451 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]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186990455 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:38:06 [2019-07-31T06:38:06.340Z] DEBUG - Clicking on with mnemonic 'Clear'
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - Clicked on with mnemonic 'Clear'
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1186990742 data=null doit=true} to Shell with text {Confirm Clear}
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - Clicking on &Yes
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1186990743 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')
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1186990743 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')
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1186990743 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1186990743 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1186990743 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')
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1186990743 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')
02:38:06 [2019-07-31T06:38:06.597Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1186990743 data=null item=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')
02:38:10 [2019-07-31T06:38:10.770Z] DEBUG - Clicked on 
02:38:11 [2019-07-31T06:38:11.334Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1186990502 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186995743 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186995743 data=null doit=true} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186995743 data=null} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186995744 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186995744 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186995768 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186995769 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186995769 data=null doit=true} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186995769 data=null} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186995770 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186995770 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186995780 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:11 [2019-07-31T06:38:11.591Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186995781 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186995781 data=null doit=true} to TreeItem with text {Traces [0]}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186995781 data=null} to TreeItem with text {Traces [0]}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186995782 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186995782 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]}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186995792 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1186995804 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1186995804 data=null doit=true} to TreeItem with text {Traces [0]}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1186995804 data=null} to TreeItem with text {Traces [0]}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1186995804 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186995805 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]}
02:38:11 [2019-07-31T06:38:11.591Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1186995813 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:38:11 [2019-07-31T06:38:11.848Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:38:11 [2019-07-31T06:38:11.848Z] DEBUG - Clicking on with mnemonic 'Import...'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Clicked on with mnemonic 'Import...'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1186996152 data=null doit=true} to Shell with text {Trace Import}
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip} time=1186996161 data=null} to (of type 'Combo')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {/} time=1186996207 data=null button=0 stateMask=0x0 x=64 y=11 count=0} to TreeItem with text {/}
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=1186996207 data=null doit=true} to TreeItem with text {/}
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=1186996207 data=null} to TreeItem with text {/}
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=1186996208 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/}
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186996208 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {/}
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=1186996209 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/}
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Setting state to checked on: /
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1186996217 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:'))
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:38:12 [2019-07-31T06:38:12.106Z] 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@5dd9bcba
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1186996230 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186996231 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1186996231 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1186996231 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1186996231 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1186996232 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1186996232 data=null item=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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1186996232 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1186996232 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1186996232 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1186996232 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1186996232 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:38:12 [2019-07-31T06:38:12.106Z] 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:38:12 [2019-07-31T06:38:12.106Z] 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] 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')
02:38:12 [2019-07-31T06:38:12.106Z] 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.
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Clicking on &Finish
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1186996252 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1186996252 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1186996252 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1186996252 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1186996253 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')
02:38:12 [2019-07-31T06:38:12.106Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1186996253 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')
02:38:12 [2019-07-31T06:38:12.362Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:12 [2019-07-31T06:38:12.362Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:12 [2019-07-31T06:38:12.362Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:12 [2019-07-31T06:38:12.362Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:12 [2019-07-31T06:38:12.362Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:12 [2019-07-31T06:38:12.362Z] DEBUG - Clicked on &Finish
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1186996931 data=null doit=true} to Shell with text {Confirmation}
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - matched Button with text "Rename All", using matcher: with mnemonic 'Rename All'
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - matched Button with text "Rename All", using matcher: with style 'SWT.PUSH'
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - matched Button with text "Rename All", using matcher: (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - Clicking on Rename All
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename All} time=1186996932 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')
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename All} time=1186996932 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')
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename All} time=1186996932 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename All} time=1186996932 data=null} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename All} time=1186996932 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')
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename All} time=1186996932 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')
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename All} time=1186996933 data=null item=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')
02:38:12 [2019-07-31T06:38:12.926Z] DEBUG - Clicked on 
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1186996253 data=null item=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')
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1186995855 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186997623 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186997623 data=null doit=true} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186997624 data=null} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186997624 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186997624 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186997692 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186997693 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186997693 data=null doit=true} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186997693 data=null} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186997694 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186997694 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186997713 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:13 [2019-07-31T06:38:13.489Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186997714 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186997714 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186997714 data=null} to TreeItem with text {Traces [12]}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186997715 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:13 [2019-07-31T06:38:13.489Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186997715 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]}
02:38:13 [2019-07-31T06:38:13.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186997789 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:13 [2019-07-31T06:38:13.746Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186997789 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:13 [2019-07-31T06:38:13.746Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186997789 data=null} to TreeItem with text {Traces [12]}
02:38:13 [2019-07-31T06:38:13.746Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186997790 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:13 [2019-07-31T06:38:13.746Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1186997790 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]}
02:38:13 [2019-07-31T06:38:13.746Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186997799 data=null button=1 stateMask=0x80000 x=79 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998208 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186998208 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186998208 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998209 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186998209 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}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998240 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:14 [2019-07-31T06:38:14.003Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998244 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186998244 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186998244 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998244 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186998244 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}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998249 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998249 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186998249 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186998250 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998250 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186998250 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}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998253 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998253 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.003Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998254 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.261Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1186998254 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}
02:38:14 [2019-07-31T06:38:14.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998323 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.518Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186998689 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.518Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186998690 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.518Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186998691 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.518Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:38:14 [2019-07-31T06:38:14.518Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Attempting to set focus on Table with text {}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1186999694 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1186999694 data=null doit=true} to TableItem with text {}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1186999694 data=null} to TableItem with text {}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1186999695 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1186999695 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1186999712 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186999866 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1186999866 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1186999866 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186999867 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186999867 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}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1186999871 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:15 [2019-07-31T06:38:15.653Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186999877 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186999877 data=null doit=true} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186999877 data=null} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186999883 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.653Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186999884 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186999935 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1186999936 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1186999936 data=null doit=true} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1186999936 data=null} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1186999936 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186999937 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1186999945 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:15 [2019-07-31T06:38:15.909Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1186999946 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1186999946 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1186999981 data=null} to TreeItem with text {Traces [12]}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1186999981 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1186999981 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]}
02:38:15 [2019-07-31T06:38:15.909Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1186999995 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:15 [2019-07-31T06:38:15.909Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000271 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187000271 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187000271 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000271 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187000271 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}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000315 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:16 [2019-07-31T06:38:16.166Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000319 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187000319 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187000319 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000319 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187000319 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}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000324 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000325 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187000325 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187000325 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000325 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187000325 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}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000334 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000334 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.166Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000334 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.423Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187000335 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}
02:38:16 [2019-07-31T06:38:16.680Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000496 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.680Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187000716 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.680Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187000717 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.680Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187000717 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.680Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:38:16 [2019-07-31T06:38:16.680Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:16 [2019-07-31T06:38:16.680Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - Attempting to set focus on Table with text {}
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187001720 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187001720 data=null doit=true} to TableItem with text {}
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187001720 data=null} to TableItem with text {}
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187001721 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187001721 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187001739 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:17 [2019-07-31T06:38:17.612Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187001947 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187001948 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187001948 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187001948 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187001949 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}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187001953 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:17 [2019-07-31T06:38:17.871Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187001981 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187001981 data=null doit=true} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187001981 data=null} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187001981 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187001981 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187002019 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187002021 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187002021 data=null doit=true} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187002021 data=null} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187002021 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187002021 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187002027 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:17 [2019-07-31T06:38:17.871Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187002029 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187002029 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187002029 data=null} to TreeItem with text {Traces [12]}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187002029 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187002029 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]}
02:38:17 [2019-07-31T06:38:17.871Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187002050 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:17 [2019-07-31T06:38:17.871Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002480 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187002480 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187002480 data=null} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002481 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187002535 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}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002584 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:18 [2019-07-31T06:38:18.524Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002588 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187002588 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187002588 data=null} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002588 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187002589 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}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002593 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002594 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187002594 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187002594 data=null} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002594 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187002595 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}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002598 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002598 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.524Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002603 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187002699 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:38:18 [2019-07-31T06:38:18.785Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187002604 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}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187003287 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187003454 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187003454 data=null} to TreeItem with text {kernel-overlap-testing}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - Attempting to set focus on Table with text {}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187003466 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187003501 data=null doit=true} to TableItem with text {}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187003501 data=null} to TableItem with text {}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187003502 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187003502 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187003507 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:19 [2019-07-31T06:38:19.348Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187004806 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187004806 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187004806 data=null} to TreeItem with text {kernel-overlap-testing}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187004807 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187004807 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}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187004812 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:20 [2019-07-31T06:38:20.721Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187004819 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187004819 data=null doit=true} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187004819 data=null} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187004819 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187004824 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187004862 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187004863 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187004863 data=null doit=true} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187004863 data=null} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187004864 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187004864 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187004869 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:20 [2019-07-31T06:38:20.721Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187004870 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187004871 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187004871 data=null} to TreeItem with text {Traces [12]}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187004871 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187004871 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]}
02:38:20 [2019-07-31T06:38:20.721Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187004891 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:20 [2019-07-31T06:38:20.721Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187005384 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187005384 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187005384 data=null} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187005385 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187005385 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}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187005447 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:21 [2019-07-31T06:38:21.284Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187005451 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187005451 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187005451 data=null} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187005451 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187005451 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}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187005456 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187005457 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187005457 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187005457 data=null} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187005458 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187005458 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}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187005462 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187005462 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.284Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1187005462 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1}
02:38:21 [2019-07-31T06:38:21.542Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187005463 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}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187005708 data=null button=1 stateMask=0x80000 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1187006274 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1187006275 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1187006275 data=null} to TreeItem with text {simple_server-thread1}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Attempting to set focus on Table with text {}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187006277 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187006277 data=null doit=true} to TableItem with text {}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187006279 data=null} to TableItem with text {}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187006279 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187006280 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187006285 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:22 [2019-07-31T06:38:22.105Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:23 [2019-07-31T06:38:23.036Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:23 [2019-07-31T06:38:23.036Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187007293 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187007293 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187007293 data=null} to TreeItem with text {simple_server-thread1}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187007294 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187007294 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}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187007300 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:23 [2019-07-31T06:38:23.293Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187007315 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187007315 data=null doit=true} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187007315 data=null} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187007316 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187007316 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187007356 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187007356 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187007357 data=null doit=true} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187007357 data=null} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187007357 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187007357 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187007363 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:23 [2019-07-31T06:38:23.293Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187007364 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187007364 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187007364 data=null} to TreeItem with text {Traces [12]}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187007364 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187007364 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]}
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187007385 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:23 [2019-07-31T06:38:23.293Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:23 [2019-07-31T06:38:23.293Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187007561 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187007561 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187007561 data=null} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187007562 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187007562 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}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187007603 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:23 [2019-07-31T06:38:23.550Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187007606 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187007606 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187007606 data=null} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187007607 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187007607 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}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187007613 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187007613 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187007613 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:23 [2019-07-31T06:38:23.550Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187007614 data=null} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187007614 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.551Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187007614 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}
02:38:23 [2019-07-31T06:38:23.551Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187007618 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.551Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187007618 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.551Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1187007618 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2}
02:38:23 [2019-07-31T06:38:23.551Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187007619 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}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187007757 data=null button=1 stateMask=0x80000 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1187008278 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1187008278 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1187008278 data=null} to TreeItem with text {simple_server-thread2}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Attempting to set focus on Table with text {}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187008285 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187008285 data=null doit=true} to TableItem with text {}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187008286 data=null} to TableItem with text {}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187008286 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187008286 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187008295 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:24 [2019-07-31T06:38:24.114Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:25 [2019-07-31T06:38:25.045Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:25 [2019-07-31T06:38:25.045Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:25 [2019-07-31T06:38:25.045Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187009294 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:38:25 [2019-07-31T06:38:25.045Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187009295 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:38:25 [2019-07-31T06:38:25.045Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187009295 data=null} to TreeItem with text {simple_server-thread2}
02:38:25 [2019-07-31T06:38:25.045Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187009295 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187009295 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}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187009300 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:25 [2019-07-31T06:38:25.302Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187009317 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187009318 data=null doit=true} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187009318 data=null} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187009319 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187009319 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187009361 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187009362 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187009362 data=null doit=true} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187009362 data=null} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187009362 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187009362 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187009389 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:25 [2019-07-31T06:38:25.302Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187009391 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187009391 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187009391 data=null} to TreeItem with text {Traces [12]}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187009392 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187009392 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]}
02:38:25 [2019-07-31T06:38:25.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187009423 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:25 [2019-07-31T06:38:25.302Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:25 [2019-07-31T06:38:25.559Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:25 [2019-07-31T06:38:25.559Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:25 [2019-07-31T06:38:25.559Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187009757 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187009757 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187009758 data=null} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187009809 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187009810 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}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187009866 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:25 [2019-07-31T06:38:25.816Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187009870 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187009870 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187009870 data=null} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187009870 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187009870 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}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187009875 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187009875 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187009876 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187009876 data=null} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187009876 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187009876 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}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187009888 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187009889 data=null button=1 stateMask=0x0 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=1187009889 data=null button=1 stateMask=0x0 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing}
02:38:25 [2019-07-31T06:38:25.816Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187009890 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}
02:38:26 [2019-07-31T06:38:26.744Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187010045 data=null button=1 stateMask=0x80000 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=1187011027 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=1187011027 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=1187011028 data=null} to TreeItem with text {ust-overlap-testing}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - Attempting to set focus on Table with text {}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187011030 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187011038 data=null doit=true} to TableItem with text {}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187011038 data=null} to TableItem with text {}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187011039 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187011039 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187011047 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:27 [2019-07-31T06:38:27.000Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:27 [2019-07-31T06:38:27.257Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:27 [2019-07-31T06:38:27.257Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187011581 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187011582 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187011582 data=null} to TreeItem with text {ust-overlap-testing}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187011582 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187011583 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}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187011587 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:27 [2019-07-31T06:38:27.515Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187011594 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187011594 data=null doit=true} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187011594 data=null} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187011594 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187011595 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187011632 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187011633 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187011633 data=null doit=true} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187011633 data=null} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187011633 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187011633 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187011648 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:27 [2019-07-31T06:38:27.515Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187011674 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187011674 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187011675 data=null} to TreeItem with text {Traces [12]}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187011675 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187011675 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]}
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187011685 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:27 [2019-07-31T06:38:27.515Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:27 [2019-07-31T06:38:27.515Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011818 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011819 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011819 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011819 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187011819 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)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011851 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:27 [2019-07-31T06:38:27.772Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011858 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011858 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011878 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011878 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187011878 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)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011883 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011884 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011884 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011884 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011885 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187011885 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)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011889 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011889 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187011889 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:27 [2019-07-31T06:38:27.772Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187011890 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)}
02:38:28 [2019-07-31T06:38:28.029Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187012002 data=null button=1 stateMask=0x80000 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:28 [2019-07-31T06:38:28.029Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187012070 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:28 [2019-07-31T06:38:28.029Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187012070 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:28 [2019-07-31T06:38:28.029Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187012070 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:28 [2019-07-31T06:38:28.029Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)}
02:38:28 [2019-07-31T06:38:28.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.029Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.591Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.591Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.591Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.591Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.591Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.591Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:28 [2019-07-31T06:38:28.591Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - Attempting to set focus on Table with text {}
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187013575 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187013576 data=null doit=true} to TableItem with text {}
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187013576 data=null} to TableItem with text {}
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187013576 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187013577 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187013605 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:29 [2019-07-31T06:38:29.524Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:29 [2019-07-31T06:38:29.525Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:29 [2019-07-31T06:38:29.525Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:29 [2019-07-31T06:38:29.525Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187013758 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:29 [2019-07-31T06:38:29.525Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187013758 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:29 [2019-07-31T06:38:29.525Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187013758 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:29 [2019-07-31T06:38:29.525Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187013758 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187013759 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)}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187013787 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:30 [2019-07-31T06:38:30.024Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187013793 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187013794 data=null doit=true} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187013794 data=null} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187013794 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187013794 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187013836 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187013837 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187013837 data=null doit=true} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187013837 data=null} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187013837 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187013838 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187013847 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:30 [2019-07-31T06:38:30.024Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187013848 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187013848 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187013848 data=null} to TreeItem with text {Traces [12]}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187013848 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187013849 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]}
02:38:30 [2019-07-31T06:38:30.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187013858 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:30 [2019-07-31T06:38:30.024Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014346 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014346 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014346 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014347 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187014347 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)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014390 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:30 [2019-07-31T06:38:30.470Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014394 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014394 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014394 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014395 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187014395 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)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014402 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014403 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014403 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014403 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014404 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187014404 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)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014418 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014418 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014419 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014494 data=null button=1 stateMask=0x80000 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014495 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014495 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187014495 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)}
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.470Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.727Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187014419 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)}
02:38:30 [2019-07-31T06:38:30.984Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.984Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.984Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.984Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.984Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.984Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.984Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:30 [2019-07-31T06:38:30.984Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - Attempting to set focus on Table with text {}
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187016089 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187016089 data=null doit=true} to TableItem with text {}
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187016089 data=null} to TableItem with text {}
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187016090 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187016090 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187016096 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:31 [2019-07-31T06:38:31.914Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187016280 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187016281 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187016281 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187016281 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187016281 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)}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187016286 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:32 [2019-07-31T06:38:32.179Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187016322 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187016322 data=null doit=true} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187016322 data=null} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187016322 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187016323 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187016358 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187016359 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187016360 data=null doit=true} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187016360 data=null} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187016360 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187016360 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187016367 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:32 [2019-07-31T06:38:32.179Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187016367 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187016368 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187016368 data=null} to TreeItem with text {Traces [12]}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187016368 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187016368 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]}
02:38:32 [2019-07-31T06:38:32.179Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187016388 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:32 [2019-07-31T06:38:32.179Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187016868 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1187016869 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1187016869 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187016869 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187016870 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)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187016912 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:32 [2019-07-31T06:38:32.743Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187016916 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1187016916 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1187016916 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187016916 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187016916 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)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187016921 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187016922 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1187016922 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1187016922 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187016923 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187016923 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)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187016927 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187016927 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.743Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187016932 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:38:32 [2019-07-31T06:38:32.999Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187016932 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)}
02:38:32 [2019-07-31T06:38:32.999Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187017012 data=null button=1 stateMask=0x80000 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187017742 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1187017851 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1187017851 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing(2)}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - Attempting to set focus on Table with text {}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187017853 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187017853 data=null doit=true} to TableItem with text {}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187017854 data=null} to TableItem with text {}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187017854 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187017854 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187017872 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:33 [2019-07-31T06:38:33.928Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187019017 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1187019017 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1187019018 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187019018 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187019018 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)}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187019023 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:34 [2019-07-31T06:38:34.859Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187019031 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187019031 data=null doit=true} to TreeItem with text {test}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187019031 data=null} to TreeItem with text {test}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187019031 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187019031 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187019104 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187019105 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187019105 data=null doit=true} to TreeItem with text {test}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187019105 data=null} to TreeItem with text {test}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187019106 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:34 [2019-07-31T06:38:34.859Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187019106 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:35 [2019-07-31T06:38:35.116Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187019126 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:35 [2019-07-31T06:38:35.116Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:35 [2019-07-31T06:38:35.116Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:35 [2019-07-31T06:38:35.116Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187019127 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:35 [2019-07-31T06:38:35.116Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187019127 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:35 [2019-07-31T06:38:35.116Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187019127 data=null} to TreeItem with text {Traces [12]}
02:38:35 [2019-07-31T06:38:35.116Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187019128 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:35 [2019-07-31T06:38:35.116Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187019128 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]}
02:38:35 [2019-07-31T06:38:35.116Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187019219 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:35 [2019-07-31T06:38:35.116Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:35 [2019-07-31T06:38:35.116Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:35 [2019-07-31T06:38:35.116Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019372 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1187019372 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1187019372 data=null} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019372 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187019373 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)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019415 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:35 [2019-07-31T06:38:35.373Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019419 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1187019419 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1187019419 data=null} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019419 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187019419 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)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019425 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019426 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1187019426 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1187019426 data=null} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019426 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187019427 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)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019431 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.373Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019431 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.374Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019432 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.374Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187019436 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)}
02:38:35 [2019-07-31T06:38:35.630Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019520 data=null button=1 stateMask=0x80000 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187019903 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1187019953 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1187019953 data=null} to TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1(2)}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - Attempting to set focus on Table with text {}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187019959 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187019959 data=null doit=true} to TableItem with text {}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187019959 data=null} to TableItem with text {}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187019960 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187019960 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187019967 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:35 [2019-07-31T06:38:35.887Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:36 [2019-07-31T06:38:36.818Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:36 [2019-07-31T06:38:36.818Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187021083 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1187021083 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1187021083 data=null} to TreeItem with text {simple_server-thread1(2)}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187021084 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187021084 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)}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187021089 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:37 [2019-07-31T06:38:37.075Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187021125 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187021125 data=null doit=true} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187021125 data=null} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187021126 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187021126 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187021193 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187021227 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187021227 data=null doit=true} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187021227 data=null} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187021227 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187021228 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187021234 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:37 [2019-07-31T06:38:37.075Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187021235 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187021235 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187021235 data=null} to TreeItem with text {Traces [12]}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187021235 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187021235 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]}
02:38:37 [2019-07-31T06:38:37.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187021256 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:37 [2019-07-31T06:38:37.075Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:37 [2019-07-31T06:38:37.332Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:37 [2019-07-31T06:38:37.332Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021631 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1187021631 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1187021632 data=null} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021632 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187021632 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)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021677 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:37 [2019-07-31T06:38:37.589Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021680 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1187021680 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1187021680 data=null} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021681 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187021681 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)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021685 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.589Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021686 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1187021686 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1187021686 data=null} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021687 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187021687 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)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021690 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021697 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021697 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021769 data=null button=1 stateMask=0x80000 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187021770 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1187021770 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1187021770 data=null} to TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2(2)}
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:37 [2019-07-31T06:38:37.590Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.152Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.152Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.152Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.152Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.152Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.152Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.152Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.152Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.152Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.152Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:38 [2019-07-31T06:38:38.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.279Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.279Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.279Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.279Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.279Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.279Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.279Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.279Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.279Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.279Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:39 [2019-07-31T06:38:39.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:40 [2019-07-31T06:38:40.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:40 [2019-07-31T06:38:40.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:40 [2019-07-31T06:38:40.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:40 [2019-07-31T06:38:40.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:40 [2019-07-31T06:38:40.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:40 [2019-07-31T06:38:40.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:40 [2019-07-31T06:38:40.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:40 [2019-07-31T06:38:40.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:40 [2019-07-31T06:38:40.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:40 [2019-07-31T06:38:40.127Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:40 [2019-07-31T06:38:40.629Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187021697 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)}
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - Attempting to set focus on Table with text {}
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187025737 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187025737 data=null doit=true} to TableItem with text {}
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187025737 data=null} to TableItem with text {}
02:38:41 [2019-07-31T06:38:41.657Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187025737 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:41 [2019-07-31T06:38:41.914Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187025738 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:41 [2019-07-31T06:38:41.914Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187025757 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:41 [2019-07-31T06:38:41.914Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:41 [2019-07-31T06:38:41.914Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187026254 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1187026254 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1187026254 data=null} to TreeItem with text {simple_server-thread2(2)}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187026254 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187026254 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)}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187026259 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:42 [2019-07-31T06:38:42.172Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187026285 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187026285 data=null doit=true} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187026285 data=null} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187026286 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187026286 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187026326 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187026327 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187026327 data=null doit=true} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187026327 data=null} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187026328 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187026328 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187026334 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:42 [2019-07-31T06:38:42.172Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187026334 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187026334 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187026335 data=null} to TreeItem with text {Traces [12]}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187026335 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187026335 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]}
02:38:42 [2019-07-31T06:38:42.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187026390 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:42 [2019-07-31T06:38:42.172Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026570 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1187026570 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1187026571 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026571 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187026571 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)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026613 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:42 [2019-07-31T06:38:42.428Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026616 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1187026616 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1187026616 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026616 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187026617 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)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026621 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026622 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1187026622 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1187026622 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026622 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187026622 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)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026626 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026626 data=null button=1 stateMask=0x0 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.428Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026626 data=null button=1 stateMask=0x0 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026734 data=null button=1 stateMask=0x80000 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187026734 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1187026734 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1187026735 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing(2)}
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:42 [2019-07-31T06:38:42.685Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.253Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.253Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.253Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.253Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.253Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.253Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.253Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.253Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.253Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.253Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.253Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.510Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.510Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.510Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.510Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.510Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.510Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.510Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.510Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.510Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.510Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:43 [2019-07-31T06:38:43.510Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.081Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.081Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.081Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.081Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.081Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.081Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.081Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.081Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.081Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.081Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.081Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.774Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.774Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.774Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.774Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.774Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.774Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.774Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.774Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.774Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.774Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:44 [2019-07-31T06:38:44.774Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.340Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:45 [2019-07-31T06:38:45.596Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.160Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.160Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.160Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.160Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.160Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.160Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.160Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.160Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.160Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.160Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.160Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:46 [2019-07-31T06:38:46.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.385Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187026627 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)}
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - Attempting to set focus on Table with text {}
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187032044 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187032045 data=null doit=true} to TableItem with text {}
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187032045 data=null} to TableItem with text {}
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187032045 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187032045 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187032080 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:47 [2019-07-31T06:38:47.950Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:49 [2019-07-31T06:38:49.318Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:38:49 [2019-07-31T06:38:49.318Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187033577 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1187033578 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1187033578 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187033578 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187033578 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)}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187033583 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:49 [2019-07-31T06:38:49.575Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187033590 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187033590 data=null doit=true} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187033590 data=null} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187033590 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187033591 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187033628 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187033629 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187033629 data=null doit=true} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187033629 data=null} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187033630 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187033630 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187033645 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187033646 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187033646 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187033646 data=null} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187033646 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187033646 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]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187033662 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187033668 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187033675 data=null doit=true} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187033675 data=null} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187033675 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187033675 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187033697 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187033698 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187033698 data=null doit=true} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187033698 data=null} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187033698 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187033699 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187033712 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:49 [2019-07-31T06:38:49.575Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187033713 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187033713 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187033714 data=null} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187033714 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187033714 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]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187033735 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187033736 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187033736 data=null doit=true} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187033737 data=null} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187033737 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187033738 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]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187033754 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:38:49 [2019-07-31T06:38:49.575Z] DEBUG - Clicking on with mnemonic 'Clear'
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - Clicked on with mnemonic 'Clear'
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1187034043 data=null doit=true} to Shell with text {Confirm Clear}
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - Clicking on &Yes
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1187034044 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')
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1187034044 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')
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1187034044 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1187034044 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1187034044 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')
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1187034044 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')
02:38:49 [2019-07-31T06:38:49.832Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1187034044 data=null item=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')
02:38:55 [2019-07-31T06:38:55.085Z] DEBUG - Clicked on 
02:38:56 [2019-07-31T06:38:56.016Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1187033793 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187040403 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187040403 data=null doit=true} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187040403 data=null} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187040404 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187040404 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187040425 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187040426 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187040426 data=null doit=true} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187040426 data=null} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187040427 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187040427 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187040436 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:38:56 [2019-07-31T06:38:56.272Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1187040437 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1187040437 data=null doit=true} to TreeItem with text {Traces [0]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1187040437 data=null} to TreeItem with text {Traces [0]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1187040437 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187040438 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]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1187040446 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1187040446 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1187040446 data=null doit=true} to TreeItem with text {Traces [0]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1187040447 data=null} to TreeItem with text {Traces [0]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1187040447 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187040447 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]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1187040460 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:38:56 [2019-07-31T06:38:56.272Z] DEBUG - Clicking on with mnemonic 'Import...'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - Clicked on with mnemonic 'Import...'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1187040706 data=null doit=true} to Shell with text {Trace Import}
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO')
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip} time=1187040739 data=null} to (of type 'Combo')
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.zip
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:56 [2019-07-31T06:38:56.529Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=1187040786 data=null doit=true} to TreeItem with text {/}
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=1187040786 data=null} to TreeItem with text {/}
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=1187040786 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/}
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187040786 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {/}
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=1187040789 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/}
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=1187040789 data=null doit=true} to Tree node with text: z-clashes
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=1187040789 data=null} to Tree node with text: z-clashes
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=1187040789 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187040789 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
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=1187040791 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {z-clashes} time=1187040792 data=null button=0 stateMask=0x0 x=110 y=143 count=0} to Tree node with text: z-clashes
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=1187040792 data=null doit=true} to Tree node with text: z-clashes
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=1187040792 data=null} to Tree node with text: z-clashes
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=1187040792 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187040792 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
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=1187040805 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:38:56 [2019-07-31T06:38:56.786Z] WARN - Tree item TreeItem with text {/} is already expanded. Won't expand it again.
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Attempting to set focus on Tree with text {}
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187040827 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187040827 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187040827 data=null} to Tree node with text: kernel-overlap-testing
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187040827 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187040827 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
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187040829 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1187040833 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:'))
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:38:56 [2019-07-31T06:38:56.786Z] 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')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@40f617e5
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1187040844 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')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1187040844 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')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1187040844 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1187040844 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1187040844 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')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1187040844 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')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1187040844 data=null item=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')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1187040845 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')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1187040845 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')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1187040845 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')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1187040845 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1187040845 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:38:56 [2019-07-31T06:38:56.786Z] 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')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.786Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:38:56 [2019-07-31T06:38:56.787Z] 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')
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] 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')
02:38:56 [2019-07-31T06:38:56.787Z] 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.
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - Clicking on &Finish
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1187040858 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')
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1187040858 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')
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1187040859 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1187040859 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1187040859 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')
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1187040859 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')
02:38:56 [2019-07-31T06:38:56.787Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:56 [2019-07-31T06:38:56.787Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:56 [2019-07-31T06:38:56.787Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:56 [2019-07-31T06:38:56.787Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:56 [2019-07-31T06:38:56.787Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:38:56 [2019-07-31T06:38:56.787Z] DEBUG - Clicked on &Finish
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1187040859 data=null item=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')
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1187040501 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187044543 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187044543 data=null doit=true} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187044543 data=null} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187044544 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187044544 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187044565 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187044566 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187044566 data=null doit=true} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187044566 data=null} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187044566 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187044567 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187044575 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:00 [2019-07-31T06:39:00.958Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1187044576 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187044576 data=null doit=true} to TreeItem with text {Traces [2]}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187044576 data=null} to TreeItem with text {Traces [2]}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187044577 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187044577 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]}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187044584 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187044584 data=null doit=true} to TreeItem with text {Traces [2]}
02:39:00 [2019-07-31T06:39:00.958Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187044585 data=null} to TreeItem with text {Traces [2]}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187044585 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187044585 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]}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187044588 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [1]} time=1187044588 data=null doit=true} to TreeItem with text {z-clashes [1]}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [1]} time=1187044588 data=null} to TreeItem with text {z-clashes [1]}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [1]} time=1187044589 data=null button=1 stateMask=0x0 x=103 y=74 count=1} to TreeItem with text {z-clashes [1]}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187044602 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]}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [1]} time=1187044605 data=null button=1 stateMask=0x80000 x=103 y=74 count=1} to TreeItem with text {z-clashes [1]}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187044966 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187044967 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187044967 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187044967 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187044967 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}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187045002 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:00 [2019-07-31T06:39:00.959Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187045020 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187045020 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187045020 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187045021 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187045021 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}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187045028 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187045029 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187045029 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187045029 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187045030 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187045030 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}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187045042 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187045043 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187045043 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:00 [2019-07-31T06:39:00.959Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187045043 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}
02:39:01 [2019-07-31T06:39:01.215Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187045180 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:01 [2019-07-31T06:39:01.215Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187045343 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:01 [2019-07-31T06:39:01.215Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187045344 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:01 [2019-07-31T06:39:01.215Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187045344 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:01 [2019-07-31T06:39:01.215Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:39:01 [2019-07-31T06:39:01.215Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:02 [2019-07-31T06:39:02.145Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:02 [2019-07-31T06:39:02.145Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:02 [2019-07-31T06:39:02.145Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:02 [2019-07-31T06:39:02.145Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:02 [2019-07-31T06:39:02.145Z] DEBUG - Attempting to set focus on Table with text {}
02:39:02 [2019-07-31T06:39:02.145Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187046369 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:02 [2019-07-31T06:39:02.145Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187046369 data=null doit=true} to TableItem with text {}
02:39:02 [2019-07-31T06:39:02.145Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187046370 data=null} to TableItem with text {}
02:39:02 [2019-07-31T06:39:02.145Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187046370 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:02 [2019-07-31T06:39:02.145Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187046371 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:02 [2019-07-31T06:39:02.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187046423 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:02 [2019-07-31T06:39:02.401Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:02 [2019-07-31T06:39:02.401Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187046602 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187046602 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187046602 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187046602 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187046603 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}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187046609 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:02 [2019-07-31T06:39:02.402Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187046629 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187046629 data=null doit=true} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187046629 data=null} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187046630 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.402Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187046630 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187046666 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187046667 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187046667 data=null doit=true} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187046667 data=null} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187046667 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187046668 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187046687 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:02 [2019-07-31T06:39:02.659Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1187046688 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187046688 data=null doit=true} to TreeItem with text {Traces [2]}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187046688 data=null} to TreeItem with text {Traces [2]}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187046689 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187046689 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]}
02:39:02 [2019-07-31T06:39:02.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187046700 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:02 [2019-07-31T06:39:02.659Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:39:02 [2019-07-31T06:39:02.915Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:02 [2019-07-31T06:39:02.915Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047170 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187047171 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187047171 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047172 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187047172 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}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047210 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:03 [2019-07-31T06:39:03.173Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047214 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187047214 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187047215 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047215 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187047215 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}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047220 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047221 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187047221 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187047221 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047222 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187047222 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}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047231 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047231 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047231 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.173Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187047231 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}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047298 data=null button=1 stateMask=0x80000 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187047761 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187047847 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187047847 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Attempting to set focus on Table with text {}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187047851 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187047851 data=null doit=true} to TableItem with text {}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187047851 data=null} to TableItem with text {}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187047851 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187047851 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187047856 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:03 [2019-07-31T06:39:03.738Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:04 [2019-07-31T06:39:04.668Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:04 [2019-07-31T06:39:04.668Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187048958 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187048958 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187048959 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187048959 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187048959 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}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187048964 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:04 [2019-07-31T06:39:04.926Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187048970 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187048970 data=null doit=true} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187048970 data=null} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187048971 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187048971 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187049005 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187049006 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187049006 data=null doit=true} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187049006 data=null} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187049007 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187049007 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187049019 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1187049020 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187049020 data=null doit=true} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187049020 data=null} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187049021 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187049021 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]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187049042 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187049048 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187049051 data=null doit=true} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187049051 data=null} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187049052 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187049052 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187049087 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187049088 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187049088 data=null doit=true} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187049088 data=null} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187049089 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187049089 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187049095 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:04 [2019-07-31T06:39:04.926Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1187049096 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187049096 data=null doit=true} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187049096 data=null} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187049097 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187049097 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]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187049116 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1187049117 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187049117 data=null doit=true} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187049117 data=null} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187049118 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187049118 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]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187049126 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:39:04 [2019-07-31T06:39:04.926Z] DEBUG - Clicking on with mnemonic 'Clear'
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - Clicked on with mnemonic 'Clear'
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1187049396 data=null doit=true} to Shell with text {Confirm Clear}
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - Clicking on &Yes
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1187049425 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')
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1187049426 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')
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1187049426 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1187049426 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1187049426 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')
02:39:05 [2019-07-31T06:39:05.182Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1187049426 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')
02:39:05 [2019-07-31T06:39:05.439Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1187049426 data=null item=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')
02:39:06 [2019-07-31T06:39:06.001Z] DEBUG - Clicked on 
02:39:07 [2019-07-31T06:39:07.127Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1187049166 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:39:07 [2019-07-31T06:39:07.127Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:07 [2019-07-31T06:39:07.127Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:07 [2019-07-31T06:39:07.127Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:07 [2019-07-31T06:39:07.127Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:07 [2019-07-31T06:39:07.127Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:07 [2019-07-31T06:39:07.127Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187051248 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187051248 data=null doit=true} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187051248 data=null} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187051248 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187051248 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187051265 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187051266 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187051266 data=null doit=true} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187051266 data=null} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187051266 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187051266 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187051279 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:07 [2019-07-31T06:39:07.128Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1187051280 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1187051280 data=null doit=true} to TreeItem with text {Traces [0]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1187051280 data=null} to TreeItem with text {Traces [0]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1187051280 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187051281 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]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1187051299 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1187051300 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1187051300 data=null doit=true} to TreeItem with text {Traces [0]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1187051300 data=null} to TreeItem with text {Traces [0]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1187051300 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187051300 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]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1187051304 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:39:07 [2019-07-31T06:39:07.128Z] DEBUG - Clicking on with mnemonic 'Import...'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - Clicked on with mnemonic 'Import...'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1187051549 data=null doit=true} to Shell with text {Trace Import}
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO')
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz} time=1187051581 data=null} to (of type 'Combo')
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:07 [2019-07-31T06:39:07.384Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {/} time=1187051924 data=null button=0 stateMask=0x0 x=64 y=11 count=0} to TreeItem with text {/}
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=1187051924 data=null doit=true} to TreeItem with text {/}
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=1187051924 data=null} to TreeItem with text {/}
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=1187051924 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/}
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187051925 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {/}
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=1187051925 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/}
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Setting state to checked on: /
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1187051933 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:'))
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:39:07 [2019-07-31T06:39:07.949Z] 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')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK') already selected, not selecting again.
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:39:07 [2019-07-31T06:39:07.949Z] 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')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:39:07 [2019-07-31T06:39:07.949Z] 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')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] 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')
02:39:07 [2019-07-31T06:39:07.949Z] 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.
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Clicking on &Finish
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1187051958 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')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1187051958 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')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1187051958 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1187051958 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1187051958 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')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1187051959 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')
02:39:07 [2019-07-31T06:39:07.949Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:07 [2019-07-31T06:39:07.949Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:07 [2019-07-31T06:39:07.949Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:07 [2019-07-31T06:39:07.949Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:07 [2019-07-31T06:39:07.949Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:07 [2019-07-31T06:39:07.949Z] DEBUG - Clicked on &Finish
02:39:10 [2019-07-31T06:39:10.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1187051959 data=null item=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')
02:39:10 [2019-07-31T06:39:10.880Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1187051343 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187055207 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187055207 data=null doit=true} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187055207 data=null} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187055208 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187055208 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187055232 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187055233 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187055233 data=null doit=true} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187055233 data=null} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187055234 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187055234 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187055243 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:11 [2019-07-31T06:39:11.137Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187055244 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187055244 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187055244 data=null} to TreeItem with text {Traces [12]}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187055244 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187055244 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]}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187055253 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187055253 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187055253 data=null} to TreeItem with text {Traces [12]}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187055253 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187055253 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]}
02:39:11 [2019-07-31T06:39:11.137Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187055279 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055745 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187055745 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187055745 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055745 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187055746 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}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055776 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:11 [2019-07-31T06:39:11.700Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055780 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187055780 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187055780 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055781 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187055781 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}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055786 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055786 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187055786 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187055787 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055787 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187055787 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}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055791 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055792 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055792 data=null button=1 stateMask=0x0 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.700Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187055792 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}
02:39:11 [2019-07-31T06:39:11.957Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187055859 data=null button=1 stateMask=0x80000 x=152 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.957Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187056154 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.957Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187056156 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.957Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187056156 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.957Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:39:11 [2019-07-31T06:39:11.957Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Attempting to set focus on Table with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187057195 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187057195 data=null doit=true} to TableItem with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187057195 data=null} to TableItem with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187057196 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187057196 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187057201 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187057388 data=null button=0 stateMask=0x0 x=152 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187057388 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187057388 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187057389 data=null button=1 stateMask=0x0 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187057389 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}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187057393 data=null button=1 stateMask=0x80000 x=152 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:13 [2019-07-31T06:39:13.325Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187057399 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187057406 data=null doit=true} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187057406 data=null} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187057406 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187057407 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187057445 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187057446 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187057446 data=null doit=true} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187057446 data=null} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187057446 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187057447 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187057452 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:13 [2019-07-31T06:39:13.325Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187057453 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187057453 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187057453 data=null} to TreeItem with text {Traces [12]}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187057453 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187057454 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]}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187057474 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:13 [2019-07-31T06:39:13.325Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057574 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187057574 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187057575 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057575 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187057575 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}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057610 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:13 [2019-07-31T06:39:13.583Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057613 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187057613 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187057613 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057613 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187057614 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}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057618 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057618 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187057619 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187057619 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057619 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187057619 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}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057623 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057623 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057624 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:39:13 [2019-07-31T06:39:13.583Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187057624 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}
02:39:14 [2019-07-31T06:39:14.513Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187057745 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:39:14 [2019-07-31T06:39:14.513Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187058577 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:14 [2019-07-31T06:39:14.513Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187058577 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:14 [2019-07-31T06:39:14.513Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187058577 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:14 [2019-07-31T06:39:14.513Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:39:14 [2019-07-31T06:39:14.513Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:14 [2019-07-31T06:39:14.513Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Attempting to set focus on Table with text {}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187059084 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187059084 data=null doit=true} to TableItem with text {}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187059103 data=null} to TableItem with text {}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187059103 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187059104 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187059108 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187059228 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187059228 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187059228 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187059229 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187059229 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}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187059234 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:15 [2019-07-31T06:39:15.077Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187059240 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187059240 data=null doit=true} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187059240 data=null} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187059241 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187059241 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187059277 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187059279 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187059279 data=null doit=true} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187059279 data=null} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187059279 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187059280 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187059293 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:15 [2019-07-31T06:39:15.077Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187059294 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187059294 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187059295 data=null} to TreeItem with text {Traces [12]}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187059295 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187059295 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]}
02:39:15 [2019-07-31T06:39:15.077Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187059305 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:15 [2019-07-31T06:39:15.077Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059776 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187059777 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187059777 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059777 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187059777 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}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059817 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:15 [2019-07-31T06:39:15.640Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059820 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187059820 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187059820 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059821 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187059821 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}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059827 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059827 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187059827 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187059828 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059828 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187059828 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}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059832 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.640Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059832 data=null button=1 stateMask=0x0 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.641Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059833 data=null button=1 stateMask=0x0 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.897Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059894 data=null button=1 stateMask=0x80000 x=148 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.897Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187059894 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.897Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187059895 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.897Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187059895 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.897Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:39:15 [2019-07-31T06:39:15.897Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:15 [2019-07-31T06:39:15.897Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:16 [2019-07-31T06:39:16.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:16 [2019-07-31T06:39:16.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:16 [2019-07-31T06:39:16.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:16 [2019-07-31T06:39:16.716Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:16 [2019-07-31T06:39:16.972Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187059833 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}
02:39:17 [2019-07-31T06:39:17.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:17 [2019-07-31T06:39:17.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:17 [2019-07-31T06:39:17.535Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - Attempting to set focus on Table with text {}
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187062094 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187062094 data=null doit=true} to TableItem with text {}
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187062094 data=null} to TableItem with text {}
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187062095 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187062095 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187062100 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:18 [2019-07-31T06:39:18.097Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187062893 data=null button=0 stateMask=0x0 x=148 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187062893 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187062894 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187062894 data=null button=1 stateMask=0x0 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187062894 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}
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187062900 data=null button=1 stateMask=0x80000 x=148 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:18 [2019-07-31T06:39:18.659Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187062911 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187062912 data=null doit=true} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187062912 data=null} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187062912 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187062912 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187062949 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187062950 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187062950 data=null doit=true} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187062950 data=null} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187062950 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187062951 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187062956 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:18 [2019-07-31T06:39:18.915Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187062957 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187062958 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187062958 data=null} to TreeItem with text {Traces [12]}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187062958 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187062958 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]}
02:39:18 [2019-07-31T06:39:18.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187062978 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:18 [2019-07-31T06:39:18.915Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187063254 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187063254 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187063254 data=null} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187063254 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187063254 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}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187063289 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:19 [2019-07-31T06:39:19.172Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187063292 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187063293 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187063293 data=null} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187063293 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187063293 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}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187063298 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187063298 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187063298 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187063299 data=null} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187063299 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187063299 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}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187063303 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187063303 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1187063304 data=null button=1 stateMask=0x0 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.172Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187063304 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}
02:39:19 [2019-07-31T06:39:19.430Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187063436 data=null button=1 stateMask=0x80000 x=150 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.430Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1187063437 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.430Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1187063437 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.430Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1187063437 data=null} to TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.430Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:39:19 [2019-07-31T06:39:19.430Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:19 [2019-07-31T06:39:19.430Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:19 [2019-07-31T06:39:19.430Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - Attempting to set focus on Table with text {}
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187063960 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187063960 data=null doit=true} to TableItem with text {}
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187063961 data=null} to TableItem with text {}
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187063961 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187063961 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187063966 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:19 [2019-07-31T06:39:19.828Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187065090 data=null button=0 stateMask=0x0 x=150 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187065091 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187065091 data=null} to TreeItem with text {simple_server-thread1}
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187065091 data=null button=1 stateMask=0x0 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187065091 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}
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187065097 data=null button=1 stateMask=0x80000 x=150 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:20 [2019-07-31T06:39:20.854Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:20 [2019-07-31T06:39:20.854Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187065124 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187065124 data=null doit=true} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187065124 data=null} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187065124 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187065125 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187065167 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187065167 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187065168 data=null doit=true} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187065168 data=null} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187065168 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187065168 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187065174 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:21 [2019-07-31T06:39:21.112Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187065175 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187065175 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187065175 data=null} to TreeItem with text {Traces [12]}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187065175 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187065175 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]}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187065199 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:21 [2019-07-31T06:39:21.112Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187065318 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187065319 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187065319 data=null} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187065319 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.112Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187065319 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}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187065367 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:21 [2019-07-31T06:39:21.369Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187065371 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187065371 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187065371 data=null} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187065371 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187065372 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}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187065376 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187065377 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187065377 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187065377 data=null} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187065377 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187065378 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}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187065388 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187065388 data=null button=1 stateMask=0x0 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1187065388 data=null button=1 stateMask=0x0 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.369Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187065389 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}
02:39:21 [2019-07-31T06:39:21.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187065533 data=null button=1 stateMask=0x80000 x=150 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1187065831 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1187065882 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1187065885 data=null} to TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - Attempting to set focus on Table with text {}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187065888 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187065888 data=null doit=true} to TableItem with text {}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187065888 data=null} to TableItem with text {}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187065889 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187065889 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187065922 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:21 [2019-07-31T06:39:21.883Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187067026 data=null button=0 stateMask=0x0 x=150 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187067026 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187067027 data=null} to TreeItem with text {simple_server-thread2}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187067027 data=null button=1 stateMask=0x0 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187067027 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}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187067032 data=null button=1 stateMask=0x80000 x=150 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:22 [2019-07-31T06:39:22.812Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187067060 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187067060 data=null doit=true} to TreeItem with text {test}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187067060 data=null} to TreeItem with text {test}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187067060 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:22 [2019-07-31T06:39:22.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187067060 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187067107 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187067107 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187067108 data=null doit=true} to TreeItem with text {test}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187067108 data=null} to TreeItem with text {test}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187067108 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187067108 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187067115 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:23 [2019-07-31T06:39:23.069Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187067116 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187067117 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187067117 data=null} to TreeItem with text {Traces [12]}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187067117 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187067117 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]}
02:39:23 [2019-07-31T06:39:23.069Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187067139 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:23 [2019-07-31T06:39:23.069Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:23 [2019-07-31T06:39:23.325Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:23 [2019-07-31T06:39:23.325Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067616 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187067616 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187067616 data=null} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067617 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187067617 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}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067688 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:23 [2019-07-31T06:39:23.581Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067692 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187067692 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187067692 data=null} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067692 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187067693 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}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067697 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067698 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187067698 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187067699 data=null} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067699 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187067699 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}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067710 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067710 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.581Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067710 data=null button=1 stateMask=0x0 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:39:23 [2019-07-31T06:39:23.837Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187067711 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}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187067883 data=null button=1 stateMask=0x80000 x=139 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=1187068212 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=1187068278 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=1187068278 data=null} to TreeItem with text {ust-overlap-testing}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Attempting to set focus on Table with text {}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187068282 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187068283 data=null doit=true} to TableItem with text {}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187068283 data=null} to TableItem with text {}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187068283 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187068284 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187068290 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:24 [2019-07-31T06:39:24.095Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187069396 data=null button=0 stateMask=0x0 x=139 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187069396 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187069396 data=null} to TreeItem with text {ust-overlap-testing}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187069396 data=null button=1 stateMask=0x0 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187069396 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}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187069401 data=null button=1 stateMask=0x80000 x=139 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:25 [2019-07-31T06:39:25.672Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187069417 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187069417 data=null doit=true} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187069417 data=null} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187069417 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187069417 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187069456 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187069456 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187069456 data=null doit=true} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187069456 data=null} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187069457 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187069457 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187069484 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:25 [2019-07-31T06:39:25.672Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:25 [2019-07-31T06:39:25.672Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187069485 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187069486 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187069486 data=null} to TreeItem with text {Traces [12]}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187069486 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187069486 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]}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187069510 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:25 [2019-07-31T06:39:25.968Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [6]} time=1187069510 data=null doit=true} to TreeItem with text {z-clashes [6]}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [6]} time=1187069510 data=null} to TreeItem with text {z-clashes [6]}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [6]} time=1187069511 data=null button=1 stateMask=0x0 x=119 y=74 count=1} to TreeItem with text {z-clashes [6]}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187069511 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]}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [6]} time=1187069544 data=null button=1 stateMask=0x80000 x=119 y=74 count=1} to TreeItem with text {z-clashes [6]}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069608 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187069608 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187069608 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069609 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187069653 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}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069688 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:25 [2019-07-31T06:39:25.968Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069696 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187069696 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187069696 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069697 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187069697 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}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069701 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069702 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187069725 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187069726 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069726 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187069726 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}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069731 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069731 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069731 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069803 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187069803 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187069804 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187069804 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:25 [2019-07-31T06:39:25.968Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187069731 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}
02:39:26 [2019-07-31T06:39:26.225Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:26 [2019-07-31T06:39:26.225Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:26 [2019-07-31T06:39:26.225Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:26 [2019-07-31T06:39:26.225Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:26 [2019-07-31T06:39:26.225Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:26 [2019-07-31T06:39:26.225Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:26 [2019-07-31T06:39:26.225Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Attempting to set focus on Table with text {}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187071565 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187071565 data=null doit=true} to TableItem with text {}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187071565 data=null} to TableItem with text {}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187071566 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187071566 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187071616 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187071762 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187071762 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187071762 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187071763 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187071763 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}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187071767 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:27 [2019-07-31T06:39:27.602Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187071773 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187071773 data=null doit=true} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187071773 data=null} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187071774 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187071774 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187071811 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187071812 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187071812 data=null doit=true} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187071812 data=null} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187071813 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187071813 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187071828 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:27 [2019-07-31T06:39:27.602Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187071829 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187071829 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187071829 data=null} to TreeItem with text {Traces [12]}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187071829 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187071829 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]}
02:39:27 [2019-07-31T06:39:27.602Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187071847 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:27 [2019-07-31T06:39:27.602Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:27 [2019-07-31T06:39:27.602Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again.
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072334 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187072334 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187072334 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072334 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187072334 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}
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072371 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:28 [2019-07-31T06:39:28.163Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:28 [2019-07-31T06:39:28.163Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072374 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187072374 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187072374 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072375 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187072375 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}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072380 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072380 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187072380 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187072381 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072381 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187072381 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}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072384 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072385 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.164Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072385 data=null button=1 stateMask=0x0 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.420Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187072390 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}
02:39:28 [2019-07-31T06:39:28.675Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072469 data=null button=1 stateMask=0x80000 x=174 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187072715 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187072715 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187072715 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:28 [2019-07-31T06:39:28.676Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - Attempting to set focus on Table with text {}
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187073719 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187073726 data=null doit=true} to TableItem with text {}
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187073726 data=null} to TableItem with text {}
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187073726 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187073727 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187073750 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:29 [2019-07-31T06:39:29.604Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187073946 data=null button=0 stateMask=0x0 x=174 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187073946 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187073946 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187073947 data=null button=1 stateMask=0x0 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187073947 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}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187073977 data=null button=1 stateMask=0x80000 x=174 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:29 [2019-07-31T06:39:29.862Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187073983 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187073983 data=null doit=true} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187073983 data=null} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187073984 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187073984 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187074025 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187074026 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187074026 data=null doit=true} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187074026 data=null} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187074027 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187074027 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187074037 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:29 [2019-07-31T06:39:29.862Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187074038 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187074038 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187074038 data=null} to TreeItem with text {Traces [12]}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187074038 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187074038 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]}
02:39:29 [2019-07-31T06:39:29.862Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187074047 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:29 [2019-07-31T06:39:29.862Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:29 [2019-07-31T06:39:29.862Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again.
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074546 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187074547 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187074547 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074547 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187074547 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}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074585 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:30 [2019-07-31T06:39:30.424Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074590 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187074590 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187074590 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074590 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187074591 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}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074596 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074597 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187074597 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187074597 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074597 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187074598 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}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074608 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074608 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.424Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074609 data=null button=1 stateMask=0x0 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:30 [2019-07-31T06:39:30.680Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187074609 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}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187074692 data=null button=1 stateMask=0x80000 x=166 y=137 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187075285 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187075357 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187075357 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Attempting to set focus on Table with text {}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187075360 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187075360 data=null doit=true} to TableItem with text {}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187075360 data=null} to TableItem with text {}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187075360 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187075369 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187075375 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:31 [2019-07-31T06:39:31.534Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187076431 data=null button=0 stateMask=0x0 x=166 y=137 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187076431 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187076431 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187076431 data=null button=1 stateMask=0x0 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187076431 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}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187076436 data=null button=1 stateMask=0x80000 x=166 y=137 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:32 [2019-07-31T06:39:32.462Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187076442 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187076442 data=null doit=true} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187076442 data=null} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187076442 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187076442 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187076478 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187076478 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187076478 data=null doit=true} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187076478 data=null} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187076479 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187076479 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187076491 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:32 [2019-07-31T06:39:32.462Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187076492 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187076492 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187076492 data=null} to TreeItem with text {Traces [12]}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187076492 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187076492 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]}
02:39:32 [2019-07-31T06:39:32.462Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187076503 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:32 [2019-07-31T06:39:32.462Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:32 [2019-07-31T06:39:32.462Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again.
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187076787 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187076787 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187076787 data=null} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187076788 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187076788 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}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187076825 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:32 [2019-07-31T06:39:32.719Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187076828 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187076829 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187076829 data=null} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187076829 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187076829 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}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187076834 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187076834 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187076834 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187076835 data=null} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187076835 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187076835 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}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187076839 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187076839 data=null button=1 stateMask=0x0 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1187076839 data=null button=1 stateMask=0x0 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.719Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187076839 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}
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187076917 data=null button=1 stateMask=0x80000 x=168 y=158 count=2} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1187076979 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1187076979 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1187076979 data=null} to TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:32 [2019-07-31T06:39:32.976Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - Attempting to set focus on Table with text {}
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187077547 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187077547 data=null doit=true} to TableItem with text {}
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187077547 data=null} to TableItem with text {}
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187077547 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187077548 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187077554 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:33 [2019-07-31T06:39:33.539Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187078968 data=null button=0 stateMask=0x0 x=168 y=158 count=0} to TreeItem with text {simple_server-thread1}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187078968 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187078969 data=null} to TreeItem with text {simple_server-thread1}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187078969 data=null button=1 stateMask=0x0 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187078969 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}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187078974 data=null button=1 stateMask=0x80000 x=168 y=158 count=1} to TreeItem with text {simple_server-thread1}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:34 [2019-07-31T06:39:34.907Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187078987 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187078987 data=null doit=true} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187078987 data=null} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187078987 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187078988 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187079031 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187079031 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187079031 data=null doit=true} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187079032 data=null} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187079032 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187079032 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187079038 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:34 [2019-07-31T06:39:34.907Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187079039 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187079039 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187079039 data=null} to TreeItem with text {Traces [12]}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187079039 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187079039 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]}
02:39:34 [2019-07-31T06:39:34.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187079061 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:34 [2019-07-31T06:39:34.907Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:34 [2019-07-31T06:39:34.907Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again.
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187079541 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187079541 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187079541 data=null} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187079541 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187079541 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}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187079582 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:35 [2019-07-31T06:39:35.472Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187079585 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187079585 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187079585 data=null} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187079585 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187079585 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}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187079590 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187079591 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187079591 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187079591 data=null} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187079592 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187079592 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}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187079603 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187079603 data=null button=1 stateMask=0x0 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1187079603 data=null button=1 stateMask=0x0 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:39:35 [2019-07-31T06:39:35.472Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187079604 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}
02:39:36 [2019-07-31T06:39:36.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187079689 data=null button=1 stateMask=0x80000 x=168 y=179 count=2} to TreeItem with text {simple_server-thread2}
02:39:36 [2019-07-31T06:39:36.035Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1187080085 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:39:36 [2019-07-31T06:39:36.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1187080135 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:39:36 [2019-07-31T06:39:36.035Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1187080135 data=null} to TreeItem with text {simple_server-thread2}
02:39:36 [2019-07-31T06:39:36.035Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:39:36 [2019-07-31T06:39:36.035Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:36 [2019-07-31T06:39:36.035Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - Attempting to set focus on Table with text {}
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187080138 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187080138 data=null doit=true} to TableItem with text {}
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187080138 data=null} to TableItem with text {}
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187080148 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187080148 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187080153 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:36 [2019-07-31T06:39:36.036Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:36 [2019-07-31T06:39:36.965Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:36 [2019-07-31T06:39:36.965Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187081256 data=null button=0 stateMask=0x0 x=168 y=179 count=0} to TreeItem with text {simple_server-thread2}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187081256 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187081257 data=null} to TreeItem with text {simple_server-thread2}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187081257 data=null button=1 stateMask=0x0 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187081257 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}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187081261 data=null button=1 stateMask=0x80000 x=168 y=179 count=1} to TreeItem with text {simple_server-thread2}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:37 [2019-07-31T06:39:37.222Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187081267 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187081267 data=null doit=true} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187081267 data=null} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187081267 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187081268 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187081316 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187081318 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187081318 data=null doit=true} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187081318 data=null} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187081318 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187081319 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187081332 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:37 [2019-07-31T06:39:37.222Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187081333 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187081333 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187081333 data=null} to TreeItem with text {Traces [12]}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187081334 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187081334 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]}
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187081358 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:37 [2019-07-31T06:39:37.222Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:37 [2019-07-31T06:39:37.222Z] WARN - Tree item TreeItem with text {z-clashes [6]} is already expanded. Won't expand it again.
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:37 [2019-07-31T06:39:37.222Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081475 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187081476 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187081476 data=null} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081476 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187081476 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}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081530 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:37 [2019-07-31T06:39:37.479Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081532 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187081533 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187081533 data=null} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081533 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187081533 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}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081562 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081562 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187081562 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187081562 data=null} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081563 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187081563 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}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081567 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081567 data=null button=1 stateMask=0x0 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081567 data=null button=1 stateMask=0x0 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081649 data=null button=1 stateMask=0x80000 x=157 y=200 count=2} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=1187081650 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=1187081650 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=1187081650 data=null} to TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing}
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:37 [2019-07-31T06:39:37.479Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.041Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.041Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.041Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.041Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.041Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.041Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.041Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.041Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.041Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.041Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.041Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.298Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187081568 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}
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - Attempting to set focus on Table with text {}
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187082751 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187082751 data=null doit=true} to TableItem with text {}
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187082751 data=null} to TableItem with text {}
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187082751 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187082752 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187082756 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:38 [2019-07-31T06:39:38.555Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187083855 data=null button=0 stateMask=0x0 x=157 y=200 count=0} to TreeItem with text {ust-overlap-testing}
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187083855 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187083855 data=null} to TreeItem with text {ust-overlap-testing}
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187083856 data=null button=1 stateMask=0x0 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187083856 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}
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187083861 data=null button=1 stateMask=0x80000 x=157 y=200 count=1} to TreeItem with text {ust-overlap-testing}
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:39 [2019-07-31T06:39:39.923Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:39 [2019-07-31T06:39:39.923Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187083866 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187083866 data=null doit=true} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187083866 data=null} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187083866 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187083867 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187083903 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187083904 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187083904 data=null doit=true} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187083904 data=null} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187083915 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187083915 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187083929 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187083930 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187083930 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187083930 data=null} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187083930 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187083930 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]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187083954 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187083994 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187083994 data=null doit=true} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187083994 data=null} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187083994 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187083994 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187084021 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187084022 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187084023 data=null doit=true} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187084023 data=null} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187084023 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187084023 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187084029 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:39 [2019-07-31T06:39:39.924Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187084030 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187084030 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187084031 data=null} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187084031 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187084031 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]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187084085 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187084086 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187084086 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187084086 data=null} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187084086 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187084087 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]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187084092 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:39:39 [2019-07-31T06:39:39.924Z] DEBUG - Clicking on with mnemonic 'Clear'
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - Clicked on with mnemonic 'Clear'
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1187084601 data=null doit=true} to Shell with text {Confirm Clear}
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - Clicking on &Yes
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1187084602 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')
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1187084602 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')
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1187084602 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1187084602 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:39:40 [2019-07-31T06:39:40.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1187084602 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')
02:39:40 [2019-07-31T06:39:40.486Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1187084602 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')
02:39:40 [2019-07-31T06:39:40.486Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1187084602 data=null item=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')
02:39:44 [2019-07-31T06:39:44.928Z] DEBUG - Clicked on 
02:39:44 [2019-07-31T06:39:44.928Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1187084132 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187089509 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187089509 data=null doit=true} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187089509 data=null} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187089510 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187089510 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187089532 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187089533 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187089533 data=null doit=true} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187089533 data=null} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187089539 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187089540 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187089546 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:45 [2019-07-31T06:39:45.491Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1187089548 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1187089548 data=null doit=true} to TreeItem with text {Traces [0]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1187089548 data=null} to TreeItem with text {Traces [0]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1187089548 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187089548 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]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1187089561 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1187089562 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1187089562 data=null doit=true} to TreeItem with text {Traces [0]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1187089562 data=null} to TreeItem with text {Traces [0]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1187089562 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187089562 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]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1187089566 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:39:45 [2019-07-31T06:39:45.491Z] DEBUG - Clicking on with mnemonic 'Import...'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Clicked on with mnemonic 'Import...'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1187089930 data=null doit=true} to Shell with text {Trace Import}
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO')
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz} time=1187089934 data=null} to (of type 'Combo')
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {/} time=1187089992 data=null button=0 stateMask=0x0 x=64 y=11 count=0} to TreeItem with text {/}
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=1187089992 data=null doit=true} to TreeItem with text {/}
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=1187089992 data=null} to TreeItem with text {/}
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=1187089992 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/}
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187089993 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {/}
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=1187089993 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/}
02:39:45 [2019-07-31T06:39:45.747Z] DEBUG - Setting state to checked on: /
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1187090016 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:'))
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:39:46 [2019-07-31T06:39:46.005Z] 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')
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@74e344c8
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1187090022 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')
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1187090027 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')
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1187090028 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:39:46 [2019-07-31T06:39:46.005Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1187090028 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1187090028 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')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1187090028 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')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1187090028 data=null item=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')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1187090028 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')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1187090028 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')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1187090028 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')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1187090028 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1187090029 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:39:46 [2019-07-31T06:39:46.006Z] 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')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:39:46 [2019-07-31T06:39:46.006Z] 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')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] 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')
02:39:46 [2019-07-31T06:39:46.006Z] 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.
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Clicking on &Finish
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1187090043 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')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1187090044 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')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1187090044 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1187090044 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1187090044 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')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1187090044 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')
02:39:46 [2019-07-31T06:39:46.006Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:46 [2019-07-31T06:39:46.006Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:46 [2019-07-31T06:39:46.006Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:46 [2019-07-31T06:39:46.006Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:46 [2019-07-31T06:39:46.006Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:39:46 [2019-07-31T06:39:46.006Z] DEBUG - Clicked on &Finish
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation'
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1187090700 data=null doit=true} to Shell with text {Confirmation}
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - matched Button with text "Rename", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - matched Button with text "Rename All", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - matched Button with text "Rename All", using matcher: with mnemonic 'Rename All'
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - matched Button with text "Rename All", using matcher: with style 'SWT.PUSH'
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - matched Button with text "Rename All", using matcher: (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - matched Button with text "Overwrite All", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - matched Button with text "Skip All", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - matched Button with text "Skip", using matcher: of type 'Button'
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - Clicking on Rename All
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Rename All} time=1187090701 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')
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Rename All} time=1187090701 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')
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Rename All} time=1187090701 data=null doit=true} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Rename All} time=1187090701 data=null} to (of type 'Button' and with mnemonic 'Rename All' and with style 'SWT.PUSH')
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Rename All} time=1187090701 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')
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Rename All} time=1187090701 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')
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Rename All} time=1187090701 data=null item=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')
02:39:46 [2019-07-31T06:39:46.568Z] DEBUG - Clicked on 
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1187090044 data=null item=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')
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1187089615 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187093939 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187093939 data=null doit=true} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187093939 data=null} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187093939 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187093939 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187093963 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187093964 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187093964 data=null doit=true} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187093964 data=null} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187093965 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187093965 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187093976 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:49 [2019-07-31T06:39:49.838Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187093978 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187093978 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187093978 data=null} to TreeItem with text {Traces [12]}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187093978 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187093979 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]}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187094008 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187094009 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187094009 data=null} to TreeItem with text {Traces [12]}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187094010 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187094010 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]}
02:39:49 [2019-07-31T06:39:49.838Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187094023 data=null button=1 stateMask=0x80000 x=79 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094500 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187094500 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187094500 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094500 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187094500 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}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094532 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:50 [2019-07-31T06:39:50.402Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094536 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187094536 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187094536 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094537 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187094537 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}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094541 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094542 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187094542 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187094542 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094543 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187094543 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}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094546 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094546 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094547 data=null button=1 stateMask=0x0 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.402Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187094547 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}
02:39:50 [2019-07-31T06:39:50.658Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094675 data=null button=1 stateMask=0x80000 x=152 y=74 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.658Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187094863 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.658Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187094863 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.658Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187094863 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.658Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:39:50 [2019-07-31T06:39:50.658Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Attempting to set focus on Table with text {}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187095866 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187095866 data=null doit=true} to TableItem with text {}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187095867 data=null} to TableItem with text {}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187095867 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187095867 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187095871 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187096100 data=null button=0 stateMask=0x0 x=152 y=74 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187096101 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187096101 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187096101 data=null button=1 stateMask=0x0 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187096101 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}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187096133 data=null button=1 stateMask=0x80000 x=152 y=74 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:52 [2019-07-31T06:39:52.028Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187096139 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187096139 data=null doit=true} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187096140 data=null} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187096140 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187096140 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187096173 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187096174 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187096174 data=null doit=true} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187096174 data=null} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187096174 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187096174 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187096180 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:52 [2019-07-31T06:39:52.028Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187096181 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187096181 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187096181 data=null} to TreeItem with text {Traces [12]}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187096181 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187096181 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]}
02:39:52 [2019-07-31T06:39:52.028Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187096201 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:52 [2019-07-31T06:39:52.028Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096673 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187096673 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187096673 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096674 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187096674 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}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096710 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:52 [2019-07-31T06:39:52.592Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096713 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187096713 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187096713 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096714 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187096714 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}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096718 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096719 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187096719 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187096719 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096720 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187096720 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}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096723 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096724 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096724 data=null button=1 stateMask=0x0 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:39:52 [2019-07-31T06:39:52.592Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187096724 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}
02:39:53 [2019-07-31T06:39:53.155Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187096815 data=null button=1 stateMask=0x80000 x=156 y=116 count=2} to TreeItem with text {ExampleCustomXml.xml}
02:39:53 [2019-07-31T06:39:53.155Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187097205 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:53 [2019-07-31T06:39:53.155Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187097205 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:53 [2019-07-31T06:39:53.155Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187097205 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:53 [2019-07-31T06:39:53.155Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml}
02:39:53 [2019-07-31T06:39:53.155Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:53 [2019-07-31T06:39:53.155Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - Attempting to set focus on Table with text {}
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187098208 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187098208 data=null doit=true} to TableItem with text {}
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187098208 data=null} to TableItem with text {}
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187098209 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187098209 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187098216 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:54 [2019-07-31T06:39:54.084Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187098423 data=null button=0 stateMask=0x0 x=156 y=116 count=0} to TreeItem with text {ExampleCustomXml.xml}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml} time=1187098424 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml} time=1187098424 data=null} to TreeItem with text {ExampleCustomXml.xml}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187098424 data=null button=1 stateMask=0x0 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187098424 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}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml} time=1187098429 data=null button=1 stateMask=0x80000 x=156 y=116 count=1} to TreeItem with text {ExampleCustomXml.xml}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:54 [2019-07-31T06:39:54.341Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187098434 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187098434 data=null doit=true} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187098434 data=null} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187098435 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187098435 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187098472 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187098473 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187098473 data=null doit=true} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187098473 data=null} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187098474 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187098474 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187098484 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:54 [2019-07-31T06:39:54.341Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187098485 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187098485 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187098485 data=null} to TreeItem with text {Traces [12]}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187098486 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187098486 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]}
02:39:54 [2019-07-31T06:39:54.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187098507 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:54 [2019-07-31T06:39:54.341Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187098978 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187098978 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187098978 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187098979 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187098979 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}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187099018 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:54 [2019-07-31T06:39:54.903Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187099022 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187099022 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187099022 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187099022 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187099022 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}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187099027 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187099027 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187099027 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187099028 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187099028 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187099028 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}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187099032 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187099032 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187099032 data=null button=1 stateMask=0x0 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:54 [2019-07-31T06:39:54.903Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187099032 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}
02:39:55 [2019-07-31T06:39:55.466Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187099178 data=null button=1 stateMask=0x80000 x=148 y=158 count=2} to TreeItem with text {kernel-overlap-testing}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187099647 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187099722 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187099722 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - Attempting to set focus on Table with text {}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187099726 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187099726 data=null doit=true} to TableItem with text {}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187099726 data=null} to TableItem with text {}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187099727 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187099727 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187099733 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:55 [2019-07-31T06:39:55.722Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187101239 data=null button=0 stateMask=0x0 x=148 y=158 count=0} to TreeItem with text {kernel-overlap-testing}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187101239 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187101239 data=null} to TreeItem with text {kernel-overlap-testing}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187101240 data=null button=1 stateMask=0x0 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187101240 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}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187101245 data=null button=1 stateMask=0x80000 x=148 y=158 count=1} to TreeItem with text {kernel-overlap-testing}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:57 [2019-07-31T06:39:57.229Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187101251 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187101252 data=null doit=true} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187101252 data=null} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187101252 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187101252 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187101287 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187101288 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187101296 data=null doit=true} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187101297 data=null} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187101297 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187101297 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187101304 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:57 [2019-07-31T06:39:57.229Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187101308 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187101309 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187101309 data=null} to TreeItem with text {Traces [12]}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187101309 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187101309 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]}
02:39:57 [2019-07-31T06:39:57.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187101318 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:57 [2019-07-31T06:39:57.229Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:57 [2019-07-31T06:39:57.486Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:57 [2019-07-31T06:39:57.486Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187101790 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187101790 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187101790 data=null} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187101791 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187101791 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}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187101832 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:57 [2019-07-31T06:39:57.743Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187101836 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187101836 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187101836 data=null} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187101836 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187101837 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}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187101841 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187101842 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.743Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187101842 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.744Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:57 [2019-07-31T06:39:57.744Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187101842 data=null} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.744Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187101843 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.744Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187101843 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}
02:39:57 [2019-07-31T06:39:57.744Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187101846 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.744Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187101846 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.744Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1} time=1187101847 data=null button=1 stateMask=0x0 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1}
02:39:57 [2019-07-31T06:39:57.744Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187101847 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}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187101930 data=null button=1 stateMask=0x80000 x=150 y=200 count=2} to TreeItem with text {simple_server-thread1}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1} time=1187102341 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1} time=1187102396 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1} time=1187102396 data=null} to TreeItem with text {simple_server-thread1}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Attempting to set focus on Table with text {}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187102401 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187102402 data=null doit=true} to TableItem with text {}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187102402 data=null} to TableItem with text {}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187102402 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187102402 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187102410 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:39:58 [2019-07-31T06:39:58.307Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:39:59 [2019-07-31T06:39:59.236Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:59 [2019-07-31T06:39:59.236Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1} time=1187103502 data=null button=0 stateMask=0x0 x=150 y=200 count=0} to TreeItem with text {simple_server-thread1}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1} time=1187103502 data=null doit=true} to TreeItem with text {simple_server-thread1}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1} time=1187103502 data=null} to TreeItem with text {simple_server-thread1}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1} time=1187103503 data=null button=1 stateMask=0x0 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187103503 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}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1} time=1187103508 data=null button=1 stateMask=0x80000 x=150 y=200 count=1} to TreeItem with text {simple_server-thread1}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:59 [2019-07-31T06:39:59.492Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187103526 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187103526 data=null doit=true} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187103526 data=null} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187103527 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187103527 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187103584 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187103617 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187103617 data=null doit=true} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187103617 data=null} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187103618 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187103618 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187103624 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:39:59 [2019-07-31T06:39:59.492Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Attempting to set focus on Tree with text {}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187103625 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187103625 data=null doit=true} to TreeItem with text {Traces [12]}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187103625 data=null} to TreeItem with text {Traces [12]}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187103625 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187103626 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]}
02:39:59 [2019-07-31T06:39:59.492Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187103648 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:39:59 [2019-07-31T06:39:59.492Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:39:59 [2019-07-31T06:39:59.750Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:39:59 [2019-07-31T06:39:59.750Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187104043 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187104043 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187104043 data=null} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187104044 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187104044 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}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187104088 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:00 [2019-07-31T06:40:00.006Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187104092 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187104092 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187104092 data=null} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187104092 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187104092 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}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187104097 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187104098 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187104098 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187104098 data=null} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187104099 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187104099 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}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187104109 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187104110 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2} time=1187104110 data=null button=1 stateMask=0x0 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.006Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187104110 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}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187104257 data=null button=1 stateMask=0x80000 x=150 y=242 count=2} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2} time=1187104651 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2} time=1187104652 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2} time=1187104652 data=null} to TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Attempting to set focus on Table with text {}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187104658 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187104658 data=null doit=true} to TableItem with text {}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187104658 data=null} to TableItem with text {}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187104658 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187104659 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187104666 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:00 [2019-07-31T06:40:00.570Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2} time=1187105878 data=null button=0 stateMask=0x0 x=150 y=242 count=0} to TreeItem with text {simple_server-thread2}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2} time=1187105878 data=null doit=true} to TreeItem with text {simple_server-thread2}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2} time=1187105878 data=null} to TreeItem with text {simple_server-thread2}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2} time=1187105878 data=null button=1 stateMask=0x0 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187105879 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}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2} time=1187105908 data=null button=1 stateMask=0x80000 x=150 y=242 count=1} to TreeItem with text {simple_server-thread2}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:01 [2019-07-31T06:40:01.937Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187105915 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187105915 data=null doit=true} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187105915 data=null} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187105915 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187105915 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187105959 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187105960 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187105960 data=null doit=true} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187105961 data=null} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187105961 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187105961 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187105967 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:01 [2019-07-31T06:40:01.937Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187105968 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187105968 data=null doit=true} to TreeItem with text {Traces [12]}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187105968 data=null} to TreeItem with text {Traces [12]}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187105968 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187105968 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]}
02:40:01 [2019-07-31T06:40:01.937Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187105990 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:01 [2019-07-31T06:40:01.937Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:40:02 [2019-07-31T06:40:02.193Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:02 [2019-07-31T06:40:02.193Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106463 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187106464 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187106464 data=null} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106465 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187106465 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}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106512 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:02 [2019-07-31T06:40:02.449Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106515 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187106515 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187106515 data=null} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106515 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187106516 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}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106520 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106521 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187106521 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187106521 data=null} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106521 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187106521 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}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106525 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106525 data=null button=1 stateMask=0x0 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106525 data=null button=1 stateMask=0x0 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106607 data=null button=1 stateMask=0x80000 x=139 y=284 count=2} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing} time=1187106607 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing} time=1187106608 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing} time=1187106608 data=null} to TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing}
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:02 [2019-07-31T06:40:02.449Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:02 [2019-07-31T06:40:02.450Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:02 [2019-07-31T06:40:02.450Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:02 [2019-07-31T06:40:02.706Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187106531 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}
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - Attempting to set focus on Table with text {}
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187107407 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187107416 data=null doit=true} to TableItem with text {}
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187107416 data=null} to TableItem with text {}
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187107417 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187107417 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187107438 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:03 [2019-07-31T06:40:03.267Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:04 [2019-07-31T06:40:04.196Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:04 [2019-07-31T06:40:04.196Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing} time=1187108487 data=null button=0 stateMask=0x0 x=139 y=284 count=0} to TreeItem with text {ust-overlap-testing}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing} time=1187108488 data=null doit=true} to TreeItem with text {ust-overlap-testing}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing} time=1187108488 data=null} to TreeItem with text {ust-overlap-testing}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing} time=1187108488 data=null button=1 stateMask=0x0 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187108488 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}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing} time=1187108493 data=null button=1 stateMask=0x80000 x=139 y=284 count=1} to TreeItem with text {ust-overlap-testing}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:04 [2019-07-31T06:40:04.452Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187108527 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187108527 data=null doit=true} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187108527 data=null} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187108527 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187108527 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187108575 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187108576 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187108576 data=null doit=true} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187108576 data=null} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187108576 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187108576 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187108582 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:04 [2019-07-31T06:40:04.452Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187108584 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187108584 data=null doit=true} to TreeItem with text {Traces [12]}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187108584 data=null} to TreeItem with text {Traces [12]}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187108584 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187108584 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]}
02:40:04 [2019-07-31T06:40:04.452Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187108618 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:04 [2019-07-31T06:40:04.452Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108892 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108892 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108892 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108893 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187108893 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)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108931 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:04 [2019-07-31T06:40:04.709Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108935 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108935 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108935 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108935 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187108935 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)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108940 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108941 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108941 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108941 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108941 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187108942 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)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108945 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108951 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.709Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187108952 data=null button=1 stateMask=0x0 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:04 [2019-07-31T06:40:04.971Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187108952 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)}
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187109095 data=null button=1 stateMask=0x80000 x=161 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187109294 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187109295 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187109295 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log(2)}
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:05 [2019-07-31T06:40:05.228Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - Attempting to set focus on Table with text {}
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187110326 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187110326 data=null doit=true} to TableItem with text {}
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187110327 data=null} to TableItem with text {}
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187110327 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187110327 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187110335 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:06 [2019-07-31T06:40:06.157Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:06 [2019-07-31T06:40:06.414Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:06 [2019-07-31T06:40:06.414Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:06 [2019-07-31T06:40:06.414Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187110547 data=null button=0 stateMask=0x0 x=161 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:06 [2019-07-31T06:40:06.414Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187110547 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:06 [2019-07-31T06:40:06.414Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187110547 data=null} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187110547 data=null button=1 stateMask=0x0 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187110548 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)}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log(2)} time=1187110552 data=null button=1 stateMask=0x80000 x=161 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log(2)}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:06 [2019-07-31T06:40:06.415Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187110559 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187110566 data=null doit=true} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187110566 data=null} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187110566 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187110566 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187110603 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187110604 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187110604 data=null doit=true} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187110604 data=null} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187110604 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187110604 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187110610 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:06 [2019-07-31T06:40:06.415Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187110611 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187110611 data=null doit=true} to TreeItem with text {Traces [12]}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187110611 data=null} to TreeItem with text {Traces [12]}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187110612 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187110612 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]}
02:40:06 [2019-07-31T06:40:06.415Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187110631 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:06 [2019-07-31T06:40:06.415Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111104 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111104 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111105 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111105 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187111105 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)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111142 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:06 [2019-07-31T06:40:06.979Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111145 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111145 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111145 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111145 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187111146 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)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111150 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111151 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111151 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111151 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111151 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187111151 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)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111155 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111155 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:06 [2019-07-31T06:40:06.979Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111156 data=null button=1 stateMask=0x0 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:07 [2019-07-31T06:40:07.333Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187111156 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)}
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111296 data=null button=1 stateMask=0x80000 x=165 y=137 count=2} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111630 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111630 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187111630 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomXml.xml(2)}
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:07 [2019-07-31T06:40:07.679Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:08 [2019-07-31T06:40:08.611Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - Attempting to set focus on Table with text {}
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187112634 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187112634 data=null doit=true} to TableItem with text {}
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187112634 data=null} to TableItem with text {}
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187112634 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187112635 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187112683 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:08 [2019-07-31T06:40:08.612Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187112885 data=null button=0 stateMask=0x0 x=165 y=137 count=0} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187112886 data=null doit=true} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187112886 data=null} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187112886 data=null button=1 stateMask=0x0 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187112886 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)}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomXml.xml(2)} time=1187112892 data=null button=1 stateMask=0x80000 x=165 y=137 count=1} to TreeItem with text {ExampleCustomXml.xml(2)}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:08 [2019-07-31T06:40:08.868Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187112898 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187112898 data=null doit=true} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187112898 data=null} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187112899 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187112899 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187112934 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187112935 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187112942 data=null doit=true} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187112942 data=null} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187112942 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187112943 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187112950 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:08 [2019-07-31T06:40:08.868Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187112951 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187112951 data=null doit=true} to TreeItem with text {Traces [12]}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187112952 data=null} to TreeItem with text {Traces [12]}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187112956 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187112956 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]}
02:40:08 [2019-07-31T06:40:08.868Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187112979 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:08 [2019-07-31T06:40:08.868Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113451 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1187113451 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1187113451 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113452 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187113452 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)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113490 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:09 [2019-07-31T06:40:09.431Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113493 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1187113493 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1187113493 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113493 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187113494 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)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113498 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113499 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1187113499 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1187113499 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113500 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187113500 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)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113503 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113504 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113504 data=null button=1 stateMask=0x0 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:40:09 [2019-07-31T06:40:09.431Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187113504 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)}
02:40:09 [2019-07-31T06:40:09.994Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187113640 data=null button=1 stateMask=0x80000 x=157 y=179 count=2} to TreeItem with text {kernel-overlap-testing(2)}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187114333 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1187114334 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1187114334 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing(2)}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - Attempting to set focus on Table with text {}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187114338 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187114338 data=null doit=true} to TableItem with text {}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187114338 data=null} to TableItem with text {}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187114339 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187114339 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187114403 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:10 [2019-07-31T06:40:10.251Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:11 [2019-07-31T06:40:11.180Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:11 [2019-07-31T06:40:11.180Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187115535 data=null button=0 stateMask=0x0 x=157 y=179 count=0} to TreeItem with text {kernel-overlap-testing(2)}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing(2)} time=1187115535 data=null doit=true} to TreeItem with text {kernel-overlap-testing(2)}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing(2)} time=1187115535 data=null} to TreeItem with text {kernel-overlap-testing(2)}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187115535 data=null button=1 stateMask=0x0 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187115578 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)}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing(2)} time=1187115583 data=null button=1 stateMask=0x80000 x=157 y=179 count=1} to TreeItem with text {kernel-overlap-testing(2)}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:11 [2019-07-31T06:40:11.437Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187115591 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187115591 data=null doit=true} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187115591 data=null} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187115591 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187115592 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187115631 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187115631 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187115632 data=null doit=true} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187115678 data=null} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187115678 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.437Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187115678 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.438Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187115685 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:11 [2019-07-31T06:40:11.438Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:11 [2019-07-31T06:40:11.438Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:11 [2019-07-31T06:40:11.438Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187115687 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:40:11 [2019-07-31T06:40:11.438Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187115687 data=null doit=true} to TreeItem with text {Traces [12]}
02:40:11 [2019-07-31T06:40:11.438Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187115687 data=null} to TreeItem with text {Traces [12]}
02:40:11 [2019-07-31T06:40:11.438Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187115687 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:11 [2019-07-31T06:40:11.694Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187115687 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]}
02:40:11 [2019-07-31T06:40:11.694Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187115789 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:11 [2019-07-31T06:40:11.694Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:40:11 [2019-07-31T06:40:11.951Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:11 [2019-07-31T06:40:11.951Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:11 [2019-07-31T06:40:11.951Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116168 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:40:11 [2019-07-31T06:40:11.951Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1187116168 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:40:11 [2019-07-31T06:40:11.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1187116168 data=null} to TreeItem with text {simple_server-thread1(2)}
02:40:11 [2019-07-31T06:40:11.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116169 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:40:11 [2019-07-31T06:40:11.952Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187116169 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)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116215 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:12 [2019-07-31T06:40:12.208Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116219 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1187116219 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1187116219 data=null} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116220 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187116220 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)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116225 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116225 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1187116225 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1187116226 data=null} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116226 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187116226 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)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116230 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116231 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116231 data=null button=1 stateMask=0x0 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.208Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187116232 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)}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116414 data=null button=1 stateMask=0x80000 x=159 y=221 count=2} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187116793 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1187116797 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1187116797 data=null} to TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread1(2)}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Attempting to set focus on Table with text {}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187116801 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187116801 data=null doit=true} to TableItem with text {}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187116801 data=null} to TableItem with text {}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187116802 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187116802 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187116845 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:12 [2019-07-31T06:40:12.973Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187121880 data=null button=0 stateMask=0x0 x=159 y=221 count=0} to TreeItem with text {simple_server-thread1(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread1(2)} time=1187121881 data=null doit=true} to TreeItem with text {simple_server-thread1(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread1(2)} time=1187121881 data=null} to TreeItem with text {simple_server-thread1(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187121881 data=null button=1 stateMask=0x0 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187121882 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)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread1(2)} time=1187121887 data=null button=1 stateMask=0x80000 x=159 y=221 count=1} to TreeItem with text {simple_server-thread1(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:18 [2019-07-31T06:40:18.223Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187121900 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187121900 data=null doit=true} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187121900 data=null} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187121900 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187121901 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187121945 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187121946 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187121946 data=null doit=true} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187121946 data=null} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187121946 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187121946 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187121952 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:18 [2019-07-31T06:40:18.223Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187121953 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187121954 data=null doit=true} to TreeItem with text {Traces [12]}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187121954 data=null} to TreeItem with text {Traces [12]}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187121954 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187121954 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]}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187121975 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:18 [2019-07-31T06:40:18.223Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122097 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1187122097 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1187122097 data=null} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122097 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187122098 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)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122149 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:18 [2019-07-31T06:40:18.223Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122152 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1187122152 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1187122153 data=null} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122153 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187122153 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)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122157 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.223Z] DEBUG - Double-clicking on TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.224Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122158 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.224Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1187122158 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.224Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:18 [2019-07-31T06:40:18.224Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1187122158 data=null} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.224Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122159 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.224Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187122159 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)}
02:40:18 [2019-07-31T06:40:18.224Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122162 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.224Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122162 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.224Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122163 data=null button=1 stateMask=0x0 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)}
02:40:18 [2019-07-31T06:40:18.224Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187122169 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)}
02:40:19 [2019-07-31T06:40:19.590Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187122252 data=null button=1 stateMask=0x80000 x=159 y=263 count=2} to TreeItem with text {simple_server-thread2(2)}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187123986 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1187124150 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1187124150 data=null} to TreeItem with text {simple_server-thread2(2)}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Double-clicked on TreeItem with text {simple_server-thread2(2)}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Attempting to set focus on Table with text {}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187124154 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187124154 data=null doit=true} to TableItem with text {}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187124154 data=null} to TableItem with text {}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187124155 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187124155 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187124164 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187124357 data=null button=0 stateMask=0x0 x=159 y=263 count=0} to TreeItem with text {simple_server-thread2(2)}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {simple_server-thread2(2)} time=1187124357 data=null doit=true} to TreeItem with text {simple_server-thread2(2)}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {simple_server-thread2(2)} time=1187124357 data=null} to TreeItem with text {simple_server-thread2(2)}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187124357 data=null button=1 stateMask=0x0 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187124357 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)}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {simple_server-thread2(2)} time=1187124363 data=null button=1 stateMask=0x80000 x=159 y=263 count=1} to TreeItem with text {simple_server-thread2(2)}
02:40:20 [2019-07-31T06:40:20.153Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:20 [2019-07-31T06:40:20.154Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187124370 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187124370 data=null doit=true} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187124370 data=null} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187124370 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.154Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187124370 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187124407 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187124408 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187124408 data=null doit=true} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187124408 data=null} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187124408 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187124408 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187124424 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:20 [2019-07-31T06:40:20.410Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187124425 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187124425 data=null doit=true} to TreeItem with text {Traces [12]}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187124425 data=null} to TreeItem with text {Traces [12]}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187124426 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187124426 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]}
02:40:20 [2019-07-31T06:40:20.410Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187124442 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:20 [2019-07-31T06:40:20.410Z] WARN - Tree item TreeItem with text {Traces [12]} is already expanded. Won't expand it again.
02:40:20 [2019-07-31T06:40:20.666Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:20 [2019-07-31T06:40:20.666Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:20 [2019-07-31T06:40:20.666Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187124918 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.666Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1187124918 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.666Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1187124918 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.666Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187124919 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187124919 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)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187124962 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:20 [2019-07-31T06:40:20.924Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187124966 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1187124966 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1187124966 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187124966 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187124966 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)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187124971 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Double-clicking on TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187124972 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1187124972 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1187124972 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187124972 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187124972 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)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187124976 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187124976 data=null button=1 stateMask=0x0 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187124977 data=null button=1 stateMask=0x0 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)}
02:40:20 [2019-07-31T06:40:20.924Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187124977 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)}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187125180 data=null button=1 stateMask=0x80000 x=148 y=305 count=2} to TreeItem with text {ust-overlap-testing(2)}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187125593 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1187125593 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1187125593 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Double-clicked on TreeItem with text {ust-overlap-testing(2)}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Attempting to set focus on Table with text {}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187125596 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187125606 data=null doit=true} to TableItem with text {}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187125606 data=null} to TableItem with text {}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187125607 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187125607 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187125629 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:21 [2019-07-31T06:40:21.633Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187127152 data=null button=0 stateMask=0x0 x=148 y=305 count=0} to TreeItem with text {ust-overlap-testing(2)}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ust-overlap-testing(2)} time=1187127153 data=null doit=true} to TreeItem with text {ust-overlap-testing(2)}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ust-overlap-testing(2)} time=1187127153 data=null} to TreeItem with text {ust-overlap-testing(2)}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187127154 data=null button=1 stateMask=0x0 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187127154 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)}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ust-overlap-testing(2)} time=1187127170 data=null button=1 stateMask=0x80000 x=148 y=305 count=1} to TreeItem with text {ust-overlap-testing(2)}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:23 [2019-07-31T06:40:23.001Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187127177 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187127177 data=null doit=true} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187127177 data=null} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187127178 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187127178 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187127238 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187127238 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187127238 data=null doit=true} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187127239 data=null} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.001Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187127239 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187127239 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187127292 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187127294 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187127294 data=null doit=true} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187127294 data=null} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187127294 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187127294 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]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187127317 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187127331 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187127331 data=null doit=true} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187127331 data=null} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187127331 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187127331 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187127402 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187127403 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187127403 data=null doit=true} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187127403 data=null} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187127403 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187127403 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187127409 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:23 [2019-07-31T06:40:23.258Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187127410 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187127410 data=null doit=true} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187127411 data=null} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187127411 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187127411 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]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187127426 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [12]} time=1187127427 data=null button=0 stateMask=0x0 x=95 y=53 count=0} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [12]} time=1187127427 data=null doit=true} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [12]} time=1187127427 data=null} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [12]} time=1187127427 data=null button=1 stateMask=0x0 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187127430 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]}
02:40:23 [2019-07-31T06:40:23.258Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [12]} time=1187127457 data=null button=1 stateMask=0x80000 x=95 y=53 count=1} to TreeItem with text {Traces [12]}
02:40:23 [2019-07-31T06:40:23.515Z] DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
02:40:23 [2019-07-31T06:40:23.515Z] DEBUG - Clicking on with mnemonic 'Clear'
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - Clicked on with mnemonic 'Clear'
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1187127810 data=null doit=true} to Shell with text {Confirm Clear}
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - Clicking on &Yes
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1187127811 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')
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1187127811 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')
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1187127812 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1187127812 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1187127812 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')
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1187127812 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')
02:40:23 [2019-07-31T06:40:23.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1187127812 data=null item=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')
02:40:27 [2019-07-31T06:40:27.948Z] DEBUG - Clicked on 
02:40:28 [2019-07-31T06:40:28.205Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1187127538 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187132732 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187132732 data=null doit=true} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187132732 data=null} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187132732 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187132733 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187132763 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187132764 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187132764 data=null doit=true} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187132764 data=null} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187132764 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187132764 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187132773 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:28 [2019-07-31T06:40:28.769Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1187132773 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1187132774 data=null doit=true} to TreeItem with text {Traces [0]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1187132774 data=null} to TreeItem with text {Traces [0]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1187132774 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187132774 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]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1187132782 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1187132783 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1187132793 data=null doit=true} to TreeItem with text {Traces [0]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1187132793 data=null} to TreeItem with text {Traces [0]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1187132794 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187132794 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]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1187132798 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]}
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:40:28 [2019-07-31T06:40:28.769Z] DEBUG - Clicking on with mnemonic 'Import...'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - Clicked on with mnemonic 'Import...'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1187133053 data=null doit=true} to Shell with text {Trace Import}
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO')
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') is already selected, not clicking again.
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz
02:40:29 [2019-07-31T06:40:29.228Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz} time=1187133086 data=null} to (of type 'Combo')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/archives/traces.tar.gz
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=1187133137 data=null doit=true} to TreeItem with text {/}
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=1187133137 data=null} to TreeItem with text {/}
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=1187133137 data=null button=1 stateMask=0x0 x=64 y=11 count=1} to TreeItem with text {/}
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187133137 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {/}
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=1187133140 data=null button=1 stateMask=0x80000 x=64 y=11 count=1} to TreeItem with text {/}
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=1187133140 data=null doit=true} to Tree node with text: z-clashes
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=1187133140 data=null} to Tree node with text: z-clashes
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=1187133140 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187133140 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
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=1187133142 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {z-clashes} time=1187133143 data=null button=0 stateMask=0x0 x=110 y=143 count=0} to Tree node with text: z-clashes
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes} time=1187133147 data=null doit=true} to Tree node with text: z-clashes
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes} time=1187133148 data=null} to Tree node with text: z-clashes
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes} time=1187133148 data=null button=1 stateMask=0x0 x=110 y=143 count=1} to Tree node with text: z-clashes
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187133148 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
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes} time=1187133158 data=null button=1 stateMask=0x80000 x=110 y=143 count=1} to Tree node with text: z-clashes
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Setting state to checked on: ExampleCustomTxt.log
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:29 [2019-07-31T06:40:29.229Z] WARN - Tree item TreeItem with text {/} is already expanded. Won't expand it again.
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187133175 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187133175 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187133175 data=null} to Tree node with text: kernel-overlap-testing
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187133176 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187133176 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
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187133178 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1187133182 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:'))
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:40:29 [2019-07-31T06:40:29.229Z] 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@516f242f
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1187133195 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1187133196 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1187133196 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1187133196 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1187133196 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1187133196 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1187133196 data=null item=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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1187133196 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1187133196 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1187133196 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1187133197 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1187133197 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:40:29 [2019-07-31T06:40:29.229Z] 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:40:29 [2019-07-31T06:40:29.229Z] 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] 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')
02:40:29 [2019-07-31T06:40:29.229Z] 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.
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Clicking on &Finish
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1187133212 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1187133212 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1187133212 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1187133213 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1187133213 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')
02:40:29 [2019-07-31T06:40:29.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1187133213 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')
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1187133213 data=null item=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')
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1187132840 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Clicked on 
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187133690 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187133690 data=null doit=true} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187133690 data=null} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187133691 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187133691 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187133729 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187133730 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187133730 data=null doit=true} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187133730 data=null} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187133730 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187133730 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187133737 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:29 [2019-07-31T06:40:29.742Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1187133745 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187133746 data=null doit=true} to TreeItem with text {Traces [2]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187133746 data=null} to TreeItem with text {Traces [2]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187133746 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187133746 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]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187133790 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187133792 data=null doit=true} to TreeItem with text {Traces [2]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187133792 data=null} to TreeItem with text {Traces [2]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187133792 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187133792 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]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187133795 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {z-clashes [1]} time=1187133795 data=null doit=true} to TreeItem with text {z-clashes [1]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {z-clashes [1]} time=1187133795 data=null} to TreeItem with text {z-clashes [1]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {z-clashes [1]} time=1187133796 data=null button=1 stateMask=0x0 x=103 y=74 count=1} to TreeItem with text {z-clashes [1]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187133796 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]}
02:40:29 [2019-07-31T06:40:29.742Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {z-clashes [1]} time=1187133798 data=null button=1 stateMask=0x80000 x=103 y=74 count=1} to TreeItem with text {z-clashes [1]}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134126 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187134126 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187134126 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134126 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187134127 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}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134189 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:29 [2019-07-31T06:40:29.999Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134193 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187134193 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187134193 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134194 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187134194 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}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134203 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Double-clicking on TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134203 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187134203 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187134204 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134204 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187134204 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}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134208 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134208 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:40:29 [2019-07-31T06:40:29.999Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134208 data=null button=1 stateMask=0x0 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:40:30 [2019-07-31T06:40:30.255Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187134208 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}
02:40:30 [2019-07-31T06:40:30.255Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134265 data=null button=1 stateMask=0x80000 x=170 y=95 count=2} to TreeItem with text {ExampleCustomTxt.log}
02:40:30 [2019-07-31T06:40:30.255Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187134310 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:40:30 [2019-07-31T06:40:30.255Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187134310 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:40:30 [2019-07-31T06:40:30.255Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187134310 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:40:30 [2019-07-31T06:40:30.255Z] DEBUG - Double-clicked on TreeItem with text {ExampleCustomTxt.log}
02:40:30 [2019-07-31T06:40:30.818Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - Attempting to set focus on Table with text {}
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187135815 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187135815 data=null doit=true} to TableItem with text {}
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187135815 data=null} to TableItem with text {}
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187135816 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187135816 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187135834 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:31 [2019-07-31T06:40:31.747Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187136010 data=null button=0 stateMask=0x0 x=170 y=95 count=0} to TreeItem with text {ExampleCustomTxt.log}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1187136011 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1187136011 data=null} to TreeItem with text {ExampleCustomTxt.log}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187136011 data=null button=1 stateMask=0x0 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187136011 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}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1187136016 data=null button=1 stateMask=0x80000 x=170 y=95 count=1} to TreeItem with text {ExampleCustomTxt.log}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:32 [2019-07-31T06:40:32.004Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187136022 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187136028 data=null doit=true} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187136028 data=null} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187136029 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187136029 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187136074 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187136075 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187136075 data=null doit=true} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187136075 data=null} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187136076 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187136076 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187136084 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:32 [2019-07-31T06:40:32.004Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1187136085 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187136085 data=null doit=true} to TreeItem with text {Traces [2]}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187136086 data=null} to TreeItem with text {Traces [2]}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187136086 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187136086 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]}
02:40:32 [2019-07-31T06:40:32.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187136106 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:32 [2019-07-31T06:40:32.004Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136570 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187136570 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187136570 data=null} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136571 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187136571 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}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136613 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:32 [2019-07-31T06:40:32.769Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136617 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187136617 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187136618 data=null} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136618 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187136618 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}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136624 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Double-clicking on TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136624 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187136625 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187136625 data=null} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136626 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187136626 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}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136636 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136637 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136637 data=null button=1 stateMask=0x0 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:40:32 [2019-07-31T06:40:32.769Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1187136637 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}
02:40:33 [2019-07-31T06:40:33.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187136707 data=null button=1 stateMask=0x80000 x=148 y=116 count=2} to TreeItem with text {kernel-overlap-testing}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187137248 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187137340 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187137340 data=null} to TreeItem with text {kernel-overlap-testing}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - Double-clicked on TreeItem with text {kernel-overlap-testing}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - Attempting to set focus on Table with text {}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1187137343 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1187137343 data=null doit=true} to TableItem with text {}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1187137343 data=null} to TableItem with text {}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1187137343 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1187137344 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1187137351 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {}
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - matched Table with text "", using matcher: of type 'Table'
02:40:33 [2019-07-31T06:40:33.283Z] DEBUG - matched Table with text "", using matcher: (of type 'Table')
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.views.PropertySheet"'
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187138362 data=null button=0 stateMask=0x0 x=148 y=116 count=0} to TreeItem with text {kernel-overlap-testing}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187138362 data=null doit=true} to TreeItem with text {kernel-overlap-testing}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187138362 data=null} to TreeItem with text {kernel-overlap-testing}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187138363 data=null button=1 stateMask=0x0 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187138363 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}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187138367 data=null button=1 stateMask=0x80000 x=148 y=116 count=1} to TreeItem with text {kernel-overlap-testing}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:34 [2019-07-31T06:40:34.136Z] WARN - Tree item TreeItem with text {Resource properties} is already expanded. Won't expand it again.
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187138373 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187138373 data=null doit=true} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187138374 data=null} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187138374 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.136Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187138374 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187138420 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187138420 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187138421 data=null doit=true} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187138421 data=null} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187138421 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187138422 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187138427 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1187138433 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187138433 data=null doit=true} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187138433 data=null} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187138434 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187138434 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]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187138443 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187138460 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187138460 data=null doit=true} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187138460 data=null} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187138460 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187138464 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187138478 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187138490 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187138490 data=null doit=true} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187138491 data=null} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187138491 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187138491 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187138502 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:34 [2019-07-31T06:40:34.482Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1187138503 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187138503 data=null doit=true} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187138503 data=null} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187138504 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187138504 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]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187138533 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1187138534 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187138534 data=null doit=true} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187138534 data=null} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.482Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187138534 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.483Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187138535 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]}
02:40:34 [2019-07-31T06:40:34.483Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187138539 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:34 [2019-07-31T06:40:34.483Z] DEBUG - matched MenuItem with text "&New Folder...", using matcher: with mnemonic 'New Folder...'
02:40:34 [2019-07-31T06:40:34.483Z] DEBUG - Clicking on with mnemonic 'New Folder...'
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - Clicked on with mnemonic 'New Folder...'
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - matched Shell with text "New Folder", using matcher: with text 'New Folder'
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {New Folder} time=1187138779 data=null doit=true} to Shell with text {New Folder}
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - matched Text with text "", using matcher: of type 'Text'
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - matched Label with text "Folder name:", using matcher: with mnemonic 'Folder name:'
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Folder name:')
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Folder name:'))
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - Clicking on OK
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1187138825 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1187138825 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1187138825 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1187138826 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1187138826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1187138826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1187138826 data=null item=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')
02:40:34 [2019-07-31T06:40:34.740Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&New Folder...} time=1187138582 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...'
02:40:34 [2019-07-31T06:40:34.997Z] DEBUG - Clicked on 
02:40:34 [2019-07-31T06:40:34.997Z] WARN - Tree item TreeItem with text {Traces [2]} is already expanded. Won't expand it again.
02:40:34 [2019-07-31T06:40:34.997Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:34 [2019-07-31T06:40:34.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {aaa} time=1187139027 data=null button=0 stateMask=0x0 x=90 y=74 count=0} to TreeItem with text {aaa}
02:40:34 [2019-07-31T06:40:34.997Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {aaa} time=1187139041 data=null doit=true} to TreeItem with text {aaa}
02:40:34 [2019-07-31T06:40:34.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {aaa} time=1187139041 data=null} to TreeItem with text {aaa}
02:40:34 [2019-07-31T06:40:34.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {aaa} time=1187139042 data=null button=1 stateMask=0x0 x=90 y=74 count=1} to TreeItem with text {aaa}
02:40:34 [2019-07-31T06:40:34.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187139042 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}
02:40:34 [2019-07-31T06:40:34.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {aaa} time=1187139083 data=null button=1 stateMask=0x80000 x=90 y=74 count=1} to TreeItem with text {aaa}
02:40:34 [2019-07-31T06:40:34.997Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
02:40:34 [2019-07-31T06:40:34.997Z] DEBUG - Clicking on with mnemonic 'Import...'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Clicked on with mnemonic 'Import...'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1187139482 data=null doit=true} to Shell with text {Trace Import}
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with mnemonic 'Select root directory:'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: with style 'SWT.RADIO'
02:40:35 [2019-07-31T06:40:35.254Z] 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')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select &archive file:} time=1187139484 data=null doit=true} to Button with text {Select &archive file:}
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select &archive file:} time=1187139484 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:}
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select roo&t directory:} time=1187139488 data=null doit=true} to (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select roo&t directory:} time=1187139488 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')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select roo&t directory:} time=1187139488 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')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select roo&t directory:} time=1187139488 data=null item=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')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select root directory:' and with style 'SWT.RADIO')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Attempting to set focus on (of type 'Combo')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import} time=1187139494 data=null} to (of type 'Combo')
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.tracecompass-temp/testtraces/import
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:35 [2019-07-31T06:40:35.254Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Attempting to set focus on (of type 'Tree')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {import} time=1187139565 data=null doit=true} to TreeItem with text {import}
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {import} time=1187139565 data=null} to TreeItem with text {import}
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {import} time=1187139566 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {import}
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187139566 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}
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {import} time=1187139568 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {import}
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187139569 data=null button=0 stateMask=0x0 x=150 y=55 count=0} to Tree node with text: kernel-overlap-testing
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187139569 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187139569 data=null} to Tree node with text: kernel-overlap-testing
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187139569 data=null button=1 stateMask=0x0 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187139570 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
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187139572 data=null button=1 stateMask=0x80000 x=150 y=55 count=1} to Tree node with text: kernel-overlap-testing
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Setting state to checked on: kernel-overlap-testing
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1187139592 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:'))
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
02:40:35 [2019-07-31T06:40:35.512Z] 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@36f33bc2
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create lin&ks in workspace} time=1187139603 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1187139604 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create lin&ks in workspace} time=1187139604 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create lin&ks in workspace} time=1187139604 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create lin&ks in workspace} time=1187139604 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create lin&ks in workspace} time=1187139604 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create lin&ks in workspace} time=1187139604 data=null item=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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create lin&ks in workspace} time=1187139604 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create lin&ks in workspace} time=1187139604 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create lin&ks in workspace} time=1187139605 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create lin&ks in workspace} time=1187139605 data=null doit=true} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create lin&ks in workspace} time=1187139605 data=null} to (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@561e6bef
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1187139607 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1187139607 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1187139608 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1187139608 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1187139608 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1187139608 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1187139608 data=null item=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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1187139608 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1187139608 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1187139608 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1187139608 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1187139608 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
02:40:35 [2019-07-31T06:40:35.512Z] 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
02:40:35 [2019-07-31T06:40:35.512Z] 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] 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')
02:40:35 [2019-07-31T06:40:35.512Z] 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.
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Clicking on &Finish
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1187139629 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1187139638 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1187139638 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1187139639 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1187139639 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')
02:40:35 [2019-07-31T06:40:35.512Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1187139639 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')
02:40:35 [2019-07-31T06:40:35.768Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1187139639 data=null item=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')
02:40:35 [2019-07-31T06:40:35.768Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1187139134 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'
02:40:35 [2019-07-31T06:40:35.768Z] DEBUG - Clicked on 
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187140041 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187140057 data=null doit=true} to TreeItem with text {test}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187140057 data=null} to TreeItem with text {test}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187140057 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187140057 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187140090 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:36 [2019-07-31T06:40:36.024Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [0]} time=1187140091 data=null doit=true} to TreeItem with text {Experiments [0]}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [0]} time=1187140091 data=null} to TreeItem with text {Experiments [0]}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [0]} time=1187140092 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [0]}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187140092 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]}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [0]} time=1187140095 data=null button=1 stateMask=0x80000 x=95 y=32 count=1} to TreeItem with text {Experiments [0]}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {aaa [1]} time=1187140096 data=null doit=true} to TreeItem with text {aaa [1]}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {aaa [1]} time=1187140096 data=null} to TreeItem with text {aaa [1]}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {aaa [1]} time=1187140097 data=null button=1 stateMask=0x0 x=85 y=95 count=1} to TreeItem with text {aaa [1]}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187140097 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]}
02:40:36 [2019-07-31T06:40:36.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {aaa [1]} time=1187140118 data=null button=1 stateMask=0x80000 x=101 y=95 count=1} to TreeItem with text {aaa [1]}
02:40:36 [2019-07-31T06:40:36.280Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:36 [2019-07-31T06:40:36.280Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel-overlap-testing} time=1187140331 data=null doit=true} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.280Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel-overlap-testing} time=1187140331 data=null} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.280Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel-overlap-testing} time=1187140332 data=null button=1 stateMask=0x0 x=166 y=116 count=1} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187140332 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
02:40:36 [2019-07-31T06:40:36.280Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TreeItem {kernel-overlap-testing} time=1187140366 data=null x=166 y=116 width=0 height=0 detail=0} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.280Z] DEBUG - Sent event DND.DragStart [2008]: Event {type=2008 TreeItem {kernel-overlap-testing} time=1187140368 data=null x=166 y=116 width=0 height=0 detail=0} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event DND.DragEnter [2002]: Event {type=2002 TreeItem {kernel-overlap-testing} time=1187140530 data=null x=109 y=195 width=0 height=0 detail=2} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event DND.DragOver [2004]: Event {type=2004 TreeItem {kernel-overlap-testing} time=1187140541 data=null x=109 y=195 width=0 height=0 detail=2} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event DND.DragLeave [2003]: Event {type=2003 TreeItem {kernel-overlap-testing} time=1187140542 data=null x=0 y=0 width=0 height=0 detail=0} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event DND.DropAccept [2007]: Event {type=2007 TreeItem {kernel-overlap-testing} time=1187140542 data=null x=109 y=195 width=0 height=0 detail=2} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event DND.DragSetData [2001]: Event {type=2001 TreeItem {kernel-overlap-testing} time=1187140543 data=null x=0 y=0 width=0 height=0 detail=0} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event DND.Drop [2006]: Event {type=2006 TreeItem {kernel-overlap-testing} time=1187140543 data=[TmfTraceElement(/test/Traces/aaa/kernel-overlap-testing)] x=109 y=195 width=0 height=0 detail=2} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event DND.DragEnd [2000]: Event {type=2000 TreeItem {kernel-overlap-testing} time=1187140562 data=null x=0 y=0 width=0 height=0 detail=2} to Tree node with text: kernel-overlap-testing
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {exp [0]} time=1187140568 data=null doit=true} to TreeItem with text {exp [0]}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {exp [0]} time=1187140568 data=null} to TreeItem with text {exp [0]}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {exp [0]} time=1187140569 data=null button=1 stateMask=0x0 x=101 y=53 count=1} to TreeItem with text {exp [0]}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187140569 data=null item=TreeItem {exp [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TreeItem with text {exp [0]}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {exp [0]} time=1187140591 data=null button=1 stateMask=0x80000 x=101 y=53 count=1} to TreeItem with text {exp [0]}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {aaa [1]} time=1187140592 data=null button=0 stateMask=0x0 x=101 y=179 count=0} to TreeItem with text {aaa [1]}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {aaa [1]} time=1187140592 data=null doit=true} to TreeItem with text {aaa [1]}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {aaa [1]} time=1187140592 data=null} to TreeItem with text {aaa [1]}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {aaa [1]} time=1187140593 data=null button=1 stateMask=0x0 x=101 y=179 count=1} to TreeItem with text {aaa [1]}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187140593 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]}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {aaa [1]} time=1187140606 data=null button=1 stateMask=0x80000 x=101 y=179 count=1} to TreeItem with text {aaa [1]}
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - matched MenuItem with text "Rena&me...	F2", using matcher: with mnemonic 'Rename...'
02:40:36 [2019-07-31T06:40:36.538Z] DEBUG - Clicking on with mnemonic 'Rename...'
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - Clicked on with mnemonic 'Rename...'
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - matched Shell with text "Rename Folder", using matcher: with text 'Rename Folder'
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Rename Folder} time=1187140868 data=null doit=true} to Shell with text {Rename Folder}
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - matched Text with text "aaa", using matcher: of type 'Text'
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - matched Label with text "New Folder name:", using matcher: with mnemonic 'New Folder name:'
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - matched Text with text "aaa", using matcher: with label (with mnemonic 'New Folder name:')
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - matched Text with text "aaa", using matcher: (of type 'Text' and with label (with mnemonic 'New Folder name:'))
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - Clicking on OK
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1187140899 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1187140899 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1187140899 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1187140902 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1187140903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1187140903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:36 [2019-07-31T06:40:36.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1187140903 data=null item=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')
02:40:37 [2019-07-31T06:40:37.051Z] DEBUG - Clicked on 
02:40:37 [2019-07-31T06:40:37.307Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Rena&me...	F2} time=1187140656 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Rename...'
02:40:37 [2019-07-31T06:40:37.564Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:37 [2019-07-31T06:40:37.564Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again.
02:40:37 [2019-07-31T06:40:37.564Z] WARN - Tree item TreeItem with text {exp [1]} is already expanded. Won't expand it again.
02:40:37 [2019-07-31T06:40:37.564Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:37 [2019-07-31T06:40:37.564Z] WARN - Tree item TreeItem with text {Experiments [1]} is already expanded. Won't expand it again.
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187141773 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187141773 data=null doit=true} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187141773 data=null} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187141773 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187141773 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187141779 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187141779 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187141779 data=null doit=true} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187141779 data=null} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187141780 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187141780 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187141784 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.564Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [3]} time=1187141785 data=null button=0 stateMask=0x0 x=91 y=158 count=0} to TreeItem with text {Traces [3]}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [3]} time=1187141785 data=null doit=true} to TreeItem with text {Traces [3]}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [3]} time=1187141785 data=null} to TreeItem with text {Traces [3]}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [3]} time=1187141785 data=null button=1 stateMask=0x0 x=91 y=158 count=1} to TreeItem with text {Traces [3]}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187141785 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]}
02:40:37 [2019-07-31T06:40:37.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [3]} time=1187141788 data=null button=1 stateMask=0x80000 x=91 y=158 count=1} to TreeItem with text {Traces [3]}
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/kernel-overlap-testing/kernel-overlap-testing_ - Eclipse Platform} time=1187141841 data=null doit=true} to Shell with text {data - test/Traces/kernel-overlap-testing/kernel-overlap-testing_ - Eclipse Platform}
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187141849 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187141849 data=null doit=true} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187141849 data=null} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187141849 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187141849 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187141904 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:40:37 [2019-07-31T06:40:37.822Z] DEBUG - Clicking on with mnemonic 'Delete'
02:40:38 [2019-07-31T06:40:38.080Z] DEBUG - Clicked on with mnemonic 'Delete'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142594 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142594 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142595 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142595 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142595 data=null 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')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142595 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142595 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187142596 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Clicking on OK
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1187142598 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1187142598 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1187142598 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1187142598 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1187142598 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1187142598 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:40:38 [2019-07-31T06:40:38.644Z] DEBUG - Clicked on OK
02:40:39 [2019-07-31T06:40:39.573Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1187142598 data=null item=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')
02:40:39 [2019-07-31T06:40:39.573Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1187141985 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:40:40 [2019-07-31T06:40:40.502Z] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 480.056 s - in org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest
02:40:40 [2019-07-31T06:40:40.502Z] test3_01ContextMenuPresence(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 0.296 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_02Import(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 0.946 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_03SingleCustomTextTrace(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 4.871 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_04SingleCustomXmlTrace(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 3.683 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_05SingleCtfTrace(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 5.456 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_06RenameCopyImport(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 13.086 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_07OverwriteCopyImport(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 16.091 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_08SkipImport(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 9.912 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_09OverwriteOptionImport(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 14.204 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_10ImportUnrecognized(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 3.371 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_11ImportUnrecognizedIgnore(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 3.433 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_12ImportCtfWithMetadataSelection(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 6.883 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_13ImportRecursiveAutoRenameAll(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 33.961 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_14ImportRecursiveAutoOverwriteAll(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 23.62 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_15ImportRecursiveAutoSkipAll(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 20.874 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_16ImportRecursiveAutoRenameOverwriteSkip(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 15.988 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_17ImportRecursiveSpecifyTraceTypeCTF(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 13.137 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_18ImportRecursiveSpecifyTraceTypeKernel(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 5.848 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_19ImportRecursiveSpecifyTraceTypeUST(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 8.12 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_20ImportRecursiveSpecifyTraceTypeCustomText(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 8.665 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_21ImportFromMenuProjectSelected(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 4.935 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_22ImportFromMenuProjectNotSelected(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 5.697 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_29ImportRecursivePreserve(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 11.879 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_30ImportRecursivePreserveSkipAll(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 5.859 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_31ImportRecursivePreserveRenameAll(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 12.09 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_32DeleteTraceAndFolder(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 20.209 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_33DeleteMultipleFolders(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 8.77 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_34ClearSingleTracesFolder(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 6.753 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_35ClearMultipleTracesFolder(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 8.854 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_36ImportZipArchivePreserve(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 27.475 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_37ImportZipArchiveNoPreserve(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 43.281 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_38ImportZipArchiveSpecificTraces(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 15.38 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_39ImportTarGzipArchivePreserve(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 34.945 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_40ImportTarGzipArchiveNoPreserve(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 43.336 s
02:40:40 [2019-07-31T06:40:40.502Z] test3_41ImportTarGzipArchiveSpecificTraces(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 11.13 s
02:40:40 [2019-07-31T06:40:40.502Z] test_RenameFolderWorkaroundBug525833(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest)  Time elapsed: 3.379 s
02:40:40 [2019-07-31T06:40:40.502Z] Running org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerRefreshTest
02:40:40 [2019-07-31T06:40:40.502Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerRefreshTest
02:40:40 [2019-07-31T06:40:40.502Z] org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerRefreshTest skipped
02:40:40 [2019-07-31T06:40:40.502Z] Running org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest
02:40:41 [2019-07-31T06:40:41.868Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1187145995 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:40:42 [2019-07-31T06:40:42.430Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:40:42 [2019-07-31T06:40:42.430Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:40:42 [2019-07-31T06:40:42.430Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187147052 data=null doit=true} to Shell with text {Preferences}
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1187147069 data=null doit=true} to TreeItem with text {Tracing}
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1187147070 data=null} to TreeItem with text {Tracing}
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1187147070 data=null button=1 stateMask=0x0 x=48 y=137 count=1} to TreeItem with text {Tracing}
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187147081 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}
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1187147084 data=null button=1 stateMask=0x80000 x=48 y=137 count=1} to TreeItem with text {Tracing}
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187147085 data=null doit=true} to Tree node with text: Perspectives
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187147085 data=null} to Tree node with text: Perspectives
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187147085 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187147085 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
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187147086 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187147094 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187147116 data=null doit=true} to Tree node with text: Perspectives
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187147116 data=null} to Tree node with text: Perspectives
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187147117 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187147117 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
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187147204 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Button with text "Never", using matcher: with mnemonic 'Never'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Button with text "Never", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Button with text "Never", using matcher: with style 'SWT.RADIO'
02:40:42 [2019-07-31T06:40:42.992Z] 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')
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:42 [2019-07-31T06:40:42.992Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:40:42 [2019-07-31T06:40:42.992Z] 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.
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
02:40:43 [2019-07-31T06:40:43.248Z] 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')
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - Clicking on Apply and Close
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1187147289 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')
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1187147289 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')
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1187147289 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1187147289 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1187147289 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')
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1187147289 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')
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1187147290 data=null item=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')
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187146676 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:40:43 [2019-07-31T06:40:43.248Z] DEBUG - Clicked on 
02:40:45 [2019-07-31T06:40:45.772Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1187149850 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:40:45 [2019-07-31T06:40:45.772Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:40:45 [2019-07-31T06:40:45.772Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:40:45 [2019-07-31T06:40:45.772Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187150108 data=null doit=true} to Shell with text {Preferences}
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:40:46 [2019-07-31T06:40:46.030Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187150123 data=null doit=true} to Tree node with text: Perspectives
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187150124 data=null} to Tree node with text: Perspectives
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187150124 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187150124 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
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187150125 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187150126 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187150126 data=null doit=true} to Tree node with text: Perspectives
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187150126 data=null} to Tree node with text: Perspectives
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187150127 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187150133 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
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187150133 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Always", using matcher: with mnemonic 'Always'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Always", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Always", using matcher: with style 'SWT.RADIO'
02:40:46 [2019-07-31T06:40:46.030Z] 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')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] 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')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Never} time=1187150153 data=null doit=true} to Button with text {Never}
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Never} time=1187150153 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}
02:40:46 [2019-07-31T06:40:46.030Z] 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')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Always} time=1187150155 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')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Always} time=1187150155 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')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Always} time=1187150155 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')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Always} time=1187150155 data=null item=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')
02:40:46 [2019-07-31T06:40:46.030Z] 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')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
02:40:46 [2019-07-31T06:40:46.030Z] 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')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Clicking on Apply and Close
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1187150158 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')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1187150158 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')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1187150158 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1187150158 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:40:46 [2019-07-31T06:40:46.030Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1187150158 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')
02:40:46 [2019-07-31T06:40:46.031Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1187150159 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')
02:40:46 [2019-07-31T06:40:46.287Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1187150159 data=null item=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')
02:40:46 [2019-07-31T06:40:46.287Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187149890 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:40:46 [2019-07-31T06:40:46.544Z] DEBUG - Clicked on 
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1187157849 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187158094 data=null doit=true} to Shell with text {Preferences}
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:40:54 [2019-07-31T06:40:54.635Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187158110 data=null doit=true} to Tree node with text: Perspectives
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187158110 data=null} to Tree node with text: Perspectives
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187158111 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187158111 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
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187158112 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187158113 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187158113 data=null doit=true} to Tree node with text: Perspectives
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187158113 data=null} to Tree node with text: Perspectives
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187158119 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187158130 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
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187158137 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Always", using matcher: with mnemonic 'Always'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Always", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Always", using matcher: with style 'SWT.RADIO'
02:40:54 [2019-07-31T06:40:54.635Z] 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')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] 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.
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
02:40:54 [2019-07-31T06:40:54.635Z] 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')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Clicking on Apply and Close
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1187158146 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')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1187158146 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')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1187158146 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1187158146 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1187158146 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')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1187158146 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')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1187158146 data=null item=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')
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187157897 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:40:54 [2019-07-31T06:40:54.635Z] DEBUG - Clicked on 
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187162487 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187162487 data=null doit=true} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187162487 data=null} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187162487 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187162488 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187162603 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187162604 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187162604 data=null doit=true} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187162604 data=null} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187162605 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187162605 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187162612 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187162612 data=null doit=true} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187162612 data=null} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187162612 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187162612 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}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187162683 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [2]} time=1187162684 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [2]}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187162684 data=null doit=true} to TreeItem with text {Traces [2]}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187162685 data=null} to TreeItem with text {Traces [2]}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187162685 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187162685 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]}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187162692 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [2]} time=1187162692 data=null doit=true} to TreeItem with text {Traces [2]}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [2]} time=1187162692 data=null} to TreeItem with text {Traces [2]}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [2]} time=1187162693 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187162693 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]}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [2]} time=1187162696 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [2]}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Attempting to set focus on Tree with text {}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kernel} time=1187162696 data=null button=0 stateMask=0x0 x=82 y=74 count=0} to TreeItem with text {kernel}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kernel} time=1187162697 data=null doit=true} to TreeItem with text {kernel}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kernel} time=1187162697 data=null} to TreeItem with text {kernel}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kernel} time=1187162697 data=null button=1 stateMask=0x0 x=82 y=74 count=1} to TreeItem with text {kernel}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187162697 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}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kernel} time=1187162711 data=null button=1 stateMask=0x80000 x=98 y=74 count=1} to TreeItem with text {kernel}
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - matched MenuItem with text "Open As E&xperiment....", using matcher: with mnemonic 'Open As Experiment...'
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - matched MenuItem with text "Test trace", using matcher: with mnemonic 'Test trace'
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - matched MenuItem with text "Test experiment", using matcher: with mnemonic 'Test experiment'
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Clicking on with mnemonic 'Test experiment'
02:40:58 [2019-07-31T06:40:58.805Z] DEBUG - Clicked on with mnemonic 'Test experiment'
02:40:59 [2019-07-31T06:40:59.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Test experiment} time=1187162786 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'
02:41:01 [2019-07-31T06:41:01.886Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1187166111 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:41:01 [2019-07-31T06:41:01.886Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:41:02 [2019-07-31T06:41:02.142Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:41:02 [2019-07-31T06:41:02.142Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187166402 data=null doit=true} to Shell with text {Preferences}
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:41:02 [2019-07-31T06:41:02.399Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187166420 data=null doit=true} to Tree node with text: Perspectives
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187166420 data=null} to Tree node with text: Perspectives
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187166421 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187166421 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
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187166421 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Attempting to set focus on Tree with text {}
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187166429 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187166492 data=null doit=true} to Tree node with text: Perspectives
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187166492 data=null} to Tree node with text: Perspectives
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187166493 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187166493 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
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187166494 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO'
02:41:02 [2019-07-31T06:41:02.399Z] 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Always} time=1187166497 data=null doit=true} to Button with text {Always}
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Always} time=1187166497 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}
02:41:02 [2019-07-31T06:41:02.399Z] 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Prompt} time=1187166499 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Prompt} time=1187166499 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Prompt} time=1187166499 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Prompt} time=1187166499 data=null item=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')
02:41:02 [2019-07-31T06:41:02.399Z] 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
02:41:02 [2019-07-31T06:41:02.399Z] 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Clicking on Apply and Close
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1187166502 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1187166502 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1187166503 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1187166503 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1187166503 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1187166503 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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1187166503 data=null item=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')
02:41:02 [2019-07-31T06:41:02.399Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187166159 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:41:02 [2019-07-31T06:41:02.656Z] DEBUG - Clicked on 
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Shell with text "Confirm Perspective ...", using matcher: with text 'Confirm Perspective Switch'
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button'
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: with mnemonic 'Remember my decision'
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: with style 'SWT.CHECK'
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Toggling state on Button {&Remember my decision}. Setting state to selected
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Remember my decision} time=1187168704 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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Remember my decision} time=1187168706 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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Remember my decision} time=1187168706 data=null doit=true} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Remember my decision} time=1187168706 data=null} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Remember my decision} time=1187168706 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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Remember my decision} time=1187168706 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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Remember my decision} time=1187168706 data=null item=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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Remember my decision} time=1187168707 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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Remember my decision} time=1187168707 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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Remember my decision} time=1187168707 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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Remember my decision} time=1187168707 data=null doit=true} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Remember my decision} time=1187168707 data=null} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button'
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Clicking on &Yes
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1187168708 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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1187168708 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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1187168708 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1187168708 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1187168708 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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1187168708 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')
02:41:04 [2019-07-31T06:41:04.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1187168708 data=null item=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')
02:41:04 [2019-07-31T06:41:04.912Z] DEBUG - Clicked on 
02:41:04 [2019-07-31T06:41:04.912Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/kernel/kernel_ - Eclipse Platform} time=1187169132 data=null doit=true} to Shell with text {data - test/Traces/kernel/kernel_ - Eclipse Platform}
02:41:05 [2019-07-31T06:41:05.167Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:41:05 [2019-07-31T06:41:05.167Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:41:05 [2019-07-31T06:41:05.167Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187169744 data=null doit=true} to Shell with text {Preferences}
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:41:05 [2019-07-31T06:41:05.731Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187169746 data=null doit=true} to Tree node with text: Perspectives
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187169746 data=null} to Tree node with text: Perspectives
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187169747 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187169747 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
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187169748 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Attempting to set focus on Tree with text {}
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187169749 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187169749 data=null doit=true} to Tree node with text: Perspectives
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187169749 data=null} to Tree node with text: Perspectives
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187169749 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187169749 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
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187169750 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Always", using matcher: with mnemonic 'Always'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Always", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Always", using matcher: with style 'SWT.RADIO'
02:41:05 [2019-07-31T06:41:05.731Z] 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')
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Clicking on Cancel
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1187169754 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')
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1187169754 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')
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1187169764 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1187169765 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1187169765 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')
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1187169765 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')
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1187169765 data=null item=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')
02:41:05 [2019-07-31T06:41:05.731Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187169309 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:41:05 [2019-07-31T06:41:05.987Z] DEBUG - Clicked on 
02:41:06 [2019-07-31T06:41:06.243Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1187170389 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:41:06 [2019-07-31T06:41:06.243Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:41:06 [2019-07-31T06:41:06.243Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:41:06 [2019-07-31T06:41:06.243Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187170705 data=null doit=true} to Shell with text {Preferences}
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:41:06 [2019-07-31T06:41:06.499Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187170721 data=null doit=true} to Tree node with text: Perspectives
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187170721 data=null} to Tree node with text: Perspectives
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187170722 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187170722 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
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187170722 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Attempting to set focus on Tree with text {}
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187170730 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187170751 data=null doit=true} to Tree node with text: Perspectives
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187170751 data=null} to Tree node with text: Perspectives
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187170751 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187170751 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
02:41:06 [2019-07-31T06:41:06.499Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187170752 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO'
02:41:06 [2019-07-31T06:41:06.762Z] 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Always} time=1187170755 data=null doit=true} to Button with text {Always}
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Always} time=1187170755 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}
02:41:06 [2019-07-31T06:41:06.762Z] 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Prompt} time=1187170756 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Prompt} time=1187170757 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Prompt} time=1187170757 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Prompt} time=1187170757 data=null item=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')
02:41:06 [2019-07-31T06:41:06.762Z] 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
02:41:06 [2019-07-31T06:41:06.762Z] 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Clicking on Apply and Close
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1187170776 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1187170786 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1187170786 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1187170786 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1187170786 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1187170786 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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1187170786 data=null item=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')
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187170484 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:41:06 [2019-07-31T06:41:06.762Z] DEBUG - Clicked on 
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - matched Shell with text "Confirm Perspective ...", using matcher: with text 'Confirm Perspective Switch'
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button'
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - matched Button with text "&No", using matcher: with mnemonic 'No'
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - matched Button with text "&No", using matcher: with style 'SWT.PUSH'
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - matched Button with text "&No", using matcher: (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH')
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - Clicking on &No
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&No} time=1187172583 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')
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&No} time=1187172583 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')
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&No} time=1187172583 data=null doit=true} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH')
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&No} time=1187172583 data=null} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH')
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&No} time=1187172583 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')
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&No} time=1187172583 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')
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&No} time=1187172583 data=null item=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')
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - Clicked on 
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/kernel/kernel_ - Eclipse Platform} time=1187172787 data=null doit=true} to Shell with text {data - test/Traces/kernel/kernel_ - Eclipse Platform}
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:41:08 [2019-07-31T06:41:08.657Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187173218 data=null doit=true} to Shell with text {Preferences}
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:41:09 [2019-07-31T06:41:09.222Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187173221 data=null doit=true} to Tree node with text: Perspectives
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187173221 data=null} to Tree node with text: Perspectives
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187173221 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187173222 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
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187173222 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Attempting to set focus on Tree with text {}
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187173223 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187173223 data=null doit=true} to Tree node with text: Perspectives
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187173223 data=null} to Tree node with text: Perspectives
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187173224 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187173224 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
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187173224 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO'
02:41:09 [2019-07-31T06:41:09.222Z] 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')
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Clicking on Cancel
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1187173228 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')
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1187173228 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')
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1187173228 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1187173228 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1187173229 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')
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1187173229 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')
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1187173229 data=null item=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')
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187172906 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:41:09 [2019-07-31T06:41:09.222Z] DEBUG - Clicked on 
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1187173794 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187174024 data=null doit=true} to Shell with text {Preferences}
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:41:09 [2019-07-31T06:41:09.785Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187174033 data=null doit=true} to Tree node with text: Perspectives
02:41:09 [2019-07-31T06:41:09.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187174033 data=null} to Tree node with text: Perspectives
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187174034 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187174040 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
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187174041 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Attempting to set focus on Tree with text {}
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187174042 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187174042 data=null doit=true} to Tree node with text: Perspectives
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187174042 data=null} to Tree node with text: Perspectives
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187174042 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187174042 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
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187174043 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO'
02:41:10 [2019-07-31T06:41:10.042Z] 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')
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] 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.
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
02:41:10 [2019-07-31T06:41:10.042Z] 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')
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Clicking on Apply and Close
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1187174075 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')
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1187174075 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')
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1187174075 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1187174075 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1187174075 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')
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1187174076 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')
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1187174076 data=null item=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')
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187173843 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:41:10 [2019-07-31T06:41:10.042Z] DEBUG - Clicked on 
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - matched Shell with text "Confirm Perspective ...", using matcher: with text 'Confirm Perspective Switch'
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button'
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - Clicking on &Yes
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1187176581 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')
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1187176581 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')
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1187176581 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1187176581 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1187176581 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')
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1187176581 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')
02:41:12 [2019-07-31T06:41:12.563Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1187176582 data=null item=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')
02:41:12 [2019-07-31T06:41:12.820Z] DEBUG - Clicked on 
02:41:12 [2019-07-31T06:41:12.820Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/kernel/kernel_ - Eclipse Platform} time=1187176979 data=null doit=true} to Shell with text {data - test/Traces/kernel/kernel_ - Eclipse Platform}
02:41:12 [2019-07-31T06:41:12.820Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:41:13 [2019-07-31T06:41:13.077Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:41:13 [2019-07-31T06:41:13.077Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187177483 data=null doit=true} to Shell with text {Preferences}
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:41:13 [2019-07-31T06:41:13.336Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187177486 data=null doit=true} to Tree node with text: Perspectives
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187177486 data=null} to Tree node with text: Perspectives
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187177486 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187177487 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
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187177487 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Attempting to set focus on Tree with text {}
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187177488 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187177489 data=null doit=true} to Tree node with text: Perspectives
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187177489 data=null} to Tree node with text: Perspectives
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187177489 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187177489 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
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187177501 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO'
02:41:13 [2019-07-31T06:41:13.336Z] 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')
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Clicking on Cancel
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1187177505 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')
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1187177505 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')
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1187177505 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1187177506 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1187177506 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')
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1187177506 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')
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1187177506 data=null item=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')
02:41:13 [2019-07-31T06:41:13.336Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187177129 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:41:13 [2019-07-31T06:41:13.592Z] DEBUG - Clicked on 
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1187178131 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187178357 data=null doit=true} to Shell with text {Preferences}
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:41:14 [2019-07-31T06:41:14.157Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187178373 data=null doit=true} to Tree node with text: Perspectives
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187178374 data=null} to Tree node with text: Perspectives
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187178374 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187178374 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
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187178375 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Attempting to set focus on Tree with text {}
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187178376 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187178376 data=null doit=true} to Tree node with text: Perspectives
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187178376 data=null} to Tree node with text: Perspectives
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187178376 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187178406 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
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187178407 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Button with text "Always", using matcher: with mnemonic 'Always'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Button with text "Always", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Button with text "Always", using matcher: with style 'SWT.RADIO'
02:41:14 [2019-07-31T06:41:14.157Z] 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')
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.157Z] 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')
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Prompt} time=1187178409 data=null doit=true} to Button with text {Prompt}
02:41:14 [2019-07-31T06:41:14.157Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Prompt} time=1187178409 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}
02:41:14 [2019-07-31T06:41:14.157Z] 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')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Always} time=1187178411 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')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Always} time=1187178411 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')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Always} time=1187178411 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')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Always} time=1187178411 data=null item=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')
02:41:14 [2019-07-31T06:41:14.415Z] 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')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
02:41:14 [2019-07-31T06:41:14.415Z] 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')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Clicking on Apply and Close
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1187178442 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')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1187178442 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')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1187178442 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1187178442 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1187178442 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')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1187178442 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')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1187178442 data=null item=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')
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187178177 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:41:14 [2019-07-31T06:41:14.415Z] DEBUG - Clicked on 
02:41:16 [2019-07-31T06:41:16.309Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1187180474 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:41:16 [2019-07-31T06:41:16.309Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:41:16 [2019-07-31T06:41:16.309Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:41:16 [2019-07-31T06:41:16.309Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187180694 data=null doit=true} to Shell with text {Preferences}
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:41:16 [2019-07-31T06:41:16.825Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187180710 data=null doit=true} to Tree node with text: Perspectives
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187180710 data=null} to Tree node with text: Perspectives
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187180710 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187180711 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
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187180711 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Attempting to set focus on Tree with text {}
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187180712 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187180712 data=null doit=true} to Tree node with text: Perspectives
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187180712 data=null} to Tree node with text: Perspectives
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187180713 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187180713 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
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187180714 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Prompt", using matcher: with mnemonic 'Prompt'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Prompt", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Prompt", using matcher: with style 'SWT.RADIO'
02:41:16 [2019-07-31T06:41:16.825Z] 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Always} time=1187180742 data=null doit=true} to Button with text {Always}
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Always} time=1187180742 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}
02:41:16 [2019-07-31T06:41:16.825Z] 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Prompt} time=1187180744 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Prompt} time=1187180744 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Prompt} time=1187180745 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Prompt} time=1187180745 data=null item=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')
02:41:16 [2019-07-31T06:41:16.825Z] 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH'
02:41:16 [2019-07-31T06:41:16.825Z] 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Clicking on Apply and Close
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1187180747 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1187180747 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1187180748 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1187180748 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1187180748 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1187180748 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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1187180748 data=null item=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')
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187180517 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:41:16 [2019-07-31T06:41:16.825Z] DEBUG - Clicked on 
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Shell with text "Confirm Perspective ...", using matcher: with text 'Confirm Perspective Switch'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: with mnemonic 'Remember my decision'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: with style 'SWT.CHECK'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Toggling state on Button {&Remember my decision}. Setting state to selected
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Remember my decision} time=1187182532 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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Remember my decision} time=1187182533 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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Remember my decision} time=1187182533 data=null doit=true} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Remember my decision} time=1187182533 data=null} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Remember my decision} time=1187182534 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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Remember my decision} time=1187182534 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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Remember my decision} time=1187182534 data=null item=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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Remember my decision} time=1187182534 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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Remember my decision} time=1187182534 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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Remember my decision} time=1187182534 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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Remember my decision} time=1187182534 data=null doit=true} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Remember my decision} time=1187182534 data=null} to (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Remember my decision' and with style 'SWT.CHECK')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&Remember my decisio...", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&No", using matcher: with mnemonic 'No'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&No", using matcher: with style 'SWT.PUSH'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&No", using matcher: (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Clicking on &No
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&No} time=1187182535 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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&No} time=1187182535 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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&No} time=1187182535 data=null doit=true} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&No} time=1187182535 data=null} to (of type 'Button' and with mnemonic 'No' and with style 'SWT.PUSH')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&No} time=1187182536 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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&No} time=1187182536 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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&No} time=1187182536 data=null item=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')
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Clicked on 
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/kernel/kernel_ - Eclipse Platform} time=1187182712 data=null doit=true} to Shell with text {data - test/Traces/kernel/kernel_ - Eclipse Platform}
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences'
02:41:18 [2019-07-31T06:41:18.720Z] DEBUG - Clicking on with mnemonic 'Preferences'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Clicked on with mnemonic 'Preferences'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1187183164 data=null doit=true} to Shell with text {Preferences}
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Expanding nodes Tracing>Perspectives in tree (of type 'Tree')
02:41:18 [2019-07-31T06:41:18.976Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again.
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187183167 data=null doit=true} to Tree node with text: Perspectives
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187183167 data=null} to Tree node with text: Perspectives
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187183168 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1187183168 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
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187183168 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Attempting to set focus on Tree with text {}
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Perspectives} time=1187183169 data=null button=0 stateMask=0x0 x=85 y=200 count=0} to Tree node with text: Perspectives
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Perspectives} time=1187183169 data=null doit=true} to Tree node with text: Perspectives
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Perspectives} time=1187183170 data=null} to Tree node with text: Perspectives
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Perspectives} time=1187183170 data=null button=1 stateMask=0x0 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187183170 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
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Perspectives} time=1187183171 data=null button=1 stateMask=0x80000 x=85 y=200 count=1} to Tree node with text: Perspectives
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Never", using matcher: with mnemonic 'Never'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Group with text "Open the associated ...", using matcher: with mnemonic 'Open the associated perspective when a trace is opened'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Never", using matcher: in group (with mnemonic 'Open the associated perspective when a trace is opened')
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Never", using matcher: with style 'SWT.RADIO'
02:41:18 [2019-07-31T06:41:18.976Z] 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')
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Always", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Never", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Prompt", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button'
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Clicking on Cancel
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1187183174 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')
02:41:18 [2019-07-31T06:41:18.976Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1187183174 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')
02:41:18 [2019-07-31T06:41:18.977Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1187183175 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:18 [2019-07-31T06:41:18.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1187183175 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH')
02:41:18 [2019-07-31T06:41:18.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1187183184 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')
02:41:18 [2019-07-31T06:41:18.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1187183184 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')
02:41:19 [2019-07-31T06:41:19.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1187183185 data=null item=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')
02:41:19 [2019-07-31T06:41:19.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1187182847 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences'
02:41:19 [2019-07-31T06:41:19.233Z] DEBUG - Clicked on 
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1187183909 data=null doit=true} to Shell with text {data - Eclipse Platform}
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"'
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree'
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - Attempting to set focus on Tree with text {}
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1187183915 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test}
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1187183915 data=null doit=true} to TreeItem with text {test}
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1187183916 data=null} to TreeItem with text {test}
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1187183916 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test}
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1187183916 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1187183942 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test}
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - matched MenuItem with text "&Delete	Delete", using matcher: with mnemonic 'Delete'
02:41:19 [2019-07-31T06:41:19.796Z] DEBUG - Clicking on with mnemonic 'Delete'
02:41:20 [2019-07-31T06:41:20.053Z] DEBUG - Clicked on with mnemonic 'Delete'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources}
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184761 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184762 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184762 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184762 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184762 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184762 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184762 data=null 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')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184762 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184762 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184762 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184762 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1187184763 data=null} to (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH'
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Clicking on OK
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1187184764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1187184764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1187184764 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1187184764 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1187184764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1187184764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
02:41:20 [2019-07-31T06:41:20.619Z] DEBUG - Clicked on OK
02:41:21 [2019-07-31T06:41:21.182Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1187184764 data=null item=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')
02:41:21 [2019-07-31T06:41:21.182Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete	Delete} time=1187184029 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete'
02:41:21 [2019-07-31T06:41:21.745Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.247 s - in org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest
02:41:21 [2019-07-31T06:41:21.745Z] testNever(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest)  Time elapsed: 4.668 s
02:41:21 [2019-07-31T06:41:21.745Z] testNoAssociatedPerspective(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest)  Time elapsed: 8.001 s
02:41:21 [2019-07-31T06:41:21.745Z] testExperiment(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest)  Time elapsed: 7.602 s
02:41:21 [2019-07-31T06:41:21.745Z] testPromptYesRemember(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest)  Time elapsed: 4.86 s
02:41:21 [2019-07-31T06:41:21.745Z] testPromptNo(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest)  Time elapsed: 3.386 s
02:41:21 [2019-07-31T06:41:21.745Z] testPromptYes(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest)  Time elapsed: 4.368 s
02:41:21 [2019-07-31T06:41:21.745Z] testAlways(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest)  Time elapsed: 2.364 s
02:41:21 [2019-07-31T06:41:21.745Z] testPromptNoRemember(org.eclipse.tracecompass.integration.swtbot.tests.perspectives.TmfPerspectiveManagerTest)  Time elapsed: 3.24 s
02:41:21 [2019-07-31T06:41:21.745Z] Running org.eclipse.tracecompass.integration.swtbot.tests.markers.MarkerSetSwtBotTest
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] ------------------------------------------------------------------------
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Reactor Summary:
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] 
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Parent 5.0.0-SNAPSHOT ................ SUCCESS [ 45.109 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Tracetype-agnostic Analyses Parent 5.0.0-SNAPSHOT SUCCESS [  0.058 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Common Utilities Parent 5.0.0-SNAPSHOT SUCCESS [  0.076 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.common.core 4.1.0-SNAPSHOT  SUCCESS [ 13.188 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass State System Parent 5.0.0-SNAPSHOT ... SUCCESS [  0.083 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.datastore.core 1.2.0-SNAPSHOT SUCCESS [  1.934 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.segmentstore.core 2.1.1-SNAPSHOT SUCCESS [  1.562 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.statesystem.core 4.2.2-SNAPSHOT SUCCESS [  1.930 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass TMF Parent 5.0.0-SNAPSHOT ............ SUCCESS [  0.117 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Filter Parser 1.0.2-SNAPSHOT ......... SUCCESS [  0.498 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.core 5.1.0-SNAPSHOT ... SUCCESS [  7.396 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.counters.core 2.0.2-SNAPSHOT SUCCESS [  2.601 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass CTF Support Parent 5.0.0-SNAPSHOT .... SUCCESS [  0.077 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass CTF Parser Plug-in 1.0.2-SNAPSHOT .... SUCCESS [  7.406 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.ctf.core 4.0.0-SNAPSHOT ... SUCCESS [  2.193 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass CTF Core Tests Plug-in 1.0.5-SNAPSHOT  SUCCESS [01:15 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.statesystem.core.tests 1.0.9-SNAPSHOT SUCCESS [ 20.001 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.core.tests 1.0.9-SNAPSHOT SUCCESS [05:51 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core 4.2.0-SNAPSHOT SUCCESS [  2.947 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core.tests 1.0.9-SNAPSHOT SUCCESS [08:53 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.counters.core.tests 0.0.1-SNAPSHOT SUCCESS [ 16.164 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.ui 5.1.0-SNAPSHOT ..... SUCCESS [ 11.916 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui 0.0.5-SNAPSHOT SUCCESS [  3.929 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.graph.core 2.1.2-SNAPSHOT SUCCESS [  3.608 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.graph.core.tests 1.0.4-SNAPSHOT SUCCESS [ 14.908 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.chart.core 1.0.2-SNAPSHOT SUCCESS [  1.778 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.lami.core 1.1.0-SNAPSHOT SUCCESS [  1.999 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.lami.core.tests 1.0.1-SNAPSHOT SUCCESS [ 11.711 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui 1.0.7-SNAPSHOT SUCCESS [  9.181 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui 1.1.0-SNAPSHOT SUCCESS [  4.090 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.graph.ui 1.0.8-SNAPSHOT SUCCESS [  4.821 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.timing.core 5.0.0-SNAPSHOT SUCCESS [  1.672 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core 4.1.0-SNAPSHOT SUCCESS [  3.392 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core.tests 1.0.9-SNAPSHOT SUCCESS [02:24 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui 4.0.0-SNAPSHOT SUCCESS [  4.837 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui 3.0.4-SNAPSHOT SUCCESS [  4.718 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.tests 1.0.6-SNAPSHOT SUCCESS [ 35.500 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core 1.1.3-SNAPSHOT SUCCESS [  2.007 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core.tests 1.0.2-SNAPSHOT SUCCESS [ 46.510 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui 2.0.0-SNAPSHOT SUCCESS [  3.912 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.ui.tests 1.0.10-SNAPSHOT SUCCESS [03:30 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.ui.swtbot.tests 1.0.9-SNAPSHOT SUCCESS [06:21 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.timing.core.tests 1.0.4-SNAPSHOT SUCCESS [ 20.078 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests 1.0.2-SNAPSHOT SUCCESS [ 28.585 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass LTTng Support Parent 5.0.0-SNAPSHOT .. SUCCESS [  0.041 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.common.core 1.1.1-SNAPSHOT SUCCESS [  1.741 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core 3.2.2-SNAPSHOT SUCCESS [  2.730 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core 3.0.0-SNAPSHOT SUCCESS [  3.226 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests 0.0.4-SNAPSHOT SUCCESS [02:09 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests 1.0.7-SNAPSHOT SUCCESS [01:33 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests 1.0.10-SNAPSHOT SUCCESS [02:38 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.chart.core.tests 1.0.1-SNAPSHOT SUCCESS [  8.199 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests 1.0.3-SNAPSHOT SUCCESS [ 27.525 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests 1.0.3-SNAPSHOT SUCCESS [ 42.623 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass BTF Support Parent 5.0.0-SNAPSHOT .... SUCCESS [  0.025 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.btf.core 2.2.0-SNAPSHOT ... SUCCESS [  3.579 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Documentation 5.0.0-SNAPSHOT ......... SUCCESS [  0.041 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Developer Guide 5.0.0-SNAPSHOT ....... SUCCESS [ 30.316 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui 2.1.8-SNAPSHOT SUCCESS [  3.873 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf 5.0.0-SNAPSHOT ........ SUCCESS [  8.251 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.btf.ui 1.0.2-SNAPSHOT ..... SUCCESS [  3.649 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.btf 5.0.0-SNAPSHOT ........ SUCCESS [  4.862 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.btf.core.tests 1.0.0-SNAPSHOT SUCCESS [ 12.995 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.common.core.tests 1.1.5-SNAPSHOT SUCCESS [  9.349 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.ctf 5.0.0-SNAPSHOT ........ SUCCESS [  0.548 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.ctf.parser.tests 1.0.1-SNAPSHOT SUCCESS [  8.371 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.ctf 5.0.0-SNAPSHOT .... SUCCESS [  5.288 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests 1.0.8-SNAPSHOT SUCCESS [03:39 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass User Guide 5.0.0-SNAPSHOT ............ SUCCESS [ 11.004 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass GDB Tracepoint Analysis User Guide 5.0.0-SNAPSHOT SUCCESS [  6.993 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass RCP User Guide 5.0.0-SNAPSHOT ........ SUCCESS [  7.903 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Pcap User Guide 5.0.0-SNAPSHOT ....... SUCCESS [  8.941 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.examples 1.0.4-SNAPSHOT ... SUCCESS [  4.031 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass GDB Tracepoint Analysis Parent 5.0.0-SNAPSHOT SUCCESS [  0.024 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.gdbtrace.core 1.0.2-SNAPSHOT SUCCESS [  4.396 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui 1.1.1-SNAPSHOT  SUCCESS [  3.594 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.gdbtrace 5.0.0-SNAPSHOT ... SUCCESS [  5.638 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.gdbtrace.core.tests 1.0.0-SNAPSHOT SUCCESS [ 12.166 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui.tests 1.0.0-SNAPSHOT SUCCESS [ 40.533 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.common.core.tests 1.0.0-SNAPSHOT SUCCESS [ 10.197 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.control.core 1.2.1-SNAPSHOT SUCCESS [  2.317 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.remote.core 2.0.2-SNAPSHOT SUCCESS [  0.380 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui 1.0.5-SNAPSHOT SUCCESS [  3.705 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui 1.2.7-SNAPSHOT SUCCESS [  5.891 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.control 5.0.0-SNAPSHOT SUCCESS [  5.304 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.control.core.tests 1.1.1-SNAPSHOT SUCCESS [ 21.246 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.remote.core.tests 1.0.0-SNAPSHOT SUCCESS [ 12.592 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.tests 2.0.2-SNAPSHOT SUCCESS [ 55.606 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui 2.0.0-SNAPSHOT SUCCESS [  6.929 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.kernel 5.0.0-SNAPSHOT SUCCESS [  6.514 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core.tests 1.0.9-SNAPSHOT SUCCESS [01:09 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core.tests 2.0.0-SNAPSHOT SUCCESS [02:24 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core 4.0.3-SNAPSHOT SUCCESS [  3.704 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui 3.0.5-SNAPSHOT SUCCESS [  5.570 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.ust 5.0.0-SNAPSHOT . SUCCESS [  9.804 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core.tests 1.0.9-SNAPSHOT SUCCESS [ 51.923 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.tests 1.0.0-SNAPSHOT SUCCESS [ 26.313 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests 1.0.5-SNAPSHOT SUCCESS [01:38 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests 1.0.10-SNAPSHOT SUCCESS [07:48 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests 1.0.10-SNAPSHOT SUCCESS [01:46 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Pcap Format Support Parent 5.0.0-SNAPSHOT SUCCESS [  0.030 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.pcap.core 1.1.0-SNAPSHOT .. SUCCESS [  0.698 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Pcap Parser Core Tests Plug-in 1.0.2-SNAPSHOT SUCCESS [ 16.703 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core 1.0.3-SNAPSHOT SUCCESS [  1.793 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui 1.1.1-SNAPSHOT  SUCCESS [  3.581 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.pcap 5.0.0-SNAPSHOT ... SUCCESS [  5.311 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core.tests 1.0.1-SNAPSHOT SUCCESS [ 14.237 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests 1.0.0-SNAPSHOT SUCCESS [01:02 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass RCP Parent 5.0.0-SNAPSHOT ............ SUCCESS [  0.052 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass RCP Branding plug-in 5.0.0-SNAPSHOT .. SUCCESS [  0.525 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass RCP Branding Feature 5.0.0-SNAPSHOT .. SUCCESS [  0.314 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.rcp.ui 5.0.0-SNAPSHOT ..... SUCCESS [  3.105 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass RCP Feature 5.0.0-SNAPSHOT ........... SUCCESS [  5.618 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.rcp.incubator.ui 1.0.0-SNAPSHOT SUCCESS [  0.314 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.rcp.incubator 1.0.0-SNAPSHOT SUCCESS [  0.749 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Json trace Parent 5.0.0-SNAPSHOT ..... SUCCESS [  0.033 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.jsontrace.core 0.1.1-SNAPSHOT SUCCESS [  1.617 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.jsontrace 1.0.0-SNAPSHOT .. SUCCESS [  6.445 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass RCP Product 5.0.0-SNAPSHOT ........... SUCCESS [03:45 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Release Engineering Parent 5.0.0-SNAPSHOT SUCCESS [  0.022 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Target Platform 5.0.0-SNAPSHOT ....... SUCCESS [  4.188 s]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.integration.swtbot.tests 1.0.8-SNAPSHOT FAILURE [11:24 min]
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.datastore.core.tests 1.0.1-SNAPSHOT SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.segmentstore.core.tests 1.0.3-SNAPSHOT SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests 1.0.8-SNAPSHOT SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.tests 1.0.2-SNAPSHOT SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.tests 1.0.0-SNAPSHOT SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests 1.0.6-SNAPSHOT SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.tests 1.0.0-SNAPSHOT SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass All Tests 1.0.6-SNAPSHOT ............. SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.testing 5.0.0-SNAPSHOT .... SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.tmf.remote 5.0.0-SNAPSHOT . SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Trace Compass Repository 5.0.0-SNAPSHOT ............ SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] org.eclipse.tracecompass.jsontrace.core.test 1.0.1-SNAPSHOT SKIPPED
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] ------------------------------------------------------------------------
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] BUILD FAILURE
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] ------------------------------------------------------------------------
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Total time:  01:30 h
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] Finished at: 2019-07-31T06:41:38Z
02:41:39 [2019-07-31T06:41:39.795Z] [INFO] ------------------------------------------------------------------------
02:41:39 [2019-07-31T06:41:39.795Z] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.3.0:test (default-test) on project org.eclipse.tracecompass.integration.swtbot.tests: An unexpected error occured while launching the test runtime (return code 137). See log /home/jenkins/workspace/tracecompass-gerrit_webmaster-test/releng/org.eclipse.tracecompass.integration.swtbot.tests/target/work/data/.metadata/.log for details. -> [Help 1]
02:41:39 [2019-07-31T06:41:39.795Z] [ERROR] 
02:41:39 [2019-07-31T06:41:39.795Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
02:41:39 [2019-07-31T06:41:39.795Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
02:41:39 [2019-07-31T06:41:39.795Z] [ERROR] 
02:41:39 [2019-07-31T06:41:39.795Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
02:41:39 [2019-07-31T06:41:39.795Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
02:41:39 [2019-07-31T06:41:39.795Z] [ERROR] 
02:41:39 [2019-07-31T06:41:39.795Z] [ERROR] After correcting the problems, you can resume the build with the command
02:41:39 [2019-07-31T06:41:39.795Z] [ERROR]   mvn <goals> -rf :org.eclipse.tracecompass.integration.swtbot.tests
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
02:41:58 [2019-07-31T06:41:58.208Z] Sending email to: ${EMAIL_RECIPIENT} simon.delisle@ericsson.com
02:42:03 [2019-07-31T06:42:03.282Z] Successfully sent to the following addresses: simon.delisle@ericsson.com
02:42:03 [2019-07-31T06:42:03.282Z] Error sending to the following INVALID addresses: ${EMAIL_RECIPIENT}
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE